Freematics One Plus - Change OBD Header
Posted: Tue Feb 27, 2018 4:01 am
I am working with a vehicle and would like to request Mode 22 PID's from multiple OBD headers. I am working with a spreadsheet that contains information for the Torque app and am hoping to get these PID's to work with Freematics One Plus. The information I am working with looks like this:
FullName, ShortName, ModeAndPID, Equation, Min Value, Max Value, Units, OBD Header,
HyBrid Pack Remaining (SOC), SOC, 22005B, A*100/255, 0, 100, %, 7E0,
Charger HV Current, ChargeAmp, 22436C, ((Signed(A)*256+B))/20, 0, 20, A, 7E4,
- I am able to send and receive messages from various Mode 22 PID's with OBD headers of 7E0 and 7E1
- Requesting Mode 22 PID's with a header of 7E4 results in the received buffer containing 'OBDTIMEOUT'
- I have tried to manually change the OBD header to 7E4 by using the sendCommand() function and sending the ELM327 AT command 'ATSH 7E4' but still receive 'OBDTIMEOUT' after sending a Mode 22 PID request
- I can successfully read these Mode 22 PID's from header 7E4 using a competing OBD2 logger
If anyone has experience receiving Mode 22 PID's from different OBD headers I would greatly appreciate a nudge in the right direction!
FullName, ShortName, ModeAndPID, Equation, Min Value, Max Value, Units, OBD Header,
HyBrid Pack Remaining (SOC), SOC, 22005B, A*100/255, 0, 100, %, 7E0,
Charger HV Current, ChargeAmp, 22436C, ((Signed(A)*256+B))/20, 0, 20, A, 7E4,
- I am able to send and receive messages from various Mode 22 PID's with OBD headers of 7E0 and 7E1
- Requesting Mode 22 PID's with a header of 7E4 results in the received buffer containing 'OBDTIMEOUT'
- I have tried to manually change the OBD header to 7E4 by using the sendCommand() function and sending the ELM327 AT command 'ATSH 7E4' but still receive 'OBDTIMEOUT' after sending a Mode 22 PID request
- I can successfully read these Mode 22 PID's from header 7E4 using a competing OBD2 logger
If anyone has experience receiving Mode 22 PID's from different OBD headers I would greatly appreciate a nudge in the right direction!