04-15-2012 10:05 AM
hi guys
i have problem with XY graph in labview
i have array for calculate the average of power each 15 min as 1D array
i want to show it in XY graph as Y values each 15 min
and X is absloute time such as start from 00:00 to end 23:59 as in the computer clock
also can i save this graph every day in labview or not ?!!
please see my attachment to make it clear
thank you
04-15-2012 10:25 AM
You need to either create the x array yourself and wire it up or just use a chart.
04-15-2012 04:21 PM
^^^^^^^^^
Thank you sir
i have used chart now
but the time which is X axis still not correct and the date also
how i can show it as in my computer clock
when i run Vi at 3:00 pm will show 3:00pm and next one 3:15 pm and so on
i need to put range of houre in X axis 24 h (full graph for all houre)
My Chart show all hours of 1 day
and save it the graph and start new one next day
any help guys
see my attchment please
thank you
04-16-2012 12:15 PM - edited 04-16-2012 12:15 PM
I don't completely understand what you are trying to do, but this is my best try. This will take data every 1 second and add it to the chart. The chart shows 24 hours on the X Axis. You need to right click the chart and set the buffer to 86,400. You just need a mechanism to determine when it has been 24 hours, then at that time save the chart and clear the charts history to restart on the new day.
