LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear the history of a chart with an array of waveforms?

Hi,

  I've seen in previous postings that to clear the chart you just wire an empty array into the 'history' property node.

 Well...in my case, since I'm reading several channels at once, I have an array of waveforms. So I guess, in theory, I need to wire an empty array of waveforms into the history property.

 How do I do that? How to create an array of waveforms?

(note the broken wire in the picture, where the array of doubles should be replaced by an array of waveforms)

Thanks!
0 Kudos
Message 1 of 3
(3,246 Views)
You can right-click on the History Property Node and choose Create->Constant.


Message Edited by Matthew Kelton on 12-14-2007 11:32 AM
0 Kudos
Message 2 of 3
(3,239 Views)
Awesome!

It works!

Didn't even need to change my wire type from "dynamic data" to arrays...


Thanks!
0 Kudos
Message 3 of 3
(3,223 Views)