AnalogDataFormat Enumeration |
The data format of the analog device
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum AnalogDataFormat
Public Enumeration AnalogDataFormat
Members Member name | Value | Description |
---|
Engineering | 0 |
The actual value read from the analogue input line
|
FullScaleRange | 1 |
The actual value read from the analogue input line as a percentage
|
Hexadecimal | 2 |
The actual value read from the analogue input line converted into 2's complement
|
Undefined | -1 |
Undefined if the analog data format is not retrieved from the device
|
See Also