ST_GearInPosOnTrackWithMasterMoverOptions
Options for the "GearInPosOnTrackWithMasterMover" command of the Planar Mover.
Syntax
Definition:
TYPE ST_GearInPosOnTrackWithMasterMoverOptions :
STRUCT
gap : LREAL;
inSyncToleranceDistance : LREAL;
directionSlaveSyncPosition : MC_DIRECTION;
moduloToleranceSlaveSyncPosition : LREAL;
directionMasterSyncPosition : MC_DIRECTION;
moduloToleranceMasterSyncPosition : LREAL;
allowedSlaveSyncDirections : MC_SYNC_DIRECTIONS;
followMover : BOOL;
END_STRUCT
END_TYPEParameters
Name | Type | Default | Description |
|---|---|---|---|
gap | LREAL | 200.0 | Minimal distance [mm] to next Planar Mover on track. |
inSyncToleranceDistance | LREAL | 0.0 | Tolerance in absolute value [mm] of position difference to master axis for inSync flag. |
directionSlaveSyncPosition | mcDirectionNonModulo | Direction in which the slave sync position is approached. Applies only to closed-loop tracks; use the default value for open tracks. | |
moduloToleranceSlaveSyncPosition | LREAL | 0.0 | Tolerance "window" [mm] for slave sync position. Applies only to closed-loop tracks; use the default value for open tracks. |
directionMasterSyncPosition | mcDirectionNonModulo | Direction in which the master sync position is approached. Applies only to closed-loop tracks; use the default value for open tracks. | |
moduloToleranceMasterSyncPosition | LREAL | 0.0 | Tolerance "window" [mm] for master sync position. Applies only to closed-loop tracks; use the default value for open tracks. |
allowedSlaveSyncDirections | Positive | Directions in which the slave is allowed to move while in synchronizing phase. | |
followMover | BOOL | FALSE | If TRUE, the slave PlanarMover will proceed to follow the master PlanarMover after the latter has traversed the masterSyncPosition. In this case the PlanarTrackTrail describes the slave's path towards the masterSyncPosition. If FALSE, the slave moves exclusively on the PlanarTrackTrail specified. |