Hello,
I hope you're doing well.
I need to send a periodic frame that includes a CRC, which I calculate using VBScript. However, I can't use an endless loop function since I need to run other VBScript functions as well. Do you have any suggestions on how I could resolve this issue?
Thank you in advance for your help.
Best regards,
Periodic Frame with CRC Transmission in VBScript
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: Periodic Frame with CRC Transmission in VBScript
Hi!
You should consider running your CRC by using a Callback-Library,
PCAN-Explorer 6 cannot run parallel Macros.
VBS never implemented any proper features for threading, parallel processing, etc.
You'll find an example, which conveniently also implements a CRC in:
The PCAN-Explorer 6 help (hotkey F1) also provides a documentation for this under:
"Automating tasks in PCAN-Explorer" -> "Callback Libraries"
BR
Marvin
You should consider running your CRC by using a Callback-Library,
PCAN-Explorer 6 cannot run parallel Macros.
VBS never implemented any proper features for threading, parallel processing, etc.
You'll find an example, which conveniently also implements a CRC in:
Code: Select all
C:\Program Files (x86)\PCAN-Explorer 6\Samples\CallbackDLLs
"Automating tasks in PCAN-Explorer" -> "Callback Libraries"
BR
Marvin
---
Marvin Heidemann
PEAK-Support Team
Marvin Heidemann
PEAK-Support Team