Hi,
I would like to know how to plot a graph through Flowbiotics on the screen? My data comes through Serial port from a microcontroller.
My data format is
ASCII String : 12345.60,12345.70,… and so on.
Baud Rate : 115200
Regards
jkvasan
Hi,
I would like to know how to plot a graph through Flowbiotics on the screen? My data comes through Serial port from a microcontroller.
My data format is
ASCII String : 12345.60,12345.70,… and so on.
Baud Rate : 115200
Regards
jkvasan
Hi,
This would most likely need to be setup in 2 main parts (modules).
One part would be the data input/processing. This would be a module based on the COM Port component.
Another part would be the graph drawing. This would use graphic functions to draw the results.
You may also want a third (optional) part that logs the data locally (such as in a file).
We recommend that you check the projects already available by default. They have plenty of examples of using a COM port.
As for drawing in an object, check these parts of the user manual: first part, second part.
Sincerely,
Hi,
Is it possible to help me with some sample project with a running graph?
Hey,
Most of these apps here have a running graph, such as RB-Rbo-176. It comes with the executable and the source code, which you can use as reference for making your own graph with the ability to log to a file, too!
We hope this helps.
Sincerely,