Hi Aleksandr
A common design technique for acquiring and anaylsising data is to use the master/slave design. Where all the functions that acquire data are in one loop, and functions that require the data are in the other. ( I apologies if you already know this). This is an efficient block diagram because the processor does not waste cycles polling for an event. So this would allow you to efficiently analyze the data from one task as its being acquired.
So theres no reason why you can't have two of these running consecutively. Espically if your no worried about synchronization between the two tasks.
Is there any reason why you want 'While one is being acquired the second is being processed'?
Other things to be processor efficient, remember all loops should contain a small time delay to allow the processor sleep time to complete other tasks, such as windows tasks etc. And a note about sequence structure is there obviously prevent parallelism in labview.
thanks
Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help! 😉