10-18-2006 01:16 AM
Im trying to develop an Measurementapplication.
The Application has to query 23 AnalogInputs and 3 CounterInputs and the configuration of the System is:
2,66GHz Pentium 4 with 2GB RAM, 2x PCI 6229 and 1x PCI 6602.
My question.
Is it normal that the System works with an CPU-workload of 100%
10-20-2006 01:47 AM
10-20-2006 09:43 AM
Hi,
I acquire the data with 2x PCI 6229 and 1x 6602,
and the Vi is attached
Regards
Dirk
10-20-2006 09:55 AM
10-20-2006 10:23 AM
Thanks!
implementing a Timeloop has cut the CPU-workload to 65-75%
nice
regrads
Dirk
10-23-2006 02:16 PM
Typically, you should insert a delay (Wait) within every loop, even a value as small as 1 ms. I normally use 10ms.