03-03-2017 03:50 AM
Hello Everybody,
So I'm fairly new to using LabView, and am having some issue connecting a Tektronix TDS3052 oscilloscope to my computer using the NI GPIB-USB-HS connector. I have installed the driver associated with the scope (Tektronix TDS 3000 Series). The examples that came with the driver (attached image) do not work, resulting in:
Error -1074001665 occurred at TKTDS3K Error Query;
Instrument reports the following:
241: Hardware missing;
0: No events to report - queue empty
However, there is obviously some communication from the computer to the oscilloscope, as running LabView changes the scale and triggering level for the scope. The oscilloscope appears in MAX (attached image), and I can get queries to run without errors there. Any suggestions on how to get it to work in LabView?
Solved! Go to Solution.
03-03-2017 03:46 PM
03-04-2017 03:34 PM
03-06-2017 02:34 AM - edited 03-06-2017 02:35 AM
Thanks for the replies.
It seems that it is definitely something with the "Reset Device" parameter on the initialize.vi, as running this by itself results in the generated error (attached image). However, for whatever reason, attaching a constant False boolean to the input of initialize.vi does not remove the error. I was able to work around this by simply removing the "Reset Device" section of the initialize.vi (Wiring the "Query Instrument ID" directly to "Close if Error" in the initialize.vi block diagram).
It works fine now.