
FactoryTalk Historian DataLink User Guide
92
Multiplication: A times B
Raising to a power: A to the power of B (AB)
Modulus: the remainder of A divided by B
Less than: returns true if A is less than B
Equal to: returns true if A equal to B
Greater than: returns true if A is greater than
B
Less than or equal to: returns true if A is less
than or equal to B
Not equal to: returns true if A is not equal to
B
Greater than or equal to: returns true if A is
greater than or equal to B
Complementation: returns true if A is 0 and
False otherwise
Negation (as prefix operator): returns the
negative of A
Conjunction,
Disjunction
and Inclusion
Conjunction: returns true if operands A & B
both evaluate to true. If both A and B are
integers, returns the result of a bitwise AND
operation.
Inclusive disjunction: returns true if either
operand A or operand B evaluates to true. If
both A and B are integers, returns the result
of a bitwise OR operation.
Membership in a range: returns true if the
value of A is between B and D
Membership in a discrete set: returns true if
the value of A matches any of the values
Komentarze do niniejszej Instrukcji