Mitsubishi QD51 Programming Manual page 257

Logic controller
Hide thumbs Also See for QD51:
Table of Contents

Advertisement

11 INSTRUCTIONS AND FUNCTIONS
Program Example
0 ' Selects an instruction to execute according to the condition
20 INPUT "X=";X
30 INPUT "Y=";Y
40 IF X=Y THEN PRINT "Same" ELSE PRINT "Different"
50 END
RUN
RUN
X=? 5
Y=? 5
Same
OK
RUN
X=? 3
Y=? 9
Different
OK
11 - 87
REMARK
The correct result may not be obtained if single precision or double precision values
are compared by an equal sign in <conditional expression>.
For details, see remarks in Section 3.7.2.
:
' X input
:
' Y input
:
' Displays 'Same' if X=Y
:
' Different' if X<>Y
MELSEC-Q
11 - 87

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ad51h-s3Qd51-r24A1sd51s

Table of Contents