09-21-2005 02:25 PM
09-23-2005 08:01 AM
09-26-2005 06:34 PM
09-27-2005
10:29 AM
- last edited on
11-16-2025
03:59 PM
by
Content Cleaner
Hi Jay,
From your screenshot, it looks like you were able to transfer some data from your instrument to LabVIEW, so I think your firmware is fine. You can use a similar process to get your FFT data from the o-scope into LabVIEW, or you can use LabVIEW to perform an FFT on the data you already sent to LabVIEW. I think your next step is to play around with this instrument driver and its different functions, and with LabVIEW in general. How familiar are you with LabVIEW? There are some excellent tutorials on our site for developing instrument drivers as well as general LabVIEW tutorials.
Hope this helps,
09-27-2005 02:10 PM
09-27-2005 02:43 PM
I'm not sure why none of the measurements are working when you are obviously getting a waveform back. You're using the getting started example unmodified? If you made some changes to any of the VIs, could you post the VIs (not images). If you didn't modify anything, in the subVI Application Example, right click on the first VI called TKDS Read Meas and select Set Breakpoint. This will pause the program before reading a measurement. You should be able to go to the scope, take it out of remote mode and see if the measurement is being displayed on the screen. Once you get correct data, saving to a file can be done with Write to Spreadsheet File or Write Characters to File.
To convert the data from the scope to be used by the LabVIEW FFT functions, you need to convert the data to a waveform data type. The attachment shows how to do that.
09-27-2005 04:28 PM
09-28-2005 07:55 AM
10-03-2005 02:47 PM
Dennis,
I created a .vi that has the functions to capture the waveform and perform an FFT analysis. The waveform is returned as I have it on the screen. However, the FFT waveform shows a straight line at a negative amplitude. I have attached the VI. Any thoughts to why this is occuring? A couple of things I have tried (adding the initialize sub-vi to this VI and using the FFT in the application function) produced the same results as I am getting in the VI I have attached.
Thank you for your time and help!
-Jay
10-03-2005 03:35 PM