Command |
When using MOTF, waits until the part has traveled the specified distance before marking is resumed.
public void AppendMotfWaitDistanceWithoutTracking( double distance, MotfDistanceMode mode, int timeout = -1 )
Appends an MOTF_WAIT_DISTANCE command to the list.
Once the 'wait distance' condition is met, execution will resume but without tracking the part.
Please refer to AppendMotfWaitDistance(Double, MotfDistanceMode, Int32) if the part should be tracked when execution resumes.