Enum AnalogDataFormat
Specifies the data format for analog line readings from Brainboxes ED-series analog devices (e.g. Brainboxes.IO.ED549, Brainboxes.IO.ED560).
Assembly: Brainboxes.IO.dll
View Source
Declaration
public enum AnalogDataFormat
Fields
Undefined
Undefined if the analog data format is not retrieved from the device
View Source
Declaration
Undefined = -1
Engineering
The actual value read from the analogue input line
View Source
Declaration
Engineering = 0
FullScaleRange
The actual value read from the analogue input line as a percentage
View Source
Declaration
FullScaleRange = 1
Hexadecimal
The actual value read from the analogue input line converted into 2's complement
View Source
Declaration
Hexadecimal = 2