Page 1 of 1

How can i send data form the ADL2 to the M800 via CAN

PostPosted: Wed Sep 24, 2008 3:04 am
by thorstengsxr
How can i send data form the ADL2 to the M800 via CAN. In the M800 I see ADL1 to 12 as inputsource. But I can’t find any information how I configure the ADL2, so that the ADL2 use this channels .

Regards

Thorsten

Re: How can i send data form the ADL2 to the M800 via CAN

PostPosted: Wed Sep 24, 2008 9:38 pm
by Dragon
Try this :

1. Open Dash Manager and load config file.
2. Go to "Communications Setup", select an empty CAN channel and clicl "advanced".
3. Under "Parameters", set the following and leave other fields in default setting :
Device = Transmit Message, Transmit rate = 50 HZ, Address = 123 (note that the address is arbitrary and is in hexadecimal. In Engine Manager a decimal value is needed. 123 hex = 291 decimal)
4. Click on "Transmitted Channels". Select "Compound" as message type. This is where you select the channels to be transmitted.
5. Up to 4 compound IDs can be set and each can contain 3 channels. Set ID 1 to 4 as 0000, 0100, 0200 and 0300.
ID Mask should be set to FF00 and Offset to 0 for each.
6. Select an Identifier and then click "Add". You can then select 3 channels for each "identifier".
Set "Length" to 2 for all 3 channels and put 2 as "offset" for the first channel, 4 for the second and 6 for the third.
7. Click "Save as" and give this template a name, such as "ADL to M800".
8. Save the config and send it to the ADL.
9. Close Dash Manager and open Engine Manager.
10. Go to Adjust/General Setup/Communications/CAN setup.
11. Select CAN 1 Data and set it to "4", which is ADL Receive.
12. Select CAN 1 Address and put in the decimal address. (in example above 291)
13. Select CAN 1 Transfer Rate to 50 Hz.
14. Save file and then send to ECU.

Re: How can i send data form the ADL2 to the M800 via CAN

PostPosted: Thu Sep 25, 2008 6:39 am
by thorstengsxr
Thank you for your anser. I will test in on Sunday

regards Thorsten