.

CanNode.AnalogOut

The state of a CAN node analog output.

 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 ouput whose state is to be accessed.

Type

Int32

Visual Basic

Syntax

Property AnalogOut() As Int32

Sample Code

 

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

Controller.Can(0).Node(5).AnalogOut(2) = 0.571

 

C#

Syntax

int[] AnalogOut {get; set;}

Sample Code

 

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

Controller.Can[0].Node[5].AnalogOut[2] = 0.571;

 

See Also

AnalogIn

 

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