LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to indicate that the loop is in progress

Solved!
Go to solution

Yes, I understand your point... looks nice.

 

I'm only curious... what you recomend for case, if there were four Measure VI's insted of one and they can not be carried out at the same time

0 Kudos
Message 11 of 14
(592 Views)

Just add more cases to the case structure...

Message 12 of 14
(589 Views)

Is it possible to pass data from case loop that executes Initialize to the loop that executes Measure Vi...

 

 

Im making simple measuremet sot that has three basic functions... Initialize ... Measure... Save..   each of them should be initiated by presing the button. Is it possible, using this structure to pass data from Initialize loop to Measure loop and from Measure loop to Save loop?  

 

Or different approach ussage could be more efficient?  

0 Kudos
Message 13 of 14
(562 Views)

You can use shift registers to pass data between iterations of the loops.  That would be the best way.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 14 of 14
(558 Views)