![Parker Automation Gemini GV6K Command Reference Manual Download Page 32](http://html1.mh-extra.com/html/parker-automation/gemini-gv6k/gemini-gv6k_command-reference-manual_3701373032.webp)
30
Gemini GV6K/GT6K Command Reference
[ >= ]
Greater Than or Equal
Type
Operator
(Relational)
Syntax
See
below
Units
n/a
Range
n/a
Default
n/a
Response
n/a
See Also
[
=
],
[
>
],
[
<
],
[
<=
],
[
<>
],
[
AND
],
IF,
[
OR
],
UNTIL,
WAIT,
WHILE
Product Rev
GT6K 6.0
GV6K 6.0
The greater than or equal (
>=
) operator is used to compare two values. If the value on the left of the
operator is greater than or equal to the value on the right of the operator, then the expression is
TRUE
. If the
value on the left is less than the value on the right of the operator, then the expression is
FALSE
. The
greater than or equal operator (
>=
) can only be used to compare two values.
More than one (
>=
) operator can be used within a single command; however, the total command length is
limited to 80 characters.
The (
>=
) operator can be used in conjunction with the
IF
,
WHILE
,
UNTIL
, and
WAIT
commands.
Examples of valid commands are
IF(VAR1>=1)
and
WHILE(VAR1>=1
AND
VAR2>=3)
. An example of an
invalid command is
IF(5>VAR1>=1)
.
[ < ]
Less Than
Type
Operator
(Relational)
Syntax
See
below
Units
n/a
Range
n/a
Default
n/a
Response
n/a
See Also
[
=
],
[
>
],
[
>=
],
[
<=
],
[
<>
],
[
AND
],
IF,
[
OR
],
UNTIL,
WAIT,
WHILE
Product Rev
GT6K 6.0
GV6K 6.0
The less than (
<
) operator is used to compare two values. If the value on the left of the operator is less than
the value on the right of the operator, then the expression is
TRUE
. If the value on the left is greater than or
equal to the value on the right of the operator, then the expression is
FALSE
. The less than operator (
<
) can
only be used to compare two values.
More than one (
<
) operator can be used within a single command; however, the total command length is
limited to 80 characters.
The (
<
) operator can be used in conjunction with the
IF
,
WHILE
,
UNTIL
, and
WAIT
commands.
Examples of valid commands are
IF(VAR1<1)
and
WHILE(VAR1<1
AND
VAR2<3)
. An example of an
invalid command is
IF(1<VAR1<54)
.
[ <= ]
Less Than or Equal
Type
Operator
(Relational)
Syntax
See
below
Units
n/a
Range
n/a
Default
n/a
Response
n/a
See Also
[
=
],
[
>
],
[
<
],
[
>=
],
[
<>
],
[
AND
],
IF,
[
OR
],
UNTIL,
WAIT,
WHILE
Product Rev
GT6K 6.0
GV6K 6.0
The less than or equal (
<=
) operator is used to compare two values. If the value on the left of the operator is
less than or equal to the value on the right of the operator, then the expression is
TRUE
. If the value on the
www.comoso.com
Summary of Contents for Gemini GV6K
Page 24: ...www comoso com...
Page 40: ...www comoso com...
Page 344: ...www comoso com...
Page 350: ...www comoso com...