.

SqNode.AlarmNotCyclic

This Boolean variable is used to specify whether or not a node can receive an alarm when it is not in cyclic mode.

A value of True means that a node alarm can be asserted in any mode.
A value of False means that a node alarm can only be asserted in cyclic mode.

Version History

Introduced in MPX 2.0.

Type

Boolean

Visual Basic

Syntax

Property AlarmNotCyclic As Boolean

Sample Code

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


Sample Application

 

C#

Syntax

bool AlarmNotCyclic;

Sample Code

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

 

See Also

AlarmMask
AlarmIoAbort

SynqNet Network/Node Faults Diagram

 

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