Troubleshooting guide
High Speed Ethernet Server Driver
GP-Pro EX Device/PLC Connection Manual
27
• File Delete
Deletes the file stored in the robotic controller.
File Delete command
Inputs commands directly from D script.
Control address
Example of D script execution
When deleting the file (ABC.JBI) designated with D script
• [t:0000] is a temporary address required to perform the file access. (Undefined value is set.)
• Set up the [t:0001] to "0".
Address Item Details
+0000 Status
0: Initial value, 1: Run instruction, 16: In-process, 256: Normal completion,
4096: Error
+0001 -
+0018
File name
File name (Max. 32 characters + extension)
18 Word is reserved.
Overflow digits (Byte units) are filled with 0x00, or 0x00 unnecessary when
inputting maximum character count.
// File name
[w:[#INTERNAL]USR01001]=0x4241 // AB
[w:[#INTERNAL]USR01002]=0x2E43 // C.
[w:[#INTERNAL]USR01003]=0x424A // JB
[w:[#INTERNAL]USR01004]=0x0049 // I
[w:[#INTERNAL]USR01000]=1 // Status : Run instruction
[t:0000]=[w:[PLC1](04C3,00000,00,1000)]#[t:0001]
Control address
Attribute: Designate 0 (reserved)
Instance: Designate 0 (reserved)
Class: 0x4C3
[w:[PLC1](04C3,00000,00,0000)]