Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
91
Command Reference
cmd obdcond 4 1 0 15 'p1<10.00' 'p2=0.00' 'p7=0.00' 'p8=-40.00'
OK
5. Query all the trigger conditions used for OBD reports
cmd obdcond
cmd obdcond 2 1 30 5 'p1=0.0'
cmd obdcond 3 2 60 5 'p1>0' 'p2>2000'
OK
6. Query the parameters for OBD trigger condition #3
cmd obdcond 3
cmd obdcond 3 2 60 5 'p1>0' 'p2>2000'
OK
A cmd save is required for this command to take effect.
See also: OBD2/J1939 Parameters Table, obdreport, pobda-pobdd
return to list of commands
obddata
Displays the current OBD engine parameters and corresponding values obtained from the OBDII
transmitter and the time since they were last updated.
If no engine parameters have been obtained yet, the command returns ERROR
This command is read-only.
Example:
cmd obddata displays OBD engine parameters and time since they were last updated
# cmd obddata
These OBD engine parameters were updated 001 seconds ago
Timestamp : Thu Jan 1 00:14:48 1970
p1=131,p2=0,p3=40,p4=AGV-SIMULATOR 1.5
p5=0,p6=0,p7=16,p8=55
p9=384,p10=128,p12=80,p13=81.92
id=0013A200403078CF,pa=0,pb=0
OK
return to list of commands