I apologize if all this has been covered before. I have been using NI DAQ traditional and VB6 for many years now. I have just started looking at mx with VB6 and I have to say I'm baffled. Are there any easy ways to read 1 analog reading on a single channel software triggered analogous to:
er=AI_Vread (board, chan, gain, result)?
or to set a single digital output bit such as
er=Dig_Out_Line(board, port, bit,state)
Any pointers greatly appreciated!