.

Can.NodeIdList

This property lists the CAN identification numbers of the compatible CAN nodes that are on the controller's CANOpen network. The length of the list is equal to Can.NodeCount.

This property is determined at the initialization of the Can object and can be refreshed by calling the Can.RefreshNetwork method.

 This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

Array of Long (read only)

Visual Basic

Syntax

ReadOnly Property NodeList() As Int32

Sample Code

 

Dim nodeIds() As Int32 = Controller.Can(0).NodeIdList

 

C#

Syntax

int[] NodeCount {get;}

Sample Code

 

int[] nodeIds = Controller.Can[0].NodeIdList;

 

See Also

NodeCount
RefreshNetwork

 

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