Iridium Edge Communication Protocol: Difference between revisions
Appearance
No edit summary |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 63: | Line 63: | ||
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |SBD IO source | | rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |SBD IO source | ||
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |0 | | rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |0 | ||
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" | | | rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |10 | ||
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |0 | | rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |0 | ||
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |SBD IO elements which when enabled are included into the SBD record | | rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |SBD IO elements which when enabled are included into the SBD record | ||
| Line 84: | Line 84: | ||
==SBD IO source== | ==SBD IO source== | ||
Configures IO source which can trigger SBD record saving. | Configures IO source which can trigger SBD record saving. 10 elements can generate Alarm for SDB sending. These elements are: | ||
* | * Byte 1 - Din1 | ||
* | * Byte 2 - Din2 | ||
* | * Byte 3 - Din3 | ||
*Speed | * Byte 4 - Din4 | ||
* | * Byte 5 - Dout1 | ||
* Byte 6 - Dout2 | |||
* Byte 7 - Dout3 | |||
* Byte 8 - Dout4 | |||
* Byte 9 - Speed | |||
* Byte 10 - CrashDetect | |||
By setting the apropriate bits you'll get a hex number that can be sent to the device to configure. additionally you can set via the configurator and use getparam command to get the correct value. | |||
<br><br> | <br><br> | ||
Configurator parameter IDs and their explanation: | Configurator parameter IDs and their explanation: | ||
| Line 123: | Line 129: | ||
|SBD IO source'''*''' | |SBD IO source'''*''' | ||
|0 | |0 | ||
| | |10 | ||
|0 | |0 | ||
|SBD IO elements which when enabled are included into the SBD record | |SBD IO elements which when enabled are included into the SBD record | ||
| Line 150: | Line 156: | ||
<br><br> | <br><br> | ||
In order to configure parameter 99422 manually users must simply set the appropriate values of bit positions, according to their needs: | In order to configure parameter 99422 manually users must simply set the appropriate values of bit positions, according to their needs: | ||
* | * Byte 1 - Din1 | ||
* | * Byte 2 - Din2 | ||
* | * Byte 3 - Din3 | ||
* | * Byte 4 - Din4 | ||
* | * Byte 5 - Dout1 | ||
* Byte 6 - Dout2 | |||
* Byte 7 - Dout3 | |||
* Byte 8 - Dout4 | |||
* Byte 9 - Speed | |||
* Byte 10 - CrashDetect | |||
==SDB record structure== | ==SDB record structure== | ||