Siemens A31003-51730-U103-7619 사용자 설명서

다운로드
페이지 336
The Elements of a DCO-Script
For internal use only
07/2010
5-10
OScAR-Pro Customized Operator, User Manual
  
  
  
BHB_DCO_05.fm
Formulas
/
or
DIV
Divides the first integer by the 
second
(no function)
&
or
AND
Equals 1 if both integers are 1.
Equals 0 if at least one of the 
two integers is 0.
(no function)
|
or
OR
Equals 1 if at least one of the 
two integers is 1.
Equals 0 if both integers are 0.
(no function)
=
or
EQL
Equals 1 if the two integers are 
identical or 0 if the integers are 
different.
Equals 1 if the two texts are identical or 0 if 
the texts are different.
!=
or
UEQ
Equals 1 if the two integers dif-
ferent or 0 if the integers are 
identical.
Equals 1 if the two texts are different or 0 if 
the texts are identical.
>
or
GT
Equals 1 if the first integer is 
greater than the second, or 0 if 
not.
(no function)
>=
or
GET
Equals 1 if the first integer is 
greater than or equal to the sec-
ond, or 0 if not.
(no function)
<
or
LT
Equals 1 if the first integer is 
smaller than the second, or 0 if 
not.
(no function)
<=
or
LET
Equals 1 if the first integer is 
smaller than or equal to the sec-
ond, or 0 if not.
(no function)
Logical opera-
tion
Effect on
numeric elements 
Effect on
text elements 
Table 5-3
List of logical operations in Formulas