Computation function, Channels dedicated to computations, Computation types – Yokogawa Value Series FX1000 User Manual
Page 49
1-40
IM 04L21B01-01EN
1.8 Computation and Report Functions (/M1, /PM1,
and /PWR1 Options)
Computation Function
Equations can be defined on special computation channels by using measured data,
power data, or computed data as variables. The computation channel data can be
displayed or saved.
For the setting procedure, see section 9.1.
• Channels Dedicated to Computations
Model
Number of Channels
Channel Numbers
FX1002 and FX1004
12
101 to 112
FX1006, FX1008, FX1010, and FX1012
24
101 to 124
• Computation Types
In the table below, [001] represents the measured value of channel 001.
Type
Example
Description of the Example
Four arithmetic
001+002
Determines the sum of [001] and [002].
operation
001-002
Determines the difference between [001] and [002].
001*002
Determines the product of [001] and [002].
001/002
Divides [001] by [002].
Power
001**002
Determines [001] to the power of [002]. y = X
n
Square root
SQR(001)
Determines the square root of [001].
Absolute value
ABS(001)
Determines the absolute value of [001].
Common logarithm LOG(001)
Determines the common logarithm of [001]. y = log
10
x
Natural logarithm LN(001)
Determines the natural logarithm of [001]. y = lnx
Exponent
EXP(001)
Determines e to the power of [001]. y = e
x
Relational
001.LT.002
The result is 1 when [001] is less than [002] or 0
computation
otherwise.
001.LE.002
The result is 1 when [001] is less than equal to [002] or
0 otherwise.
001.GT.002
The result is 1 when [001] is greater than [002] or 0
otherwise.
001.GE.002
The result is 1 when [001] is greater than equal to [002]
or 0 otherwise.
001.EQ.002
The result is 1 when [001] is equal to [002] or 0
otherwise.
001.NE.002
The result is 1 when [001] is not equal to [002] or 0
otherwise.
Logical computation 001AND002
The result is 1 when [001] and [002] are nonzero or 0
otherwise.
001OR002
The result is 1 when [001] or [002] or both are nonzero
or 0 otherwise.
001XOR002
The result is 0 when [001] and [002] are nonzero or 1
otherwise.
NOT001
The result is 1 when [001] is zero or 0 otherwise.
TLOG computation* TLOG.SUM(001) Determines the sum of [001].
TLOG.MAX(001) Determines the maximum value of [001].
TLOG.MIN(001)
Determines the minimum value of [001].
TLOG.AVE(001) Determines the average value of [001].
TLOG.P-P(001)
Determines the difference between the maximum value
and minimum value of [001].
* See “Usage of TLOG Computations” in this section.