Hello,
I'm running a flat sequence in one of my programs, and wish to read time elapsed in one frame into a formula vi. I don't want to have time elapsed for the entire program, just time elapsed every time that specific frame runs, starting from zero everytime that frame in the sequence starts. The formula is just a linear equation that is dependent on time, so its critical that it resets every time in order to provide a line that progresses from t=0 everytime. I have tried to use time elapsed within the frame but I'm not sure how to set it up properly to give the elapsed time I'm looking for.
I know how long the frame runs for, I just need a way to input what time its at (in ms or s) at any given point during its execution, starting from t=0 every execution.