11-17-2023 12:20 PM
Try swapping the GPIB device between machines in case one is bad, and looking for updated drivers for the 32 bit machine.
Also since it's USB, look for updated USB and motherboard drivers on the 32 bit machine too.
11-17-2023 12:24 PM
This is where I am at.
11-17-2023 01:18 PM
I am getting a VISA Write error when trying to write to the DMM in the for loop occasionally hence why it is locking up there at times... any idea why? I am not writing to the SR630 during this time at all.
11-17-2023 02:31 PM
@malanskas wrote:
This is where I am at.
Here's the same, but simpler!
(Why would you need to create another hidden indicator (wait time) just to read the same local over and over again? It never changes inside the loop! Note that I intentionally did not wire the error out of the property node to the loop boundary so both can run in parallel)
11-17-2023 02:47 PM - edited 11-17-2023 02:48 PM
Still getting that Visa error while using this for loop as well. Getting stuck at second iteration.
11-17-2023 03:25 PM
Yes, you need to listen to the hardware expert. My code is a literal translation of yours and will retain all our external hardware problems, of course. 😄
11-17-2023 03:28 PM
I just find it interesting how it works smoothly on two machines and not another one. I researched online and seems that others have had this issue with these drivers. Thanks
11-17-2023 03:55 PM
One last question. Any idea how to allow the stop button to work at all times? I am trying to eliminate this sequence currently.
11-17-2023 04:27 PM
Your event is configured to lock the panel until it completes, so change that.