08-21-2008 10:36 AM
What VI/function can be used to stream data into LabVIEW from the USB-5133 scope pod?
I see that this can be done with Signal Express but want to do it in LabVIEW so I can perform an FFT on the samples.
08-21-2008 11:19 AM
08-21-2008 02:37 PM
08-22-2008 10:37 AM
The Express Scope VI works ok, but I'd like to control the sampling rate and number of samples to take without having to manually open the Express VI and setting these parameters (i.e., I'd like to input them to the Scope VI from external controls on the front panel).
08-22-2008 11:18 AM
I would use the express VI just as a template to do what you want. So after you have configured the Express VI to a state that is ok, especially the triggering in your case, hit ok.
On the diagram you will end up with a blue subVI. Right click on it and select Open Front Panel. That will convert it to a normal subVI, which you can then edit etc. So you could look at the diagram of that new subVI and change the "min sample rate" and "min record length" constants to controls. Add those to the VIs terminals and you have a subVI that does most of what you want.