Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

how to store to disk in f64 format for nidaqE-series,PCMCIA card

i've been able to execute successfully example"DAQsinglebuffertodisk.cpp".as we understand ,this stores the converted data in binary form tothe disk.while our requirement would be in f64 format stored on disk.kindly advise us with the necessary information for implementing the above
0 Kudos
Message 1 of 2
(2,379 Views)
Hello,

To convert the binary data to scaled data (floating point), you need to use another function called AI_VScale. The help for this function is provided in the NIDAQ Function Reference Manual which is available under Start>>>>Programs>>National INstruments>>NI-DAQ>>NI-DAQ Help.

If you want to see an example that uses this function, then go to Start >> Programs >> National Instruments >> NI-DAQ>> NI-DAQ Examples Help>> List of Examples>> by NI-DAQ functions Used

Sincerely,
Sastry V
Applications Engineer
National Instruments.
0 Kudos
Message 2 of 2
(2,379 Views)