LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

one timed in the loop or 30 event driven

Hello,
I want to measure a flow of app. 30 flowmeter with pulse output. My question is it better to have one time in the loop for 30 measurements or
 30 event driven loops for each measuremet (one loop for one measurement)? I would use PCI 6510 card for that.
 
Best regards
 
Emir
 
 
 
 
0 Kudos
Message 1 of 2
(2,622 Views)
Depends on how they are tied to the pc and the update rate required. If they are connected using one interface port I would use one loop. If questioning them in 1 loop doesn't satisfy the required value update speed I would split them up in multiple loops. Maybe it is necessary to even use multiple interface ports or IO cards.

When you are seriously thinking about using 30 loops, have a look at dynamically calling VI's in combination with VI templates. In that case you create one Vi for the acquisition and just start it 30 times with different parameters.
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 2
(2,610 Views)