alphaomega
Well-Known Member
- Joined
- Jul 10, 2013
- Messages
- 1,041
- Reaction score
- 461
Some questions for you Alpha:
1) If you are running a program, what happens if you go into the setup for that program (say Pr0) and look at the settings, but don't change them? It doesn't restart the program or anything like that does it?
2) Same scenario as above, but you make changes to Pr0. Does it restart the program or just incorporate the changes if it hasn't made it to the step you changed yet? What if you change the step it is currently on?
3) Regarding ramping, it can only change the set point once per hour correct? So a step from 60 to 70 in 1 hour wouldn't increment every 7.5 minutes, you'd just get a regular step from 60 to 70 on the hour?
4) If I ramp from 60 to 70 in 2 hours, I should get a set point change to 65 after one hour, right?
1. No, it doesn't.
2. No, it does not restart. It will use the change, if it hasn't reached that step yet. If you change duration for the step it is currently on, it should be used, but if you change setpoint it will not be updated as that point has already passed. Only, if you use ramping, then setpoint will be recalculated every hour. There is no validation or other handling of the user input even during running a profile and the values are the ones used directly by control, so you sort of need to know how the control works or it might be a bit confusing as to what will (or will not) happen when you change the values. This probably should be explained in a better user manual.
3. Yes. That is exactly correct. Setpoint will only update on the hour, even with ramping. Setpoint is stored in EEPROM, so to avoid excessive wear, it will only write once per hour. There are other reasons for this as well, but I won't bore you...
4. Yes.
Edit: Just saw, your edit... It should handle any duration decently, but there will be at most 7 intermediate 'steps'. It is an approximative solution, so there can be some rounding and truncation, but it should work 'good enough'. My reasoning is that even if true ramping is not possible, an approximation is better than nothing.