Different CAN IDs with an Offset

Comprehensive CAN monitor for Windows® and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
fdhada@intenergy
Posts: 7
Joined: Tue 13. Mar 2012, 12:05

Different CAN IDs with an Offset

Post by fdhada@intenergy » Mon 30. Apr 2012, 16:55

Hello,

Apologies in advance if this has been answered in the forum already - but I could not find a similar solution. I found solutions like a merged symbol file etc and this would not work in our case unfortunately.

The problem:
We have a board which generates specific CAN Ids on the setting off its switches. This can be considered as an offset - so for example if the base CAN Id is 02Eh and the switch setting is 03h then the CAN ID is EEh.

So is there a way to manupulate the symbol file so that the following entry can have this offset added ?
[ID Value 1]
ID=02Eh

Is there a way of achieving this in PCAN Explorer to accommodate this in a neat solution when receiving or transmitting messages? As these messages need to be generated by our PCAN Explorer instrument panel GUI (.ipf file).

I appreciate that this could be done via a VB macro - but is there a way of manipulating the Symbol to take into consideration this offset our board generates.

I appreciate any help you can offer.

Thanks in advance.

User avatar
PEAK-Support
Sales & Support
Sales & Support
Posts: 1646
Joined: Fri 10. Sep 2010, 19:34

Re: Different CAN IDs with an Offset

Post by PEAK-Support » Mon 30. Apr 2012, 21:02

Hi,
as i understand you like to change the Symbolfile dynamicly. This could only be done via a VBS Macro.
(change or generate a Symbol Text file, load and aply)
If you want to use only one Symbol File you need to copy/paste the section and manualy change the ID.
But to use it in the UserPanel (signal based) you need to use the VBS solution.

Regards
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------

fdhada@intenergy
Posts: 7
Joined: Tue 13. Mar 2012, 12:05

Re: Different CAN IDs with an Offset

Post by fdhada@intenergy » Wed 2. May 2012, 11:31

Thank you for confirming.

Appreciate your quick response.

Post Reply