From: MikeMike on
Hi Damiano,
   Yes it is working. Build array vi i am using and it is giving correct result. But their is one more problem I am getting. Since earlier I am using the .lvm file for storing the data, I am not aware of how to insert data in the in .csv file. I try to convert the .lvm file to .csv file by simply changing the extention. But the .csv file created from this contain dis formatted data. I also try to do this by providing .csv file insteaed of .lvm in my application but it is not writting into the file.Please let me know how to store data in .csv file.
 
Mike 
From: MikeMike on
Hi Damiano,
     No I do not want to store the data I have collected to plot the graph. What I have ask is very simple i.e How to write data (from which some data will be extracted for plotting graph) in .csv file?   The whole data will be in ,csv file.
 
Mike
From: MikeMike on
Hi Damiano,
  Thanks for your kind help!! Now I will try to implement the according to suggestion. If any problem I will let u know.
  Once again thanks...
 
Thanks & Regards:-
Mike
From: Damiano on
Mike,
LabVIEW measurement files are nothing but formatted text files. You can read them with some functions like "read from spreadsheet file" or "read from measurement file" (File I/O library).
From: MikeMike on
Hi Damiano,
         Thanks for your additional input. I implementing your suggestion in my application And I come across one more problem. But as your knowing what I want to do I thing It's better to get input from you. Out of six parameter 1 one is date andTime parameter(i.e 05-10-2007 2: 28:13 PM). Now this parameter will be always be on x-axis.And according to time stamp x-axis remaining parameter(i.e 2,3,4,5,6) will be displayed against it. Will you please help me in this regard? For fair idea this is the contain of my file:-
 Parameter 1                            Parameter 2    Parameter 3   Parameter 4    Parameter 5
05-10-2007 2: 28:13 PM          12                       34                    23                       25
05-10-2007 2: 28:19 PM          13                       37                   27                        34
05-10-2007 2: 28:35 PM          17                       39                    25                       33 
05-10-2007 2: 30:17 PM           11                       33                    29                        29
 
  I will be having array in which this values are their. Now x-axis will be have to display parameter1 values. Please let me know how to plot the graph in lab view with this requirment.
 
Mike