Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

tektronix TDS 3054 communication

Well,,could you please give description or code for how to replace the simulated data and the index array with a scope capture?

I appreciate your assistance

 

0 Kudos
Message 21 of 41
(2,529 Views)

Try this.

 

Since I don't have the scope and never use IVI, I have no idea if your scope function is correct. I can help more if you use the LabVIEW driver. The Express VI you are using is also incredibly inefficient.

0 Kudos
Message 22 of 41
(2,517 Views)

You are so helpful, I much appreciate that, I learnt so many things from these conversations

I tried your vi but still gives an error

The important thing i realized now, i must use labview drivers; TEKTRONIX TDS 3000 Seires, Tek TDS 30xx Scope and Tek TDS 3k Scope are available now on my Instrument I/O function. I used I/O assistant and in the properities I chose INSTRUMENT: GPIB0::1::INSTR, CODE: GPIB code generation, TIME OUT: 3000 ms, then added the 3 steps and when run it gives: time out before operation completed.

I think we may focus now on how to get the data and then connect it with NI example

Regards

0 Kudos
Message 23 of 41
(2,500 Views)

I have no idea what you are doing now. You don't mention the error code or message so it's impossible to understand what might be wrong. Then you say you downloaded the LabVIEW driver but instead of using that, you use the Instrument I/O Assistant. When you use that, you say you added 3 steps but don't think it's important to list the 3 steps you added. How do you expect to get any help when you don't provide any information? Like most, I'm a volunteer here and don't get paid for answering questions and sorry, but I am very close to unvolunteering.

0 Kudos
Message 24 of 41
(2,486 Views)

Thanks for your assistance

but i beleive this is not an attitude of volunteer wants to help!!!

0 Kudos
Message 25 of 41
(2,473 Views)

I did want to help but if you can't do any of the work or provide a minimum amount of information, it's just a waste of time for me to keep asking you. You seem to think the people here are mind readers or able to reach out over the internet a look over your shoulder. If you truly believe that simply stating 'it does not work' is an adequate description of your issues, you are going to find a difficult path ahead of you.

 

Answer the questions and provide the details.

0 Kudos
Message 26 of 41
(2,468 Views)

OK sorry for that, and again I emphasize that this is my first ever Labview experience.

after considering ur recommendation about IVI and Labview drivers;

Now the new starting point: what should be done after installing tektronix TDS 3000 series drivers?

 

I appreciate ur understanding

0 Kudos
Message 27 of 41
(2,473 Views)

You start by looking at the example code for the scope. Go to Help>Find Examples>Hardware Input and Output>Instrument Drivers>LabVIEW Plug and Play.

0 Kudos
Message 28 of 41
(2,471 Views)

when run the vi,the following message shows up:

Error -1073807195 occurred at VISA Open in Tektronix TDS 3000 Series.lvlib:Initialize.vi->Tektronix TDS 3000 Series Auto Setup Waveform Acquire.vi....................this happens either when i use the vi VISA resource or enter my own.

I went to MAX and found my interface is: GPIB-VXI0::0::INTR, but Device status is: MAX could not open a VISA session to this static device. The device was not returned from VISA when finding resources, but MAX was able to use VISA to parse the resource name.

som functionality missing but it was not a problem when I used my device with labview signal express to acquire data fro tektronix scope

0 Kudos
Message 29 of 41
(2,468 Views)

Well, I used GPIB0::1::INSTR VISA resource, it looks like detecting the oscilliscope and shows similar wave form in in the graph, but problems just keep carry on;

Error -1074001665 occurred at TKTDS3K Error Query;
Instrument reports the following:
410:  Query INTERRUPTED;
0:  No events to report - queue empty

0 Kudos
Message 30 of 41
(2,467 Views)