Page 1 of 1

Uncomplete ID in Symbolfile

Posted: Fri 2. Sep 2011, 10:54
by Michael90
Hello,
i need a symbolfile, which interprets about 256 Messages with different IDs in the same way. Is it necessary, to do that many Symblos or is it possible to enter "dont-cares" into the ID at some places?

Re: Uncomplete ID in Symbolfile

Posted: Fri 2. Sep 2011, 13:27
by PEAK-Support
please open the Symbol file in a Text editor and use copy paste - a wildcard for IDs is not available - sorry!

or if the ID´s are in order, you could use (work only in Receive Section!):

Code: Select all

{RECEIVE}

[CAN-MultiID]
ID=100h-120h
DLC=8
Var=SteeringAngle unsigned 48,8 /u:deg /f:1.48 /max:360 /d:0
Var=MainPreassure unsigned 0,16 /max:1

Re: Uncomplete ID in Symbolfile

Posted: Thu 8. Sep 2011, 16:15
by Michael90
Thanks, thats what i meant. So it should be possible to work with PGNs

Re: Uncomplete ID in Symbolfile

Posted: Thu 8. Sep 2011, 17:13
by PEAK-Support
Best way to work with PGNs is to use the J1939 AddIn :D