Page 1 of 1
TIME PLOT
Posted: Thu Jan 15, 2015 11:36 am
by raescuin
Hello Phil,
is it possible to limit the time plot screen to (Y-Axis 30 minutes) and show the minute in the bottom starting with zero?
see attached sample.
thanks
Robert
Re: TIME PLOT
Posted: Fri Jan 16, 2015 1:44 am
by philr
Hi Robert, could you use xy-plot, specifiy the xaxis limits then send the x-axis values as minutes calculated by the arduino?
Cheers
Phil
Re: TIME PLOT
Posted: Sat Jan 17, 2015 2:59 pm
by raescuin
I finally figured it out.. thanks Phil that works.
Re: TIME PLOT
Posted: Tue Mar 08, 2016 6:02 am
by internetizen
Can you please share how to do that?
I try to use the timeplot with "T", but the sample dots per second are much less than my real samples.
How to plot each Y values with incremental of 20ms?
Thanks
Re: TIME PLOT
Posted: Tue Mar 15, 2016 5:21 am
by philr
Hi Internetizen, instead of using Time plot you could use x-y plot which lets you specify an x and y axis value. For the x-axis value specify the millis timer in your arduino (or equivalent) and your data value for the y axis.
See here for more info
http://www.megunolink.com/documentation ... g/xy-plot/
Cheers
Phil