LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

infinite loop

hi,
 
i would like to know how can i realize an infinite loop which waits for a control in it fifo.
 
TheGame
0 Kudos
Message 1 of 2
(2,541 Views)

Your question is very general.

An "infinite" loop is a while loop, which can be found in the Structures palette.

You can implement FIFO queues yourself by using arrays, or use the existing queue VIs (Advanced>>Synchronization palette).

In general, I would like to suggest that you try to learn the basics of LV. To start, try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,535 Views)