03-03-2006 09:46 AM
03-03-2006 10:09 AM
Nothing wrong with the Event Structure it is just the way you are using them. For your program I would NOT use an event structure because it is not needed. See attached example.
Matt
03-03-2006 10:13 AM
03-03-2006 10:30 AM
Thanx to both for the quick answer!
Unfortunately, mfitzsimons, I´m not able to open your proposed VI (no error message, it just doesn´t works)
03-03-2006 10:44 AM
Sorry LV 8.0 I can save it off to 7.1 if any help to you.
Matt
03-03-2006 11:10 AM - edited 03-03-2006 11:10 AM
Message Edited by altenbach on 03-03-2006 09:13 AM
03-03-2006 12:10 PM
There was a minor issue synchronizing the test events with the counter indicators (They seemed off because the 500ms event wait is between the indicator update and the test display update). If you place the counter terminals inside the timeout case, it looks a bit better. (with the disadvantage that the counters only reset once you start the test unless you do it manually with local variables at the start of the program).
I any case, make sure to adjust for such "edge effects". Your real test probably takes some time, thus you could also keep the timeout at zero inside the timeout structure. As always, modify as needed. 🙂
03-06-2006 02:22 AM
03-06-2006 10:43 AM
@Gatet wrote:
Yes, would be nice u store it in v7.1. Anyway, I don´t understand why LabView doesn´t show any advisory flag, saying is an unsuported version...