Configuring jobs for FANUC robots
FANUC robots store different types of data in separate directories, and the FTP job configuration should match the type of data you want to back up:
- Use an FTP job targeting the
/md:/
or/mdb:/
directory to back up internal controller memory and system-related files. - Use an FTP job targeting the
\mc:
directory to back up user programs and data stored on the flash card.
These directories are not interchangeable. Make sure you select the correct one based on the data you intend to back up.
Info
The \mc:
directory is accessible only if the corresponding flash card is inserted.
If the flash card is missing and access is attempted, this error message appears:
Error when calling an FTP function
[Name: IwcdFtpDLXComPtr::GetFile][Error text: Requested action not taken. File unavailable (e.g., file not found, no access).][Details: /mc:/from00.img][40550]
- Create a job with the FTP upload type.
-
Go to the FTP settings section.
-
In the FTP server field, enter the IP address or the name of the robot for which the job is being executed.
- Select a Connection type. For jobs with the FTP (SimpleFTP) connection type, the latest backup available on the robot is stored on the server.
- Select the FTP client library.
- Enter the port that octoplant uses to access the robot.
- Select the Use FTP passive mode checkbox, if necessary.
- In the User and Password fields, enter the login information with that octoplant logs in to execute the job on the robot.
- For Subdirectory, enter the subdirectory in which the robot stores the backups.
- Go to the Advanced section.
- Select the Upload only when timestamp is different (reduces network load) checkbox, if necessary.
Related topics
FAQ
Problems when saving the program directory of FANUC robots
When creating a job to save FANUC robot programs via FTP, enter the directory name \mc:
in the Subdirectory field within the FTP Settings area.
Explanation
FANUC robots require directory names to end with a colon (:
), which contradicts standard FTP command syntax. FTP commands may include colons but should not end with one.
FANUC robot backups use FTP (upload type). When setting up a backup job in the AdminClient, define each robot by its IP address or hostname in the FTP Settings. This section also includes the Subdirectory field.
If no other path is specified, the default \mc:
directory is used. This represents the robot's hard disk, though it actually refers to a flash disk mounted during startup.
The goal is to back up robot programs, not the operating system. These robot programs reside in the \mc:
directory.