|
In the world of controls, this one is kind of math:
how about delay on and delay off timers? I would be ok if the nemeric input to the timer was not seconds, but a multiplier to the timer object,
i.e.
my timer is at the default 50.
I want to create a root function that takes a temperature variable and compares it to a constant, if it is greater than the constant for 5 seconds. then do something (like set a boolean variable somewhere else to 1).
So, if 50 is 50ms, then 5000/50 is 100, so that would be the timer input I would use.
Then again, if you make it so that it to 5seconds, looked at the timer value and did that behind the scene, it would be more user friendly.
Time intervals may need to be defined for deriviative/integral as well.
|