Driver Development Kit (DDK)

cancel
Showing results for 
Search instead for 
Did you mean: 

releaseBoard

After I run 100a2/make/aiex2
I can no longer get any analog input from the "Analog Input" panel of the DAQmxTestPanels.
The "Show Details" panel says the Possible Reason is
Specified operation did not complete, because the specified timeout expired.

DAQmxTestPanels Analog Input works again after a reboot of linux.

Is there a way to reset the  PCI 6229 to its power up state?


0 Kudos
Message 1 of 3
(7,351 Views)
You can reset the device in MAX before using it with DAQmx.   MHDDK examples always set the device to a known state.  It would be really hard (impossible?) for mhddk to leave the device in a state that DAQmx, or any other driver, could safely use.

Diego.
0 Kudos
Message 2 of 3
(7,338 Views)
Since it looks like you are on Linux, and thus have no MAX, you can reset the device programatically with the DAQmxResetDevice function.  It does exactly the same thing as the utility in MAX.
0 Kudos
Message 3 of 3
(7,331 Views)