Changes

Line 6: Line 6:     
==What you need for a solution?==
 
==What you need for a solution?==
*For this solution we will use [[FMP100]] device. But any device can be used (excluding FMX640 and FM6300 with this scenario depending on how you want to change the trip mode (via BLE or a button connected to DIN)
+
*For this solution we will use [[FMP100]] device. However, any '''FMBXXX''' series device can be used (excluding FMX640 series) with this scenario depending on how you want to change the trip mode (via BLE or a button connected to DIN)
 
*[[Teltonika_Configurator|Teltonika Configurator]] to set up FM device correctly for the solution.
 
*[[Teltonika_Configurator|Teltonika Configurator]] to set up FM device correctly for the solution.
 
*Dedicated firmware version '''03.27.07.Rev.461''' (please contact you sales manager for the newest version)
 
*Dedicated firmware version '''03.27.07.Rev.461''' (please contact you sales manager for the newest version)
Line 76: Line 76:       −
*<span style="background-color:#b9d491;">Parameter ID: 11800</span> – Priority settings (0 – Disable, 1 – Low priority, 2 - High priority, 3 - Panic priority)
+
*<span style="background-color:#b9d491;">Parameter ID: 11850</span> – Priority settings (0 – Disable, 1 – Low priority, 2 - High priority, 3 - Panic priority)
      Line 154: Line 154:  
''Note that this SMS command does not include APN, Domain and port parameters''
 
''Note that this SMS command does not include APN, Domain and port parameters''
   −
  ''<SMS Login> <SMS Password>'' '''setparam 113:1;11800:1;11814:1;11811:128;11813:2;11815:1;11816:4;11849:0'''
+
  ''<SMS Login> <SMS Password>'' '''setparam 113:1;11850:1;11814:1;11811:128;11813:2;11815:1;11816:4;11849:0'''
   −
You can check how this SMS command looks like in the [https://wiki.teltonika-gps.com/wikibase/images/6/62/Private_business_mode_in_one_sms.jpg Teltonika Configurator]
+
You can check how this SMS configures device - [https://wiki.teltonika-gps.com/wikibase/images/6/62/Private_business_mode_in_one_sms.jpg Teltonika Configurator]
    
==Parsing information==
 
==Parsing information==
Line 356: Line 356:  
|}
 
|}
 
<br>
 
<br>
[[File:Bussines mode coordinate.jpg|alt=|center|thumb|600x600px|Zero coordinate in Private mode]]
+
[[File:Bussines mode coordinate.jpg|alt=|center|thumb|600x600px|Private mode off]]
 +
 
 +
 
 +
==Demonstration in platform==
 +
 
 +
'''TAVL''': Open TAVL application → Select Client → Select Device → In "Track" tab Select the date interval → Select Advanced → Press Show button. All the information will appear in left down corner.
 +
 
 +
[[File:Tavl Private mode.jpg|alt=|frameless|1000x1000px]]
 +
<Br>
 +
 
 +
 
 +
'''WIALON''': Open WIALON → Open Messages → Select your device → Select the date interval → Select Message (data messages) → Select execute and you will see all the information.
 +
<Br>
 +
[[File:Wialon Private mode.jpg|left|frameless|1138x1138px]]<Br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
 
 +
 
 +
 
 +
==Enabling and Disabling private mode via SMS command==
 +
<br>
 +
After appropriate configuration, private mode can be toggled with privatemode SMS command:
 +
 
 +
<br>
 +
<sms login><sms password><b>privatemode</b> <option><br>
 +
{| class="wikitable"
 +
|Option
 +
|Effect
 +
|Return on success
 +
|-
 +
|ON
 +
|Turns private mode on
 +
|Privatemode ON
 +
|-
 +
|OFF
 +
|Turns private mode off
 +
|Privatemode OFF
 +
|-
 +
|?
 +
|Check private mode state
 +
|Privatemode ON
 +
 
 +
or
 +
 
 +
Privatemode OFF
 +
|}
 +
<b><big>Note:</big></b><br>
 +
<br>
 +
* Command privatemode must be lower case, followed by one space. The options ON and OFF must be upper case, otherwise Wrong arguments error is returned.
 +
<br>
 +
*The privatemode command for all arguments is disabled if Trigger Type is Weekly Schedule. Sending the command returns error Weekly Schedule is Active! Can’t control Privatemode state.
 +
<br>
 +
 
 +
 
 +
[[Category: Usage scenarios]]