05-04-2009 12:40 AM

Issues: 1. It display only one signal ( there are 4 signals)
2. It
display the signal in multicolors

Issues: When the “Graph Properties” is checked it shows as
many selections of “Dev1/ai0” as colors on
the graph display

05-04-2009 01:23 AM
Hi Stely,
i can't see anything from your post. If you want to show images, then you have to attach them to your post, we can't see them if they are on your harddisk. Can you please explain where you have problems?
You can read the chart history. You receive an array of cluster elements. There you can select which channel you need. You can use a for loop and an unbundle function. If you have your selected channels, you can write the data to your graph. There you can change the color for each plot using a property node.
Mike
05-05-2009 01:56 AM
Sorry for my mistake.
There is the second post with .doc attached
Thank you MikeS81
Stely
05-05-2009 01:58 AM
Hi MikeS81,
Please see attached my code and screen copies
Thank you,
Stel
05-05-2009 02:20 AM - edited 05-05-2009 02:20 AM
Hi Stel,
the attached example shows how you can get only a single plot from the history. It's also possible with waveforms.
Hope it helps.
Mike
05-10-2009 11:51 PM
Hi Mike,
I followed (I hope so ) your advice and example. Yours example works perfect, but when I use
the signals from DAQ I get displayied all the signals in the right color, but with lots of samples missing in between
Thank you!
Regards,
Stel
Pls see the attached .doc file with captured images
05-11-2009 02:47 AM
Hi Stel,
see the attached example.
Mike