Search found 1187 matches
- Thu 4. Mar 2021, 16:57
- Forum: PCAN-Basic
- Topic: OSError: [WinError 126] The specified module could not be found
- Replies: 5
- Views: 110
Re: OSError: [WinError 126] The specified module could not be found
Also a solution!
- Sun 28. Feb 2021, 11:39
- Forum: PCAN-Basic
- Topic: OSError: [WinError 126] The specified module could not be found
- Replies: 5
- Views: 110
Re: OSError: [WinError 126] The specified module could not be found
You mix up 32/64 Bit DLLs. Search on your PC in all folders the file "pcanbasic.dll " - delete them all. Run the Setup again as my colleauge wrote in the last post - select PCANBasic API. If you want to understand read this: https://forum.peak-system.com/viewtopic.php?f=116&t=886 and https://forum.p...
- Fri 26. Feb 2021, 08:03
- Forum: Software
- Topic: Format of the frames in transmission and reception
- Replies: 1
- Views: 133
Re: Format of the frames in transmission and reception
If you talk about our PCAN-View Software Tool, you could setup here a CAN Frame - not more not less! CAN Frames transmit the in a fixed order Data Bytes (DataByte 0 to max. Data Byte 7 on CAN2.0a/b, and up to DB63 on CAN-FD) - called Data frame How your used high layer protocoll use this Databytes i...
- Fri 5. Feb 2021, 09:53
- Forum: PCAN-GPS
- Topic: GLONASS Accuracy and 10Hz Variant
- Replies: 4
- Views: 160
Re: GLONASS Accuracy and 10Hz Variant
The QZSS ist the same as the GPS. But as we wrote, if the QZSS/GPS is activ, the GLONASS will not work and vice versa. (this is limited by the used u-blox modul type - other u-blox receivers could also handle both at the same time) See document of the u-blox module we use ( MAX-7) 1.5.3 QZSS The Qua...
- Wed 3. Feb 2021, 14:19
- Forum: PCAN-GPS
- Topic: GLONASS Accuracy and 10Hz Variant
- Replies: 4
- Views: 160
Re: GLONASS Accuracy and 10Hz Variant
Please find attached the code for using the unit with the GLONASS GPS with the max. update rate that the U-Block GPS could provide. 08_GLONASS_10Hz.zip After you have flashed the Device, place the Antenna outside of the builduíng and wait some minutes ! Check the ID 0x620 for Status and the ID 0x621...
- Wed 3. Feb 2021, 09:45
- Forum: PCAN-Developer 4
- Topic: Wait instruction while transmitting the messages
- Replies: 3
- Views: 108
Re: Wait instruction while transmitting the messages
If you do not care that your main loop stoks, you simply loop in a ReadCAN until your needed CAN-Msg was received or a timeout (max. delay that you will accept ) is reached. To prevent a nearly 100% CPU load, simply add a "sleep(1)" in your loop. Here a pseudo C code sample... Wait for the ID "MyNee...
- Tue 2. Feb 2021, 12:46
- Forum: PCAN-Developer 4
- Topic: Wait instruction while transmitting the messages
- Replies: 3
- Views: 108
Re: Wait instruction while transmitting the messages
Keep in mind that CAN is no real time system - it need some time until the CAN Frame is on the BUS , ACK and received by the other nodes. If some CAN node then answer, it also take some time to send, ACK and the will be pushed into the incomming queue of your Clinet. Waiting the whole time in a main...
- Mon 1. Feb 2021, 07:57
- Forum: PCAN-USB
- Topic: BUSHEAVY whatever I do
- Replies: 3
- Views: 124
Re: BUSHEAVY whatever I do
There is a terminator on the board and I must rely on its proper working. Simply measure it if it is OK - do not rely on others work. This is seemingly an issue ( it is probably sitting in front of the computer ) That can only mean that I ( 1 Mbit/s are in the end required ) I have to adapt my sett...
- Sat 30. Jan 2021, 18:03
- Forum: Software
- Topic: Python code not working with PCAN-USB FD
- Replies: 11
- Views: 321
Re: Python code not working with PCAN-USB FD
sometimes Windows and PCs are magic
at the end the result count - good luck with your project !

- Sat 30. Jan 2021, 18:02
- Forum: PCAN-USB
- Topic: BUSHEAVY whatever I do
- Replies: 3
- Views: 124
Re: BUSHEAVY whatever I do
Checklist: - Cable should be terminated - in Sum 60 Ohm between CAN-H and CAN-L (could be measured when system is unpowered) - Try to connect only CAN-H to CAN-H and CAN-L to CAN-L only - no GND - Check thi Bitrate - exactly - this is veryx importend - use aour Bitrate calculation tool to find teh s...