Hello,
please send us an e-mail to support[at]peak-system.com making reference to this post. We will check, if we can provide you with a pre-release.
Search found 1007 matches
- Mon 13. Jan 2025, 15:55
- Forum: PCAN-Basic
- Topic: Using TPCANParameter.PCAN_DEVICE_GUID.
- Replies: 3
- Views: 998
- Mon 13. Jan 2025, 13:32
- Forum: PCAN-Basic
- Topic: MessageAvailable event is not triggered
- Replies: 5
- Views: 688
Re: MessageAvailable event is not triggered
Hello,
thanks for the update. Closed.
thanks for the update. Closed.
- Fri 10. Jan 2025, 14:16
- Forum: PCAN-Basic
- Topic: MessageAvailable event is not triggered
- Replies: 5
- Views: 688
Re: MessageAvailable event is not triggered
Hello again,
It is also important to know that an ECHO is only received when the message is physically sent. If you have only one channel connected and there is no other CAN node, that receives the message (acknowledge), you won't see any echo either.
It is also important to know that an ECHO is only received when the message is physically sent. If you have only one channel connected and there is no other CAN node, that receives the message (acknowledge), you won't see any echo either.
- Fri 10. Jan 2025, 14:12
- Forum: PCAN-Basic
- Topic: MessageAvailable event is not triggered
- Replies: 5
- Views: 688
Re: MessageAvailable event is not triggered
hello, In order to receive echo frames, you need to configure this for the connected PCAN-Channel over the parameter AllowEchoFrames . Since you are using the Worker class, you just need to activate the property Worker.AllowEchoFrames . The MessageType.Echo flag is set by the API, when a message is ...
- Fri 20. Dec 2024, 11:44
- Forum: PCAN-Basic
- Topic: Using TPCANParameter.PCAN_DEVICE_GUID.
- Replies: 3
- Views: 998
Re: Using TPCANParameter.PCAN_DEVICE_GUID.
Hello,
there is no mistake. The PCAN-Basic supports now this feature that "will be" available for PCAN-USB FD and PCAN-USB Pro FD devices with firmware version 3.5.1. The firmware release timing is different. This will happen in January.
there is no mistake. The PCAN-Basic supports now this feature that "will be" available for PCAN-USB FD and PCAN-USB Pro FD devices with firmware version 3.5.1. The firmware release timing is different. This will happen in January.
- Fri 20. Dec 2024, 10:20
- Forum: PCAN-Basic
- Topic: Issue after updating Peak.PCANBasic.NET to version 4.10.0.964
- Replies: 3
- Views: 478
Re: Issue after updating Peak.PCANBasic.NET to version 4.10.0.964
Hello, First of all, you should always use the PEAK-Drivers Setup to install the PCAN-Basic files. Manually copying the files to the system folders can end in copying the files wrong, like in your case: Copied the file "\PCAN-Basic\x64\PCANBasic.dll" into the folder "C:\Windows\SysWOW64" Copied the ...
- Mon 9. Dec 2024, 17:38
- Forum: PCAN-Basic
- Topic: Questions about cyclic messages using the Worker class.
- Replies: 3
- Views: 733
Re: Questions about cyclic messages using the Worker class.
Hello, Is the "Broadcast" function also based on this "PerformanceTimer"? Yes There is actually a drawback when using the worker class with "Broadcast". I cannot manually log all messages into a .txt file, and there doesn't seem to have a ready-to-use trace function from the worker class. There are ...
- Wed 4. Dec 2024, 14:08
- Forum: PCAN-Basic
- Topic: Questions about cyclic messages using the Worker class.
- Replies: 3
- Views: 733
Re: Questions about cyclic messages using the Worker class.
Hello, So far, the stability of the cyclic messages looks quite good. I would say +/-3ms whatever the cyclic rate is. Not sure if this measurement is correct. Actually, the library has a very small jitter (+/- 1ms). I have attached a video here where I send one message each 10ms. Ich i do the same w...
- Wed 27. Nov 2024, 15:40
- Forum: Suggestions & Feature Requests
- Topic: PEAK Converter docu: Target directory when selecting single files or complete directory
- Replies: 2
- Views: 2297
Re: PEAK Converter docu: Target directory when selecting single files or complete directory
Hello,
thanks for your advice. We will check this.
thanks for your advice. We will check this.
- Mon 25. Nov 2024, 17:02
- Forum: PCAN-Basic
- Topic: InitializeFD with "A parameter contains an invalid value"
- Replies: 4
- Views: 726
Re: InitializeFD with "A parameter contains an invalid value"
Hello, again... Please check the samples and documentation. If you do that you will go faster and will have less questions. The problem is that you are using the method Write , instead of WriteFD . Here from the help for InitializeFD: Warning-InitFD.png In other words, if you use a channel as CAN-FD...