06-10-2010 07:04 PM
Solved! Go to Solution.
06-11-2010 02:41 AM
Then you can uncheck the autoscaling feature. If that is what you meant
06-11-2010 02:47 AM
06-14-2010 11:14 AM
06-15-2010 03:28 AM
I think i know what you are asking.
If for example now it stays for 60sec worth of data and you want to be able to fit 45mins then do that.
Right-click the graph on the front panel and select 'chart history length' the default value is 1024 make that 45x1024=46080 (in fact make it a bit bigger say 50000.
Then when you click the maximum x-axis point to edit it you should be able to enter 49999 which is enough number to fit your 45mins data.
Just a hint, if you know how often you aquire data (delay in your loop) you can go to graph Propeties--->Scales--->Time(X-Axis) and change your 'multiplier' so the x-axis is displayed in seconds instead of points aquired. So for example if you aquire at 10Hz (loop delay 100ms) if you change your multiplier to 0.1 the x-axis will be in seconds.
Then if you do it that way you need to change your maximum x-axis point from 50000 to 45minx60sec=2700.
Have a look at the example i made for you. If you don't have LV2009 let me know and i will downgrade it.
Try them one by one not all of them at the same time.
Hope that helps
06-15-2010 10:14 AM
06-15-2010 10:19 AM
06-15-2010 10:25 AM
never mind, i recreated the graph and it was there, thank you