Send messages based on received messages
Posted: Mon 15. Apr 2024, 08:46
Hi,
I would like to know if it is possible to do this with PCAN-Explorer 6 :
- If I send this query : 02 A3 00 F0 11 03 00 00 00 00 00 00 (CAN-ID in bold)
- I receive : 0A 23 F0 00 11 03 00 00 00 00 00 00 (data to be read underlined)
But all data are on the same CAN-ID, query looks like this : 02 A3 00 F0 21 08 00 00 00 00 00 00 (what is underlined is what changes according to the data to be read)
And you'll receive : 0A 23 F0 00 21 08 00 00 00 00 00 00 (data to be read underlined)
So can I send one query, read values, send another query, read values etc etc cyclically ?
Something like this :
1. send (02 A3 00 F0 11 03 00 00 00 00 00 00)
2. read (0A 23 F0 00 11 03 00 00 00 00 00 00)
3. send (02 A3 00 F0 11 04 00 00 00 00 00 00)
4. read (0A 23 F0 00 11 04 00 00 00 00 00 00)
5. ...
And the most important is to display values on instrument panel (i've got the add-on)
I would like to know if it is possible to do this with PCAN-Explorer 6 :
- If I send this query : 02 A3 00 F0 11 03 00 00 00 00 00 00 (CAN-ID in bold)
- I receive : 0A 23 F0 00 11 03 00 00 00 00 00 00 (data to be read underlined)
But all data are on the same CAN-ID, query looks like this : 02 A3 00 F0 21 08 00 00 00 00 00 00 (what is underlined is what changes according to the data to be read)
And you'll receive : 0A 23 F0 00 21 08 00 00 00 00 00 00 (data to be read underlined)
So can I send one query, read values, send another query, read values etc etc cyclically ?
Something like this :
1. send (02 A3 00 F0 11 03 00 00 00 00 00 00)
2. read (0A 23 F0 00 11 03 00 00 00 00 00 00)
3. send (02 A3 00 F0 11 04 00 00 00 00 00 00)
4. read (0A 23 F0 00 11 04 00 00 00 00 00 00)
5. ...
And the most important is to display values on instrument panel (i've got the add-on)