Half Dial meters have available highest-lowest values.
Is there a way to have the same info in a Digital display?
or is there a way to display just the highest value of a particular pid?
I am talking for boost values where I like the digital display but I need highest-lowest values
Can't you just use the Half Dial meter and push it up above the top of the screen, where the Min / Max numbers are all that's visible - or just "PLOP" other gauges over the upper half of the Half Dial Meter.
----------------
54371019
Yes this is a solution but I was looking for a more elegant one.I am using only digital design because in tiny dimenssion are easy to read.
I think I have to take your answer as a no.correct?
Now I see it again I think that there must be a way to make it happen since in the digital layout for torque or hp I am getting the max value. So probably there is an option for max values.
You can display the values of the pid that exceeded the set threshold.
How my friend I can do that?
I am interesting for boost highest value in digital display gauge
I have to make it as a custom pid? Do you know the settings?
bumb - help please!
Can I have an example of how the digital pid of HP is made
I need to know the highest-lowest values of my trip and I prefer all the pids to be in digital format.
Administrator?
I am also looking to do this. Have a PID that just displays the maximum or minimum value.
So the easy answer would be to create a custom pid for example Horsepower at the wheels [ff1226] but add the MAX function to it.
My problem is I don't know how to write the equation.
I know the function is: MAX(A:B).
https://torque-bhp.com/wiki/Equations
But how to write it because I don't know what 'A' and 'B' is.
I am also looking to do this. Have a PID that just displays the maximum or minimum value.
So the easy answer would be to create a custom pid for example Horsepower at the wheels [ff1226] but add the MAX function to it.
My problem is I don't know how to write the equation.
I know the function is: MAX(A:B).
https://torque-bhp.com/wiki/Equations
But how to write it because I don't know what 'A' and 'B' is.
I am looking to do the same thing. Display the maximum value of say the calculated Torque value.
Wouldn't you create a custom PID and use the MAX function. Only problem is I don't know what goes into the PID editor.