10-02-2015 06:56 AM - edited 10-02-2015 06:57 AM
Hello Everybody,
my LabView programe is receiving Values from 4 Channels of a DAQ-Unit.
However, the next step is to divide the String (which contains these four values) and show them into a seperate display.
Furthermore, i would like to plot these values in a seperate graph.
Could someone explain to me, how i can realize it?
Cheers and thank you in advice,
Marc
P.S.: the .vi is in the attachment
Solved! Go to Solution.
10-02-2015 08:26 AM
Hello,
It's possible to get more informations about the format of received data. May you share a picture of the result in read buffer indicator.
Best regards.
10-02-2015 08:38 AM - edited 10-02-2015 08:39 AM
It's something like that.
Every second the DAQ-Unit measured a value on every channel.
So i want to split the 4 Values into seperate displays and plot every value in a seperate graph (value vs time).
10-02-2015 09:56 AM
10-05-2015 06:41 AM
Hello MarcTUD,
a simple way
Hope it helps
10-05-2015 07:31 AM
Thanks for your reply, it helps a lot!
Next, i need to transform the values from the array 1 into numerics (decimal numbers) and need to plot each course into four wave forms.
Could you explain how i could do that?
Cheers,
Marc
10-05-2015 07:53 AM
Hello Marc,
you can use the arry to cluster function and then put the values out to a chart.
Attached the VI.
10-05-2015 08:07 AM - edited 10-05-2015 08:09 AM
Hi,
I inserted your solution into my programe (works fine by the way).
What I mean is, that I have now an array with 4 lines (numerics) - and for each line, I would like to create a graph waveform (value vs. time).
Do you know what I mean?
10-05-2015 08:26 AM
@MarcTUD wrote:
Hi,
I inserted your solution into my programe (works fine by the way).
What I mean is, that I have now an array with 4 lines (numerics) - and for each line, I would like to create a graph waveform (value vs. time).
Do you know what I mean?
Have you made an effort to write this code or you expecting to be given VIs for your entire project ?
10-05-2015 08:43 AM
Hello Marc
attached an example