Yokogawa Button Operated MV2000 User Manual
Page 229
10-9
IM MV1000-01E
Computat
on and Report Funct
ons (/M1 and /PM1 opt
ons)
1
2
3
4
5
6
7
8
9
10
11
12
13
App
Index
TLOG Computaton
In the explanation below, you cannot enter an expression that contains an operator or
function, an internal switch (S), a relay (I), or a flag (F) for e1. Also, an expression can
contain only one TLOG function.
TLOG.MAX( )
Maximum value
(Syntax) TLOG.MAX(e1)
(Condition) Determines the maximum value of channel e1.
TLOG.MIN( )
Minimum value
(Syntax) TLOG.MIN(e1)
(Condition) Determines the minimum value of channel e1.
TLOG.AVE( )
Average value
(Syntax) TLOG.AVE(e1)
(Condition) Determines the average value of channel e1.
TLOG.SUM( )
Sum value
(Syntax) TLOG.SUM(e1)
(Condition) Determines the sum of channel e1.
TLOG.P-P( )
Maximum – minimum value
(Syntax) TLOG.P-P(e1)
(Condition) Determines the maximum – minimum value of channel e1.
Expresson Example
TLOG.MAX(01)+K01*SQR(02)
Examples of Invald Expressons
TLOG.AVE(01)+TLOG.AVE(02)
Reason: TLOG appears twice in one expression.
TLOG.AVE(ABS(01))
Reason: A function is used inside the parentheses.
10.2 Wrtng Expressons