Hi, I have a problem with the VI attached it is supposed to count time after initialisation and stop counting when paused and then restart counting at the same value when restart. the problem is that the counter restart at is actual value so I'd like to know how to store the first value of an indicator
The different values of the transition control activate the differents steps 1 is intialiser 2 is pause 3 is reprise and 4 stops the VI
You don't need to use controls and local variables, the solution is to create another shift register to store the partial time, see the attached example.
Paolo ------------------- LV 7.1, 2011, 2017, 2019, 2021
Thanks that's what I needed , now I'd like to use this as xvalues(time) of an XYgraph , I'd like the graph to work like a chart with an strip chart update mode. Y values are comming from an acquisition