Tlog functions, Clog functions, Conditional expressions – Yokogawa Standalone MW100 User Manual
Page 78: Other
1-64
IM MW100-01E
TLOG Functions
*1
The TLOG computation computes the maximum, minimum, maximum-minimum, integral,
average, and pulse integral of the specified channel. One function can be used per
expression.
Type
Operators Example
Explanation
Maximum value
TLOG.MAX() TLOG.MAX(001) Finds max value of measured values on ch 001.
Minimum value
TLOG.MIN() TLOG.MIN(002) Finds min value of measured values on ch 002.
Maximum value
TLOG.P-P() TLOG.P-P(003) Finds P-P of the measured data on ch 003.
to minimum value
Integral value
TLOG.SUM() TLOG.SUM(004) Finds integral val of measured values on ch 004.
Mean value
TLOG.AVE() TLOG.AVE(005) Finds the avg value of measured values on ch
005.
Pulse Integration
*2
TLOG.PSUM() TLOG.PSUM(011) Finds the pulse integral of measured values on
ch 011. (integrated number of rising edges)
*1 The channels that can be specified in TLOG functions are the measurement and MATH channels
excluding TLOG.PSUM.
*2 The channels that can be specified for a TLOG.PSUM computation are measurement channels
of the 10-CH Pulse Input Module (/M1 option not required) or DI channels on modules that
accept digital input.
CLOG Functions*
The CLOG computation computes the maximum, minimum, maximum-minimum, integral,
and average values of the specified channel group. One function can be used per
expression.
Type Operators Example
Explanation
Maximum value
CLOG.MAX() CLOG.MAX(001-010) Finds max of measured data on ch 001
to 010.
Minimum value
CLOG.MIN() CLOG.MIN(001.003) Finds min of measured data on ch 001
and 003.
Maximum value CLOG.P-P() CLOG.P-P(002-009) Finds P-P of the measured data on ch
to minimum value
002 to 009.
Mean. value
CLOG.AVE() CLOG.AVE(011-020) Finds avg of measured data on ch 011 to
020.
* The channels that can be specified in CLOG functions are the measurement and MATH
channels. (The number of channels which can be specified is to ten channels.)
Conditional Expressions
Type
Operators
Explanation
Conditional expressions
[EXPR1?EXPR2:EXPR3] Execute expression 2 when expression 1 is
true, or expression 3 when it is false
Other
Type
Operator
Explanation
Parentheses
( )
Specifies the order of operations
1.15 MATH Function (/M1 Option)