05-07-2008 09:43 PM
05-07-2008 10:36 PM - edited 05-07-2008 10:38 PM
knapkerd wrote:
I am trying to aquire two separate tasks (one with analog and one with digital signals). The digital signal needs to be aquired at a much higher rate (10 times higher). The data from both of these aquisitions is required for writing to the same file and doing calculations. I was wondering if it is possible to use 2 Producer loops and 1 Consumer loop? I would need to use an enqueue in each producer loop and then dequeue them both in the consumer loop. Will this work?Thanks.--Robert
05-07-2008 11:19 PM