Hello Samuel
Thanks for you fast reply.
But I actually this not the thing I want.
I need to draw the same parameters in the model.
Actually, my target application to read from the sensor and update the data online on the text box, labels or anything and to draw real time chart of the output data corresponding to the actual time.
In my target application, I have a model for the parameters that I will read from the sensor and the updating of the values on the GUI is worked perfectly. So, assume that the data from the sensor is Value1, Value2 and value 3 in the attached sample project.
So, I need to display these values on the GUI and draw them on a real time chart.
Also, I think that using threading is more efficient than timer, because I have to use at least two threads in addition to the GUI one and the chart one. I am not sure of this, What do you think about this?
Does it possible to something like this?
Thanks and waiting your reply.
Best regards,
M. TAHOUN