Jump to content

SMS Configuration: Difference between revisions

From Transight Wiki
No edit summary
No edit summary
Β 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:SMS Banner.jpg|center|1500x1500px]]
== πŸ”§ Basic Configuration via SMS ==
== πŸ”§ Basic Configuration via SMS ==
Β  Β 
Β  Β 
Line 11: Line 12:
Set the APN according to the SIM card being used:
Set the APN according to the SIM card being used:
<pre>
<pre>
Β 
SET CUAPN:M2MISAFE.comΒ  Β  β†’ (For VI M2M SIM)
SET CUAPN:M2MISAFEcomΒ  Β  Β  β†’ (For VI M2M SIM)


SET CUAPN:airtelgprs.comΒ  Β  β†’ (For AIRTEL)
SET CUAPN:airtelgprs.comΒ  Β  β†’ (For AIRTEL)
Line 19: Line 19:
'''Expected Response:'''
'''Expected Response:'''
<pre>
<pre>
APN:M2MISAFEcom
APN:M2MISAFEcom
</pre>
</pre>


'''βœ… Ensure the APN response matches the command sent.'''
'''βœ… Ensure the APN response matches the command sent.'''
Β 
=== 3. Verify Network Status ===
=== 3. Verify Network Status ===


Send the following command to check network registration and signal strength:
Send the following command to check network registration and signal strength:
<pre>
<pre>
GET CUNWI
GET CUNWI
</pre>
</pre>
'''Response Format:'''
'''Response Format:'''
<pre>
<pre>
CUNWI:&lt;Operator Name&gt;-&lt;MCC&gt;-&lt;MNC&gt;-&lt;GSM Status&gt;-&lt;GPRS Status&gt;-&lt;Signal Strength&gt;-&lt;GSM Loss Timer&gt;-&lt;GPRS Loss Timer&gt;
CUNWI:&lt;Operator Name&gt;-&lt;MCC&gt;-&lt;MNC&gt;-&lt;GSM Status&gt;-&lt;GPRS Status&gt;-&lt;Signal Strength&gt;-&lt;GSM Loss Timer&gt;-&lt;GPRS Loss Timer&gt;
</pre>
</pre>
Β  Β 
Β  Β 
{| style="width:100%;"
{| class="wikitable"; style="width:100%";
| style="vertical-align:top; width:50%;" |
! style="background-color:#680022; white-space:nowrap; color:white;" | Parameter Β 
{| class="wikitable"
! style="background-color:#680022; white-space:nowrap; color:white;" | Description
! style="background-color:#800020; white-space:nowrap; color:white;" | Parameter Β 
! style="background-color:#800020; white-space:nowrap; color:white;" | Description
|-
|-
| GSM Status || 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered
| GSM Status || 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered
Line 55: Line 49:
Β  Β 
Β  Β 
'''βœ… Check for registration status and reasonable signal strength before proceeding.'''
'''βœ… Check for registration status and reasonable signal strength before proceeding.'''
Β 
=== 4. Enable Data Transmission ===
=== 4. Enable Data Transmission ===


Line 107: Line 101:


Configure reporting intervals for different operational states:
Configure reporting intervals for different operational states:
Β 
{| style="width:100%;"
{| class="wikitable"; style="width:100%";
| style="vertical-align:top; width:50%;" |
! style="background-color:#680022; white-space:nowrap; color:white;" | Mode Β 
{| class="wikitable"
! style="background-color:#680022; white-space:nowrap; color:white;" | Purpose
! style="background-color:#800020; white-space:nowrap; color:white;" | Mode Β 
! style="background-color:#680022; white-space:nowrap; color:white;" | Command Format
! style="background-color:#800020; white-space:nowrap; color:white;" | Purpose
! style="background-color:#680022; white-space:nowrap; color:white;" |Β  Unit Β 
! style="background-color:#800020; white-space:nowrap; color:white;" | Command Format
! style="background-color:#680022; white-space:nowrap; color:white;" | Example Β 
! style="background-color:#800020; white-space:nowrap; color:white;" |Β  Unit Β 
! style="background-color:#680022; white-space:nowrap; color:white;" | Expected Response
! style="background-color:#800020; white-space:nowrap; color:white;" | Example Β 
! style="background-color:#800020; white-space:nowrap; color:white;" | Expected Response
|-
|-
| Motion || When vehicle is moving || SET CUUR:&lt;seconds&gt; || Seconds || SET CUUR:30 || CUUR: 30
| Motion || When vehicle is moving || SET CUUR:&lt;seconds&gt; || Seconds || SET CUUR:30 || CUUR: 30
Line 126: Line 118:
Β  Β 
Β  Β 
'''βœ… Ensure each setting reflects correct values as per use case.'''
'''βœ… Ensure each setting reflects correct values as per use case.'''
Β 
=== 7. Save Configuration – Restart the Device ===
=== 7. Save Configuration – Restart the Device ===


After all settings are done, reboot the device to apply changes:
After all settings are done, reboot the device to apply changes:
<pre>
<pre>
SET CUMR:2
SET CUMR:2
</pre>
</pre>


'''βœ… The device will restart and save all configurations.'''
'''βœ… The device will restart and save all configurations.'''
Β 
== βœ… Final Validation ==
== βœ… Final Validation ==


* Ensure data is being received successfully on your backend server.
* Ensure data is being received successfully on your backend server.

Latest revision as of 05:55, 12 August 2025

πŸ”§ Basic Configuration via SMS

1. Insert SIM Card

  • Insert either an open SIM or an M2M SIM card into the device.
  • If using M2M SIM, ensure the required IP or URL is whitelisted on the operator portal for uninterrupted data communication.

2. Configure the APN

Set the APN according to the SIM card being used:

SET CUAPN:M2MISAFE.com     β†’ (For VI M2M SIM)

SET CUAPN:airtelgprs.com    β†’ (For AIRTEL)

Expected Response:

APN:M2MISAFEcom

βœ… Ensure the APN response matches the command sent.

3. Verify Network Status

Send the following command to check network registration and signal strength:

GET CUNWI

Response Format:

CUNWI:<Operator Name>-<MCC>-<MNC>-<GSM Status>-<GPRS Status>-<Signal Strength>-<GSM Loss Timer>-<GPRS Loss Timer>
Parameter Description
GSM Status 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered
GPRS Status 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered
Signal Strength Range: 1–31 ASU
GSM/GPRS Loss Timer Elapsed time in seconds since network loss

βœ… Check for registration status and reasonable signal strength before proceeding.

4. Enable Data Transmission

To enable telemetry data transmission to your backend:


SET CUENIP:<IP_Mode>.<State>,<IP_Mode>.<State>
  • IP Mode: 0 = Transight, 1 = Customer
  • State: 1 = Enabled, 0 = Disabled

Example:


SET CUENIP:1.0

βœ… This enables Transight server and disables Customer server by default.

5. Configure Server IP/URL

Set the backend server endpoint using TCP or HTTP:


SET CUURL:TCP:<IP>:<PORT>

SET CUURL:<HTTP URL>

Examples:


SET CUURL:http://livedata.example.net:6000/data

SET CUURL:TCP:15.235.9.66:50334

Expected Response:


URL:http://livedata.example.net:6000/data

URL:TCP:15.235.9.66:50334

βœ… Verify response matches the server details.

6. Set Data Transmission Frequency (CUUR, CUURT, CUURS)

Configure reporting intervals for different operational states:

Mode Purpose Command Format Unit Example Expected Response
Motion When vehicle is moving SET CUUR:<seconds> Seconds SET CUUR:30 CUUR: 30
Halt When vehicle is stationary SET CUURT:<minutes> Minutes SET CUURT:30 CUURT: 30
Sleep In low-power/idle state SET CUURS:<minutes> Minutes SET CUURS:30 CUURS: 30

βœ… Ensure each setting reflects correct values as per use case.

7. Save Configuration – Restart the Device

After all settings are done, reboot the device to apply changes:

SET CUMR:2

βœ… The device will restart and save all configurations.

βœ… Final Validation

  • Ensure data is being received successfully on your backend server.