Thanks for your reply. Attached is a PowerPoint file that shows info on our computer and LabView, and a For Loop
(Slide 3) that runs the VIs addressing one of our instruments (Hart 1590 Super Thermometer). Slide 4 shows the
block diagram that is pretty much as downloaded from National Instruments. The block diagrams for each of the
colored sub VIs contains a sub VI having a VISA abc W function as shown in Slide 5. The only places this VISA
function hangs is in inside the While Loop, inside the yellow Meas. Status. VI or the blue Read Meas. VI. The
Meas. Status. VI sends "new", and the Read Meas. VI sends "tem" to the Hart instrument.
Also attaced are the VIs for the Measurement Status and the Read Measurement. In the course of trying to fix this
problem I've added various time delays of 50, 100 msec, up to 1 sec, thinking that the Hart needed more time to
respond before receiving another command; none of this improved the situation. I added indicators and arrays to
capture the last several strings that were input to the VISA function, but I saw nothing unusual. All I've been
able to determine is that the VISA abc W function hangs as described in my posted message.