08.11.2017, 08:18
Hello (again)!
I have a UK24EIB Gateway which has a 2byte error message for each MP-Address.
Error codes for High-Byte:
0b0000’0000 = No error present
0b0000’0001 = Connected actuator does not correspond to parameterised type
0b0000’0010 = No communication possible at this address
0b0000’0100 = Connected actuator signalling error, see Low-Byte
0b0000’1000 = No valid Min / Max values
0b0001’0000 = Non-Hall sensor motor actuators only: Actuator not yet synchronised
0b0010’0000 = Test run active
0b0100’0000 = Monitoring time of reference value elapsed
0b1000’0000 = Not used Several errors can be present together, OR-gated bitwise
Error codes for Low-Byte:
0b0000’0000 = No error present
0b0000’0001 = Stop & Go ratio
0b0000’0010 = Increased position travel
0b0000’0100 = Overload, reference position not attained
0b0000’1000 = No support at present
The first 4 Bits are always 0. Several errors can be present together, OR-gated bitwise
Is there a way to present these values in visualization?
I have a UK24EIB Gateway which has a 2byte error message for each MP-Address.
Error codes for High-Byte:
0b0000’0000 = No error present
0b0000’0001 = Connected actuator does not correspond to parameterised type
0b0000’0010 = No communication possible at this address
0b0000’0100 = Connected actuator signalling error, see Low-Byte
0b0000’1000 = No valid Min / Max values
0b0001’0000 = Non-Hall sensor motor actuators only: Actuator not yet synchronised
0b0010’0000 = Test run active
0b0100’0000 = Monitoring time of reference value elapsed
0b1000’0000 = Not used Several errors can be present together, OR-gated bitwise
Error codes for Low-Byte:
0b0000’0000 = No error present
0b0000’0001 = Stop & Go ratio
0b0000’0010 = Increased position travel
0b0000’0100 = Overload, reference position not attained
0b0000’1000 = No support at present
The first 4 Bits are always 0. Several errors can be present together, OR-gated bitwise
Is there a way to present these values in visualization?