Difference between revisions of "FMB setparam"

From Wiki Knowledge Base | Teltonika GPS
m
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:setparam.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: "setparam 2001:wap" will change configured APN name.<br/>Answer: "Param ID:2001 Value:wap2"<br/>Example: "setparam 2001:wap;2002:user;2003:pass" will change configured APN name, APN username and APN password. SMS command of limited to 160 characters.
Example:<br/>
 
<code>setparam 2001:wap</code> will change configured APN name.<br/>
 
Answer:<br/>
 
<code>New value 2001:wap</code><br/><br/>
 
<i>or if multiple parameters needed:</i><br><br>
 
Example:<br/>
 
<code>setparam 2001:wap2;2002:user;2003:pass</code> will change configured APN name, APN username and APN password. SMS command of limited to 160 characters.<br>
 
Answer:<br/>
 
<code>New value 2001:wap2;2002:user;2003:pass</code>
 

Revision as of 08:59, 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: "setparam 2001:wap" will change configured APN name.
Answer: "Param ID:2001 Value:wap2"
Example: "setparam 2001:wap;2002:user;2003:pass" will change configured APN name, APN username and APN password. SMS command of limited to 160 characters.