07-18-2024 04:10 PM
My code needs to run for around 30 mins then I need to reset the initial temp and strain values stored.
How can I do this without having to stop and restart the code ?
07-18-2024 05:12 PM - edited 07-18-2024 05:13 PM
A large portion of us don't use the most recent versions of LabVIEW for assorted reasons. You've saved it as 2023, can you back-save it to 2019 or so? That should accommodate most of us.
Without being able to see your code, best I can imagine is something like this:
07-21-2024 08:28 AM
I also cannot open your code (I'm running LabVIEW 2019 and 2021). But if the main routine is configured as a State Machine or Message Handler, you could add a "Reset" State/Message that, how shall I say this, "resets" the value in the Shift Register (to whatever you pass in as the new "initial" value). [This is basically Kyle's answer -- I'm just "guessing" at the structure of your existing code and suggesting "Add a Reset State"].
Bob Schor