Mitsubishi Electric R16MTCPU Programming Manual page 27

Hide thumbs Also See for R16MTCPU:
Table of Contents

Advertisement

Classification
Symbol
Function
Logical operation
(None)
Logical acknowledgment
!
Logical negation
*
Logical AND
+
Logical OR
Comparison
==
Equal to
operation
!=
Not equal to
<
Less than
<=
Less than or equal to
>
More than
>=
More than or equal to
Program control
IF - ELSE -
Conditional branch control
IEND
SELECT -
Selective branch control
CASE -
SEND
FOR -
Repeat control with
NEXT
specified count
BREAK
Force termination of
repeat control
Format
Basic
steps
(Conditional expression)
0
!(Conditional expression)
4
(Conditional expression) *
7
(conditional expression)
(Conditional expression) +
7
(conditional expression)
(Conditional expression) ==
7
(conditional expression)
(Conditional expression) !=
7
(conditional expression)
(Conditional expression) <
7
(conditional expression)
(Conditional expression) <=
7
(conditional expression)
(Conditional expression) >
7
(conditional expression)
(Conditional expression) >=
7
(conditional expression)
IF(S)
IF: 8
ELSE: 5
ELSE
IEND: 1
IEND
SELECT
SELECT: 1
CASE(S1)
CASE: 8
CEND: 5
CEND
CLELSE: 1
CASE(Sn)
SEND: 1
CEND
CLELSE
CEND
SEND
FOR(D)=(S1) TO (S2)
FOR: 18
STEP(S3)
NEXT: 15
NEXT
BREAK
5
Usable
Y/N
Section of
step
transition's
reference
conditional
F/
G
expression
FS
Page 184
Logical
acknowledgement:
(None)
Page 185
Logical negation: !
Page 186
Logical AND: *
Page 187
Logical OR: +
Page 188 Equal
to: ==
Page 189 Not
equal to: !=
Page 190 Less
than: <
Page 191 Less
than or equal to: <=
Page 192 More
than: >
Page 193 More
than or equal to: >=
Page 194
Conditional branch
control: IF - ELSE -
IEND
Page 196
Selective branch
control: SELECT -
CASE - SEND
Page 198
Repeat control with
specified count: FOR
- NEXT
Page 200
Forced termination of
repeat control:
BREAK
1 OVERVIEW
1.1 Performance Specifications
1
25

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

R64mtcpuMelsec iq-r seriesR32mtcpu

Table of Contents