I am trying to add 2 signal indications in a panel. The signals are ECU1.BoatSpeed and ECU2.BoatSpeed. When I add an indication I can only see the variable and not the symbol. There is no way to differentiate between the two variables since they have the same name, but they are on different CAN ids. See enclosed image.
Is this a bug? I would like to create an indication that is more specific using ECU1.BoatSpeed instead of just BoatSpeed.
Signal collision when creating panel
Signal collision when creating panel
- Attachments
-
- signal collision pcan explorer.PNG (18.52 KiB) Viewed 7128 times
Re: Signal collision when creating panel
Dear sebnil,
You have the possibility to set a corresponding option. Go to Tools > Options > General. In the Signals area, change the Signal name display mode to Qualified Short Names. That will show the full name of each signal including the symbol name.
Greetings
Mark
You have the possibility to set a corresponding option. Go to Tools > Options > General. In the Signals area, change the Signal name display mode to Qualified Short Names. That will show the full name of each signal including the symbol name.
Greetings
Mark
Re: Signal collision when creating panel
That solved it for collsions of signals from different ECUs. Now my next issue is collision of the same signal on different busses. What I want to do is have indicators for the same signal but on different busses. The problem is that there is no way of indicating this and the result is indicators that glitch and jump between the two values on the buses.
In short I want indicators for two signals:
ECU1.BoatSpeed on Bus1
ECU1.BoatSpeed on Bus2
The two buses use the same dbc-file.
Thank you for the fast responses so far and a fine product. For the most part, Pcan Explorer is a nice tool to work with.
In short I want indicators for two signals:
ECU1.BoatSpeed on Bus1
ECU1.BoatSpeed on Bus2
The two buses use the same dbc-file.
Thank you for the fast responses so far and a fine product. For the most part, Pcan Explorer is a nice tool to work with.
Re: Signal collision when creating panel
Sorry, in the Instruments Panel there isn't a possibility to distinguish between different busses.
One idea:
One idea:
- Import your dbc file with the PCAN Symbol Editor.
- Adapt the name of the affected symbol or variable.
- Save the symbol file.
- In PCAN-Explorer, add the symbol file to your project.
- Apply the symbol file to the second connection (i.e. bus).
Re: Signal collision when creating panel
Ok, a bit combersome but I guess it will work. I really think you should add this feature though since I probably am far from the only one with this issue. One idea would be to just name the signal like; Bus_name.Symbol_name.Signal_name