LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i do rms data trending using labview

i wish i can save it in a text file
0 Kudos
Message 11 of 28
(1,127 Views)

Hi,

 

 

Use Write to spreadsheet file and add extension txt

0 Kudos
Message 12 of 28
(1,116 Views)
thank you..is there anyway to change the time and date on the graph?
0 Kudos
Message 13 of 28
(1,109 Views)

Hi,

 

 

To my understanding LV take the system time only.

 

But if u are facing problem of the year 1900 then you can create waveform and add current time to it

 

regards

0 Kudos
Message 14 of 28
(1,105 Views)
the time and date on the table thus show the system which is the current date and time, only the graph shows 1904 each time. by the way, thank you and your help is much appriciated
0 Kudos
Message 15 of 28
(1,094 Views)

Hi,

 

 

 

Check out the following ex.

0 Kudos
Message 16 of 28
(1,092 Views)
this example graph do show the real present time and date. is it posible to have it done on the VI before?
0 Kudos
Message 17 of 28
(1,074 Views)

Open the example finder and search for 'Chart'. Open the example called Real Time Chart. Do the same thing as in the example to program the chart to display the actual time. The example uses relative time but you can modify it to show absolute time.

 

p.s. Your case that reads the file is just silly. Absolutely no reason to read the entire file with every iteration of the loop. You are just wasting resources. 

Message Edited by Dennis Knutson on 01-23-2010 07:57 PM
0 Kudos
Message 18 of 28
(1,067 Views)
hai dennis, do you have any idea on how can i read it efficiently
Message Edited by hafizzuddin on 01-23-2010 09:39 PM
0 Kudos
Message 19 of 28
(1,060 Views)
Put the read outside the loop. Or is you intention to give the user the ability to read a different file? An event structure would be better for that.
0 Kudos
Message 20 of 28
(1,055 Views)