Order of occurance within a loop

2004-02-26 Thread Gyro
Hi, I need to execute two commands in a loop. After the first command is executed the system must wait for about 30 seconds before the next is carried out. In what order with LV execute the elements within a loop? I am not sure if the program is executing the two commands first and then waiting. An

Re: Order of occurance within a loop

2004-02-26 Thread DD
If the execution order is important, you must use data dependencies to force the order. Otherwise, LabVIEW will determine the execution order using its own algorithm. If the sub-vi's or functions you are using do not provide an easy method for using data dependencies, such as wiring together erro