11-21-2007 07:48 PM
11-21-2007 07:54 PM
A loop iteration can only finish once all code it it has completed. You cannot spin faster than it takes to execute everything in the loop.
Can you attach your code? Do you have a 1000ms wait in it? You should use a "wait next ms multiple" instead for a more consistent loop rate.
Make sure the wait can execute in parallel with the code and is not delayed by misguided sequence structures. What is the VI actually doing? Can you show us your code? How do you measure the loop rate?