The two machines are talking - ie I can vary the input voltage on the laptop and see the change in MAX's test panel.
However, when calling the NIDAQ functions from my VC++ program I get the error -10403, even in my simple test app.
The following works OK
u32 nNIDAQType;
m_nNILastStatus = Get_DAQ_Device_Info(1, ND_DEVICE_TYPE_CODE, &nNIDAQType);
This line returns the -10403 error.
i16 iReading = 0;
m_nNILastStatus = AI_Read(1, 0, 1, &iReading);
Any ideas on how to fix this?
Regards,
Dave.