3 - 17 3 - 17
MELSEC-Q
3 LET'S CREATE AND EXECUTE A PROGRAM
FILES" 1:ABC@"
III BAS:EFG BAS:
OK
This displays the names of the files
stored under system name ABC
in the file area of the memory card.
2)
…………
FILES" 1:HIJ\JR.DAT"
File not found
OK
This displays the name of the file JR.DAT
stored under system name HIJ in the file
area of the memory card.
3)
………
Since there is no file by the name JR.DAT under system name HIJ on the memory
card, a "File not found" error is generated.
FILES" 1:[email protected]" , S
C BAS
OK
This displays details of file C.BAS stored
under system name CCC in the file area
of the memory card.
Displays
the file
size in
bytes.
Displays the
file creation
date in the
year-month-date
format.
Displays
the file
creation
time.
4)
-
-
:
……