Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

6115 error -200842

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

0 Kudos
Message 1 of 2
(3,422 Views)

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?


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 2
(3,410 Views)