Hello !
I am new here and I would like to ask a question about Labview.
Can you help me ?
Actually, I am working on a project with a PIC.
The PIC sent 3 informations (that evolves in time) to Laview (in my case, it is current, tension and time)
To send these informations, I use RS-232.
Moreover, I have used examples from Labview called 'Basic Serial Write and Read'.
It is great ! It works and Labview can display my values thus : 'current;tension;time\n'
I would like to display these datas on 3 graphs.
I think my first step should be : De-multiplexing or try to convert my data (string made by RS232) into float.
What do you think ? How can I do that ?
Thanks for your help and advices.