Transmit CAN with scaling

Thank you for the insights. RealDash transmits a CAN frame in these conditions:

  1. frame has ‘writeInterval’ attribute in XML.
  2. data specified in a frame changes via Actions.
  3. frame has ‘initialValue’ attribute.

Good tip to everyone; be very cautious when sending CAN frames to the vehicle for abovementioned reasons. Typical use-case of RealDash is completely custom system, but keep in mind that you can cause issues to OEM vehicles by sending CAN frames.

I can see the benefit of having separate ‘conversionOut’ attribute. I think I will leave it there and add to the documentation.