.

SqNode.AlarmIoAbort

AlarmIoAbort is used to specify the effect an I/O abort will have on the node alarm output.

A value of True means that an I/O abort will trigger a node alarm.
A value of False means that an I/O abort will not trigger a node alarm.

Version History

Introduced in MPX 2.0.

Type

Boolean

Visual Basic

Syntax

Property AlarmIoAbort As Boolean

Sample Code

 
Dim x As Boolean = controller.SynqNet(0).Node(0).AlarmIoAbort 
controller.SynqNet(0).Node(0).AlarmIoAbort = True 


Sample Application

 

C#

Syntax

bool AlarmIoAbort;

Sample Code

 
bool x = controller.SynqNet[0].Node[0].AlarmIoAbort; 
controller.SynqNet[0].Node[0].AlarmIoAbort = true; 

 

See Also

AlarmNotCyclic

SynqNet Network/Node Faults Diagram

 

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