Page 1 of 1

Possible bug in transmit list

Posted: Fri 10. May 2019, 09:20
by dasitor
Hello,
I have just updated to PCAN-Explorer version 6.3.0.2034, running in MS Windows 10, 64 bits.
I wrote a simple symbol file with several types of messages: just associating labels (symbol name) to particular messages. When I create new messages in the transmit list using this symbols, at first they appear listed with their correct label, but suddenly they all change to the same label, particularly the first one in the symbol file. This is not a correct behavior, I think.
If a change the order of the symbol definition, the transmit list symbol column is updated automatically with the label of the first symbol.
This is a extract of my symbol file:

Code: Select all

// Basic CAN messages for YYY prototype

FormatVersion=6.0 // Do not edit this line!
Title="XXXX internal CAN"
IDMask=0h

{SEND}

[ECHO_TX]
ID=1F954000h	// Echo
Type=Extended
Len=0
CycleTime=1000

[BC_OPEN_TX]
ID=00800000h	// Close YYY switch
Type=Extended
Len=0
CycleTime=1000
Attached there is a capture of the Explorer transmit list. As you can see, all messages are considered ECHO_TX symbols, although they are not. If I change the order of the definitions and place BC_OPEN_TX above ECHO_TX, for example, then they all are shown as BC_OPEN_TX symbols.

Is this a bug? Or am I doing something wrong? Thanks!

Re: Possible bug in transmit list

Posted: Fri 10. May 2019, 10:32
by M.Gerber
Hello dasitor,

Remove the IDMask line from your Symbol File and you should be fine. The value 0 is counterproductive for this global parameter. See PCAN-Explorer Help for details.

Greetings
Mark

Re: Possible bug in transmit list

Posted: Fri 10. May 2019, 11:51
by dasitor
Thanks! That worked.
I used the PCAN Symbol Editor to generate my file and in the "CAN ID Mask" box I wrote 1FFFFFFFh. I do not understand where the "IDMask=0h" line comes from.
I have just re-done the Symbol Editor:"Save"/Explorer:"Project-Add Existing Item" sequence and the IDMask line is not generated at all!
Anyway, it is working now and I know where to look next time. Thanks again!

Re: Possible bug in transmit list

Posted: Fri 31. May 2019, 10:14
by PEAK-Support
closed