02-21-2013 10:11 PM
Windows 7
LabVIEW 2012
IGA-3000V PCI-GPIB
I encounter a problem that my device cannot stop correctly and run again without cut off the power and restart the device manually. Using NI I/O tracer I found that the device cannot
return a valid char when stop the communication after run one time and obviously not able to do the scanning process again. When send stop command, the device return some random
strings. So I think it is the problem with the buffer. I wonder if I can clear all the buffers to make the device back to the very beginning condition, maybe it can run nicely.
Can somebody tell me how to do this kind of resetting process.
Thanks
02-22-2013 03:15 AM
02-22-2013 08:04 AM - edited 02-22-2013 08:05 AM
I am not sure exactly what you mean by initiate.
*RST will often reset the instrument to a set of defaults which you may or may not have to undo to achieve settings that you want.
This thread is apparently a rehash of http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/PCI-GPIB-CCD-3000V-Can-only-run-one-time-with...
02-22-2013 10:03 AM
I looked at the driver in that other thread and it is horribly written. My suggestion would be to write your own code.