03-24-2026 03:16 PM
Is there a way to automatically start (run) again a worksheet once a stop condition has been triggered? I see online of method 3 but not sure if applies to Dasylab basic version.
03-24-2026 03:20 PM
Or run the sheet again after a certain time period (Looping) continuously.
03-24-2026 03:32 PM
Use the Time Control feature located on the Measurement menu.
03-24-2026 04:18 PM
Thank you that worked. I'll use the other forum. But one more question. I use a counter to keep a count. But it resets and start over again. Anyway to resolve this from resetting?
03-25-2026 07:36 AM
The default setting for the Counter is Cumulative, meaning it continuously counts up. You can clear the count using an Action module.
03-25-2026 09:01 AM
Not an issue with clearing the count. It the issue of trying to keep it from clearing while using the time control to cycle through the start stop.
03-25-2026 10:24 AM
Write the count to a variable. Use a second variable to hold the last count. Use an Action module to add the count variable to the last count variable when the measurement stops. The Action module can also increment a variable if you are counting how many times the worksheet runs. Review the attached DASYLab 2024 worksheet to see what I mean.
03-25-2026 10:35 AM
I don't have the action module. Using DASYlab basic.