R&D department
2018/08/01
•
If SMS configuration is disabled in configuration tool or configuration has password:
„
You do not have permission to read the settings“
1.1.32
setvalue – set specific IO values
Purpose is to set specific IO values.
Parameter
Pro4 family
Eco4 family
Plug4
Virtual odometer (ID:65)
●
●
●
Absolute idling time (ID:175)
●
●
●
CAN Bus Distance (ID:114)*
●
DIN1 hours accumulated (ID:577)
●
●
DIN2 hours accumulated (ID:578)
●
●
DIN3 hours accumulated (ID:579)
●
●
DIN4 hours accumulated (ID:580)
●
●
*Value will be overwritten by valid message from CAN-Bus (if available in specific vehicle).
In general SMS structure is: “
(password) (command) (command text)
”
In “command text” field there will be ID and its value separated by comma (,).
The response format depends on these options:
1. If IO value was changed successfully, then format is: ID,value
2. If FM device failed to change IO value, then format is: ID,fail
3. If the value change for specified IO is not supported, then format is: ID,unsupp
4. If the FM device is even failed to parse the ID or data is incorrect: Set IO value data incorrect
Example:
pass
setvalue 65,0
Response example:
65,0
Example:
pass
setvalue 175,0
Response example:
175,0
Example:
pass
setvalue 155,15
Response example:
155,unsupp
24