03-30-2016 11:11 AM
Trying to use PXI-6115 Digital triggering... getting error that device doesn't support :
DAQmxSetStartTrigType(taskHandle, DAQmx_Val_DigEdge));
or
DAQmxErrChk (DAQmxSetRefTrigType(taskHandle, DAQmx_Val_DigPattern));
Even tried the ANSI C examples with same results...Although documentation indicates that this is supported.
Any suggestions
03-30-2016 05:40 PM
Error -200842 occurred at an unidentified location
Possible reason(s):
Data Transfer Mechanism is not set to Programmed I/O, the only value supported when the Sample Mode is Hardware Timed Single Point.
Set your Data Transfer Mechanism to Programmed I/O or change the Sample Mode.
So, what are the other settings?