Search found 1316 matches
- Tue 24. May 2022, 13:14
- Forum: PCAN-Diag FD
- Topic: Settings for tracing messages
- Replies: 2
- Views: 22
Re: Settings for tracing messages
Tracer settings are not saved for each project. They are set to the default values when you switch to another project. If you always use the same project, the values for that session will be saved temporarily until you change the project again. We will changes this in the near future. The Settings i...
- Mon 23. May 2022, 11:16
- Forum: PCAN-USB Pro FD
- Topic: Update PCAN-USB Pro FD from Firmware Version 1.x or 2.x to 3.x
- Replies: 0
- Views: 17
Update PCAN-USB Pro FD from Firmware Version 1.x or 2.x to 3.x
If you own a first Generation PCAN-USB Pro FD and like to use the latest Firmware 3.x, you need to be sure that you bring your system up to date with some special Tools. Since Firmware 3.x we have add a new Bootloader and you could update your PCAN-USB Pro FD very simple with our PEAK-Flash Tool -->...
- Fri 20. May 2022, 09:32
- Forum: Software
- Topic: Wrong scaling of bit-variables in plotter?
- Replies: 2
- Views: 49
Re: Wrong scaling of bit-variables in plotter?
Please use the Option on the TAB Digital to set Values for the Digital Signal.
- Tue 17. May 2022, 12:03
- Forum: PCAN-USB
- Topic: Data receiving is getting stopped
- Replies: 5
- Views: 90
Re: Data receiving is getting stopped
Driver is up to date - but please answer the other questions.
- Check Termination (MUST be ~60 Ohm between CAN-H and CAN-L when System is powered off)
- Run the Tracer with all Error Flags settings set as Michael told you
- Check Termination (MUST be ~60 Ohm between CAN-H and CAN-L when System is powered off)
- Run the Tracer with all Error Flags settings set as Michael told you
- Tue 10. May 2022, 08:04
- Forum: Software
- Topic: Driver compatibility windows XP / windows 10
- Replies: 1
- Views: 80
- Mon 9. May 2022, 12:26
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Symbol files
- Replies: 1
- Views: 50
Re: Symbol files
when using the PE6 you could always use one single symbol file with one connection . If your single physical bus include sinals from more as one symbol file you could: merge the files manually (but as you wrote - more workload every time a symbol file get a update ) use multible connections to the s...
- Mon 9. May 2022, 08:26
- Forum: PCAN-PCI Express
- Topic: Initialization Error using PCAN-PCI Express
- Replies: 2
- Views: 100
Re: Initialization Error using PCAN-PCI Express
Which Linux Driver do you use ? If you want to run the PCAN-Basic API, you need to use the CharDev Driver.
- Mon 9. May 2022, 08:25
- Forum: Hardware
- Topic: PCAN-M.2 with usb-c M.2 adapter?
- Replies: 1
- Views: 453
Re: PCAN-M.2 with usb-c M.2 adapter?
our M.2 cards use the PCIe Lanes and NOT the USB Lanes. So - no you could not use the USB to M.2 Adapter with M.2 cards type: 2280/2260-B-M
For USB you better use the PCAN-USB Interfaces (CAN2.0a/b or CAN2.0a/B & CAN-FD)
For USB you better use the PCAN-USB Interfaces (CAN2.0a/b or CAN2.0a/B & CAN-FD)
- Thu 5. May 2022, 15:57
- Forum: Linux
- Topic: frame padding c++ example
- Replies: 5
- Views: 254
Re: frame padding c++ example
When you read or write a CAN Frame from the PCAN-Basic API, you always have to check: - return value of the read / write Function - must be CAN_ERROR_OK - the Message Type must be corect (sending) or must be checked (reading) - The DLC or LEN (DLC is not the same as LEN when using CAN-FD !! See Docu...
- Thu 5. May 2022, 11:00
- Forum: Linux
- Topic: frame padding c++ example
- Replies: 5
- Views: 254
Re: frame padding c++ example
Sorry - but we do not know what you are talking about...
- Which API
- Which Function
A CAN Frame do not look like you descripe. A CAN Frame have a ID, MsgType, DLC/LEN, and some Databytes (or none)
If you want support - aks in a way that all understand what you exact talking about
- Which API
- Which Function
A CAN Frame do not look like you descripe. A CAN Frame have a ID, MsgType, DLC/LEN, and some Databytes (or none)
If you want support - aks in a way that all understand what you exact talking about