03-07-2008 04:41 PM
I cannot get the attached subvi to run in a timed loop faster than about 400mSec. All I need out of this is a four-wire resistance measurement. The task cluster is defined in an initialization loop and it is set at 6-1/2 digit resolution. It may be that I’m expecting to run this too fast at this resolution. Is there a way I can increase the loop rate for this? It’d be nice to run it at 100mSec. I’m using
It may be a difficult question to answer, but please let me know if there is a way to increase the loop rate with this subvi.
Thanks,
Dave J.
03-10-2008 01:34 PM
dj143,
I have a couple of suggestions to speed up the subVI:
1. Do you have to check the range every time you enter the case structure? If you do check the range every time, the DMM is going to need some time to settle proir to taking a measurement.
2. Does it make any difference if the NI-DMM Over Range.VI is present?
3. If you expand the property node for niDMM, and configure the property node for aperture time, what is the resulting value?
03-10-2008 04:56 PM
The range is set to a fixed value.
I feel silly for not recognizing the Over Range vi output not connected (or needed). I removed this from the Read DMM TS1 vi. However, this does not make any measureable change in the timing.
I do not understand aperture time as applied to the property node.
Dave
03-11-2008 05:37 PM - edited 03-11-2008 05:38 PM