.

SqNode.EventReset

Resets the event condition for a particular event type. A reset is sometimes necessary because some events latch and only unlatch with a call to an EventReset method.

Version History

Introduced in MPX 2.0.

Result

Void

Arguments

 
Argument Type Description
eventType EventType The type of event to be reset.

Visual Basic

Syntax

Sub EventReset(eventType As Mpx.EventType)

Sample Code

 

controller.SynqNet(0).Node(0).EventReset(Mpx.EventType.SqNodeAlarm)


Sample Application

 

C#

Syntax

void EventReset(Mpx.EventType eventType);

Sample Code

 

controller.SynqNet[0].Node[0].EventReset(Mpx.EventType.SqNodeAlarm);

 

See Also

EventEnable
EventEnableAll
EventEnableNone

EventType

Events Overview

 

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