C
ONFIGURATION
C
OMMAND
S
ET
- F
IRMWARE
R
EVISION
2.4.0_
BETA
-
V
ERSION
1.0.0
3.2.1.6.2
Sys.Counter<
index
>.Increment=<
inc_value
> – Increments Counter’s
value
Command syntax
Sys.Counter<
Examples
$PFAL,Sys.Counter
0
.Increment=11
Responses
E.g.
$Counter 0 incremented by 11
OR
$Counter 0 incremented by -103
//The value range exceeded
Command description
Use this command to add a value
to the current value of a
Counter
.
It corresponds to the statement
<
new_value
>=<
> +
.
When the
Counter
reaches the maximum value (
2
32
-1 =
2147483647
), further increments have no effect.
Parameter description
<index>
Determines the index of the counter to be incremented. Up to 20 Counters are
available. It can be set to a value from
0
to
19
.
<inc_value>
32-bit integer value from
0
to
2147483647
. It increments (it counts up from the
initial set value toward 2
32
- 1) the value of the specified
Counter
by a
given number
.
3.2.1.6.3
Sys.Counter<
index
>.Decrement=<
dec_value
> – Subtracts Counter’s
value
Command syntax
Sys.Counter<
Examples
$PFAL,Sys.Counter
0
.Decrement=11
Responses
E.g. $Counter 0 decremented by 11
OR
$Counter 0 decremented by -103
//The value range exceeded
Command description
Use this command to subtract the current value of a
Counter
<
index
>
by
.
It corresponds to the statement
<
new_value
>=<
.
When the
Counter
<
index
>
reaches the minimum value (0), further decrements have
no effect.
Parameter description
<index>
Determines the index of the counter to be subtracted. Up to 20 Counters are
available. It can be set to a value from
0
to
19
.
<dec_value>
32-bit integer value from
0
to
2147483647
. It decrements (it counts down from
the initial set value toward 0) the value of the specified
Counter
<
index
>
by a
given number
.
This confidential document is a property of FALCOM and may not be copied or circulated without previous permission.
Page 53 of 271