10-13-2009 02:56 PM
Hello
I am using a Waveform Graph and I would like to put a set of 1 minute real time intervals on my graph.
My data comes once every 4 seconds, so the 1minute intervals must be in real time with my incoming data.
So about every 15th data point, I should cross a 1minute marker.
but can anyone tell me how to create these 1 min intervals that would be real time with my incoming data?
thanks
J
10-13-2009 03:05 PM - edited 10-13-2009 03:06 PM
I suspect that you should be using a chart instead of a graph. To display time on the x axis, why don't you give the shipping example called Real-Time Chart a look. With a few quick mods, it would look like the image below.
10-13-2009 03:09 PM
hello
Im new to Labview, I have tried a Waveform Graph and also Chart.
I have also tried to real time example, but it charts to the second.
How do i just chart to the minute?
J
10-13-2009 03:14 PM
10-13-2009 03:22 PM
I cant get the X scale intervals to stay fixed...each time I start my application, the scale moves ??
How can I always get a a fixed set of 1minute intervals?
thanks
J
10-13-2009 03:32 PM
10-13-2009 03:40 PM
I would like to start at the same time as the windows PC clock (hh:mm)
Then starting at that time, I would like to have set 1min intervals ,e.g if start was 4:40pm....then I would like to set 4:41pm 4:42pm, 4:43pm, 4:44pm etc as my 1min intervals on the X axis
Can you help with this ?
J
10-13-2009 03:51 PM
10-13-2009 04:00 PM
this is the closest solution i've seen....the only thing is, this test will run for months.
If I follow you correctly, I would have to create a huge array of marker spacings (marker vals)??
Would these spacing continue as the graph advances to the end?
J
10-13-2009 04:17 PM
No, I don't think the intervals will continue. You may have to use uniform markers. Right now, I don't know if you can get all markers uniformly spaced if you use system time and start at some random moment.