Mitsubishi QD51 Programming Manual page 367

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 loads the microcomputer program and saves it on a memory card
110 ' (Capacity of the microcomputer program: 8 k bytes)
120 OPEN"0:PROG9.DAT"FOR OUTPUT AS #1
130 DIM TBL%(4),A%(127)
140 TBL%(0)=255
150 TBL%(1)=9
160 TBL%(2)=1
170 TBL%(4)=128
180 FOR J=&HO TO &H1F80 STEP 128
190 TBL%(3)=J
200 PCRD TBL%( ),A%( )
210 FOR I=0 TO 127
220 PRINT #1,A%(I)
230 NEXT I
240 NEXT J
250 CLOSE #1
260 END
11 - 197
:
'Opens the sequential file
:
'Defines arrays
:
'Specifies the station number to
communicate with to the local station
:
'Specifies to load the microcomputer
program
:
'Specifies to load the main microcomputer
program
:
'Specifies the number of bytes to be read
:
'Specifies the starting address of the
program
:
'Executes the load operation
:
'Writes to the sequential file
:
'Closes the file
MELSEC-Q
11 - 197

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ad51h-s3Qd51-r24A1sd51s

Table of Contents