05-06-2015 11:52 PM
Using LabVIEW I was able to command the function generator to output a signal. I then commanded the oscilloscope to capture the waveform and plot the FFT. I now want to take the FFT waveform displayed on the oscilloscope and duplicated it to display on my front panel vi. How do I go about doing so without using any drivers?
05-07-2015 12:48 AM
05-07-2015 07:42 AM - edited 05-07-2015 07:42 AM
@abc321 wrote:
Using LabVIEW I was able to command the function generator to output a signal. I then commanded the oscilloscope to capture the waveform and plot the FFT. I now want to take the FFT waveform displayed on the oscilloscope and duplicated it to display on my front panel vi. How do I go about doing so without using any drivers?
It isn't necessary to use a driver if you don't want to.
I don't necessarily use a driver.
Even when I use a driver, I always read the programmer's manual.
I want to understand what the driver is doing.