|
libximc
2.10.5
|
Synchronization settings. More...
Data Fields | |
| unsigned int | SyncInFlags |
| Flags for synchronization input setup. | |
| unsigned int | ClutterTime |
| Input synchronization pulse dead time (mks). | |
| int | Position |
| Desired position or shift (whole steps) | |
| int | uPosition |
| The fractional part of a position or shift in microsteps. | |
| unsigned int | Speed |
| Target speed (for stepper motor: steps/s, for DC: rpm). | |
| unsigned int | uSpeed |
| Target speed in microsteps/s. | |
Synchronization settings.
This structure contains all synchronization settings, modes, periods and flags. It specifes behaviour of input synchronization. All boards are supplied with standard set of these settings.
| unsigned int ClutterTime |
Input synchronization pulse dead time (mks).
| unsigned int Speed |
Target speed (for stepper motor: steps/s, for DC: rpm).
Range: 0..100000.
| unsigned int SyncInFlags |
| int uPosition |
The fractional part of a position or shift in microsteps.
Is used with stepper motor. Range: -255..255.
| unsigned int uSpeed |
Target speed in microsteps/s.
Using with stepper motor only.
1.8.2