Page 1 of 1
					
				How to add PID for oil pressure
				Posted: Wed Aug 17, 2016 7:55 am
				by cea97
				I would like to add the pid for oil pressure. I believe the pid# for GM oil pressure is 22115c. I don't really know how to add that to the obd.h and obd.cpp files though. I would appreciate any help or examples from anyone who has successfully added a pid to the code.
Thanks
			 
			
					
				Re: How to add PID for oil pressure
				Posted: Tue Sep 27, 2016 6:23 pm
				by onche
				I would like to kknow the same  

 
			
					
				Re: How to add PID for oil pressure
				Posted: Mon Mar 13, 2017 3:44 am
				by Jonage
				Guys, that won't be possible I think.. I checked the OBDII PID (
https://en.wikipedia.org/wiki/OBD-II_PIDs) list and there is no such thing on the standard list.
 
			
					
				Re: How to add PID for oil pressure
				Posted: Mon Apr 10, 2017 12:17 pm
				by td1973
				I'm not sure that it's a supported PID:
https://en.wikipedia.org/wiki/OBD-II_PIDsI believe the code that you are showing is a DTC code, not a CAN bus PID from the sensor?
Please correct me if I'm wrong as I'd be interested in knowing if an update has been made in the protocol.