LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, Multiple Producer loop for acquiring multiple data simultaneously

Hi,  I am trying to acquire multiple data using 3 producers loops and a single consumer loop. I have one producer lop for n-channel Analog data acquisition and 1 for a single counter signal acquision and another for a 1-channel analog voltage acquisition. When i try to run it, the program kind of errors out intermitttently , i am guessing there are some timing issues with the loop and i am not sure if i can use multiple producer loops with a single consumer loop, is ther a better way to approach this or is it just a problem withe the timing of the loop. Any help is highly appreciated.

 

 

Thanks


Sakthish

0 Kudos
Message 1 of 4
(2,713 Views)
Would it be possible to show us a screenshot of your VI block diagram?
0 Kudos
Message 2 of 4
(2,707 Views)

Hi sakthish,

  Ofcourse it is possible to use multiple produceers with a single consumer,but you need to create and use three queues if you are not using events. Here in this case ,consumer is a bit complicated.

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 3 of 4
(2,695 Views)
You mention that you get errors but then you do not mention what the errors are. That's vital information. Since you typically cannot have an n channel acquisition and a single channel acquisition running at the same time, are you getting a resource reserved error?
0 Kudos
Message 4 of 4
(2,687 Views)