02-27-2020 01:41 PM
Hello! I want measure a sine wave with an oscilloscope (Keysight 2000 X-Series), and be able to plot the resulting graph on the Front Panel of my VI. How should I do this most effectively, when using GPIB? I have started with my code (see the file below), but I assume it's in need of improvment.
02-28-2020 11:39 AM
Hi Wilar, I can't view your code because I'm on LabVIEW 2016. As a first step I recommend making sure you can establish communication in NI MAX. Then look for the LabVIEW drivers for your instrument. Take a look at the VI Tree and examples for what is available to you, and you should be well on your way.
02-28-2020 06:59 PM - edited 02-28-2020 07:01 PM
Thank you! However, I want to do this without using any Instrument Drivers, only with GPIB (or VISA). See my block diagram (so far) in the picture below.
02-29-2020 08:56 PM
LabVIEW 3rd party Instrument drivers are just VIs that have been written to wrap up most of the functionality of the instrument. At least download them and take a look to see what you're doing wrong.
03-16-2020 12:18 PM - edited 03-16-2020 12:20 PM
In essence you have the right idea:
05-02-2020 07:12 PM
I worked with this Oscilloscope and I did not managed to do it. I was capable to control the Oscilloscope via LabView but when I wanted to transfer data I was stucked...
The most advanced think that I managed to do was to insert an USB key, and say to the Oscilloscope via LabView when I wanted to save the data.
If finally you manage to do it, please put your VI 🙂