.Configure=, - Configures Timers - FALCOM MAMBOII User Manual [Page 44]">
Download Table of Contents Contents Print this page

Timer" Command Index; Sys.timer<Index>.Configure=<Mode>,<Timeout> - Configures Timers - FALCOM MAMBOII User Manual

Table of Contents

Advertisement

C
C
ONFIGURATION
OMMAND
3.2.1.4
Timers are system-based timers, which allow you a recurring interval at which the
elapsed events are raised in your application. You can then handle these events (see
chapter
3.2.25.1.1.2.3,
Timers raise the elapsed events, based on the value of the interval. You could use a
system Timer to execute alarms, for example, every 30 minutes. See examples in
chapters , page and
Each timer can be:
 configured,
 started,
 stopped,
 erased
 paused
 resumed
 armed,
 disarmed,
 saved
 loaded
 requested
Remarks: Only armed timers raise events when they expire (by default, all times are
armed when they start. To manually arm a timer you have to disarm it first).
3.2.1.4.1
Command syntax
Sys.Timer<index>.Configure=<mode>,<timeout>
$PFAL,Sys.Timer0.Configure=cyclic,5000
$PFAL,Sys.Timer1.Configure=single,2000
Examples
......
......
$PFAL,Sys.Timer19.Configure=........................
E.g. Timer 0 configured
Responses
Command description
This command is intended to configure the system timers, which will be started in a
later time using the Sys.Timer<index>.Start command.
Parameter description
<index>
Determines the index of the timer to be configured. Up to 20 Timers are
available. It can be set to a value from 0 to 19.
<mode>
Specifies the configuration mode of the Timer.
Value
single
cyclic
This confidential document is a property of FALCOM and may not be copied or circulated without previous permission.
S
- F
R
ET
IRMWARE

"Timer" command index

page
213)
to execute regular or single alarms you need. System
6.11.3.2,
page 265.
Sys.Timer<index>.Configure=<mode>,<timeout> – Configures Timers
Meaning
Initiates a single run when the specified timer<index>
starts. Its raised event can be used to execute an action
once.
Initiates periodically when the specified timer<index>
starts. Its raised event can be used to execute an action
regularly.
2.4.0_
-
EVISION
BETA
V
1.0.0
ERSION
Page 44 of 271

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MAMBOII and is the answer not in the manual?

Questions and answers

Table of Contents