Hi cscp,
The 6229 does not have general purpose inverters available for such
signal paths, and therefore is not capable of signal inversion as part
of the DAQmxConnectTerms function call.
As part of the functionality of the on-board counters, however, the 6229 DOES have the ability to set the polarity of the
counter output event. Use the following function call:
DAQmxSetExportedCtrOutEventPulsePolarity(TaskHandle taskHandle, int32 data);
setting the data parameter to
DAQmx_Val_ActiveLow (10096).
Hopefully this helps out. If not, let me know, and we can keep
working to get this issue fixed. Best of luck on the application.
Have a great day!
Travis W