/
Wait Until Fieldbus Digital Input

Wait Until Fieldbus Digital Input

Monitor the specified digital input. When the monitoring condition is met, the wait until command will finish. See also Using Digital Input to PMC.

Fieldbus Interface

PMC_WaitUntilFBDI 

Name

Data Type

Description

Name

Data Type

Description

Execute

BOOL

cmdLB

UINT

XbotID

USINT

TriggerDI

USINT

ID of the Trigger digital input

TriggerType

USINT

  • 0: Rising Edge

  • 1: Falling Edge

  • 2: High level

  • 3: Low level

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

FIELDBUS_DI (2): use a fieldbus input as trigger source

triggerParameters

struct

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

  • externalOrFBInputChannelID: Input channel ID

  • edgeType: enum with RISING_EDGE (0), FALLING_EDGE (1), IS_ONE (2), or IS_ZERO (3) options

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 Digital Input has been received. See also Using Digital Input to PMC.

Consider the following trajectory:

XBot 2 must wait for XBot 1 to complete it’s motion before XBot 2 can move to its target destination. 

XBot 2 can execute a Wait Until command using an external Digital Input Trigger or Fieldbus Input Trigger before executing its motion command: the Wait Until command will wait for an external Digital Input or Fieldbus Input to trigger before finishing. If the external device or Controller is monitoring XBot 1’s status, they could be used to trigger the event for ending XBot 2’s Wait Until command.

 

 

Feedback and Comments

Please email us at tech.portal@planarmotor.com