Jump to content

Iridium Edge Communication Protocol: Difference between revisions

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;" |6
| 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.  9 elements can generate Alarm for SDB sending. These elements are:
Configures IO source which can trigger SBD record saving.  10 elements can generate Alarm for SDB sending. These elements are:
*Digital input 1
* Byte 1 - Din1
*Digital input 2
* Byte 2 - Din2
*Digital output 1
* Byte 3 - Din3
*Speed
* Byte 4 - Din4
*Crash
* 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
|8
|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:  
*Bit1 - DIN 1
* Byte 1 - Din1
*Bit2 - DIN 2
* Byte 2 - Din2
*Bit5 - DOUT 1
* Byte 3 - Din3
*Bit9 - Speed
* Byte 4 - Din4
*Bit10 - Crash
* Byte 5 - Dout1
* Byte 6 - Dout2
* Byte 7 - Dout3
* Byte 8 - Dout4
* Byte 9 - Speed
* Byte 10 - CrashDetect


==SDB record structure==
==SDB record structure==