11-16-2007 02:22 PM
11-19-2007 04:31 PM
Hi Paul,
The best way to have a user select different channels while your program is collecting data, would be to use the "Select Signals" Express VI found in the Signal Manipulation Palette. You can wire an array of numeric controls (number of numeric controls = total number of channels) to the Selector Input, and have the user specify the channels to display. You can put this inside a while loop so that the channels being displayed can be selected while data is being collected. This method will allow you to select channels, what other properties would you like the user to be able to change?
11-19-2007 05:53 PM
11-20-2007 11:00 AM
Hi Paul,
I would suggest taking a look at the example titled Graph Events.vi found in the NI Example Finder. This example shows how you can have two parallel loops running, one acquiring data and one with an event structure. Let me know if this helps, thanks!
11-20-2007 01:45 PM
Hi Meghan,
I can't seem to find an example called "Graph Events.vi" in the Example Finder. I have Labview 7.1; is this something only available in 8? Thanks,
Paul
11-20-2007 03:00 PM