Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Timers
#1
In comfigurator the timers are listed under names - would it be possible to set the time in a box next to this! The idea being that the times could be changes with out having to go into the code. This may also allow timers to be altered more easily by the end user.

I suspect that the limitation on this would be that there would be only one timer per application!

I would envisage that the do response after time would still have the timer box in (this would be the same box as in names timers menu?
Reply

#2
That would severely limit the user of timers
Timers can be set to many diferent values

eg
Resp 1
Do Resp 2 after 10 seconds using Timer 1

Resp 2
Do resp 3 for 20 seconds using timer 1

Resp 3
Do Resp 4 for 5 seconds using Timer 1

etc
This allows the same timer to be reused if the timing does not overlap


Reply

#3
Yes ...... Im aware of this

I simply would not go there! Using the same timer for multiple applications is asking for trouble in my book! Interesting to see wether other people use multiple times on the same timer!

My point is that timers are NOT for the end user so if (for what ever reason) we have programmed in an external light to go off after a time (respones in a PIR) the end user needs to be able to change this without going into the code/responses etc.

I am thinking that this is a function that needs to go into wiz comfort or its update.
Reply

#4
We use this all the time.
It is not difficult to avoid problems as long as you realise that when the target response of a timer is free to re-use the same timer
eg
Resp 1
Do Resp 2 after 10 seconds using Timer 1

Resp 2
Do resp 3 for 20 seconds using timer 1

Resp 3
Do Resp 4 for 5 seconds using Timer 1

This can never run into a problem where the timer runs simultaneously and is perfectly safe


If we use separate timers you would need 3 timers instead of 1
32 timers for Ultra 2 may not be enough


What you have proposed requires a redesign of action codes and resulting firmware.
It cannot be implemented without a massive change in Comfort and the way it is programmed



Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

Powered By MyBB, © 2002-2026 Melroy van den Berg.