View single post by slychiu
 Posted: Monday Feb 11th, 2019 07:48 am
 PM  Quote  Reply  Full Topic 
slychiu



Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5499
Status: 
Offline

  back to top

The problem is that your requests are not at all clear, then you get annoyed when you are not understood perfectly

Tiimers are programmed in Responses,  
  eg Do Response  XXX after 10 seconds using Timer 1

  or
Wait for 10 seconds using Timer 2


The parameter XXX seconds cannot be changed in User Mode or Engineer It only can be changed in the Response.

Each use of the timer may have a dfferent delay
eg delay 10 seconds after event 1, delay 1 minute after event 2


We cannot always make things work in Comfort according to exactly what you want. There are limitations in time and resources.



If you want the user to have different timer delays then you can do the following
If Flag  XX= 1 then Do Response 1 after 10 seconds 

if Flag XX = 2 then do Response 1 after 20 seconds 
etc
The flags can be programmed in Control menu so the user can select the delay

That takes a few miniues to program

 Close Window