Hi,
My vi calculates sequentially many matrix from input vectors (from front panel and files) and generates an output file. All components are in a while loop (many calculations every steps). If the input vector is from front panel, an indicator is send and written to output file.
My problem is : the indicator is written in output file with the previous calculation, i have a drift of 1 in the output file (the indicator seems "doubling" the calculation...).
How can i delay the value for 1 step of the while loop ???
thanx for helping
Matt