Wait Until Displacement
Monitor the specified XBot's displacement. When the monitoring condition is met, the wait until command will finish.
Fieldbus Interface
PMC_WaitUntilDisp
Ethernet Interface
PMCRTN WaitUntil(ushort cmdLabel, int xbotID, TRIGGERSOURCE triggerSource, WaitUntilTriggerParams triggerParameters)
Conditions
Operating Conditions | |
---|---|
Preconditions | |
Postconditions | If the XBot is ready to immediately begin executing the command, then the XBot will enter the Waiting state. Otherwise, the XBot state remains unchanged, but the command will be added to the XBot's motion buffer. |
Description
Wait Until commands ensure an XBot does not execute additional commands until certain configurable conditions are met, this command waits until the specified XBot has reached a certain position
Consider the following trajectory:
XBot 2 must wait for XBot 1 to complete its motion before XBot 2 can move to its target destination.
XBot 2 can execute a Wait Until command using a Displacement Trigger before executing its motion command: XBot 2’s Wait Until command will monitor XBot 1’s position. Once XBot 1’s position reaches a certain threshold, the Wait Until command is completed, allowing XBot 2 to execute its motion command at the earliest possible time.
Feedback and Comments
Please email us at tech.portal@planarmotor.com