.

Recorder.Status

Reports whether the conditions necessary for generating the specified event are met.

This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

Boolean (read only)

Index

 
Index Type Description
Mpx.RecorderStatus The type of event whose related status bit is being read.

Visual Basic

Syntax

Property Status As Boolean(index As Mpx.RecorderStatus)

Sample Code

 
Dim recorderFinished As Boolean
recorderFinished = controller.Recorder(3).Status(Mpx.RecorderStatus.Done)


Sample Application

 

C#

Syntax

bool[Mpx.RecorderStatus] Status;

Sample Code

 
bool recorderFinished = controller.Recorder[3].Status[Mpx.RecorderStatus.Done];

 

See Also

Enumerations
RecorderStatus

 

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