Difference between revisions of "Template:FMM640 Short burst data settings"

From Wiki Knowledge Base | Teltonika GPS
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Short burst data settings==
 
==Short burst data settings==
  
{{{short_burst|[[Image:Short_burst.JPG|300px|right]]}}}
 
  
[[FMM640]] 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.  
  
[[FMM640]] 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”''.
+
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 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.
+
Iridium Edge pinout and RS232 COM 1/2 connection:
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]]}}}
+
[[File:Iridium Edge pinout.png|left]]
 +
[[File:FMX640 and RS232 illustration v1.2.png|right|450x201px]]
 +
<br></br><br></br><br></br><br></br><br></br><br></br>
 +
[[File:SBD settings.gif|right]]
 +
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.
  
'''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).
 
  
{{{pic_connector|[[Image:connector.JPG|600px|center]]}}}
+
'''''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).
  
'''NOTE''': SBD data is limited to 8000 Bytes per month. For firmware with a bigger SBD data limit, please ask your sales manager.
+
'''''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'''.
If the data limit is reached you can reset it with SMS command ''“sbdlimitsreset”''.
+
 
 +
'''''SBD IO source''''' configures IO source which can trigger SBD record saving.  9 elements can generate an 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
 +
|}
 +
 
 +
<br></br>
 +
'''*''' SBD IO source parameter is configured with bitmasks:
 +
*eSBD_IO_Bit_Disabled    = 0x00,
 +
*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.

Latest revision as of 17:19, 14 November 2022

Short burst data settings

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 , 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 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 Short Burst Data.

Iridium Edge pinout and RS232 COM 1/2 connection:

Iridium Edge pinout.png
FMX640 and RS232 illustration v1.2.png













SBD settings.gif

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.


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).

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.

SBD IO source configures IO source which can trigger SBD record saving. 9 elements can generate an 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



Configurator parameter IDs and their explanation:

Parameter ID
Parameter name Values Explanation
Min Max Default
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



* SBD IO source parameter is configured with bitmasks:

  • eSBD_IO_Bit_Disabled = 0x00,
  • 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



For example: to enable Din1, Din3 and Do4: 0x01 + 0x04 + 0x80 = 0x85 convert to decimal --> 133.