As a panel could have a "Z" Order, that you simply could switch with the script, create for every Symbol File a own Layer with the signal names that you want to use.
A sample will be send by e-mail to you, to see how to use...
Search found 1642 matches
- Wed 16. Oct 2024, 13:28
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Instrument Panel: signal ignore dbc name
- Replies: 3
- Views: 800
- Wed 16. Oct 2024, 08:53
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Instrument Panel: signal ignore dbc name
- Replies: 3
- Views: 800
Re: Instrument Panel: signal ignore dbc name
You could change in a script the used DBC File. Then, if the Signal names are identical, you do not change the Instrument Signal reference.
Send us a short e-mail to support[at]peak-system.com (including your PE6 license) and we will send a simple sample.
Send us a short e-mail to support[at]peak-system.com (including your PE6 license) and we will send a simple sample.
- Tue 8. Oct 2024, 13:17
- Forum: PCAN-GPS FD
- Topic: PCAN-GPS FD baudrate 250k
- Replies: 1
- Views: 558
Re: PCAN-GPS FD baudrate 250k
Simply change the parameter for your need (250K) in
If you do not use the Bit Rate Switch of the CAN-FD Message Structure, and not use DLC>8, the unit works as a CAN2.0a/b node with your defined Nominal Bitrate.
The Data Bitrate will never be used if you do not set the BRS Flag.
Code: Select all
\inc\can_user.h
The Data Bitrate will never be used if you do not set the BRS Flag.
- Mon 7. Oct 2024, 09:00
- Forum: PCAN-Basic
- Topic: cantools with pacn for CAN FD
- Replies: 2
- Views: 772
Re: cantools with pacn for CAN FD
What does not work? Sending CAN Frames with the Fast Bitrate ? Are you sure you have Set the BRS Bit?
- Mon 7. Oct 2024, 08:58
- Forum: PCAN-Router Pro FD
- Topic: Rookie Mistakes
- Replies: 1
- Views: 574
Re: Rookie Mistakes
As you send at the same time an E-Mail to our support, we will close this Post now.
- Thu 3. Oct 2024, 08:25
- Forum: PCAN-MicroMod
- Topic: micromod analog1 - won't report negative values
- Replies: 3
- Views: 1022
Re: micromod analog1 - won't report negative values
please send us your configuration to support[at]peak-system.com - we will take a closer look at it.
- Thu 3. Oct 2024, 08:24
- Forum: PCAN-USB
- Topic: Error sending messages
- Replies: 2
- Views: 789
Re: Error sending messages
Looks like the Bitrate does not fit 100% or a missing termination etc.
Please check the CAN Basics first. You also could use the PCAN-View Tracer and switch on the logging of Error and Status Frames to see what exact happened on the Bus.
Please check the CAN Basics first. You also could use the PCAN-View Tracer and switch on the logging of Error and Status Frames to see what exact happened on the Bus.
- Mon 30. Sep 2024, 20:56
- Forum: PCAN-Basic
- Topic: Error message
- Replies: 1
- Views: 619
Re: Error message
Without any detail what exactly you code do, it is not possible to answer.
- Sat 14. Sep 2024, 09:24
- Forum: PCAN-Ethernet Gateway DR
- Topic: Receive works but send doesn't.
- Replies: 1
- Views: 868
Re: Receive works but send doesn't.
Please check against our sample code (this works), and use the WireShark Dissector to verify your IP packages ! --> LINK
- Fri 13. Sep 2024, 07:28
- Forum: PCAN-USB
- Topic: PCAN-View timestamp not exact when sharing PCAN-USB adapter
- Replies: 1
- Views: 657
Re: PCAN-View timestamp not exact when sharing PCAN-USB adapter
You need to understand that a PCAN-View, connected to the same Hardware that your own application use, receive the CAN messages via the internal CAN Simulation NET. The API directly push the CAN Frames from your Application into the Software Queue from the PCAN-View. The real CAN Interface need to r...