Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

ND_counting_synchronous parameter value

I want to do synchronous counting on a PXI 6602 card by setting the ND_COUNTING_SYNCHRONOUS parameter with the GPCRT_Change_Parameter function.

What are the parameter values for this function (to turn it on or off), for I can't find them in the Traditional NIDAQ reference
0 Kudos
Message 1 of 2
(3,082 Views)
Walter,

To enable synchronous counting, the GPCTR_Change_Parameter function should be called with the following parameters:

paramID = ND_COUNTING_SYNCHRONOUS
paramValue = ND_yes


Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(3,082 Views)