I've downloaded the driver for this DAQ from the ni website.
I 've successfully spoken to the device and have opened and closed channels.
I've configured channels for measurements and have recieved values.
I was wondering...how can you convert the value recieved to a double?
I've done the following...
static ViChar daqmeasure[256];
double measure;
measure = atof(daqmeasure);
I am getting the following failure....
"Missing terminating null in string argument"
What doe s this mean?
Also, has anyone used the DAQ for measurements? If so can I get help?
ThanksNAdvance