03-08-2006 06:06 AM
03-08-2006 06:25 AM - edited 03-08-2006 06:25 AM
First of all, your array index is set at 150 (in the front panel), that means your array will start displaying at index 150. To view the other data, drag your display box (in gray) larger, then right click on the display box'es (in gray) most outer border, and select Visible Items->Vertical Scrollbar. Now you'll see you're way down in your array, either change the array index to 0, or use the scrollbar to go back up at the beginning of the array. Either way will do the same thing.
If you need to extract the data one by one, you'll need a loop. In sig5[1]2.vi, after all the data is collected, the VI will display the data one by one in "array data" like a slideshow (delay by 2 sec)
See-Ming
Message Edited by Elsa Fung on 03-08-2006 06:28 AM
03-08-2006 06:38 AM
Why not save it to a file and read it one by one later by opening that file??
look at attached VI.
any doubts, do get back
regards
Dev
03-08-2006 06:39 AM
03-08-2006 07:18 AM
03-08-2006 07:22 AM
03-08-2006 07:25 AM
03-08-2006 08:57 AM
Hello, it isn't exactly what I want, I want a number changing for each adquisition. Can you help me?
Thanks.
Luz
03-08-2006 09:03 AM
03-08-2006 09:41 AM