PCAN-Explorer 5 Unable to Run Sample VBS Macros
Posted: Thu 18. Apr 2024, 01:06
Hello,
I am running into an issue in PCAN-Explorer 5.3.4 that is very similar to the issue reported on this thread: viewtopic.php?t=2984. I cannot update to PCAN-Explorer 5.4 since I need the instrument panel option (got a message stating instrument panel requires 5.3).
When I run the sample script called "NewClientSend" my PCAN-Explorer would abruptly exit. This test is to rule out my script.
In my VBS script, I have determined that the following code will cause the script to terminate:
Warning Message:
Any suggestions on how I can fix this without upgrading my PCAN-Explorer?
I am running into an issue in PCAN-Explorer 5.3.4 that is very similar to the issue reported on this thread: viewtopic.php?t=2984. I cannot update to PCAN-Explorer 5.4 since I need the instrument panel option (got a message stating instrument panel requires 5.3).
When I run the sample script called "NewClientSend" my PCAN-Explorer would abruptly exit. This test is to rule out my script.
In my VBS script, I have determined that the following code will cause the script to terminate:
Code: Select all
Dim client
MsgBox "Here!"
Set client = CreateObject("PCAN3.PCANClient")
MsgBox "Won't reach here!"
Any suggestions on how I can fix this without upgrading my PCAN-Explorer?