Events 1.3Event.TimerThe Timer block defines the event generated with a defined delay after anotherspecified event with a defined count of repetitions. Define this event to delay theresponse to the other event by a defined time interval, or execute the responseseveral times.ParametersStartEventDefine the timer starting event (i.e. the row number in the Automation tag onwhich the event is defined). The parameter is optional. If no value is completed,the timer will be started automatically.StopEventDefine the timer stopping event (i.e. the row number in the Automation tag onwhich the event is defined). When StopEvent is executed, the timer will stop andwill be restarted by Event only. This parameter is optional.PeriodDefine the timer period.Example of valid values:10 – 10 seconds (units are unnecessary)10s – 10 seconds100ms – 100 millisecondsCountDefine the count of repetitions. The parameter is optional and the default value is0, which means that the count of timer generated events is unlimited. Value 1makes the timer behave as a Delay.VariablesThis block does not define any specific variables.ExampleEvent generated three times in 1s intervals after the rise of event on row 1:Event.Timer: StartEvent=1; Period=1s; Count=3