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
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.
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.
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.