Hi all. I am using a 6024E PCMCIA card. I am monitoring several
items with it and controlling one. Everything works except for the
feedback I get back from the item I'm controlling. It caps out at 5V.
So I thought, "Oh it's the polarity, I need to switch it from +/-5V
to 0,+10V". But using AI_Configure returns -10003 (Invalid numeric
parameter).
Measurement and Automation works just fine (0,+10V), but my C++ app
can't change the polarity!!! What gives? The actual line is:
return ::AI_Configure(1, channel, 0, 10, polarity, 0);
I pass in 0 for polarity and it works, I pass in 1 for polarity and it
gives me -10003!!!
Thanks in advance