.

CanNode.Alive

This property reads True if the CANOpen node is alive, False if the CANOpen node is dead.

 This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

Boolean (read only)

Visual Basic

Syntax

Property Alive As Boolean

Sample Code

 

x = Controller.Can(0).Node(5).Alive

 

C#

Syntax

bool Alive;

Sample Code

 
bool isNodeAlive = Controller.Can[0].Node[5].Alive; 

 

See Also

CanOpen Overview

 

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