Computation function, Channels dedicated to computations, Computation types – Yokogawa Removable Chassis DX1000N User Manual
Page 55
1-44
IM 04L41B01-01E
1.8 Computation and Report Function (/M1 and
/PM1 Options)
Computation Function
Equations can be defined in computation channels by using the measured data or
computed data as variables. The result of the computation can be displayed or stored.
For the setting procedure, see section 9.1.
• Channels Dedicated to Computations
Model
Number of Channels
Channel Numbers
DX1002, DX1004, DX1002N, DX1004N
12
101 to 112
DX1006, DX1012, DX1006N, DX1012N
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.