Index – Yokogawa DAQWORX User Manual
Page 27

1-19
IM WX102-01E
1
2
3
4
5
6
7
8
9
10
11
Index
Before Operation
Logical operators
Type
Operator
Example
Description
Logical
product
AND
001AND002
when channel 001=0 and channel 002=0, “0.”
when channel 001=nonzero and channel 002=0, “0.”
when channel 001=0 and channel 002=nonzero, “0.”
when both channel 001 and channel 002 are nonzero, “1.”
Logical
sum
OR
001OR002
when channel 001=0 and channel 002=0, “0.”
when channel 001=nonzero and channel 002=0, “1.”
when channel 001=0 and channel 002=nonzero, “1.”
when both channel 001 and channel 002 are nonzero, “1.”
Exclusive
OR
XOR
001XOR002
when channel 001=0 and channel 002=0, “0.”
when channel 001=nonzero and channel 002=0, “1.”
when channel 001=0 and channel 002=nonzero, “1.”
when both channel 001 and channel 002 are nonzero, “0.”
Logical
negation
NOT
NOT001
when channel 001=0, “1.”
when channel 001=nonzero, “0.”
Relational operators
Type
Operator
Example
Description
Equal
.EQ.
001.EQ.002
when channel 001 = channel 002, “1.”
when channel 001 ≠ channel 002, “0.”
Not equal
.NE.
002.NE.001
when channel 001 ≠ channel 002, “1.”
when channel 001 = channel 002, “0.”
Greater than
.GT.
003.GT.K1
when channel 003 > constant K1, “1.”
when channel 003 ≤ constant K1, “0.”
Less than
.LT.
004.LT.K10
when channel 004 < constant K10, “1.”
when channel 004 ≥ constant K10, “0.”
Greater than
or equal to
.GE.
003.GE.K1
when channel 003 ≥ constant constant K1, “1.”
when channel 003 < constant K1, “0.”
Less than or
equal to
.LE.
004.LE.K10
when channel 004 ≤ constant K10, “1.”
when channel 004 > constant K10, “0.”
Specified channel statistical operators
Type
Operator
Example
Description
Maximum
value
TLOG.
MAX()
TLOG.
MAX(001)
To obtain the maximum value of the measured data of
channel 001.
Minimum
value
TLOG.
MIN()
TLOG.
MIN(002)
To obtain the minimum value of the measured data of
channel 002.
Max-min
value
TLOG.
P-P()
TLOG.
P-P(003)
To obtain the P-P value of the measured data of channel
003.
Total value
TLOG.
SUM()
TLOG.
SUM(004)
To obtain the total value of the measured data of channel
004.
Average
value
TLOG.
AVE()
TLOG.
AVE(005)
To obtain the average value of the measured data of
channel 005.
Integration
value**
TLOG.
PSUM()
TLOG.
PSUM(001)
To obtain the integration value of the measured data of
channel 001.
* Statistical computation of the measured data from the start of the statistical computation until it is
stopped. When combining with each of the operators, MAX(), MIN(), P-P(), SUM(), and AVE(),
the value that can be specified inside the () is limited to the input channel number
or the computation channel number (see next page) (Example: TLOG.MAX(A01)).
** Effective only on pulse input channels. It can also be used by instruments without option /M1.
Statistical operators within the group
Type
Operator
Example
Description
Maximum
value
CLOG.
MAX()
CLOG.
MAX(G01)
To obtain the maximum value of the measured data of
group G01.
Minimum
value
CLOG.
MIN()
CLOG.
MIN(G02)
To obtain the minimum value of the measured data of
group G02.
Max-min
value
CLOG.
P-P()
CLOG.
P-P(G03)
To obtain the P-P value of the measured data of group
G03.
Total value
CLOG.
SUM()
CLOG.
SUM(G04)
To obtain the total value of the measured data of group
G04.
Average
value
CLOG.
AVE()
CLOG.
AVE(G05)
To obtain the average value of the measured data of
group G05.
* Statistical computation of the measured data of the input channel within the same group
measured at the same time every specified interval.
1.5 DA100 Functions