LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 6210 change in edge detection

can't DAQmx Timing(Change EdgeDetection).vi be used with NI USB 6210? I am  getting " Requested value is not a supported value for this property." error when I try to run the vi. Please help
0 Kudos
Message 1 of 2
(2,668 Views)
Hello NPVV,

I found a Knowledgebase by searching "change detection 6210" from our homepage that states, no, your device does not support that property.  Most of our M series devices do, however the bus powered devices do not.  If you only need to detect changes in one line, then you could try to use two retriggerable generate digital pulse counter tasks (one for rising edge, one for falling) to output a pulse on the edges, then somehow combine the outputs of the two counters into one sample clock. Other than this, I do not know of a good way to work around this issue.  If you figure something out, it would be great if you could post it.
Neal M.
Applications Engineering       National Instruments        www.ni.com/support
0 Kudos
Message 2 of 2
(2,629 Views)