adapnex::drivers::bnr_x2x::X20AT6402::InputError
Result of the module's input signal monitoring for a single channel. The measured value is reported as NaN whenever an error state is signalled.
Synopsis
Declared in <adapnex/drivers/bnr_x2x/x20at6402.h>
enum InputError;
Members
Name |
Description |
|
The input signal is within the measurement range of the configured sensor type. |
|
The input signal undershot the lower limit of the measurement range. |
|
The input signal overshot the upper limit of the measurement range. This is also signalled temporarily after switching from a raw value mode to a thermocouple type, until the internal terminal temperature measurement has been performed. |
|
An open circuit was detected on the input. |
Created with MrDocs