Troubleshooting guide

High Speed Ethernet Server Driver
GP-Pro EX Device/PLC Connection Manual
23
Example of D script execution
Read Job file (ABC.JBI) from controller and save to the root folder of CF card
[t:0000] is a temporary address required to perform the file access. (Undefined value is set.)
Set up the [t:0001] to "0".
[w:[#INTERNAL]USR01002]=1 // Save location : CF
[w:[#INTERNAL]USR01003]=1 // File type : JOB program
// File name
[w:[#INTERNAL]USR01008]=0x4241 // AB
[w:[#INTERNAL]USR01009]=0x2E43 // C.
[w:[#INTERNAL]USR01010]=0x424A // JB
[w:[#INTERNAL]USR01011]=0x0049 // I
// Folder name
[w:[#INTERNAL]USR01026]=0x0000 // (NULL=root)
[w:[#INTERNAL]USR01000]=1 // Status : Run instruction
[t:0000]= [w:[PLC1](04C0,00000,00,1000)]#[t:0001]