CIE-M10 User’s Manual Ver. 1.1
Sollae Systems Co., Ltd.
- 34 -
http://www. eztcp.com
To use this function, you have to set it as followed.
Figure 7-4 Enabling Serialized Modbus/TCP
7.3
Macro Mode
7.3.1
Introduction
CIE-M10 can operate by some macros (equations). CIE-M10 turns on or off automatically its
output ports according to pre-defined equations.
Check Macro check box in ezManager to activate CIE-M10 macro mode.
7.3.2
Operators
The algorithm used in the Macro mode is Boolean Algebras. The AND, OR, NOT are used as
operators. Parenthesis can also be used.
The priority of operators is in the following order: parenthesis > NOT > AND > OR.
Each operator is represented by the following symbols.
Operator
Symbol
Description
Parenthesis Open
(
Since calculations within the parenthesis have the
highest priority, they will be calculated first.
Parenthesis may be nested used.
Parenthesis Close
)
NOT
/
Operand that follows NOT operator is toggled.
AND
*
If Operand values that surrounds AND operator all
1, the result value will be 1. If either one of them is 0,
the result will be 0 as well.
OR
+
If Operand values that surrounds OR operator all 0,
the result value will be 0. If either one of them is 1,
the result will be 1
Table 7-2 Macro Operators
7.3.3
Operand
Operands used in macro mode are each input port. Each input port is designated with i0 ~ i7