05-11-2020 02:45 PM
Hi guys
How can i pause the waveform chart execution for some time making it constant and then continuing its execution hence making it for example linear constant linear
05-11-2020 02:48 PM
Post your code so we can tell you what the best way would be with the way you did it. We can't tell you if we don't know how you did it.
05-11-2020 02:52 PM
Might be helpful to list step by step what you are looking to do or possibly draw something out.
A waveform chart doesn't really execute, it just displays data that you write to it so the easiest way to "pause" the chart is to just stop writing data.
05-11-2020 03:19 PM
i want the flow rate to curve to go vertical up vertical down and then go 2nd gree
05-11-2020 04:02 PM
I really does not help us to show a truncated code picture. Show us the VI.
Why do you have sequence structures and local variables? What does the question mark signify?
If you want a constant time increment on a chart, it needs to update with every new datapoint in a loop running at a constant rate.