Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-DAQ Select_Signal() arguments

iStatus = Select_Signal(iDevice, ulGpctrOutput, ulGpctrOutput,ND_LOW_TO_HIGH);

The above code appears in NI's example program "TIOgenSquareWave.c". I can find nothing in the documentation that refers to this arrangement of parameters. What's going on here? Is this documented somewhere?

Thanks
Doug Hanna
0 Kudos
Message 1 of 2
(3,461 Views)
Doug;

That line is usually used when the counter output is programmed to toggle/pulse when its Terminal Counter is reached.
The will force the output of the counter to perform the specified action and actually output a signal.
Hope this helps.
Filipe
0 Kudos
Message 2 of 2
(3,461 Views)