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:
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"
+
[[Image:getparam.png|400px|right]]
 +
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>

Latest revision as of 13:23, 27 March 2023

Getparam.png

Example:getparam 2001 command requests APN name
Answer:Param ID:2001 Value:wap

or if multiple parameters needed:

Example:getparam 2001;1000 command requests APN name and Open Link Timeout(s)
Answer:Param ID:2001 Value:wap;1000:30