Hi Ron,
Thanks for the advice. I am working on your idea. In the meanwhile, I thought of another way to do it. If I invert one of the signals, then my application will work just fine. I tried doing it using
Select_Signal(iDevice, ulGpctrOutput0, ulGpctrOutput0,
ND_HIGH_TO_LOW)
Select_Signal(iDevice, ulGpctrOutput1, ulGpctrOutput1,
ND_LOW_TO_HIGH);
But apparently this does not work on the GPCTROutput. Do you have any ideas on this??
Thanks
Supriya