Changes

Line 122: Line 122:  
==Short burst data settings==
 
==Short burst data settings==
   −
{{{short_burst|[[Image:Short_burst.JPG|300px|right]]}}}
      
[[FMB640]] 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.  
 
[[FMB640]] 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.  
   −
[[FMB640]] will enable satellite mode only if a device can not send data via GPRS. Satellite mode has his own Save/Send period. If timeout is set to 0 no periodic records will be made. It is not recommended to save records often because of satellite traffic prices. 8 kilobytes monthly data limit is hardcoded in firmware. If the data limit is reached – the data limit counter will reset automatically only on next month first day or you can rest counter by SMS command ''“sbdlimitsreset”''.
+
When the Iridium edge device is connected '''''Power control DOUT''''' configures DOUT pin which can control Iridium Edge ON/OFF pin. Configure if DOUT pin is connected. Respective power control DOUT to which the Iridium device's ''PIN6'' is connected must be selected.
 +
[[File:SBD settings.gif|centre]]
   −
In addition, you can select which IO element can generate Satellite records. In order to do that you need to go to I/O tab select IO record priority Panic and check the checkbox “Satellite I/O” what you want to get that data through satellites if there is no GSM connection.
+
'''''Save/Send period''''' configures how long will FMB device wait after losing the signal to generate SBD packet. If the signal is not recovered, it will send it indefinitely (or till the SBD Upload limit is reached, if such is set).
Record which will be sent through the Iridium satellite network will be different than the regular record. It will contain 4 bytes timestamp, 3 bytes longitude, 3 bytes latitude, 1 byte record generation info, 1 byte DIN, DOUT info, 1 byte speed value.
     −
{{{pic_connection|[[Image:connection.JPG|300px|center]]}}}
+
'''''SBD Upload Limit''''' is configurable and resets every month. This option can ensure that no additional data is used so that no unexpected costs are experienced by the customer. The default value is 8000 (for 8KB plan). This option can be disabled by setting the Upload limit to 0. The monthly data usage counter can be reset by using the SMS/GPRS command - '''sbdlimitsreset'''.
   −
'''NOTE''': Port1/2 cable from FM package can be used for [[TSM232]] connection. For this you need to cut a D-SUB connector and connect wires according to the instruction above (PIN 4 to TSM GND, PIN5 to TSM Rx, PIN6 to TSM Tx).
+
'''''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 input 3
 +
* Digital input 4
 +
* Digital output 1
 +
* Digital output 2
 +
* Digital output 3
 +
* Digital output 4
 +
* 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
 +
|}
   −
{{{pic_connector|[[Image:connector.JPG|600px|center]]}}}
+
<br></br>
 
+
'''*''' SBD IO source parameter is configured with bitmasks:
'''NOTE''': SBD data is limited to 8000 Bytes per month. For firmware with a bigger SBD data limit, please ask your sales manager.
+
*eSBD_IO_Bit_Disabled    = 0x00,
If the data limit is reached you can reset it with SMS command ''“sbdlimitsreset”''.
+
*eSBD_IO_Bit_Din1        = 0x01,
 +
*eSBD_IO_Bit_Din2        = 0x02,
 +
*eSBD_IO_Bit_Din3        = 0x04,
 +
*eSBD_IO_Bit_Din4        = 0x08,
 +
*eSBD_IO_Bit_Do1          = 0x10,
 +
*eSBD_IO_Bit_Do2          = 0x20,
 +
*eSBD_IO_Bit_Do3          = 0x40,
 +
*eSBD_IO_Bit_Do4          = 0x80,
 +
*eSBD_IO_Bit_Speed        = 0x100
 +
<br></br>
 +
For example: to enable Din1, Din3 and Do4: 0x01 + 0x04 + 0x80 = 0x85 convert to decimal --> 133.
    
==Impulse Counters Settings==
 
==Impulse Counters Settings==