Changes

no edit summary
Line 200: Line 200:  
| style="font-size:12px;" | End delimiter
 
| style="font-size:12px;" | End delimiter
 
| style="font-size:12px;" | 168
 
| style="font-size:12px;" | 168
 +
|}
 +
 +
{| class="wikitable"
 +
|- style="font-size:12px; background-color:#9CF;"
 +
! Start delimiter
 +
! End  delimiter
 +
! Description
 +
|- style="font-size:12px;"
 +
| rowspan="4" style="background-color:#C0C0C0;" | Empty
 +
| rowspan="4" style="background-color:#C0C0C0;" | Empty
 +
| Packet received  from RS232 will be saved to record. If payload is bigger than 254 bytes it  will be separated to 2 or more records.
 +
|- style="font-size:12px;"
 +
| Each record will be saved with incremented index starting from 0  index.
 +
|- style="font-size:12px;"
 +
| 1 second of silence in the line is counted as the end of the  packet.
 +
|- style="font-size:12px;"
 +
| After end detected FMB will generated record with collected data.
 +
|- style="font-size:12px;"
 +
| rowspan="4" style="background-color:#C0C0C0;" | Empty
 +
| rowspan="4" style="background-color:#CFC;" | Configured
 +
| Packet received  from RS232 will be saved to record. If payload is bigger than 254 bytes it  will be separated to 2 or more records.
 +
|- style="font-size:12px;"
 +
| Each record will be saved with incremented index starting from 0  index.
 +
|- style="font-size:12px;"
 +
| After end detected FMB will generated record with collected data.
 +
|- style="font-size:12px;"
 +
| After record was generated by detected end delimiter, FMB will  start collect data for next record right away.
 +
|- style="font-size:12px;"
 +
| rowspan="5" style="background-color:#CFC;" | Configured
 +
| rowspan="5" style="background-color:#C0C0C0;" | Empty
 +
| Packet received  from RS232 will be saved to record. If payload is bigger than 254 bytes it  will be separated to 2 or more records.
 +
|- style="font-size:12px;"
 +
| Each record will be saved with incremented index starting from 0  index.
 +
|- style="font-size:12px;"
 +
| Data before Start delimiter will be discarded.
 +
|-
 +
| style="font-size:12px;" | 1 second of silence in the line is counted as the end of the  packet.
 +
|-
 +
| style="font-size:12px;" | After end detected FMB will generated record with collected data.
 +
|- style="font-size:12px;"
 +
| rowspan="4" style="background-color:#CFC;" | Configured
 +
| rowspan="4" style="background-color:#CFC;" | Configured
 +
| Packet received  from RS232 will be saved to record. If payload is bigger than 254 bytes it  will be separated to 2 or more records.
 +
|-
 +
| style="font-size:12px;" | Each record will be saved with incremented index starting from 0  index.
 +
|-
 +
| style="font-size:12px;" | Data before Start delimiter will be discarded.
 +
|-
 +
| style="font-size:12px;" | After record was generated by detected end delimiter, FMB will  start searching for next payload in received packet right away.
 +
|}
 +
 +
 +
{| class="wikitable" style="text-align:center;"
 +
|- style="background-color:#9CF;"
 +
! colspan="11" style="font-size:12px;" | Record with Serial Packet
 +
|- style="font-size:12px;"
 +
| rowspan="2" | Preamble  4 bytes
 +
| AVL  Data length
 +
| Timestamp
 +
| GPS element
 +
| Event ID,
 +
| IOs,
 +
| IO[109],
 +
| rowspan="2" | Index, 1 Byte
 +
| rowspan="2" | Data Length, 1 Byte
 +
| rowspan="2" | Payload,  255 Bytes
 +
| CRC
 +
|- style="font-size:12px;"
 +
| 4 Bytes
 +
| 8 Bytes
 +
| 15 Bytes
 +
| 2 Bytes
 +
| X Bytes
 +
| 2 Byte
 +
| 4 Bytes
 
|}
 
|}
  

Navigation menu