The program was compiled jointly with our partner Vladimir Ugolkov (servisplyus12@mail.ru)
Device listens to the interface and parses messages from the CI-2001-A weighting indicator.
MIN_POWER
- minimum permissible supply voltage in millivolts.ADDRESS
- sensor identifier for polling via interface.User parameter CE No. 1 - Current weight value.
For example, in Wialon, a user parameter with the FLOAT type should be looked for in the
user_4f_XX
tag
XX is the number of a 4-byte user parameter.
User parameter CE No. 2 - State of the result stability. Possible values (decimal):
21843
- "US" (Unstable);
21332
- "ST" (Stable);
20300
- "OL" (Overload).
User parameter CE No. 3 - NET/GROSS Weight. Possible values (decimal):
18259
- "GS" (GROSS weight);
20052
- "NT" (NET weight).
User parameter CE No. 10 - Diagnostic flags:
Bit 0 - polling of sensors is enabled (supply voltage is greater than MIN_POWER
).
Bit 1 - there are parsed messages (data has been received from at least one message in the last 30 seconds).
Bit 2..7 - reserved.
Code | Description |
---|---|
41046 |
diagnostic flags have changed |