LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Installer installs correctly on machines, but one machine is not executing the same as the others.

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.

0 Kudos
Message 11 of 19
(546 Views)

This is where I am at.

 

malanskas_0-1700245436879.png

 

0 Kudos
Message 12 of 19
(545 Views)

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. 

0 Kudos
Message 13 of 19
(517 Views)

@malanskas wrote:

This is where I am at.

 

malanskas_0-1700245436879.png

 


 

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)

 

altenbach_0-1700252870129.png

 

0 Kudos
Message 14 of 19
(503 Views)

Still getting that Visa error while using this for loop as well. Getting stuck at second iteration.

0 Kudos
Message 15 of 19
(498 Views)

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. 😄

0 Kudos
Message 16 of 19
(484 Views)

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

0 Kudos
Message 17 of 19
(476 Views)

One last question. Any idea how to allow the stop button to work at all times? I am trying to eliminate this sequence currently.

0 Kudos
Message 18 of 19
(468 Views)

Your event is configured to lock the panel until it completes, so change that.

0 Kudos
Message 19 of 19
(457 Views)