9-6
IM 04L42B01-01E
FourArithmeticOperation
ExpressionExample
• Addition 001+002
(Determines the sum of the measured values of channel 1 and channel 2.)
• Subtraction 001–002
(Determines the difference of the measured values of channel 1 and
channel 2.)
• Multiplication 001*K03
(Multiplies constant K03 to the measured value of channel 1.)
• Division 001/K02
(Divides the measured value of channel 1 by constant K02.)
PowerandOtherComputations
ExpressionExample
• Power 001**002
(Determines the measured value of channel 1 to the power of the
measured value of channel 2.)
• Squareroot SQR(002)
(Determines the square root of the measured value of channel 2.)
• Absolutevalue ABS(002)
(Determines the absolute value of the measured value of channel
2.)
• CommonlogarithmLOG(001)
(Determines the common logarithm (log10) of the measured value
of channel 1.)
• Naturallogarithm LN(001)
(Determines the natural logarithm of the measured value of
channel 1.)
• Exponent EXP(001)
(Determines e to the power of the measured value of channel 1.)
RelationalComputation
ExpressionExample
002.LT.003
If the measured value of channel 2 is less than the measured value of channel 3, the
computed result is “1.” Otherwise, the result is “0.”
002.GT.003
If the measured value of channel 2 is greater than the measured value of channel 3, the
computed result is “1.” Otherwise, the result is “0.”
002.EQ.003
If the measured value of channel 2 is equal to the measured value of channel 3, the
computed result is “1.” Otherwise, the result is “0.”
002.NE.003
If the measured value of channel 2 is not equal to the measured value of channel 3, the
computed result is “1.” Otherwise, the result is “0.”
002.GE.003
If the measured value of channel 2 is greater than or equal to the measured value of
channel 3, the computed result is “1.” Otherwise, the result is “0.”
002.LE.003
If the measured value of channel 2 is less than or equal to the measured value of channel 3,
the computed result is “1.” Otherwise, the result is “0.”
9.2WritingExpressions