.

Can.NodeCount

This property identifies how many compatible CAN nodes are on the controller's CANOpen network.

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

UInt32 (read only)

Visual Basic

Syntax

Property NodeCount As UInt32

Sample Code

 

x = Controller.Can(0).NodeCount

 

C#

Syntax

uint NodeCount;

Sample Code

 

int nodeCount = Controller.Can[0].NodeCount;

 

See Also

NodeIdList
RefreshNetwork

 

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