Chapter 8 Logic Instructions
8_
The value of K
The value of Out
0
In0
1
In1
2
In2
3
In3
4
In4
5
In5
6
In6
7
In7
When the data types of input variables are not BOOL, TIME, DATE, TOD or STRING, the input
parameters
In0~InN
are allowed to connect the variables of different data types.
When the data types of input variables are one of BOOL, TIME, DATE, TOD and STRING, all the
input variables and output variable should be of the data type. For example, if the data type of
In0
is
TIME, the data types of the variables connected to
In1~InN
and
Out
must be TIME. Otherwise, an
error will occur during the compiling of the software.
Precautions for Correct Use
The input variables are not allowed to omit. An error will occur during the compiling of the software if
the input variables are omitted. But the output variable is allowed to omit.
The length of the data type of the output variable must contain the length of the variables that the
input parameters
In0
~
InN
connect. Otherwise, an error will occur during the compiling of the
software.
Programming Example
The data types of MUX_K, MUX_In0 and MUX_In1 are UINT, UINT and DINT and the data type of
Out1 is DINT. When MUX_EN is TRUE, the value of Out1 is 50 if the values of MUX_K, MUX_In0
and MUX_In1 are 0, 50 and 100 as shown in the following table Variable 1. If the values of MUX_K,
MUX_In0 and MUX_In1 are 1, 50 and 100, the value of Out1 is 100 as shown in the following table
Variable 2.
Variable 1
Variable name
Data type
Current value
MUX_EN
BOOL
TRUE
MUX_K
USINT
0
MUX_In0
UINT
50
MUX_In1
DINT
100
Out1
DINT
50
Variable 2
Variable name
Data type
Current value
MUX_EN
BOOL
TRUE
MUX_K
UINT
1
MUX_In0
UINT
50
MUX_In1
DINT
100
Out1
DINT
100
The program
1
MUX
EN
ENO
K
Ou t
In1
In0
MUX_E N
MUX_K
MUX_ In1
MUX_ In0
O ut1
8-139
Summary of Contents for DVP15MC11T
Page 9: ...Memo viii...
Page 15: ...DVP15MC11T Operation Manual _2 MEMO 2 4...
Page 71: ...DVP15MC11T Operation Manual _7 Memo 7 10...
Page 81: ...DVP15MC11T Operation Manual _8 Timing Chart F_TRG_CLK F_TRG_Q 8 10...
Page 158: ...Chapter 8 Logic Instructions 8_ The program 1 ASIN EN ENO In Out ASIN_EN ASIN_In Out1 8 87...
Page 249: ...DVP15MC11T Operation Manual _8 8 178...
Page 285: ...DVP15MC11T Operation Manual _8 Memo 8 214...
Page 323: ...DVP15MC11T Operation Manual 10 MEMO 10 34...
Page 549: ...DVP15MC11T Operation Manual A MEMO A 16...