FMS Tell Tale Status: Difference between revisions
→How to parse Tell Tale data
Line 40: | Line 40: | ||
When device is powered up all elements are be updated to the first corresponding message. | When device is powered up all elements are be updated to the first corresponding message. | ||
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.<BR> | ||
Received data:<BR> | |||
Block ID = 0| 0xFF8F88FFBFFFFFF0<BR> | |||
1 Byte FF | Binary 1111 1111 | Status 1 <BR> | |||
2 Byte 8F | Binary 1000 1111 | Status 2;3<BR> | |||
3 Byte 88 | Binary 1000 1000 | Status 4;5<BR> | |||
4 Byte FF | Binary 1111 1111 | Status 6;7<BR> | |||
5 Byte BF | Binary 1011 1111 | Status 8;9<BR> | |||
6 Byte FF | Binary 1111 1111 | Status 10;11<BR> | |||
7 Byte FF | Binary 1111 1111 | Status 12;13<BR> | |||
8 Byte F0 | Binary 1111 0000 | Status 14;15<BR> | |||
Block ID = 1| 0xFFFFFFFFFFFF8FF1<BR> | |||
Block ID = 2| 0xFFFF8FFFFFF8FFF2<BR> | |||
Block ID = 3| 0xFFFFFFFFFFFFFFF3<BR> | |||
Received data: | Received data: |