Mitsubishi QD51 Programming Manual page 440

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

Advertisement

11 INSTRUCTIONS AND FUNCTIONS
Program Example
(1) Program example for a format 1 control table
100 ' A program example that writes data nonsequentially to device memory
110 DIM TBL%(10),A%(20)
120 TBL%(0)=255
130 TBL%(1)=3
140 TBL%(2)=1
150 TBL%(3)=5
160 A%(0)=3:A%(1)=0:A%(2)=1
170 A%(3)=3:A%(4)=5:A%(5)=1
180 A%(6)=3:A%(7)=10:A%(8)=1
190 A%(9)=2:A%(10)=0:A%(11)=1
200 A%(12)=2:A%(13)=5:A%(14)=1
210 PCWT TBL%( ),A%( )
220 END
(2) Program example for a format 2 control table
100 ' A program example that writes data nonsequentially to device memory
110 DIM TBL%(10),A%(20)
120 TBL%(0)=256
130 TBL%(1)=1
140 TBL%(2)=1
150 TBL%(4)=3
160 TBL%(5)=1
170 TBL%(6)=5
180 A%(0)=3:A%(1)=0:A%(2)=1
190 A%(3)=3:A%(4)=5:A%(5)=1
200 A%(6)=3:A%(7)=10:A%(8)=1
210 A%(9)=2:A%(10)=0:A%(11)=1
220 A%(12)=2:A%(13)=5:A%(14)=1
230 PCWT TBL%( ),A%( )
240 END
11 - 270
:
'Defines arrays
:
'Specifies the station number to
communicate with to the local station
:
'Specifies to write data nonsequentially to
device memory
:
'Specifies bit units
:
'Specifies the number of points to be
written
:
'Turns M00 ON
:
'Turns M05 ON
:
'Turns M10 ON
:
'Turns Y00 ON
:
'Turns Y05 ON
:
'Executes the write operation
:
'Defines arrays
:
'Specifies a format 2 control table
:
'Specifies network number 1
:
'Specifies station number 1
:
'Specifies to write data nonsequentially to
device memory
:
'Specifies bit units
:
'Specifies the number of points to be
written
:
'Turns M00 ON
:
'Turns M05 ON
:
'Turns M10 ON
:
'Turns Y00 ON
:
'Turns Y05 ON
:
'Executes the write operation
MELSEC-Q
11 - 270

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ad51h-s3Qd51-r24A1sd51s

Table of Contents