.

Axis.Status

Reports whether the conditions necessary for generating the specified event are met or have been met. The status of some events latch meaning that Status will report if the event's conditions have been met. The status of other events are real time meaning that Status will report if the event's conditions are currently being met.

NOTE: Many events have actions associated with them. Event reporting does not have to be enabled in order for these actions to be generated on the controller. In other words, it is possible to not report a home event, but to generate a STOP command when the home event's conditions are met.

This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Arguments

 
Argument Type Description
Type Status The type of event whose related status bit is being read.

Type

Boolean (read only)

Index

 
Index Type Description
Mpx.AxisStatus  

Visual Basic

Syntax

Property Status As Boolean(index As Mpx.AxisStatus)

Sample Code

 

x = Controller.Axis(3).Status(StatusHome)


Sample Application

 

C#

Syntax

bool[Mpx.AxisStatus] Status;

 

Sample Code

 

See Also

EventEnable

 

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