Hello Folks,
I am using an instruments panel with a macro running in the background.
Since the instruments panel is quite big it is good to scroll with the mouse wheel in order to quickly access all of my panel elements.
When I tried scrolling with the mouse wheel on another PC running the same ...
Search found 4 matches
- Tue 26. Sep 2017, 15:29
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Can't scroll in Instruments Panel with mouse wheel
- Replies: 1
- Views: 3364
- Tue 6. Jun 2017, 15:16
- Forum: PCAN-Basic
- Topic: Bad Timing when writing Messages
- Replies: 12
- Views: 18758
Re: Bad Timing when writing Messages
thank you for your reply!
Yes correct, as a first test I wanted to sent out a test frame each 500ms. I tried implementing such a High resolution timer but that didn't improve the timing by much.
I fixed this issue by generating a List of TPCANMsg objects and than having a High Priority thread just ...
Yes correct, as a first test I wanted to sent out a test frame each 500ms. I tried implementing such a High resolution timer but that didn't improve the timing by much.
I fixed this issue by generating a List of TPCANMsg objects and than having a High Priority thread just ...
- Wed 31. May 2017, 18:38
- Forum: PCAN-Basic
- Topic: Bad Timing when writing Messages
- Replies: 12
- Views: 18758
Bad Timing when writing Messages
Hello guys,
I just implemented my first Program in C# using the PCAN Basic API.
I use a seperate Thread with a Stopwatch in order to send out messages with an accuracy of about 1 ms.
When I hooked up 2 PCAN-CAN-USB Devices together, one linked to my program, the other one connected to PCAN-Explorer ...
I just implemented my first Program in C# using the PCAN Basic API.
I use a seperate Thread with a Stopwatch in order to send out messages with an accuracy of about 1 ms.
When I hooked up 2 PCAN-CAN-USB Devices together, one linked to my program, the other one connected to PCAN-Explorer ...
- Thu 7. Apr 2016, 16:00
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: "Thread Error: Invalid Handle (6)"
- Replies: 1
- Views: 3227
"Thread Error: Invalid Handle (6)"
Hey folks,
I am working on a Panel generator using a VBS Macro.
I have a main loop where I check whether the panel is in run mode. If it is in run mode I calculate some values and check whether my generated control boxes have new values and so on.
It is working very well but when I have my Panel ...
I am working on a Panel generator using a VBS Macro.
I have a main loop where I check whether the panel is in run mode. If it is in run mode I calculate some values and check whether my generated control boxes have new values and so on.
It is working very well but when I have my Panel ...