DVP15MC11T Operation Manual
_8
The value of In
The value of Out
In < MN
In - MN
MN ≤In ≤MX
0
MX < In
In - MX
The instruction allows input parameters
MN
,
In
and
MX
to connect the variables of different data
types. When
MN
,
In
and
MX
are the variables of different data types, the calculation is performed
with the data type which can contain the range of the values of
MN
,
In
and
MX
. For example, if the
data type of
MN
is REAL and the data types of
In
and
MX
are LREAL, the data type of
Out
is
LREAL.
The instruction allows the input parameters and the output parameter to connect the variables of
different data types. But the length of the data type of the output variable must contain the length of
the variables that the input parameters
connect. 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.
When the value of
MN
is greater than that of
MX
, the instruction will still be executed normally and
the value of
Out
will be equal to that of
MX
.
Programming Example
The data types of BAND_MN, BAND_In and BAND_MX are REAL and the data type of Out1 is
LREAL. When BAND_EN is TRUE, the value of Out1 is 0 if the values of BAND_MN, BAND_In and
BAND_MX are 1, 50 and 100 as shown in the following table Variable 1. If the values of BAND_MN,
BAND_In and BAND_MX are 2, 250 and 100, the value of Out1 is 150 (150=250-100) as shown in
the following table Variable 2. If the values of BAND_MN, BAND_In and BAND_MX are 50, 10 and
100, the value of Out1 is - 40 (- 40 = 10 – 50) as shown in the following table Variable 3.
Variable 1
Variable name
Data type
Current value
BAND_EN
BOOL
TRUE
BAND_MN
REAL
1
BAND_In
REAL
50
BAND_MX
REAL
100
Out1
LREAL
0
Variable 2
Variable name
Data type
Current value
BAND_EN
BOOL
TRUE
BAND_MN
REAL
2
BAND_In
REAL
250
BAND_MX
REAL
100
Out1
LREAL
150
Variable 3
Variable name
Data type
Current value
BAND_EN
BOOL
TRUE
BAND_MN
REAL
50
BAND_In
REAL
10
BAND_MX
REAL
100
Out1
LREAL
-40
8-144
Содержание DVP15MC11T
Страница 9: ...Memo viii...
Страница 15: ...DVP15MC11T Operation Manual _2 MEMO 2 4...
Страница 71: ...DVP15MC11T Operation Manual _7 Memo 7 10...
Страница 81: ...DVP15MC11T Operation Manual _8 Timing Chart F_TRG_CLK F_TRG_Q 8 10...
Страница 158: ...Chapter 8 Logic Instructions 8_ The program 1 ASIN EN ENO In Out ASIN_EN ASIN_In Out1 8 87...
Страница 213: ...DVP15MC11T Operation Manual _8 The program 1 LIMIT EN ENO MN Out MX In LIMIT_EN LIMIT_MN LIMIT_MX LIMIT_In Out1 8 142...
Страница 216: ...Chapter 8 Logic Instructions 8_ The program 1 BAND EN ENO MN Out MX In BAND_EN BAND_MN BAND_MX BAND_In Out1 8 145...
Страница 249: ...DVP15MC11T Operation Manual _8 8 178...
Страница 285: ...DVP15MC11T Operation Manual _8 Memo 8 214...
Страница 286: ...9 Chapter 9 Introductions of Axis Parameters Table of Contents 9 1 Description of Axis Parameters 9 2 9 1...
Страница 323: ...DVP15MC11T Operation Manual 10 MEMO 10 34...
Страница 549: ...DVP15MC11T Operation Manual A MEMO A 16...
Страница 571: ...DVP15MC11T Operation Manual C Memo C 10...
Страница 572: ...D Appendix D Explanation of Homing Modes Table of Contents D 1 Explanation of Homing Modes D 2 D 1...