adapnex::drivers::bnr_x2x::X20AI4222::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/x20ai4222.h>

enum InputError;

Members

Name

Description

kNoError

The input signal is within the ±10 V measurement range.

kLowerLimitExceeded

The input signal undershot the lower limit of the measurement range (‐10 V).

kUpperLimitExceeded

The input signal overshot the upper limit of the measurement range (+10 V).

kOpenCircuit

An open circuit (open line) was detected on the input.

Created with MrDocs