Difference between revisions of "FMB getparam"

From Wiki Knowledge Base | Teltonika GPS
(Created page with "Read parameter value. ID consists of 3 or 5 digits. A detailed list of parameters and identifiers can be found in this chapter next later.<br/>Example: "getparam 2001" command...")
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Image:getparam.png|400px|right]]
+
Read parameter value. ID consists of 3 or 5 digits. A detailed list of parameters and identifiers can be found in this chapter next later.<br/>Example: "getparam 2001" command requests APN name<br/>Answer: "Param ID:2001 Value:wap"
Example:<code>getparam 2001</code> command requests APN name<br/>
 
Answer:<code>Param ID:2001 Value:wap</code><br><br>
 
<i>or if multiple parameters needed:</i><br><br>
 
Example:<code>getparam 2001;1000</code> command requests APN name and Open Link Timeout(s)<br/>
 
Answer:<code>Param ID:2001 Value:wap;1000:30</code><br>
 

Revision as of 08:49, 13 April 2018

Read parameter value. ID consists of 3 or 5 digits. A detailed list of parameters and identifiers can be found in this chapter next later.
Example: "getparam 2001" command requests APN name
Answer: "Param ID:2001 Value:wap"