Hi,
I recieve numeric data from serial port starting with a "Start..." and ending with an "Stop....". Between this there are strings like +123,45-87654. I convert this into two numbers and display them on two waveform-charts. After recieving "Stop...." measurement stops, and if there comes a "Start...", I want charts to be cleared. In one Case, the conversion and the displaying is done, and in the other case (if an "Start..." is recieved) I want the charts to be reset. If I create an Property-Node on charts, it works, but if I move these Nodes within their constants to the other case, I got a broken arrow.