Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI-4071 sampling too slow when using a hardware trigger

Solved!
Go to solution

We are using 3 PXI-4071s in parallel for measuring high voltages with precision. The program is written using LabVIEW 8.5.1.

 

An additional test requirement has been added which requires the use of a quadrature decoder and the DMMs synchronously.

 

We believed this would be straightforward, using backplane trigger 0.

 

However, something odd is happening.

 

With a cut-down VI that uses just one DMM, we get 100 microseconds sample time running with internal triggers. However, if either the overall trigger or the sample trigger is set to TTL0, then the sample time becomes 5.1 milliseconds. It seems very strange that even just setting the overall trigger, which one would expect to only affect the time to the first sample not the time between samples, has this effect. Also, the data sheet for the DMM says that the maximum trigger rate is 6 kHz.

 

We have confirmed that this reported sample time is independent of the speed of the clock actually connected to TTL0. If the clock is faster, we get the reported sample time. If it is slower, the samples occur on the clock edges.

 

Does anyone know whether there is a parameter which has a default which changes based on the trigger source and can be changed to get round this problem please?

0 Kudos
Message 1 of 2
(6,437 Views)
Solution
Accepted by topic author MarkD-B

I have found the solution to this.

 

With the settling time set to -1, the DMM uses a short value (less than 100 us) for the settling time when in any of the internally triggered modes. However, it uses a much longer time (circa 5 ms) when set to -1 and using a hardware trigger.

 

If the settling time is set to 1e-5, i.e. 10 microseconds, the "estimate" returned for conversion period changes from 5.1 ms to 100 us and conversions actually occur at the expected rate when clocked with trig 0 at 5 kHz

0 Kudos
Message 2 of 2
(6,425 Views)