Unit conversion: PSI to BAR

Hi everyone,

I am using RealDash connected to a Speeduino ECU.

When I add a fuel pressure gauge and select the input, it only displays the values in PSI. I want to display the fuel pressure in BAR instead.

Does anyone know how to convert this inside RealDash or change the settings so the gauge shows BAR?

P.S.: Just a heads-up, my “Units & Values” settings in RealDash are already set to Metric.


Thanks in advance for the help!

Use use a math equation in realdash. Write the formula v*… what ever you want to convert any unit to an other

1 Like

Select the gauge > tap/click Look’N Feel > Special > Gauge Math

Enter the following equation: =V/14.504

This is an approximate conversion factor between bar and psi, accurate within about 0.0015%. The exact factor is 14.50377377... with the 377 repeating indefinitely.

1 Like