FMS Tell Tale Status: Difference between revisions
→How to parse Tell Tale data
Line 41: | Line 41: | ||
After 4 seconds (1000 ms per Block ID) all values will be captured again. Device checks last saved value of Tell Tale IO elements and if it is changed – values are updated. | After 4 seconds (1000 ms per Block ID) all values will be captured again. Device checks last saved value of Tell Tale IO elements and if it is changed – values are updated. | ||
Received data: | |||
Block ID = 0| 0xFF8F88FFBFFFFFF0 | |||
1 Byte FF | Binary 1111 1111 | Status 1 | |||
2 Byte 8F | Binary 1000 1111 | Status 2;3 | |||
3 Byte 88 | Binary 1000 1000 | Status 4;5 | |||
4 Byte FF | Binary 1111 1111 | Status 6;7 | |||
5 Byte BF | Binary 1011 1111 | Status 8;9 | |||
6 Byte FF | Binary 1111 1111 | Status 10;11 | |||
7 Byte FF | Binary 1111 1111 | Status 12;13 | |||
8 Byte F0 | Binary 1111 0000 | Status 14;15 | |||
Block ID = 1| 0xFFFFFFFFFFFF8FF1 | |||
Block ID = 2| 0xFFFF8FFFFFF8FFF2 | |||
Block ID = 3| 0xFFFFFFFFFFFFFFF3 | |||
=='''Quick links'''== | =='''Quick links'''== |