LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Need Help w/Labview

Hey John, my initial project is to read a laser scattering data (in
millivolts) I got the boards set up and I experimented the analog inputs
with regular battery volatage and I got the program to work and graph the
data to a waveform chart. The main problem is that, i need a while loop for
termination. Appreciate your help. Take care Bobby


>


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
0 Kudos
Message 1 of 2
(2,634 Views)
Check out the Functions>>Structures>>While Loop. You can set the
condition and wire it to the stop, or you can use a boolean switch.
Beware, though, if you use the latter, wire it to an inverter and then
to the stop.
Hope this helps.

--
Jon A. Rinkenberger
Atmospheric Physics Research Laboratory
Physical Science Department
Embry-Riddle Aeronautical University


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
0 Kudos
Message 2 of 2
(2,634 Views)