Possible bug in transmit list
Posted: Fri 10. May 2019, 09:20
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:
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!
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
Is this a bug? Or am I doing something wrong? Thanks!