Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How come codes work in DAQ driver 6.6, but not work in 6.9.2?

Hi,

I'm using dephi 6 to program my application. My program only work when use DAQ driver 6.6, but not in 6.9.2. I'm using a pair of PCI-6071E daq card. I'm using the dll instead of the ActiveX controls. Could you check my code, see if I did anything work?

Thank you
0 Kudos
Message 1 of 3
(3,420 Views)
Hello;

The best way to double check where the problem of your code is, is to put breakpoints on each NI-DAQ call and figure which function is giving you the error.

Then, you can go to the NI-DAQ on line help and double check if that function that is giving you the error is still supported by that version of the driver.

Hope this helps.
Filipe A.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(3,420 Views)
Thank you Filipe,

I already tired to put breakpoints on each NI-DAQ call, but the problem is, it breaks on different place everytimes and each time it breaks, it will reboot the computer. It is very tough to debug. Well, I wonder is there an document that shows what has removed on version? I found documents show what has added, but not removed. Thank you.

Donald
0 Kudos
Message 3 of 3
(3,420 Views)