|
117 | 117 |
|
118 | 118 | # name description cmd bytes decoder ECU fast |
119 | 119 | OBDCommand("PIDS_C" , "Supported PIDs [41-60]" , "0140", 4, pid, ECU.ENGINE, True), |
120 | | - OBDCommand("STATUS_DRIVE_CYCLE" , "Monitor status this drive cycle" , "0141", 4, todo, ECU.ENGINE, True), |
121 | | - OBDCommand("CONTROL_MODULE_VOLTAGE" , "Control module voltage" , "0142", 2, todo, ECU.ENGINE, True), |
122 | | - OBDCommand("ABSOLUTE_LOAD" , "Absolute load value" , "0143", 2, todo, ECU.ENGINE, True), |
123 | | - OBDCommand("COMMAND_EQUIV_RATIO" , "Command equivalence ratio" , "0144", 2, todo, ECU.ENGINE, True), |
| 120 | + OBDCommand("STATUS_DRIVE_CYCLE" , "Monitor status this drive cycle" , "0141", 4, noop, ECU.ENGINE, True), |
| 121 | + OBDCommand("CONTROL_MODULE_VOLTAGE" , "Control module voltage" , "0142", 2, noop, ECU.ENGINE, True), |
| 122 | + OBDCommand("ABSOLUTE_LOAD" , "Absolute load value" , "0143", 2, noop, ECU.ENGINE, True), |
| 123 | + OBDCommand("COMMAND_EQUIV_RATIO" , "Command equivalence ratio" , "0144", 2, noop, ECU.ENGINE, True), |
124 | 124 | OBDCommand("RELATIVE_THROTTLE_POS" , "Relative throttle position" , "0145", 1, percent, ECU.ENGINE, True), |
125 | 125 | OBDCommand("AMBIANT_AIR_TEMP" , "Ambient air temperature" , "0146", 1, temp, ECU.ENGINE, True), |
126 | 126 | OBDCommand("THROTTLE_POS_B" , "Absolute throttle position B" , "0147", 1, percent, ECU.ENGINE, True), |
|
0 commit comments