Hello !
I would like to send some measures and some datas to LabView with RS232 (thanks to a microcontroller)
Here, in this forum, I have found some examples and answers. It's great.
Now, I can properly receive my datas and display them in a chart.
However, I still have two problems. That's why, I have decided to create this new topic.
So my problems are :
- When I stopped my VI, the last received value is 'recorded'. I mean when I read the new sent datas in another acquisition, the chart diplays the last value of the previous chart.
How can I fix that ?
I took a screenshot (Look the blue plot, the chart begins with a value around 5 instead 0 )
- In a chart, the X-Axis is named 'Time'.
I would like to display received values every second on LabView.
How can I do that ?
Thanks for your help !