I am currently using RealDash with a CAN Analyzer connected to my Link ECU and it is working correctly. How can I add new CAN parameters, specifically flex fuel ethanol content, so they can be displayed in RealDash?
Requires two steps:
- Configure your value to be transmitted to CAN in PCLink.
- Create custom CAN XML file for RealDash that describes how your new value is packed into the CAN stream.
See RealDash CAN XML documentation here:
RealDash-extras/RealDash-CAN/realdash-can-description-file.md at master · janimm/RealDash-extras
Don’t know if this helps this is what I have for ECS for a 2018 BMW running a content sensor.
<frame id="0x0EC">
<value name="ECA%new" offset="0" length="1"></value> <!-- ECA sensor % -->
<value name="ECA Temp" offset="1" length="1"></value> <!-- ECA sensor Temp -->
</frame>