Changes

no edit summary
Line 81: Line 81:  
|}
 
|}
 
[[Category: Iridium Edge]]
 
[[Category: Iridium Edge]]
 +
 +
'''''SBD IO source''''' configures IO source which can trigger SBD record saving.  9 elements can generate Alarm for SDB sending. These elements are:
 +
* Digital input 1
 +
* Digital input 2
 +
* Digital output 1
 +
* Speed
 +
<br></br>
 +
Configurator parameter IDs and their explanation:
 +
{| class="nd-othertables_2" style="width:100%;"
 +
|- style="font-weight:bold; text-align:center;"
 +
! '''Parameter ID'''<br />
 +
! '''Parameter name'''
 +
! colspan="3" | '''Values'''
 +
! '''Explanation'''
 +
|- style="font-weight:bold; text-align:center;"
 +
| style="font-weight:normal;" |
 +
| style="font-weight:normal;" |
 +
| '''Min'''
 +
| '''Max'''
 +
| '''Default'''
 +
| style="font-weight:normal;" |
 +
|-
 +
| 99420
 +
| Iridium Edge
 +
| 0
 +
| 1
 +
| 0
 +
| This parameter enables or disables Iridium Edge functionality
 +
|-
 +
| 99421
 +
| Save/Send period
 +
| 0
 +
| 1440
 +
| 1440
 +
| This parameter lets to configure Iridium Edge sending period
 +
|-
 +
| 99422
 +
| SBD IO source'''*'''
 +
| 0
 +
| 8
 +
| 0
 +
| SBD IO elements which when enabled are included into the SBD record
 +
|-
 +
| 99423
 +
| SBD UploadLimit
 +
| 0
 +
| 30000
 +
| 8000
 +
| Limit to save user from exceeding the monthly plan. Max limit of 30000 due to 30KB plan. If set to 0 – limit will be off.
 +
|-
 +
| 99424
 +
| Power control DOUT
 +
| 1
 +
| 5
 +
| 0
 +
| Device DOUT which can control ON/OFF pin of the Iridium Edge
 +
|-
 +
| 151
 +
| RS232 Mode
 +
| 0
 +
| 23
 +
| 0
 +
| RS-232 mode selection. "Satellite backup" - 15
 +
|}
 +
 +
<br></br>
 +
'''*''' SBD IO source parameter is configured with bitmasks (used for configuring I/O source elements via SMS/GPRS command) :
 +
*Disabled    = 0x00,
 +
*Din1        = 0x01,
 +
*Din2        = 0x02,
 +
*Dout1          = 0x10,
 +
*Speed        = 0x100
 +
<br></br>
 +
For example: to enable Din1, Din2 and Dout1: 0x01 + 0x02 + 0x10 = 0x13.

Navigation menu