.

Axis.GeneralOutWait

Determines whether new output states to an axis’ general purpose I/O are applied immediately or if a wait is inserted so that any previous output set is applied before the new state is set.

Version History

Introduced in MPX 2.0.

Type

Boolean

Default

True

Visual Basic

Syntax

Property GeneralOutWait As Boolean

Sample Code

 
Dim x As Boolean = controller.Axis(0).GeneralOutWait

controller.Axis(0).GeneralOutWait = False


Sample Application

 

C#

Syntax

bool GeneralOutWait;

Sample Code

 
bool x = controller.Axis[0].GeneralOutWait;

controller.Axis[0].GeneralOutWait = false;

 

See Also

GeneralIoBit
GeneralIoSet

Controller Object
DigitalOutBit
DigitalOutSet

SqNode Object
DigitalOutBit
DigitalOutSet

SqNodeSegment Object
DigitalOutBit
DigitalOutSet

Overviews
MPX I/O Overview

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