User Documentation
28|33
© All rights with Robert Bosch GmbH, also for the case of protected rights applications
EN_User_documentation_Instructions_for_controlling_the_Logamatic_5000_controller_series_via_Modbus_TCP_I
P_20210203.docx | 10.02.2021
Example:
If, for example, you want to determine the current errors of the safety chain, you
would use input register 225 for this. Assuming you read the integer 35 from the reg-
ister, the division with remainder for this example would look like this:
Bit
15
= 35 / Valence Bit
15
= 35 / 32768 = 0
Bit
14
= …
…
= …
Bit
5
= 35 / Valence Bit
5
= 35 / 32
= 1 Remainder 3
Bit
4
= 3 / Valence Bit
4
= 3 / 16
= 0
Bit
3
= 3 / Valence Bit
3
= 3 / 8
= 0
Bit
2
= 3 / Valence Bit
2
= 3 / 4
= 0
Bit
1
= 3 / Valence Bit
1
= 3 / 2
= 1 Rest 1
Bit
0
= 1 / Valence Bit
0
= 1 / 1
= 1
The result of the integer 35 is the following bit pattern: 0000000000100011
b