01-23-2006 04:00 AM
Hi all
you gotta see the VI to understand the question!
I got this SetMarks.vi, When I set the tests it go's ok , they appear on the waveform Graph, but if you wait for a moment (50 sec. or so), when the waveform graph begins to move by stand position (Riverflow !!) The marks they stand still in the waveform graph window. In the start they move in their right position when you run the program and sets the test, but when the waveform graph start to move like river flow, the testpins freeze. How can i make them move with their real position ??
Remember to ´write some testnames and press add button!
Zamzam
01-23-2006 09:32 AM
01-24-2006 04:10 AM
I thought about, if there is a way of emptying or flush the array after example closing the vi, or another solution, is to save the data from the array into an external file, flush the array builded before closing the vi-application.!
Is it possible.
I wondered if there are a funktionspallete or a finnish .VI blok in Labview, that can set markers in a wavegraph when running, those markers should be used as tests.
Example when set, a function will be called to save some various data at the test moment and a test Pin will show up at the wavegraph as in the example attached before.
Zamzam
01-24-2006 08:48 AM
01-25-2006 04:39 AM
reading the dat anad saving it to a text file etc. is no problem. But in that example you sent me , u wrote that the buildarray ( conneted to the random nr. generator and the shift reg and ..) will grow in memory, coz of saving the data measured between the tests. it about that array i'm asking, if there is some way to empty it or flush it, so it wont grow that big that it would infect the program speed process. I can save the data in it, to use when to open a test.
I was thinking, when closing the program .VI, then the array will be flushed by automatic after starting the program again. or is it not so?
Zamzam
01-25-2006 08:09 AM