05-27-2008 11:10 AM
05-27-2008 11:34 AM - edited 05-27-2008 11:35 AM
05-27-2008 11:38 AM - edited 05-27-2008 11:39 AM
On the False side of your measure case, use a Property Node for each chart. Property should be History Data, set it to write, and wire an empty array to it. This will clear the graph. I'd also use a shift register wired to a boolean so that you don't keep writing to the properties. Set the boolean to true on the True side of your measure case.
05-29-2008 10:38 AM
thanks
that worked really well