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

kNoError

The input signal is within the measurement range of the configured sensor type.

kLowerLimitExceeded

The input signal undershot the lower limit of the measurement range.

kUpperLimitExceeded

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.

kOpenCircuit

An open circuit was detected on the input.

Created with MrDocs