LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does my computer locks up after some time, no memory leaks, new computer windows 2000, using a usb to 485 con. to control and moniter equipment.

Is there a better way to construct a VISA?
Download All
0 Kudos
Message 1 of 2
(2,459 Views)
Does your code hang or just timeout. You have a 10 second timeout. When your program does not respond, open the diagram and turn on execution highlighting, where is the code? Your while loop has a loop counter exit but closes the session after the first iteration. Lower the timeout, don't close the session on the first iteration, look at the characters that are returned to see if it indicates an error from the device.
Stu
0 Kudos
Message 2 of 2
(2,459 Views)