09-24-2012 03:40 AM
Hi,
I have a waveform chart and I want graph some data using current system time as data base time.
The problem is that I want the initial value on the left of the graph and the graph grows to the right side.
Currently the graph grows towards the right side, but the graph begins at the right side instead of the left.
Thanks.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Tengo una gráfica de tipo "waveform chart" y quiero graficar unos datos usando como base de tiempo la hora actual del sistema.
El problema es que quiero que el valor inicial esté a la izquierda de la gráfica y vaya creciendo hacia el lado derecho.
Actualmente crece hacia el lado derecho, pero la gráfica se inicia en el lado derecho en lugar de en el lado izquierdo.
Gracias.
Solved! Go to Solution.
09-24-2012 03:42 AM
Try setting the Xscale range minimum property node to 0
09-24-2012 04:01 AM
Thanks for your quick answer Strokes...I tried your suggestion but didn't work.
09-24-2012 04:14 AM
@diegoperezdediego wrote:
Thanks for your quick answer Strokes...I tried your suggestion but didn't work.
Right click on your chart and select properties. Go to the scales tab and tick the box that says autoscale for the time axis (x-axis)
09-24-2012 05:41 AM
Hi,
I don't want autoescale the chart, I would always see a fixed time window (eg 5 minutes)
Simply the chart start at t = t0 and the next point t1 = t0 +1 sec, and t2 = t1 +1 sec ... but always showing, for example, 5 minutes.
Thanks
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hola
No quiero que se autoescale, me gustaría ver siempre una ventana de tiempo fija (por ejemplo: 5 minutos)
Simplemente que se inicie en t=t0 y que el siguiente punto sea t1=t0+1seg, y t2=t1+1seg... pero que muestre siempre, por ejemplo, 5 minutos
Gracias.
09-24-2012 06:01 AM
Increase the chart buffer length so... right click and the chart and you should see this option..
09-24-2012 06:09 AM
09-24-2012 06:16 AM
Hi diego,
Try changing your strip chart to scope chart.
Chart properties>> Appearance>>Update mode>>Scope chart
09-24-2012 07:16 AM
Hi guys,
Thanks for your ideas...
After working a little bit with it ... starting execution on "Scope" mode and switching to "Strip" mode before the end of the fix window x-axis time functions as intended. Now, program works just as I needed.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hola chicos,
Gracias por vuestras ideas...
Despues de trabajar un poco con ello...iniciando la ejecución en modo "scope" y cambiando a modo "strip" antes de finalizar el periodo de tiempo de la ventana del eje x. Ahora el programa funciona justo como necesitaba.