01-30-2007 07:28 AM
01-30-2007 07:40 AM
Before going into details of the loops, may I ask why you are using a Stacked Sequence Structure? And what are in the other frames?
When I use the Producer - Consumer model, I follow the NI guidelines. Typically, I have 2 or 3 while loops. The top one contains an Event Structure. The other 2 loops wait for queued events to poceed (ie: one to handle front panel controls and the other to do computations, analysis, non-display-related functions).
I typically stay away from the Stacked Sequence Structure... especially when using the Producer - Consumer model.
I know this reply didn't cover the timed DAQ loop issue, but first, let's have a look at the global implementation.
RayR
01-30-2007 08:56 AM
01-30-2007 09:19 AM
01-30-2007 11:22 AM
Excellent advice, Lynn!
You can simply port the contents of the stacked sequence to the state machines.
01-30-2007 12:54 PM
01-30-2007 01:26 PM
01-30-2007 04:43 PM
01-31-2007 06:01 AM