/
Wait Until Time Delay

Wait Until Time Delay

Wait until the specified amount of time has passed. When the condition is met, the wait until command will finish.

Fieldbus Interface

PMC_WaitUntilTimeDelay 

Name

Data Type

Description

Name

Data Type

Description

Execute

BOOL

cmdLB

UINT

XbotID

USINT

Delay

REAL

Delay in seconds

PM_Controller

PMControllerType

Name

Data Type

Description

Name

Data Type

Description

Ack

BOOL

Done

BOOL

Busy

BOOL

Aborted

BOOL

Error

BOOL

ErrorID

UINT

Ethernet Interface 

PMCRTN WaitUntil(ushort cmdLabel, int xbotID, TRIGGERSOURCE triggerSource, WaitUntilTriggerParams triggerParameters)

Name

Type

Description

Name

Type

Description

cmdLabel

ushort

xbotID

int

triggerSource

enum

TIME_DELAY (0): use time delay as trigger source

triggerParameters

struct

When triggerSource is set as TIME_DELAY, the following parameters are required:

  • delaySecs: delay duration (s)

Name

Type

Description

Name

Type

Description

PMCRTN

PMCRTN enum

Conditions

Operating 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 amount of time has passed.

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 Time Delay before executing its motion command: It will wait a user specified amount of time (s), then execute its motion command. By specifying a waiting time equal to XBot 1’s motion command travel time, XBot 2 can move immediately after XBot 1 clears its path. XBot 1’s motion command travel time is provided in the PMC reply for that command request. 

 

Feedback and Comments

Please email us at tech.portal@planarmotor.com