LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

copy chart history data to graph signal display color issue and not all signals














 
 



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



 









0 Kudos
Message 1 of 7
(3,342 Views)

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

Message 2 of 7
(3,327 Views)

Sorry for my mistake.

There is the second post with .doc attached 

 

Thank you MikeS81

 

Stely

0 Kudos
Message 3 of 7
(3,292 Views)

Hi MikeS81,

 

Please see attached my code and screen copies

 

Thank you,

 

 

Stel

0 Kudos
Message 4 of 7
(3,291 Views)

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

Message Edited by MikeS81 on 05-05-2009 09:20 AM
Message 5 of 7
(3,289 Views)

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

 


 

0 Kudos
Message 6 of 7
(3,247 Views)

Hi Stel,

see the attached example.

 

Mike

0 Kudos
Message 7 of 7
(3,238 Views)