.

Controller.DigitalOutWait

This property indicates whether the new output state (set by Controller.DigitalOutSet) is applied immediately or a wait is inserted so that any previously set output is transmitted to the controller hardware before applying the new output state.

The default value (True) is set when the Controller object connects to a physical controller.

Version History

Introduced in MPX 2.0.

Type

Boolean

Default

True

Visual Basic

Syntax

Property DigitalOutWait As Boolean

Sample Code

 
Dim result As Boolean = controller.DigitalOutWait

If result = True Then
  controller.DigitalOutWait = False
End If


Sample Application

 

C#

Syntax

bool DigitalOutWait;

Sample Code

 
bool result = controller.DigitalOutWait;

if(result == true)
{
   controller.DigitalOutWait = false;
}

 

See Also

DigitalOutSet

 

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