Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger timeout PXI DMM 4070

Solved!
Go to solution

Hello

 

I'm using a DMM PXI-4070 and the DotNet example "SoftwareTriggeredMultipointAcquisition".

I want to trigger the DMM4070 with the AuxTrig input on the front of the instrument.

This works fine but how can i change the time out the of triigger ?

This is now set to 2000msec. i want to set this to at 10000msec.

 

When i us the example, and do not trigger within 2000msec i get an error message saying :

ModularInstruments.NIDmm: The operation did not complete within the maximum time allowed. Timeout: 2000mS.
Error Code : -1074126845

 

Thanks in advance

Tonnie

0 Kudos
Message 1 of 3
(5,048 Views)

The timeout is connected to the DMMMeasurement.FetchMultiPoint method.  The version of the method in the example just uses the pointsToFetch input parameter.  You're currently seeing the default timeout value. You can add a timeout input parameter to this function in the code. 

 

 The overload list for the method is below:

1.PNG

 

 

The syntax for the version of the method you'll need to use is below:

2.PNG

Let me know if you run into any problems getting this done.

 

Regards,

Jared R.
Precision DC Product Support Engineer
National Instruments
0 Kudos
Message 2 of 3
(5,037 Views)
Solution
Accepted by topic author Tonnie

Hello JaredRo

 

I can set the timeout now.

Problem solved. Manny thank

 

 

With kind regards

Tonnie

0 Kudos
Message 3 of 3
(5,029 Views)