Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Minimum PC Requirements

I am currently utilising two 6602 Counter/Timer cards in conjunction with a 6034 Analogue Input cards to monitor 16 pulse output channels as well as 4 analogue channels of devices undergoing durability testing. Pulses received varies from 0.416 Hz to 7.222 Hz

I've downloaded software from the NI website for observing 8 pulse output channels simultaneously ( Buffered Event Counting (8).llb ) to initially monitor 8 pulse output channels. My problem is that I keep getting errors (-10920) relating to the counter/timer section which state that the data points are lost due to speed limitations of the PC.

I would like to know what would be the recommended PC requirements for the application above.

0 Kudos
Message 1 of 4
(3,489 Views)
Hi there,
 
There are a number of situations that could cause this error. Please see the linked knowledge base below for more details on this.
 
Regards
 
Hannah
NIUK & Ireland
0 Kudos
Message 2 of 4
(3,478 Views)
0 Kudos
Message 3 of 4
(3,472 Views)

Malfesto,

Any progress on resolving the error?  Does the error occur soon after program launch, or does it take a while?  Can you post code?  Have you tried stripping back the app to see if/when the errors diminish/disappear?  I.E., if you remove code related to AI on the 6034, do the errors happen as early and often?  How about if you remove code running 1 of the 2 6602 boards?  How about running only 4 counters on 1 board (3 DMA + 1 interrupt)?.  You see where I'm heading...

Related threads on this boad suggest that one should be able to achieve a total data rate from the high 100's of Hz up to several kHz when using interrupts for data transfer in counter tasks.  Since you're only looking for 10 channels of interrupt-driven data (the other 6 use DMA) at a max of 7.2 Hz each, it seems fairly unlikely that the PC itself is a bottleneck. 

I'd encourage you to investigate whether the -10920 error is being caused by noisy pulse signals, as mentioned in the linked KB article.

-Kevin P.

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
0 Kudos
Message 4 of 4
(3,447 Views)