Replies: 1 comment 1 reply
-
|
Maybe You have to multiply the raw data with 0,2 to get PSI and then x0,06894757 to get bar. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
sadly its showing psi at the ionq5 data, but in EU we are used to bar.
How may I change this at the tire pressure datas at vehicle specific pid settings?
I see: { "pid": "22C00B6", "pid_init": "ATSH7A0;", "parameters": { "TYRE_P_FL": "B10*0.2", "TYRE_P_FR": "B15*0.2", "TYRE_P_RL": "B21*0.2", "TYRE_P_RR": "B27*0.2",To get bar from psi it has to be multipied by 0,06894757
So would do this the conversion?
{ "pid": "22C00B6", "pid_init": "ATSH7A0;", "parameters": { "TYRE_P_FL": "B10*0,06894757", "TYRE_P_FR": "B15*0,06894757", "TYRE_P_RL": "B21*0,06894757", "TYRE_P_RR": "B27*0,06894757",Any help welcome, thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions