09-07-2023 08:14 PM
Hello,
I am new to Labview but experienced with computers, Python, C++, and other languages.
I have been able to setup and detect my DPO7354 Oscilloscope thru VXI-11. I can successfully ping from both cmd prompts, write commands, query, and use the read command. But when I try to run the Tektronix 7000 Series Acquire Waveform.vi, I get the following errors:
Error -1073807346 occurred at VISA Open in Tektronix 7000 Series.lvlib:Initialize.vi->Tektronix 7000 Series Acquire Waveform.vi
Possible reason(s):
VISA: (Hex 0xBFFF000E) The given session or object reference is invalid.
I have googled this extensively. I have done the following:
- Open all ports + disable Win firewall
- Set read from binary to hex so that I'm not bit limited (was stopping read on VISA Test Panel)
But I still also get errors reading from the test panel:
Read Operation
Error
VISA: (Hex 0xBFFF0015) Timeout expired before operation completed.
It works fine after query but after I read through all the query data it reads that error. I can adjust the bitrate to make it through that data but that's it.
Any ideas? It would help me troubleshoot this a lot if I knew it was a problem with connections, ports, data, my labView config, my .vi config, etc...
Thanks a ton
Solved! Go to Solution.
09-12-2023 02:07 PM
Hello again,
thanks for checking in. I'm attaching some pictures
09-12-2023 11:32 PM
09-12-2023 11:34 PM
Hello and thanks for the help,
yes it was also labeled "inst0" in the vi editor
NI support thinks it couldve been an issue not using the right name, as in it has to have certain parameters
We will see tomo
09-13-2023 05:56 PM
Hello and sorry to bump my own post,
I am closer and closer to a solution.
I have isolated it to LabView not recognizing my VISA Resource Name.
Has anyone had any similar issues and can offer a solution?
I have tried all types of names, examples:
TCPIP0::TEKSCOPE-DPO7354::inst0::INSTR
TCPIP0::IP_ADDRESS::inst0::INSTR
and everything in between and all kinds of variations.
Thanks
09-18-2023 12:34 PM
If anyone else ever has the problem:
Disable Tektronix VISA in Conflict manager.