11/15/2024 12:28 PM | |
Joined: 8/28/2022 Last visit: 11/19/2024 Posts: 5 Rating:
|
Hi, I've found a problem that I can't solve here. In short, I have a block with 8 rules for increasing the temperature over time. Everything works fine until the program is stopped. For safety reasons, when there's a power outage, the program stops and waits for the power to come back on so that it can continue working. The problem is that if it's on, say, step 5, after restarting it reads a new value from SubstituteOutput, which represents the current temperature in the oven, but instead of checking which range the temperature is in, it waits until it drops to the level of the first step and only then starts to increase again. Am I doing something wrong, or is there no way to force this program to start with a different CurrentPoint? The hold option is out of the question for a long time without power, because the difference between the expected and actual temperatures will be very large. ------------------------------------------------------------------------------------------ |
Last edited by: Moderator_Lan at: 11/15/2024 12:29:41New subject after splitting |
|
Follow us on