Hello,
I'm running a Labview routine which talks to two instruments, one via serial RS232 and the other through
GPIB. It logs back values from these instruments about once a minute over several days.
The routine uses frames to sequentially address these instruments and read back values to graph and file. It was written with standard Serial and GPIB write and read modules (in each frame), basically sending the appropriate instrument command.
The problem I have is that it can work flawlessly for days logging data and then it will throw up an error (Port 0 configuration error number 37). If the prompt box (asking whether to continue), comes up when there is noone there, the routine will hang (and data lost).
Does anyone know
why this might be happening (doesn't always happen) and any work round? Is there a way of stopping promt boxes from appearing and just re-trying the connection again if it occurs?
A similar problem of occasional GPIB read error (EABO 6) was cured by increasing the timeout settings slightly. This may not be relevant.
PC running Labview 5.1 and OS =Win95
Standard GPIB write and Read vi,s,
Standard Serial write and read vi,s
Any help gratefully received.
GP