MalcolmG wrote:Do you have the ECU Receive set up in the M1 as a Sequential or Compound type? The dash manager configuration you've screenshotted is for a compound setup, which IMO is unnecessary until you're really short on available CAN addresses. If you're not aware, compound messages effectively multiplex a single CAN address by using the first byte (typically) of the message contents as an additional identifier, with each compound identifier having different data content on the remaining message bytes.
I recommend using a sequential messaging, which just uses a sequence of 8 CAN addresses beginning from the start address (make sure the start address is a multiple of 8). To use this you just configure each message individually as Transmit Message type rather than Transmit Message Block. If you look at the built-in GPS_to_M1 transmit templates in dash manager you'll see how this is achieved
The ECU Receive was set up as Compound type. I just wanted to add the torque measurement data from the Dynapack to this existing Compound message. Tried to link the "Tansmission Pressure" channel to the torque data, but did not receive anything. Was about to discard the compound setup and instead use sequential messaging, but the came across the document TNAU0031, ADL Advanced Communications Setup which also covered the configuration of Compound Messaging, which confirmed that I had added the torque data correctly to the existing Compound message.
As a last attempt before going for sequential messaging I tried to link other channels than the "Transmission Pressure" to receive the torque data. Tried a few other channels without success, but when I selected "Intercooler Temperature" the torque data was received.
I have no idea why it only worked on this channel, but at least now it is ok.
So then I have solved my issues, the Ingnition and Intake Cam angle I re-send from the dash, as David wrote above.
Thanks for the help.