Hi,
I am porting our old app based on legacy NIDAQ driver to new NIDAQmx driver on win7.
What are the equivalents of following APIs in NIDAQmx?
Set_DAQ_Device_Info(DEVICE_NUM, ND_CLOCK_REVERSE_MODE_GR2, ND_ON);
//set logic state of ACK1
DIG_Out_Line(DEVICE_NUM, PORT4, ACK1_LINE, 1); //Port4/ACK1 line is PFI6 in NIDAQmx
Also, my anothe post "NIDAQmx DAQmxWaitUntilTaskDone never finishes after DO generation" has not been replied yet on "Multifunction DAQ forum"
Thanks,
Amit