854
APPX
Appendix 7 Processing Time
Changes in the processing time according to the file size
The processing time changes according to the size of the files stored in the folder. The table below lists the processing time
under the following conditions.
■Condition
• Folder/file structure (drive 2: SD memory card)
• SD memory card: NZ1MEM-2GBSD used
• Number of files in the folder: 1
• The following table lists the instruction argument of each file operation instruction.
• File/folder structures except those shown below do not exist.
• Overwriting setting: Not overwrite (SP.FCOPY, SP.FMOVE only)
• Target type setting: Folder specification
■Processing time (Constant scan: None)
Instruction name First
argument
Second
argument
Third
argument
Fourth
argument
Fifth
argument
Sixth
argument
Seventh
argument
SP.FDELETE U1 K2 D0 "D001\F00001.txt" M0
SP.FCOPY U1 D40 K2 "D001\F00001.txt" K2 "D002" M40
SP.FMOVE U1 D40 K2 "D001\F00001.txt" K2 "D002" M40
SP.FRENAME U1 K2 D0 "D001\F00001.txt" "F00002.txt" M0
SP.FSTATUS U1 K2 D0 "D001\F00001.txt" D10 M0
(1) Root directory (root folder)
Instruction name Number of operated files in the folder (D001)
100KB 1MB 16MB
SP.FDELETE 80ms 81ms 780ms
SP.FCOPY 2802ms 16289ms 285671ms
SP.FMOVE 216ms 216ms 216ms
SP.FRENAME 26ms 26ms 28ms
SP.FSTATUS 13ms 13ms 13ms
F00001.txt
$MELPRJ$
D001
D002
(1)