Solution
The PXIe-408X series of NI DMMs are not capable of using interval timing as the trigger source. The closest way to implement interval timing for the 408X modules are as follows:
- Set the Sample Trigger input on the niDMM Configure Multi Point.vi to Immediate.
- Add a property node before the niDMM Configure Multi Point.vi to set the Settle Time equal to Sample Interval time that you would use for interval timing.
Your code would look similar to this:
Since interval timing is not an option for the PXIe-408X series of DMM's, adjusting the settling time right before measurements will give a very close alternative. In interval timing, the interval wait time occurs after each measurement cycle. The settling time is a part of the measurement time that occurs rights before the measurement is taken, so it does not affect the aperture time, nor does it affect when you send a trigger. The main difference between interval time and settling time would be the first measure, meaning the first measure would happen a little later using settling time than it would for interval time. This is countered by setting the trigger source to Immediate, adding the Settle Time property node and set it equal to the Sample Interval.
Changing the settling time will not be the exact same as interval timing, but it is very close.