Dyno2 Dynamometer Software – CAN bus inputs

CAN inputs settings are used to extract data from CAN bus – automotive multiplexed data bus. Basic information about CAN bus can be acquired from Wikipedia page on CAN. Extracted data can be plotted on charts or used to control device outputs. Configured data channel sets can be exported to and imported from files. Ready configuration sets for most aftermarket ECUs are available here.

CAN inputs list

All operations on CAN inputs, such as creating new, editing, deleting, import, export, are available from context menu. There is also CAN Monitor tool available to see all CAN frames being received on the bus.

CAN Monitor
New CAN input channel configuration
  • Name – user assigned CAN Input name.
  • Channel – interface CAN bus channel ID. The interface is equipped with two physical CAN buses.
  • CAN ID – CAN message ID
  • Compound message – option to parse the message as compound type. This format is based on sending multiple information with the same CAN message ID. The information frame is identified with a number sent in byte 0 of the message.
  • Compound ID – byte 0 value to trigger message parsing.
  • Endianness – Byte order in the CAN message. Big Endian is the most common format. In this format the most significant byte is sent first (byte 0). It is possible to decode CAN message in Little Endian format. In Little Endian byte order is reversed and byte 0 is the least significant.
  • Bit count – Number of bits to extract from the CAN message.
  • Byte offset, Bit offset – Position in the message to start data extraction. The offset is always counted from the right side, from the least significant bit, after taking the endianness into account. Position = Byte offset * 8 + Bit offset.
  • Signedness – Defines if extracted number will be interpreted as unsigned or signed. A signed number is a number that can have negative values. Two’s complement format is used for signed numbers.

Next window area shows preview of the data extraction. The most significant byte is always placed on the left side.
Next line shows byte numbering same with CAN bus byte numbering. Byte 0 is the one that is sent first. Byte numbering labels are changed according to the selected Endianness.
Next line shows message bits which will be extracted according to Bit count, Byte offset and Bit offset. X characters mark the bits that are not extracted. If the line is highlighted in red, it means that the required bit count can’t be extracted at the set position.
Next line shows live preview of data being received on entered CAN channel with matching ID.

  • Multiplier – extracted number multiplier
  • Divider – extracted number divider
  • Offset – constant added to the extracted number
  • Input unit – unit used to convert input data to SI units used internally by all channels – input unit choice is available after selecting channel quantity (1).

CAN Input value = Unit_Conversion (extracted number * Multiplier / Divider + Offset)

  • Enable timeout – Enables the timeout function that overwrites CAN Input value when the required CAN message is not received.
  • Timeout – Time required to pass, to override CAN Input value.
  • After timeout value – The value that will be set in the absence of required CAN message.
  • Resampling – choice between received values interpolation or sample and hold. Interpolation should be selected for analog signals, sample and hold for discrete value error codes and flags.

When setting up a new CAN input channel, it’s important to select the correct Quantity (1) and Input unit (2). This will allow the software to hold the value in SI units and convert it to any preferred unit when displaying it to the user.

How to enable CAN data stream compatible with premade dyno configuration?

Ecumaster

Link ECU