·30·
Programming manual
CNC 8055
CNC 8055i
1.
GENERAL CONCEPTS
·M· & ·EN· MODELS
SOFT: V02.2X
Part programs
1.1.1 Considerations regarding the Ethernet connection
When configuring the CNC as another node in the computer network, the programs stored in the
hard disk (KeyCF) may be edited and modified from any PC.
Instructions for setting up a PC to access CNC directories
To set up the PC to access the CNC directories, we recommend to proceed as follows.
1. Open the "Windows Explorer"
2. On the "Tools" menu, select the "Connect to Network Drives" option.
3. Select the drive, for example "D".
4. Indicate the path. The path will be the CNC name followed by the name of the shared directory.
For example: \\FAGORCNC\CNCHD
5. When selecting the option: "Connect again when initiating the session", the selected CNC will
appear on each power-up as another path of the "Windows Explorer" without having to define
it again.
Data format
This connection is established through Ethernet and, therefore, the CNC does not control the syntax
of the programs while they are received or modified. However, whenever accessing the program
directory of the Hard Disk (HD), the following verification takes place:
File name.
The file number must always have 6 digits and the extension PIM (for milling) or PIT (for lathe).
Examples: 001204.PIM 000100.PIM 123456.PIT 020150.PIT
If the file has been given the wrong name, for example: 1204.PIM or 100.PIT, the CNC will not change
it, but it will display it with the comment "****************". The file name cannot be modified
at the CNC; it must be edited from the PC to correct the error.
File size.
If the file is empty (size = 0) the CNC will display it with the comment "********************".
The file can be edited or deleted either from the CNC or from the PC.
First line of the program.
The first line of the program must have the % character, the comment associated with the file (up
to 20 characters) and between the two commas (,) the program attributes O (OEM), H (hidden), M
(modifiable), X (executable).
Examples: %Comment ,MX,
% ,OMX,
If the first line does not exist, the CNC will display the program with an empty comment and with
the modifiable (M) and executable (X) attributes.
When the format of the first line is wrong, the CNC does not modify it, but it displays it with the
comment "****************". The file can be edited or deleted either from the CNC or from the
PC.
The format is incorrect when the comment has more than 20 characters, a comma (,) is missing
to group the attributes or there is a strange character in the attributes.