Honeywell HC900 Reference Manual page 101

Hybrid control designer
Hide thumbs Also See for HC900:
Table of Contents

Advertisement

TIP
• Use only the following list of words and characters in an equation:
− AND - logical AND,
− OR - logical OR,
− NOT - unary NOT,
− XOR - exclusive OR, or
− "( )", "[ ]", and "{ }" parentheses - three types.
• A left parenthesis must have a matching right parenthesis.
• The matching parenthesis must be the same type, that is, "( )", "[ ]", or "{ }".
• Parentheses may be nested to any depth.
• Logicals AND, OR, and XOR must have a left and right operand.
• Unary NOT must have one operand to the right, and the operand must be enclosed in
parentheses; for example, NOT(G).
Examples:
Block properties
Double click on the function block to access the function block properties dialog box.
Revision 11
2/07
(A*B)+C,
(A+notB+C)*notD
HC900 Hybrid Control Designer Function Block Reference Guide
Function Blocks
BOOL Boolean Logic Function Block
87

Advertisement

Table of Contents
loading

Table of Contents