Measure

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving and looping a sequence loop

I have a sequence loop with smaller sequence loops inside that communicate with some flow meters, electronic loads, and a furnace.  Currently I have it set up where there is a large array with each component as one value and then a second line with new values.  This program hopefully will run for multiple weeks with different "stages" but currently the sequence loop won't work in a while or for loop.  The huge array goes through a comparison with the current time to see what stage it should be in and this set up works in a different program but, when put in a while loop or for loop, it will not move to the second, third...nth line.  Sorry I can't post this program as I am not even near it but I can't get it off my mind and want to know how to fix it when I get back.  Any help if much appreciated!!!
0 Kudos
Message 1 of 2
(6,576 Views)

Are you really using the NI add-in program for Excel called Measure? If not, you've posted to the wong board.

What development environment are you using if not Measure? I would guess LabVIEW except you mention a sequence loop and there is not such thing in LabVIEW. If you mean a sequence structure, that's not a very good way to program - especially nesting them. If you are using LabVIEW, then you should look at the shipping examples of state machines.

0 Kudos
Message 2 of 2
(6,566 Views)