Lookup table in RealDash XML for sensor conversion

My CAN bus has a manifold temperature signal in raw ADC counts. I need to convert it to temperature. I have a lookup table from a TunerPro ADS file, but I cannot find a good matching math function for the 255 row lookup table. Is there a way to implement the lookup table for value conversion in RealDash XML?

You could use ‘enum’ attribute but you would need to enter all 255 values. Another option is ‘Custom Mapping’ feature:

  • Use a custom value for your ADC count.
  • Add a gauge and attach it to your custom value.
  • While selecting your custom value, tap the burger menu->edit on selection list.
  • Tap ‘Use Custom Mapping’

Here you can add points to map input to output value.

1 Like