Selenio X100
Installation and Operation Manual
92
Read-only
Script Status
reports the parsing and active status of the script. If a syntax error
is detected when a new script is entered, this parameter will report
Error: x
message (
x
is
an index number starting from the beginning of the script to indicate around which
character the script parser first encounters a syntax error).
Parameter control scripts are made up of one or multiple statements. Each statement
consists of one condition and one or multiple assignments. During device operation, if the
condition in a statement becomes true, the assignment in the statement will take effect.
<script> ::= <statement> { <statement> }
<statement> ::=
IF
<condition>
THEN
<assignment> { <assignment> }
<condition> ::= <comparison> { <logic op> <comparison> }
<comparison> ::=
PARAM[x]
<comparison op> y
Where
x
is the CCSP ID of a device parameter,
y
is a value for that parameter. The device
parameter could be one of three types: integer, enum, string. Depending on the parameter
type,
y
could take different format:
Integer:
y
is integer value of the parameter
Enum:
y
is the enum value index inside the enum
String:
y
is in a
zzzz
string format, where
z
is a character. Special character
*
can be used
as wild card.
AA*
and
AABB
will be considered as equal
<comparison op> ::
= == | > | < | >= | <= | !=
For string type of parameter, only
==
and
!=
operators are supported.
<assignment> ::
= PARAM[x] = y
Where
x
is the CCSP ID of a device parameter,
y
is a value for that parameter. For now, we
only support interger and enum type of parameter's assignment, not string type.
<logic op> ::
= && | ||
Comparisons can be
AND
ed together using
&&
, and then can be
OR
ed together using
||
.
The
AND
operation always has precedence over the
OR
operation when
AND
and
OR
both
exist in a condition.
Green-Power Save
You can reduce power consumption on the X100 by shutting down specific
AES Inputs
,
Ext Video Inputs
and
Outputs
, or the
GPI Output.
Select
Misc > Green-Power Save
.
Select
Yes
to turn
off
one of the interfaces, or
No
to leave it on.
Summary of Contents for Selenio X100
Page 8: ...Selenio X100 Installation and Operation Manual viii...
Page 21: ...Selenio X100 Installation and Operation Manual 9 Figure 1 5 X100 Signal Flow...
Page 22: ...Selenio X100 Installation and Operation Manual 10...
Page 38: ...Selenio X100 Installation 26...
Page 158: ...Appendix A Laser Safety Guidelines 146...
Page 178: ...166...