How to make X-axis of DynamicGraph widget for real time measurement
Hi Folks,
I am developing a prototype for real time measurement of particular analog value. The intention is to show graph showing real time measurement, it take data every 0.1s but the X-axis would show label 0 - 9 s (fixed) This mean, every 1s contains 10 data points, total 100 points.
But when I tried Touchgfx designer DynamicGraph widget, it shows 2 problems:
- The X-axis label is by data point count, so in this case, it show 0 - 99 data point instead of 0 -9s.
- The X-axis label grows as data point increased while what I want is fixed.
What I want is like this; X-axis label is fixed 0 - 9s ( I draw manually the X-axis by hand, not generated by touchgfx)
But what Touchgfx gives me is this:
As we can see from above, X axis label show data point instead of time in seconds and the label grows instead of fixed.
Setting:
My development board is:
STM32F769 Dicovery Kit.
Could someone give me some pointers/direction please?