Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI-6035E DIO Change Detection

Solved!
Go to solution

CVI 8.1

PCI-6035E

 

Ex: ReadDigChan-ChangeDetectionEvent.c

 

When I either try to setup a DAQmx task in this example app or in MAX

I get this error:

 

Error: Requested value is not supported for this property.

Property: SampTimingType

You Have Requested: Change detection

You Can Select: On Demand

 

I am trying to create an app wherein a DAQmx task is monitoring

a single DIO bit via an asynchronous callback function.

 

Any ideas?

 

-Chet

0 Kudos
Message 1 of 2
(3,262 Views)
Solution
Accepted by topic author csk

Chet,

 

Thank you for posting on the NI Forums. I was able to look into the issue that you are encountering and it is because the E-Series Devices do not support the Change Detection property. If you are simply trying to monitor a bit, you would have to use polling to determine when the bit has changed and then perform an action once you determine the bit has changed. Let me know if you have any other questions. 

Aaron W.
National Instruments
CLA, CTA and CPI
0 Kudos
Message 2 of 2
(3,233 Views)