11-05-2021 12:18 AM
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.
11-05-2021 09:03 AM
Here is a high-level guide to approaching your requirement,
11-05-2021 09:51 AM - edited 11-05-2021 09:52 AM
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?
As it makes a difference as to what may be achieved and how concerning remote control.
11-05-2021 09:59 AM
11-09-2021 01:24 AM
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.
11-09-2021 01:01 PM