10-08-2009 01:48 PM
Hello all
I am using a Waveform Chart in LV 8.5.1.
I have the "major" grid lines turned on. I want each grid line to represent a 1 hour interval of time...up to 24hrs
So as my data is plotted the intervals are fixed.
Can someone help me with this?
thanks
J
10-08-2009 02:28 PM
So it's the chart settings you are having trouble with as opposed to the programming to write data once per hour to the chart?
At any rate, I hope the attached VI helps.
10-08-2009 03:06 PM
My problem is really a programming question... using a Waveform Chart
My data is being plotted on the Y axis when my program runs.
What I want is when the data is being plotted, that the 1hr intervals dont get crossed until it matches that value in real time.
So if its now plotting data @ 4:04pm EST, .....the 5pm grid line should not get crossed until its real time 5pm EST and so on
Can you help with this ?
J
10-08-2009 03:12 PM
10-08-2009 03:23 PM
Yes, I already have the display format set to absolute time.
But I need the grid lines set only by the hour....using absolute time the choices are hh:mm or hh:mm:ss
Each grid line should be 1hour value to the next.
How do I do this? I have attached my code, but its not hour to hour.......
J
10-19-2009 04:20 PM
Good Afternoon hova2010,
Try right-clicking the x-axis of the chart and going to the Display Format tab of the Properties window. Once there, change the radio button option to Advanced editing mode. In the format string, delete the "extra" portion of the entry so that it reads more like: %<%I %p %m/%d/%y>T
This will tell the chart to only display the hour portion of the time.