From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from instrument (TOS9201) to computer using GPIB interface

Hi, I am having trouble transferring my measurement data from an instrument (TOS9201) to my computer. I would like to ask how should I code in LabVIEW such that I am able to transfer the data read in my instrument to an excel file in my computer.

0 Kudos
Message 1 of 6
(1,573 Views)

Here is a high-level guide to approaching your requirement,

  1. Find if there are LabVIEW drivers available for your instrument
    • If available, install it and try out the example code to ensure you can successfully communicate with your instrument
  2. If you're new to LabVIEW, go through the basics and specifically File I/O
  3. Now, put together a piece of code referred from the examples provided by your driver and the File I/O you learned in LabVIEW
  4. If there are no drivers available for your instrument, this is a great video to get started - VIWeek 2020/Proper way to communicate over serial - LabVIEW Wiki
  5. Note - do you definitely need an Excel file (.xls or .xlsx) or Excel compatible file such as CSV?
    • If you need .xls or .xlsx you need to get a Report generation toolkit (you have to purchase if you don't have) and learn the API for report generation
Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 6
(1,544 Views)

This instrument has three ports that allow for remote control of the instrument.  Which one are you using or planning to use for the purpose of remote control?

  • RS-232
  • GPIB
  • Signal I/O

As it makes a difference as to what may be achieved and how concerning remote control.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 3 of 6
(1,540 Views)

Hi

Which GPIB interface do you use?

For HP/Agilent or National instrument interfaces you best use the VISA interface. You need to install the drivers for these completely.

There are even more GPIB interfaces avalable so which one do you have?

greetings from the Netherlands
0 Kudos
Message 4 of 6
(1,536 Views)

I am using GPIB for remote control.

 

I am able to control the instrument using my LabVIEW interface, however, I can't seem to transfer the test results shown on the screen to my LabVIEW interface. I would like to ask if I am right for using the query command "MON?" to get the on-screen test results. If I'm right, how do I code my program? Because currently, the results given to me on my controller does not seem to match the results shown on my instrument.

0 Kudos
Message 5 of 6
(1,486 Views)

Please post your vi to better find out how to help you.

I downloaded a manual but did not yet found a good command.

greetings from the Netherlands
0 Kudos
Message 6 of 6
(1,470 Views)