02-01-2013 03:09 AM
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
02-01-2013 03:18 AM
Just add more cases to the case structure...
02-02-2013 07:05 AM
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?
02-02-2013 07:13 AM
You can use shift registers to pass data between iterations of the loops. That would be the best way.