Omron SYSMAC FH Series User Manual page 411

Vision sensor vision system
Hide thumbs Also See for SYSMAC FH Series:
Table of Contents

Advertisement

AND
Gets the logical product of two expressions.
Format
<expression1> AND <expression2>
Parameter
Parameter
Data type
name
<expression1> Integer type
<expression2> Integer type
Return value
Returns the logical product as an integer value.
Description
Gets the logical product by bit of the expression specified in the <expression1> parameter and the
expression specified in the <expression2> parameter.
When the values of the <expression1> parameter and <expression2> parameter are double precision real
values, the decimal part of the returned logical product is rounded off.
This can also be used as an And condition in an If statement. For details on the logical expression, refer to
"Operators".
Reference:
Operator (p.213)
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
If a value outside the range -2147483648 to 2147483647 is specified as an integer parameter, an "Overflow"
error will occur.
If a value is assigned to the return value variable or the variable is not used in an expression, a "Syntax error"
error will occur.
If the format is written incorrectly, such as writing the macro function name incorrectly, omitting a comma, or
omitting a half-width space, a "Syntax error" error will occur.
Usage Cautions
• None.
Example
Gets the logical product of variable X and variable Y.
X& = 15
Y& = 8
DATA& = X& AND Y&
The result is shown below.
DATA& = 8
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Vision System FH/FZ5 Series
User's Manual (Z340)
Expression to calculate the logical product
Expression to calculate the logical product
WWW.NNC.IR
Description
8
409
Macro Reference

Advertisement

Table of Contents
loading

Table of Contents