Line 125: |
Line 125: |
| {{{model|}}} supports Iridium devices which can send short burst data (SBD) to the server. This means that some data can be sent from FM device to the server through satellites. | | {{{model|}}} supports Iridium devices which can send short burst data (SBD) to the server. This means that some data can be sent from FM device to the server through satellites. |
| | | |
− | In order to properly connect the Iridium device to {{{device|}}}, Iridium has to be connected to the device via RS-232 - COM1 or COM2 (with RJ-45 connector, where 4 pin is GND, 5 pin is RS232 Rx and 6 PIN is RS232 Tx). Additionally '''Pin No. 6''' - power control (reference in the image below) must be connected to one of the {{{model|}}} DOUTs (1/2/3/4), in order to allow the device to power ON/OFF Iridium device on demand. More information about SBD can be found here [[{{{model|}}} _Short_Burst_Data|Short Burst Data]]. | + | In order to properly connect the Iridium device to {{{device|}}}, Iridium has to be connected to the device via RS-232 - COM1 or COM2 (with RJ-45 connector, where 4 pin is GND, 5 pin is RS232 Rx and 6 PIN is RS232 Tx). Additionally '''Pin No. 6''' - power control (reference in the image below) must be connected to one of the {{{model|}}} DOUTs (1/2/3/4), in order to allow the device to power ON/OFF Iridium device on demand. More information about SBD can be found here '''[[{{{model|}}} _Short_Burst_Data|Short Burst Data]]'''. |
| | | |
| Iridium Edge pinout and RS232 COM 1/2 connection: | | Iridium Edge pinout and RS232 COM 1/2 connection: |
Line 211: |
Line 211: |
| <br></br> | | <br></br> |
| '''*''' SBD IO source parameter is configured with bitmasks: | | '''*''' SBD IO source parameter is configured with bitmasks: |
− | *eSBD_IO_Bit_Disabled = 0x00, | + | *Disabled = 0x00, |
− | *eSBD_IO_Bit_Din1 = 0x01, | + | *Din1 = 0x01, |
− | *eSBD_IO_Bit_Din2 = 0x02, | + | *Din2 = 0x02, |
− | *eSBD_IO_Bit_Din3 = 0x04, | + | *Din3 = 0x04, |
− | *eSBD_IO_Bit_Din4 = 0x08, | + | *Din4 = 0x08, |
− | *eSBD_IO_Bit_Do1 = 0x10, | + | *Dout1 = 0x10, |
− | *eSBD_IO_Bit_Do2 = 0x20, | + | *Dout2 = 0x20, |
− | *eSBD_IO_Bit_Do3 = 0x40, | + | *Dout3 = 0x40, |
− | *eSBD_IO_Bit_Do4 = 0x80, | + | *Dout4 = 0x80, |
− | *eSBD_IO_Bit_Speed = 0x100 | + | *Speed = 0x100 |
| <br></br> | | <br></br> |
− | For example: to enable Din1, Din3 and Do4: 0x01 + 0x04 + 0x80 = 0x85 convert to decimal --> 133. | + | For example: to enable Din1, Din3 and Dout4: 0x01 + 0x04 + 0x80 = 0x85 convert to decimal --> 133. |
| + | |
| + | More information about SBD can be found here '''[[{{{model|}}} _Short_Burst_Data|Short Burst Data]]'''. |
| | | |
| ==Impulse Counters Settings== | | ==Impulse Counters Settings== |