Bit
|
Value in Dec.
|
Value in Hex.
|
ENO Status
|
Description
|
---|---|---|---|---|
Bit 0 = 1
|
1
|
0x0001
|
False
|
Error in a floating point value calculation
|
Bit 1 = 1
|
2
|
0x0002
|
False
|
Recording of an invalid value on one of the floating point value inputs
|
Bit 2 = 1
|
4
|
0x0004
|
False
|
Division by zero during a floating point value calculation
|
Bit 3 = 1
|
8
|
0x0008
|
False
|
Capacity overflow for a calculation with floating point values
|
Bit 4 = 1
|
16
|
0x0010
|
True
|
The clip parameter is set to 1 and the input IN is outside this range [in_min, in_max]: for calculation the function block requires the values in_min or in_max.
|
Bit 7 = 1
|
128
|
0x0080
|
True
|
The parameter in_min is equal to in_max
|