.

SqNode.DigitalOutWait

Determines whether new output states are applied immediately or if a wait is inserted so that any previously set output is transmitted over the SynqNet network and applied before the new state is set.

Version History

Introduced in MPX 2.0.

Type

Boolean

Default

True

Visual Basic

Syntax

Property DigitalOutWait As Boolean

Sample Code

 
Dim sqNode As Mpx.SqNode = Controller.SynqNet(0).Node(0)

'Set the output bit value immediately without waiting for
'the hardware state to change.
sqNode.DigitalOutWait = False
sqNode.DigitalOutBit(0) = True


Sample Application

 

C#

Syntax

bool DigitalOutWait;

Sample Code

 
Mpx.SqNode sqNode = Controller.SynqNet[0].Node[0];

// Set the output bit value immediately without
// waiting for the hardware state to change.
sqNode.DigitalOutWait = false;
sqNode.DigitalOutBit[0] = true;

 

See Also

DigitalOutBit
DigitalOutSet

CanNode Object
DigitalOutBit
DigitalOutSet

Controller Object
DigitalOutBit
DigitalOutSet

SqNodeSegment Object
DigitalOutBit
DigitalOutSet

Overview of MPX I/O

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering