7.LW3Programmers’Reference
HDMI-TPS-RX110AYseries–User'sManual
96
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
7.10.6. Querying the Condition Trigger Counter
DIFFERENCE:
ThisfeatureisavailableonlyinHDMI-TPS-RX110AY-PlusmodelfromFWpackagev1.5.0b3.
This property shows how many times the Condition has been triggered but does not contain the number of
real detections. The counter is reset at boot.
Command and Response
ç
GET·/EVENTS/E
<loc>
.ExternalConditionTriggerCount
æ
pw·/EVENTS/E
<loc>
.ExternalConditionTriggerCount=
<num_value>
Example
ç
GET/EVENTS/E1.ExternalConditionTriggerCount
æ
pw/EVENTS/E1.ExternalConditionTriggerCount=2
7.10.7.
Testing an Action
This tool is for launching the Action without detecting or triggering the Condition.
Command and Response
ç
CALL·/EVENTS/E
<loc>
:ActionTest(1)
æ
mO·/EVENTS/E
<loc>
:ActionTest
Example
ç
CALL/EVENTS/E1:ActionTest(1)
æ
mO/EVENTS/E1:ActionTest
7.11.
Variable-Management
DIFFERENCE:
ThisfeatureisavailableonlyinHDMI-TPS-RX110AY-PlusmodelfromFWpackagev1.5.0b3.
Customvariables(upto30pcs.)canbedefinedinnumberortextformatwhichareavailablealsointhe
Event Manager. The maximum length of a variable can be 15 characters and they are stored in a non-volatile
memory, thus, the value is kept in case of a reboot. The type of the variable (text or string) is determined
automatically based on the value. If an operation cannot be performed (e.g. adding number value to a string-
type variable), error will be the response.
#variables
7.11.1.
Value Assignment
Command and Response
ç
SET·/CTRL/VARS/V
<loc>
.Value=
<value>
æ
pw·/CTRL/VARS/V
<loc>
.Value=
<value>
Parameters
Parameter
Parameter description
Value
Valuedescription
<loc>
The location of the variable
1-30
<value>
The value of the variable
Custom
Length can be max 15 characters.
Numericvariableisdefinedbetween
-2147483648and2147483647.
Example
ç
SET/CTRL/VARS/V1.Value=120
æ
pw/CTRL/VARS/V1.Value=120
7.11.2.
Addition and Subtraction (Add Method)
The value of a numeric variable can be increased by adding a positive value or it can be decreased by adding
anegativevalue.Minimumandmaximumvaluescanbedefinedaslimits.
Command and Response
ç
CALL·/CTRL/VARS/V
<loc>
:add(
<operand>
;
<min>
;
<max>
)
æ
mO·/CTRL/VARS/V
<loc>
:add
Parameters
Parameter
Parameter description
Value
Valuedescription
<loc>
The location of the variable
1-30
<operand>
The value that is added to the variable
Integer
Negative value is also accepted
<min>
The lowest allowed value (optional)
Integer
Negative value is also accepted
<max>
The highest allowed value (optional)
Integer
Negative value is also accepted
If the value of the variable is higher or equals with
<max>
, the new value will be
<max>
.Likewise,incaseof
<min>
setting:ifthevalueofthevariableislowerorequalswith
<min>
, the new value will be
<min>
.