07-15-2013 01:59 AM
Dear Sir,
I am new to Ni labview and trying to get some data acqusition experiments with ni labview.
please find the labview code attached which i have made. The problem i am facing is that the measurement file is not getting saved. I have searched entire computer. Could you please help me to find the error in the code as to why the file is not getting saved.
Also the application is to send a sinusoidal signal to a servo and to acquire the sensor signals in real time Could you please check the code and suggest any improvements i could do on it. Another problem i am trying to sort is to find a way to input a ramp signal. I was not able to find the ramp option in simulate signal options. Could you please help with it also.
Regards
Sachin
Solved! Go to Solution.
07-15-2013 02:20 AM
Hi Sachin,
double-click the "WriteMeasurement" ExpressVI. A dialog will open and on it's upper left you will find the path to your data files...
It's not hard to use ExpressVIs. NI seems to recommend them to LabVIEW beginners (which is wrong in my opinion). All you need to do is open that dialog and configure. And even that is too hard for you?
07-15-2013 02:23 AM
I have sent the path of course ..
07-15-2013 02:24 AM
it is not saved in that location. i thought i might be saved in some other location by default so i search the computer. it was not saved at all
07-15-2013 02:33 AM - edited 07-15-2013 02:34 AM
Hi Sachin,
when I test your VI (after removing the DAQAssistent ExpressVIs) it creates a measurement file at the specified location:
C:\user\username\Documents\LabVIEW Data\
(The folder should be known as "My Documents" under Windows...)
You know measurement files have an extension of "lvm" (as configured in your ExpressVI)?
07-15-2013 02:41 AM
For me even that is not working the code is running fine with and without the dac assistant. but the measurement file is not getting saved at that location or elsewhere
07-15-2013 02:42 AM
07-15-2013 02:49 AM
Got it, We are using the NI PXIe-1062Q module. Its a computer in itself. I tried FTP into that that computer and got the files the whole bunch of those for all the runs i have made from morning. Thanks for your help.
Could you please help me with the Ramp signals too.
07-15-2013 02:54 AM