.

CanNode.AnalogIn

The state of a CAN node analog input.

 This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Arguments

 
Argument Type Description
Index Long The index of the analog input whose state is to be read.

Type

Int32 (read only)

Visual Basic

Syntax

ReadOnly Property AnalogIn() As Int32

Sample Code

 

Dim x As Int32 = Controller.Can(0).Node(5).AnalogIn(7)

 

C#

Syntax

int[] AnalogIn {get;}

Sample Code

 

int x = Controller.Can[0].Node[5].AnalogIn[7];

 

See Also

AnalogOut

 

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