From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI-4071 Problem activating a reading

Hello, thank you in advance for your interest in our problem.

 

The system configuration is as follows:
NI PXI 1033 box
NI PXI-4071 card
PXI-6221 Ni board
Ni PXI-6514 card

PC HP I9

 

The system was working well under Windows XP. We migrated the system to Windows 10 with a new PC, and installed the latest version of niDAQ and niDMM.

Everything works fine, except the PXI-4071 Ni Card.


With NI-MAX, all 3 cards are well detected and the self-test passes on all 3 cards.
With a right click on the PXI-4071 card to call Instrument Studio, everything goes well but the data acquisition is not done.


And when trying with the example programs, the function calls do not return any error except when acquiring data.
checkErr(niDMM_init(resourceName, idQuery, reset, &vi));  OK
checkErr(niDMM_ConfigureWaveformAcquisition(vi, acquisitionType, range, rate, numOfSamples)); OK
checkWarn(niDMM_ReadWaveform(vi, NIDMM_VAL_TIME_LIMIT_AUTO, numOfSamples, waveform, &numSamplesAcquired));  ERROR 

 

ERROR = Max Time exceeded before operationcompleted

Do you have any idea where the problem with the acquisition start comes from?
Thanks

0 Kudos
Message 1 of 1
(476 Views)