Not that displays. It’s a PID from the PCM that gives a hex value output and it can be converted by obd2 readers to display a human-readable value.Is there an actual monitor in the Ram for this?
Not that displays. It’s a PID from the PCM that gives a hex value output and it can be converted by obd2 readers to display a human-readable value.Is there an actual monitor in the Ram for this?
Ah yes, I understood some of those wordsNot that displays. It’s a PID from the PCM that gives a hex value output and it can be converted by obd2 readers to display a human-readable value.
Agreed. Translation, the Banks I-Dash plugs into the OBD2 port and can read the DPF Soot Load percentage and even tell you when the truck is in REGEN. You have to have an OBD2 reader to see it.Ah yes, I understood some of those words![]()
The idash can also read soot percentage (and a lot of other parameters) in real time, but so can a $20 obd2 reader if you created a custom PID with the proper formula to convert the raw value into a percentage. The below examples were created with mx+ in mind, but the PID number and equation stays the same for every reader.Agreed. Translation, the Banks I-Dash plugs into the OBD2 port and can read the DPF Soot Load percentage and even tell you when the truck is in REGEN. You have to have an OBD2 reader to see it.
Thanks, I learn something everytime I log into this forum. Currently I am loving my Derringer and pedal monster combo.The idash can also read soot percentage (and a lot of other parameters) in real time, but so can a $20 obd2 reader if you created a custom PID with the proper formula to convert the raw value into a percentage. The below examples were created with mx+ in mind, but the PID number and equation stays the same for every reader.
Example of soot percentage:
PID: 018B
Long Name: DPF Capacity
Short Name: DPF %
Minimum value: 0
Maximum value: 100
Scale Factor: 1x
Unit Type: %
Equation: (C*100)/255
Example of boost:
PID: 0170
Long Name: Boost
Short Name: Boost
Minimum value: 0
Maximum value: 25
Scale Factor: 1x
Unit Type: kPa
Equation: ((B*256)+C)*0.03125-[33]
This thread has some detail on what I’m talking about - Ram pids in obd2 reader app