Regular Trigger Motion Input Functions
These input functions are the same as the trigger conditions of regular trigger motion.
Input Function |
Description |
|---|---|
Evaluates to TRUE when the remaining time of the motion executed by the trigger axis is equal to or less than the trigger value.
Parameters are specified with the RemainingTime struct. See Remaining Time. |
|
Evaluates to TRUE when the distance remaining for the motion executed by the trigger axis is equal to or less than the trigger value.
Parameters are specified with the RemainingDistance struct. See Remaining Distance. |
|
Evaluates to TRUE when the commanded motion would complete at the same time as the motion executed by the trigger axis.
Parameters are specified with the SameTimeCompletion struct. See Same Time Completion. |
|
Evaluates to TRUE when the completed time of the motion executed by the trigger axis is equal to or greater than the trigger value.
Parameters are specified with the CompletedTime struct. See Completed Time. |
|
Evaluates to TRUE when the distance completed by the motion executed by the trigger axis is equal to or greater than the trigger value.
Parameters are specified with the CompletedDistance struct. See Completed Distance. |
|
Evaluates to TRUE when the commanded motion would complete at an amount of time after the motion executed by the trigger axis completes.
Parameters are specified with the StaggeredTimeCompletion struct. |
|
Evaluates to TRUE when the commanded motion would have a particular distance remaining when the motion executed by the trigger axis completes.
Only one StaggeredDistanceCompletion input function can be defined for each trigger motion. Parameters are specified with the StaggeredDistanceCompletion struct. |
|
Evaluates to TRUE when the distance to the target position for the motion executed by the trigger axis is equal to or less than the trigger value.
Parameters are specified with the DistanceToTarget struct. See Distance to Target. |
|
Evaluates to TRUE when the trigger axis is in Idle operation state. Parameters are specified with the AxisIdle struct. See Other Trigger Types. |







