hey all,
I have a problem with reinitializing the array. I have simulated my actual problem in the VI which I am attaching. I want to record some values in an Excel Sheet, once the data acquisition is over. The VI remains ON even when data acquistion is stopped. Now when the data acquistion is started again, the array in which I store the values does not reinitialize inspite of my using the Property Node/Local Variable, etc, etc of the array. I want to rebuild the array from beginning once data acquistion resumes. The VI is ON throughout. As my array does not reinitialize, Excel hangs up and does not record anythin. I am using Easy Excel Table.vi for recording in Excel.
ALong is attached the simulated version of the original application.