.

Can.Node

A CanNode sub-object of the Can object. The CanNode object represents a node on the CANOpen network associated with the Can object.

 This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Arguments

 
Argument Description
Index The index of the CanNode object to be accessed.

Type

Mpx.CanNode (read only)

Visual Basic

Syntax

ReadOnly Property Node() As Int32

Sample Code

 

Dim canNode5 As Mpx.CanNode = Controller.Can(0).Node(5)

 

C#

Syntax

Mpx.CanNode[] Node;

Sample Code

 

Mpx.CanNode canNode5 = Controller.Can[0].Node[5];

 

See Also

CanNode Object

 

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