05-09-2007 08:26 AM
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
05-09-2007 11:03 AM
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).
05-10-2007 04:08 AM
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
05-10-2007 04:41 AM
05-10-2007 04:59 AM
Yes. Delay between sample collection is variable.
Mike
05-10-2007 06:28 AM
05-10-2007 07:23 AM
Hi Damiano,
I have tried with this but its giving error. I am attaching the vi with .lvm file Please have a look. For time being I am trying to plot all parameter and at letter stage I will try to take input from user for plotting graph. Please correct this vi to plot all the parameter or u can use .csv file if it makes the task easy.
Mike
05-10-2007 08:49 AM
05-10-2007 09:06 AM
Hi Damiano,
Thanks for the effort u r taking for me. I will be waiting for the solution from you.
Mike