Fagor CNC 8025 TS - FEATURES, CNC 8025 T, CNC 8025 TS, CNC 8030 T, CNC 8030 TG Operating Manual

...
CNC 8025 T, TS
New Features (Ref. 0107 in)
- 2 -
ERRORS FOUND IN THE PROGRAMMING MANUAL (REF. 9701)
Page 64. Function G51.
When working in diameters, the "I" value in the table is in diameters and the value to be assigned to parameter "I" in the G51 function must always be given in radius.
Section 12.4. (Chapter 12 page 133) Nesting levels.
The figure reads M02 ó M30 It should read: M02 or M30
ERRORS FOUND IN THE OPERATING MANUAL (REF. 9701)
Page 46. Last paragraphs.
It should say:
The CNC asks which is the source program number and which is the new program number, after keying each one of them, press [ENTER].
If the number of the source program does not exist, or there is already a program in memory with the same number as the new one or if there is not enough when copying the new program , the CNC will issue a message indicating the cause.
ERRORS FOUNDS IN THE INSTALLATION MANUAL (REF. 9707)
Section 5.4 (chapter 5 page 7) Machine parameters for spindle control:
Parameter P606(3) is missing:
P606(3) Spindle counting direction
It sets the spindle counting direction. If correct, leave it as it is or change it if otherwise. Possible values: "0" and "1".
MODIFICATIONS TO THE INSTALLATION MANUAL (REF. 9707)
Section 2.3.4 (chapter 2 page 9). Logic Outputs:
In the table, the following output is missing:
Output "C" Row 1: (pin 3 I/O 1) M strobe Row 2: (pin 5 I/O 2) output 3, decoded M function
Section 3.3.3 (chapter 3 page 11). P602(4). Another example:
Having a Fagor electronic handwheel (25 lines per turn) set as follows:
P602(1)=0 Millimeters P501=1 Resolution 0.001 mm. P602(4)=0 x4 Multiplication factor Depending on the position of the MFO switch (Manual Feedrate Override), the selected axis will move: Position 1 1 x 25 x 4 = 0.100 mm per turn Position 10 10 x 25 x 4 = 1.000 mm per turn Position 100 100 x 25 x 4 = 10.000 mm per turn
MODIFICATIONS TO THE LAN MANUAL (REF. 9701)
Section 2.2 (page 3). P616(7)
The first 2 paragraphs change. They should say:
If "P616(7)=0" the 8025 T CNC uses pin 15 of connector I/O1 as the input for the Feed-Hold, Transfer-Inhibit and M-done signals as described in the Installation manual, chapter 1 section "Inputs of connector I/O 1"
If "P616(7)=1" the CNC behaves as follows:
* The Feed-Hold input will be "taken" .......
- 3 -
Version 7.1 (July 1996)
1. EXPANSION OF THE INTEGRATED PLC RESOURCES
1.1 INPUTS
1.1.1 TYPE OF FEEDRATE (G94/G95)
PLCI input I86 will show at all times the type of feedrate (F) selected a the CNC.
I86 = 0 G94. Feedrate in millimeters (inches) per minute. I86 = 1 G95. Feedrate in millimeters (inches) per revolution.
1.1.2 TYPE OF CUTTING SPEED (G96/G97)
PLCI input I87 will show at all times the type of cutter speed selected at the CNC.
I87 = 0 G97. Constant tool center speed. I87 = 1 G96. Constant cutting-edge speed
1.1.3 AXIS BEING HOMED (REFERENCED)
Input I88 indicates whether a home search is taking place and inputs I100, I101, I102, I103 and I104 indicates which axis is being homed.
I88 Indicates whether any axis is being homed (0=No / 1=Yes) I100 Indicates whether the X axis is being homed (0=No / 1=Yes) I101 Indicates whether the 3rd axis is being homed (0=No / 1=Yes) I102 Indicates whether the Z axis is being homed (0=No / 1=Yes) I103 Indicates whether the 4th axis is being homed (0=No / 1=Yes) I104 Indicates whether the C axis is being homed (0=No / 1=Yes)
1.1.4 AXIS MOVING DIRECTION
Inputs I42, I43, I44 and I45 will show, at all times, the moving direction of each axis.
I42 Indicates the moving direction of the X axis (0=Positive / 1=negative) I43 Indicates the moving direction of the 3rd axis (0=Positive / 1=negative) I44 Indicates the moving direction of the Z axis (0=Positive / 1=negative) I45 Indicates the moving direction of the 4th axis (0=Positive / 1=negative)
1.2 OUTPUTS
1.2.1 ENABLING THE CYCLE-START KEY VIA PLCI
With this feature it is possible to set the treatment of the [CYCLE START] of the CNC via PLCI. Machine parameter "P621(7)" indicates whether this feature is available or not.
P621(7) = 0 This feature is not available. P621(7) = 1 This feature is available.
When using this feature, the way the CNC handles the [CYCLE START] key depends on the status of PLCI output O25 (CYCLE START ENABLE).
O25 = 0 The CNC ignores both the [CYCLE-START] key and the external [CYCLE-START] signal. O25 = 1 The CNC takes into account both the [CYCLE-START] key and the external [CYCLE-START] signal.
1.2.2 TRAVEL LIMITS SET VIA PLCI
With this feature, the travel limits of the axes may be set via PLCI. Machine parameter "P621(7)" indicates whether this feature is available or not.
P621(7) = 0 This feature is not available. P621(7) = 1 This feature is available.
To set the travel limits for each axis, use the following outputs:
O52 / O53 Positive / negative X axis limits O54 / O55 Positive / negative 3rd axis limits O56 / O57 Positive / negative Z axis limits O58 / O59 Positive / negative 4th axis limits
When the PLCI activates one of this outputs while the axis is moving in the same direction, the CNC stops the axes and the spindle and it displays an axis-travel-limit-overrun error.
- 4 -
1.2.3 DENYING ACCESS TO THE EDITOR MODE VIA PLCI
Machine parameter "P621(7)" indicates whether this feature is available or not.
P621(7) = 0 This feature is not available. P621(7) = 1 This feature is available.
When using this feature, access to the editor mode at the CNC depends on the status of PLCI output O26, as well as on the current conditions (protected memory, number of the program to be locked).
O26 = 0 Free access to the editor mode (it is protected by current conditions). O26 = 1 Denied access to the editor mode.
1.2.4 SPINDLE CONTROLLED VIA CNC OR VIA PLCI
From this version on, the spindle analog output may be set either by the CNC or by the PLCI. Machine parameter "P621(7)" indicates whether this feature is available or not.
P621(7) = 0 This feature is not available P621(7) = 1 This feature is available
Setting the spindle analog output via PLCI
To do this, use the combination: M1956 - R156. Register R156 sets the spindle analog output in units of 2.442 mV. (10 / 4095)
R156 = 0000 1111 1111 1111 (R1256=4095) = 10V. R156 = 0001 1111 1111 1111 = -10V. R156 = 0000 0000 0000 0001 (R1256=1) = 2.5 mV. R156 = 0001 0000 0000 0001 = -2.5 mV.
In order for the CNC to assume the value allocated to register R156, one must activate mark M1956 as described in the PLCI Manual (section 5.5.2. Writing internal CNC variables).
Spindle controlled either by the CNC or by the PLCI
The CNC may have two internal spindle analog outputs, that of the CNC itself and the one set by the PLCI. Use PLCI output O27 to "tell" the CNC which one of them to output.
O27 = 0 Spindle analog output set by the CNC itself. O27 = 1 Spindle analog output set by the PLCI (combination: M1956-R156).
1.3 READING INTERNAL CNC VARIABLES
From this version on, the PLCI and the PLC64 have access to more internal CNC information. With the PLCI, there is no need to activate a mark to access this information. The CNC itself updates this information
at the beginning of each PLCI cycle scan. With the PLC 64, the corresponding mark must be consulted every time a CNC variable is to be checked. The CNC information now accessible is:
Real S in rpm (REG119 at the PLCI, M1919 at the PLC64)
Not to be mistaken with R112 which indicates the programmed Spindle speed (S). It is given in rpm and in hexadecimal format. Example: S 2487 R119= 967
Number of the block in execution (REG120 at the PLCI, M1920 at the PLC64)
It is given in hexadecimal format. Example: N120 R120= 78
Code of the last key pressed (B0-7 REG121 at the PLCI, Not available at the PLC64)
Not to be mistaken with register R118 which also indicates the code corresponding to the last key pressed,
but— When pressing a key, both registers have the same value; but the data in R121 is only kept there for one cycle
scan whereas R118 keeps its value until another key is pressed.
When pressing the same key several times, (for example: 1111):
R121 will show code "1" four times (once per cycle scan). R118 will always show the same value, thus not being able to tell whether the "1" key has been pressed once or more times.
The key codes are listed in the appendix of the PLCI manual.
- 5 -
Operating mode selected at the CNC (B8-11 REG121 at the PLCI, Not available at the PLC64)
Status of the miscellaneous "M" functions (REG122 at the PLCI, Not available at the PLC64)
The status of each one of these functions is given by a bit and will appear as a "1" when active and "0" when inactive.
2. 4TH AXIS NOW AVAILABLE ON 8025T MODELS
From this version on, this feature is now available on all these models:
CNC-8025T (not available until now) CNC-8025TG CNC-8025TS CNC-8025TI(not available until now) CNC-8025TGI CNC-8025TSI
3. SPINDLE SPEED DISPLAY UNITS
Until now, the spindle speed was always displayed in rpm. From now on, the display units may be selected by means of machine parameter "P621(6)".
P621(6) = 0 In rpm when operating in RPM and in m/min. (ft./min.) when at Constant Surface Speed. P621(6) = 1 Always in rpm, even when operating at Constant Surface Speed.
4. SINGLE BLOCK TREATMENT
The CNC considers a "Single block" the group of blocks between a G47 and a G48. After executing function G47, the CNC executes all the following blocks until executing a block containing function
G48 even when in Single Block mode.
If is pressed while executing a "single block" in Automatic or Single-Block mode, the CNC keeps executing the rest of the blocks until it runs into a G48 and it, then, interrupts program execution.
While function G47 is active, the Manual Feedrate Override switch and the spindle speed override keys will be disabled, thus the program will be executed at 100% of the programmed F and S values.
Functions G47 and G48 are modal and incompatible with each other. On power-up, after executing an M02/M30, after an EMERGENCY or a RESET, the CNC assumes G48.
5. TWO ELECTRONIC HANDWHEELS ARE NOW POSSIBLE
From this version on, up 2 electronic handwheels may be used one for the X axis and another one for the Z axis. The 4th axis and the Live Tool will no longer be available. The feedback inputs will be used as follows:
A1 - X axis; A2 - Z axis handwheel; A3 - Z axis; A4 - 3rd axis or "C" axis; A5 - Spindle; A6 - X axis handwheel
The handwheels will be operative when selecting the JOG mode. One of the handwheel positions must also be selected at the Manual Feedrate Override switch of the operator panel.
The possible positions are: 1, 10 and 100, which indicate the multiplying factor applied to the pulses coming from the electronic handwheel.
B8 B9 B10 B11
0 0 0 0 Automatic 0 0 0 1 Single block 0 0 1 0 Play-Back 0 0 1 1 Teach-in 0 1 0 0 Dry-Run 0 1 0 1 JOG 0 1 1 0 Editor 0 1 1 1 Peripherals 1 0 0 0 Tool Table and G functions 1 0 0 1 Special modes
B15 B14 B13 B12 B11 B10 B9 B8 B7 B6 B5 B4 B3 B2 B1 B0
M44 M43 M42 M41 M19 M1 M30 M4 M3 M2 M0
- 6 -
P501 P622(2) P622(1) Resolution
1 0 0 0.001 mm 0.0001" 2 0 1 0.002 mm 0.0002" 5 1 0 0.005 mm 0.0005"
10 1 1 0.010 mm 0.0010"
This way and after applying the multiplying factor, one obtains the axis moving units. These units correspond to the units used for the display format
Example: Handwheel Resolution : 250 lines per turn
When attempting to "crank" an axis faster than its maximum feedrate (machine parameters "P110, P310"), the CNC will limit the actual axis feedrate to that parameter value ignoring the rest of the pulses supplied by the handwheel, thus preventing a Following Error message from being issued.
5.1 MACHINE PARAMETERS FOR THE HANDWHEELS:
P622(6) = 0 There is no electronic handwheel associated with the Z axis P622(6) = 1 There is electronic handwheel associated with the Z axis
P609(1) = 0 The electronic handwheel being used is not a FAGOR 100P model. P609(1) = 1 The electronic handwheel being used is a FAGOR 100P model.
This parameter makes sense when using a single handwheel associated with the X axis. It indicates whether or not it is a FAGOR 100P with axis selector button.
P500 Counting direction of the X axis handwheel (No / Yes) P622(5) Counting direction of the Z axis handwheel (0 / 1)
P602(1) Feedback units of the X axis handwheel (0 = millimeters /1 = inches) P622(3) Feedback units of the Z axis handwheel (0 = millimeters /1 = inches)
P501 Square-wave feedback resolution of the X axis handwheel. P622(1,2) Square-wave feedback resolution of the Z axis handwheel.
P602(4) Multiplying factor for X axis handwheel feedback pulses (0= x4 / 1= x2) P622(4) Multiplying factor for Z axis handwheel feedback pulses (0= x4 / 1= x2)
P621(2) = 0 Handwheel disabled for Manual Feedrate Override (MFO) switch positions other than the
handwheel positions.
P621(2) = 1 When the MFO is at a position other than those for the handwheel , the CNC takes it into account
and applies a "x1" multiplying factor.
Example: Having a Fagor electronic handwheel (25 lines per turn) set as follows:
P602(1)=0 Millimeters; P501=1 Resolution 0.001 mm.; P602(4)=0 x4 Multiplication factor Depending on the position of the MFO switch (Manual Feedrate Override), the selected axis will move: Position 1 1 x 25 x 4 = 0.100 mm per turn Position 10 10 x 25 x 4 = 1.000 mm per turn Position 100 100 x 25 x 4 = 10.000 mm per turn
5.2 USING ELECTRONIC HANDWHEELS
The machine uses one electronic handwheel
When using a single electronic handwheel, it must be connected to A6. If the handwheel is a FAGOR 100P type, machine parameter "P609(1)" must be set to "1". Once the desired handwheel position has been selected at the MFO switch, press one of the JOG keys of the axis
to be jogged. The selected axis appears highlighted. When using a FAGOR handwheel with an axis selector button, the desired axis can also be selected as follows: * Press the push-button on the rear of the handwheel. The CNC selects the first axis and it highlights it. * By pressing the button again, the next axis is selected and so on, rolling over from the last axis to the first one. * By keeping the button pressed for more than 2 seconds, the CNC de-selects the currently selected axis. The selected axis will be jogged as the handwheel is turned, reversing directions when reversing the turning direction
of the handwheel.
MFO Switch position Distance per turn
1 0.250 mm or 0.0250 inch
10 2.500 mm or 0.2500 inch
100 25.000 mm or 2.5000 inches
- 7 -
When trying to move an axis faster than the maximum feedrate allowed (machine parameter "P110, P310"), the CNC will limit the actual feedrate to that parameter value ignoring the additional pulses, thus, avoiding following error messages.
The machine uses two electronic handwheels
Each axis will move as its associated handwheel is turned, reversing its direction as the handwheel turning direction is reversed and according to the selected MFO switch position.
When trying to move an axis faster than the maximum feedrate allowed (machine parameter "P110, P310"), the CNC will limit the actual feedrate to that parameter value ignoring the additional pulses, thus, avoiding following error messages.
Version 7.2 (April 1997)
1. SCREEN SAVER
The screen saver function works as follows:
After 5 minutes without pressing a key or without the CNC refreshing the screen, the screen goes blank. Press any key to restore the display.
Machine parameter "P619(5)" indicates whether this feature is to be used or not.
P619(5) = 0 This feature is not being used. P619(5) = 1 This feature is being used.
2. JOGGING FEEDRATE
From this version on, machine parameter P812 sets the axis jogging feedrate selected by the CNC when accessing the JOG mode.
If while in JOG mode, the conditional input (block skip), pin 18 of connector I/O1, the CNC does not allow entering a new F value. Only the feedrate override (%) may be varied by means of the MFO switch.
3. RAPID TRAVERSE KEY IN JOG MODE
Whenever the conditional input (block skip), pin 18 of connector I/O1, the CNC will ignore the rapid traverse key
Version 7.4 (May 1999)
1. NEW MACHINE PARAMETER ASSOCIATED WITH THE M FUNCTIONS
Machine parameter "P620(8)" indicates when the M3, M4, M5 functions are sent out while accelerating or decelerating the spindle.
2. CANCEL TOOL OFFSET DURING A TOOL CHANGE
From this version on, it is possible to execute a "T.0" type block inside the subroutine associated with the tool to cancel the tool offset. This lets move to a particular position without the need for cumbersome calculations.
Only the tool offset may be canceled (T.0) or modified (T.xx). The tool cannot be changed (Txx.xx) inside the subroutine associated with the tool.
3. DIVIDING FACTOR FOR FEEDBACK SIGNALS
Parameters P620(5), P620(6), P613(8) and P613(7) are used together with P602(6), P602(5), P612(5) and P614(5) which indicate the multiplying factor to be applied to the feedback signals of the X, Z, 3rd and 4th axes respectively.
X axis Z axis 3rd axis 4th axis P602(6) P602(5) P612(5) P614(5) P620(5) P620(6) P613(8) P613(7)
Indicate whether the feedback signals are divided (=1) or not (=0).
P620(5)=0, P620(6)=0, P613(8)=0 y P613(7)=0 They are not divided P620(5)=1, P620(6)=1, P613(8)=1 y P613(7)=1 They are divided by two.
Example: We wish to obtain a resolution of 0.01 mm with a squarewave encoders mounted on the X axis with 5mm
pitch ballscrew.
Nr of pulses = ballscrew pitch / (Multiplying factor x Resolution)
With P602(6)=0 & P620(5)=0 x4 multiplying factor Nr of pulses = 125 With P602(6)=1 & P620(5)=0 x2 multiplying factor Nr of pulses = 250 With P602(6)=0 & P620(5)=1 x2 multiplying factor Nr of pulses = 250 With P602(6)=1 & P620(5)=1 x1 multiplying factor Nr of pulses = 500
Version 7.6 (July 2001)
1. G75 AFFECTED BY FEEDRATE OVERRIDE
From this version on, there is a new machine parameter indicating whether G75 is affected by the feedrate override or not.
P623(1) = 0Not affected. It is always at 100%, like in previous versions. P623(1) = 1It is affected by the Feedrate override.
2. FEEDBACK FACTOR.
From this version on, there is a new machine parameter to set the resolution of an axis having an encoder and a leadscrew.
P819 Feedback factor for the X axis P820 Feedback factor for the 3rd axis
P821 Feedback factor for the Z axis P822 Feedback factor for the 4th axis Values between 0 and 65534. The “0” value indicates that this feature is not being used. Use the following formula to calculate the “Feedback Factor” :
Feedback factor = (Gear Ratio x Leadscrew pitch / Number of Encoder pulses) x 8.192
Examples: Gear Ratio 1 1 2 1
Leadscrew pitch 5000 6000 6000 8000 (microns) Encoder 2500 2500 2500 2500 (pulses/turn) Feedback factor 16384 19660.8 39321.6 26214.4
The machine parameters only admit integer values and sometimes the “Feedback Factor” has decimals. In those cases, assign the integer part to the machine parameter and use the leadscrew compensation table to make up for the decimal part.
The values to be entered in the table are calculated with the following formula:
Leadscrew position = Leadscrew Error (microns) x Integer of feedback factor / decimals of the feedback factor
For example: Gear ratio = 1 Leadscrew pitch = 6000 Encoder = 2500
Feedback factor = 19660.8 Machine parameter = 19660 For a leadscrew error of 20 microns Leadscrew position = 20 x 19660 / 0.8 = 491520 Going on with the calculation, we come up with the following table.
Leadscrew position Leadscrew error P0 = -1966.000 P1 = -0.080 P2 = -1474.500 P3 = -0.060 P4 = -983.000 P5 = -0.040 P6 = -491.500 P7 = -0.020 P8 = 0 P9 = 0 P10 = 491.500 P11 = 0.020 P12 = 983.000 P13 = 0.040 P14 = 1472.500 P15 = 0.060 P16 = 1966.000 P17 = 0.080
3. NEW MODEL
From this version on, the new model TLI is now available. It offers the same features as the TGI model and it is sold together with the motors and ACS drives..
FAGOR 8025/8030 CNC
Models: T, TG, TS
OPERATING MANUAL
Ref. 9701 (in)
ABOUT THE INFORMATION IN THIS MANUAL
This manual is addressed to the machine operator. It describes how to operate with this 8025 CNC.
It includes the necessary information for new users as well as advanced subjects for those who are already familiar with this CNC product.
It may not be necessary to read this whole manual. Consult the list of "New Features and Modifications" which will indicate to you the chapters and sections describing them.
Consult the Comparison Table in order to find the specific features offered by your particular CNC model.
There is also an appendix on error codes which indicates some of the probable reasons which could cause each one of them.
Notes:
The information described in this manual may be subject to variations due to technical modifications.
FAGOR AUTOMATION, S.Coop. Ltda. reserves the right to modify the contents of the manual without prior notice.
INDEX
Section Page
Comparison table for Lathe Model FAGOR 8025/8030 CNCs.......................................ix
New features and modifications ......................................................................................xiii
INTRODUCTION
Safety Conditions ...........................................................................................................Intr. 3
Material Returning Terms ..............................................................................................Intr. 5
Fagor Documentation for the 800M CNC .................................................................... Intr. 6
Manual Contents .............................................................................................................Intr. 7
1. Overview .........................................................................................................................1
2. Front panel 8025/30 CNC...............................................................................................2
2.1. Monitor/keyboard for the 8030 CNC .............................................................................2
2.2. Control panel for the 8030 CNC ....................................................................................4
2.3. Monitor/keyboard/control panel for the 8025 CNC ......................................................5
2.4. Selection of colors ..........................................................................................................7
2.5. Cancellation of the monitor display ...............................................................................7
2.6. Function keys (soft keys)................................................................................................7
3. OPERATING MODES ...................................................................................................8
3.1. 0 mode: AUTOMATIC (Continuous cycle) / 1 mode: SINGLE BLOCK....................10
3.1.1. Execution of a program ..................................................................................................10
3.1.1.1. Selection of the Automatic (0) Single Block (1) operating modes ..............................10
3.1.1.2. Selection of the program to be executed ........................................................................ 10
3.1.1.3. Selection of the first block to be executed.....................................................................11
3.1.1.4. Display of the contents of the blocks .............................................................................11
3.1.1.5. Cycle Start .......................................................................................................................12
3.1.1.6. Cycle Stop ....................................................................................................................... 12
3.1.1.7. Changing the operating mode .........................................................................................13
3.1.2. Display modes .................................................................................................................13
3.1.2.1. Selection of the display mode ........................................................................................13
3.1.2.2. Standard display mode ....................................................................................................14
3.1.2.3. Current position display mode .......................................................................................14
3.1.2.4. Following error display mode ........................................................................................15
3.1.2.5. Arithmetic parameters display mode ............................................................................. 15
3.1.2.6. Subroutine status, clock and parts counter display mode .............................................. 16
3.1.2.7. Graphics display mode ...................................................................................................17
3.1.3. Programming during the running of a program. Background .......................................18
3.1.4. PLC/LAN mode ..............................................................................................................18
3.1.5. Verification and modification of the values of the tool offset table
without stopping the cycle .............................................................................................. 19
3.1.6. Tool inspection ...............................................................................................................20
3.1.7. CNC reset ........................................................................................................................21
3.1.8. Display and deletion of the Messages sent by the FAGOR PLC 64. ............................ 21
3.2. Mode 2: PLAY-BACK ...................................................................................................22
3.2.1 Selection of the operating mode PLAY-BACK.............................................................22
3.2.2. Locking/Unlocking of memory ......................................................................................22
Section Page
3.2.3. Deletion of a complete program .....................................................................................22
3.2.4. Change of program number ............................................................................................22
3.2.5. Display and search of memorized subroutines ...............................................................22
3.2.6. Selection of a program .................................................................................................... 22
3.2.7. Creating a program..........................................................................................................23
3.2.8. Deletion of a block .........................................................................................................23
3.2.9. Copy a program...............................................................................................................23
3.3. MODE 3: TEACH-IN ..................................................................................................... 24
3.3.1. Selection of the operating mode TEACH-IN..................................................................24
3.3.2. Locking/Unlocking of memory.......................................................................................24
3.3.3. Deletion of a complete program...................................................................................... 24
3.3.4. Change of program number ............................................................................................24
3.3.5. Display and search of memorized subroutines ...............................................................24
3.3.6. Selection of a program .................................................................................................... 24
3.3.7. Program creation ............................................................................................................. 25
3.3.8. Deletion of a block ..........................................................................................................25
3.3.9. Copy a program...............................................................................................................25
3.4. Mode 4: DRY RUN .........................................................................................................26
3.4.1. Execution of a program...................................................................................................26
3.4.1.1. Selection of the operating mode DRY RUN (4) .............................................................26
3.4.1.1.1. Selection of execution mode ........................................................................................... 27
3.4.1.2. Selection of the program to be executed ......................................................................... 28
3.4.1.3. Selection of starting block...............................................................................................28
3.4.1.4. Display of the contents of the blocks ..............................................................................28
3.4.1.5. Cycle Start ....................................................................................................................... 28
3.4.1.6. Cycle Stop .......................................................................................................................28
3.4.1.7. Change of operating mode .............................................................................................. 28
3.4.1.8. Tool inspection ................................................................................................................29
3.4.2. Display modes .................................................................................................................29
3.4.3 CNC reset ........................................................................................................................29
3.5. Mode 5: JOG ...................................................................................................................30
3.5.1. Selection of the JOG operating mode .............................................................................30
3.5.2. Search for machine reference axis by axis......................................................................31
3.5.3. Presetting a coordinate value ..........................................................................................31
3.5.4. Jogging the axes .............................................................................................................. 32
3.5.4.1. Continuous movement..................................................................................................... 32
3.5.4.2. Incremental movement .................................................................................................... 32
3.5.5. Entering F, S, M and T.................................................................................................... 33
3.5.5.1. Entering an F value .........................................................................................................33
3.5.5.2. Entering an S value .........................................................................................................33
3.5.5.3. Entering an M value ........................................................................................................33
3.5.5.4. Entering an T value ......................................................................................................... 33
3.5.6 Measurement and loading of the tool dimensions in the offset table .............................34
3.5.7. Operation of the CNC as a readout ................................................................................. 35
3.5.8. Change of measuring units..............................................................................................35
3.5.9. CNC Reset.......................................................................................................................35
3.5.10. Handwheel operation....................................................................................................... 36
3.5.11. Measuring and loading of tool offsets with a probe ........................................................37
3.5.12. Spindle operating keys.....................................................................................................38
3.6. Mode 6: EDITING...........................................................................................................39
3.6.1. Selection of the operating mode EDITING (6) ............................................................... 39
3.6.2. Locking/Unlocking of memory .......................................................................................39
3.6.3. Deletion of a complete program ......................................................................................40
3.6.4. Change of program number.............................................................................................41
Section Page
3.6.5. Display and search of memorized subroutines programmed in the CNC memory ........42
3.6.6. Program selection ............................................................................................................42
3.6.7. Program creation ............................................................................................................. 42
3.6.7.1. Unassisted programming .................................................................................................43
3.6.7.2. Modification and deletion of a block...............................................................................44
3.6.7.3. Assisted programming..................................................................................................... 45
3.6.7.4. Copying a program..........................................................................................................46
3.7. Mode 7: PERIPHERALS ................................................................................................47
3.7.1. Selection of the operating mode PERIPHERALS (7) ..................................................... 47
3.7.2. Entering a program from the FAGOR cassette/recorder (0)............................................48
3.7.2.1. Transmission errors .........................................................................................................49
3.7.3. Transferring a program to the FAGOR cassette/recorder (1) ..........................................50
3.7.3.1. Transmission errors .........................................................................................................51
3.7.4. Entering a program from a peripheral other than the FAGOR cassette/recorder ............ 51
3.7.5. Transferring a program to a peripheral other than the FAGOR cassette/recorder...........51
3.7.6. FAGOR cassette’s directory (4) ...................................................................................... 52
3.7.7. Deletion of a FAGOR cassette program (5) .................................................................... 52
3.7.8. Interruption of the transmission process..........................................................................53
3.7.9. DNC. Communication with a computer ..........................................................................53
3.8. Mode 8: TOOL OFFSETS AND ZERO OFFSETS G53/G59.........................................54
3.8.1. Selection of the operating mode TOOL OFFSET (8)......................................................54
3.8.2. Displaying the tool table..................................................................................................54
3.8.3. Entering tool dimensions .................................................................................................55
3.8.4. Modification of tool dimensions......................................................................................56
3.8.5. Change of measuring units ..............................................................................................56
3.8.6. Zero offsets G53/G59 ...................................................................................................... 59
3.8.6.1. Displaying the zero offset table ...................................................................................... 59
3.8.6.2. Entering zero offset values ..............................................................................................59
3.8.6.3. Modification of zero offset values ..................................................................................60
3.8.7. Return to the tool offset table ..........................................................................................60
3.8.8. Complete deletion of tool offsets or zero offsets.............................................................60
3.9. Mode 9: SPECIAL MODES ...........................................................................................61
3.10. Graphics ..........................................................................................................................62
3.10.1. Display area definition ....................................................................................................63
3.10.2. Zooming (windowing) ....................................................................................................64
3.10.3. Redefinition of the display area by zooming.................................................................. 64
3.10.4. Deletion of graphics ........................................................................................................ 65
3.10.5. Graphic representation in color .......................................................................................65
ERROR CODES
COMPARISON TABLE
FOR
LATHE MODEL
FAGOR 8025/8030 CNCs
TECHNICAL DESCRIPTION
T TG TS
INPUTS/OUTPUTS
Feedback inputs. .................................................................................................. 6 6 6
Linear axes .................................................................................... 4 4 4
Rotary axes ................................................................................... 2 2 2
Spindle encoder ............................................................................ 1 1 1
Electronic handwheel ................................................................... 1 1 1
Third axis as "C" axis .................................................................... x
Synchronized tool ......................................................................... x
Probe input ...................................................................................................... x x x
Square-wave feedback signal multiplying factor, x2/x4 ..................................... x x x
Sine-wave feedback signal multiplying factor, x2/x4/10/x20 ............................ x x x
Maximum counting resolution 0.001mm/0.001°/0.0001inch ............................ x x x
Analog outputs (±10V) for axis servo drives....................................................... 4 4 4
Spindle analog output (±10V)............................................................................. 1 1 1
Live tool ...................................................................................................... 1 1 1
AXIS CONTROL
Axes involved in linear interpolations ................................................................ 3 3 3
Axes involved in circular interpolations ............................................................. 2 2 2
Electronic threading ............................................................................................ x x x
Spindle control .................................................................................................... x x x
Software travel limits........................................................................................... x x x
Spindle orientation.............................................................................................. x x x
PROGRAMMING
Part Zero preset by user ....................................................................................... x x x
Absolute/incremental programming ................................................................... x x x
Programming in cartesian coordinates ................................................................ x x x
Programming in polar coordinates ...................................................................... x x x
Programming by angle and cartesian coordinate ................................................ x x x
COMPENSATION
Tool radius compensation ................................................................................... x x x
Tool length compensation .................................................................................. x x x
Leadscrew backlash compensation ..................................................................... x x x
Leadscrew error compensation ............................................................................ x x x
DISPLAY
CNC text in Spanish, English, French, German and Italian ................................ x x x
Display of execution time ................................................................................... x x x
Piece counter ...................................................................................................... x x x
Graphic movement display and part simulation ................................................. x x
Tool tip position display ..................................................................................... x x x
Geometric programming aide .............................................................................. x x x
COMMUNICATION WITH OTHER DEVICES
Communication via RS232C .............................................................................. x x x
Communication via DNC.................................................................................... x x x
Communication via RS485 (FAGOR LAN) ........................................................ x x x
ISO program loading from peripherals ................................................................ x x x
OTHERS
Parametric programming ..................................................................................... x x x
Model digitizing ................................................................................................. x
Possibility of an integrated PLC ......................................................................... x x x
PREPARATORY FUNCTIONS
T TG TS
AXES AND COORDINATES SYSTEMS
Part measuring units. Millimeters or inches (G70,G71) ....................................... x x x
Absolute/incremental programming (G90,G91)................................................... x x x
Independent axis (G65) ........................................................................................ x x x
REFERENCE SYSTEMS
Machine reference (home) search (G74)............................................................... x x x
Coordinate preset (G92) ....................................................................................... x x x
Zero offsets (G53...G59) ....................................................................................... x x x
Polar origin offset (G93) ....................................................................................... x x x
Store current part zero (G31) ................................................................................ x x x
Recover stored part zero (G32)............................................................................. x x x
PREPARATORY FUNCTIONS
Feedrate F ....................................................................................................... x x x
Feedrate in mm/min. or inches/min. (G94) ........................................................... x x x
feedrate in mm/revolution or inches/revolution (G95) ........................................ x x x
Programmable feed-rate override (G49) ............................................................... x x x
Spindle speed (S) .................................................................................................. x x x
Spindle speed in rpm (G97) .................................................................................. x x x
Constant Surface Speed (G96).............................................................................. x x x
S value limit when working at constant surface speed (G92).............................. x x x
Tool and tool offset selection (T) ......................................................................... x x x
Activate "C" axis in degrees (G14) ....................................................................... x
Main plane C-Z (G15) .......................................................................................... x
Main plane C-X (G16) .......................................................................................... x
AUXILIARY FUNCTIONS
Program stop (M00).............................................................................................. x x x
Conditional program stop (M01) ......................................................................... x x x
End of program (M02) .......................................................................................... x x x
End of program with return to first block (M30) .................................................. x x x
Clockwise spindle start (M03) ............................................................................. x x x
Counter-clockwise spindle start (M04) ................................................................ x x x
Spindle stop (M05)............................................................................................... x x x
Spindle orientation (M19) .................................................................................... x x x
Spindle speed range change (M41, M42, M43, M44) ......................................... x x x
Tool change with M06 ......................................................................................... x x x
Live tool (M45 S) ................................................................................................. x x x
Synchronized tool (M45 K).................................................................................. x
PATH CONTROL
Rapid traverse (G00)............................................................................................. x x x
Linear interpolation (G01) ................................................................................... x x x
Circular interpolation (G02,G03) ......................................................................... x x x
Circular interpolation with absolute center coordinates (G06)............................ x x x
Circular path tangent to previous path (G08) ...................................................... x x x
Arc defined by three points (G09) ........................................................................ x x x
Tangential entry (G37) ......................................................................................... x x x
Tangential exit (G38) ........................................................................................... x x x
Controlled radius blend (G36) ............................................................................. x x x
Chamfer (G39) ...................................................................................................... x x x
Electronic threading (G33)................................................................................... x x x
ADDITIONAL PREPARATORY FUNCTIONS
Dwell (G04 K)....................................................................................................... x x x
Round and square corner (G05, G07) ................................................................... x x x
Scaling factor (G72) ............................................................................................. x x x
Single block treatment (G47, G48)....................................................................... x x x
User error display (G30) ....................................................................................... x x x
Automatic block generation (G76) ....................................................................... x
Communication with FAGOR Local Area Network (G52)................................... x x x
T TG TS
COMPENSATION
Tool radius compensation (G40,G41,G42) ......................................................... x x x
Loading of tool dimensions into internal tool table (G50, G51) ........................ x x x
CANNED CYCLES
Pattern repeat (G66)............................................................................................. x x x
Roughing along X (G68)..................................................................................... x x x
Roughing along Z (G69) ..................................................................................... x x x
Straight section turning (G81)............................................................................. x x x
Straight section facing (G82) .............................................................................. x x x
Deep hole drilling (G83) ..................................................................................... x x x
Circular section turning (G84) ............................................................................ x x x
Circular section facing (G85) .............................................................................. x x x
Longitudinal threadcutting (G86) ....................................................................... x x x
Face threadcutting (G87)..................................................................................... x x x
Grooving along X (G88)...................................................................................... x x x
Grooving along Z (G89) ...................................................................................... x x x
PROBING
Probing (G75) ...................................................................................................... x x x
Tool calibration canned cycle (G75N0).............................................................. x
Probe calibration canned cycle (G75N1) ............................................................ x
Part measuring canned cycle along X (G75N2)................................................... x
Part measuring canned cycle along Z (G75N3)................................................... x
Part measuring canned cycle with tool compensation along X (G75N4)............ x
Part measuring canned cycle with tool compensation along Z (G75N5)............ x
SUBROUTINES
Number of standard subroutines.......................................................................... 99 99 99
Definition of a standard subroutine (G22)........................................................... x x x
Call to a standard subroutine (G20) .................................................................... x x x
Number of parametric subroutines ...................................................................... 99 99 99
Definition of a parametric subroutine (G23) ....................................................... x x x
Call to a parametric subroutine (G21) ................................................................. x x x
End of standard or parametric subroutine (G24) ................................................. x x x
JUMP OR CALL FUNCTIONS
Unconditional jump/call (G25) ........................................................................... x x x
Jump or call if zero (G26) .................................................................................... x x x
Jump or call if not zero (G27) .............................................................................. x x x
Jump or call if smaller (G28) ............................................................................... x x x
Jump or call if greater (G29) ................................................................................ x x x
NEW FEATURES
AND
MODIFICATIONS
Date: March 1991 Software Version: 2.1 and newer FEATURE MODIFIED MANUAL & SECTION
The home searching direction is set by machine Installation Manual Section 4.7 parameter P618(5,6,7,8)
The 2nd home searching feedrate is set by Installation Manual Section 4.7 machine parameter P807...P810
New resolution values 1, 2, 5 and 10 for sine-wave Installation Manual Section 4.1 feedback signals P619(1,2,3,4)
Access to PLCI registers from the CNC Programming Manual G52
Date: June 1991 Software Version: 3.1 and newer FEATURE MODIFIED MANUAL AND SECTION
New function: F36. It takes the value of the Programming Manual Chapter 13 selected tool number
G68 and G69 canned cycles modified. if P9=0 Programming Manual Chapter 13 it runs another final roughing pass
Date: September 1991 Software Version: 3.2 and newer FEATURE MODIFIED MANUAL AND SECTION
Subroutine associated with the T function Installation Manual Section 3.3.5 G68 and G69 canned cycles modified. Programming Manual Chapter 13
P9 can now have a negative value
Date: March 1992 Software Version: 4.1 and newer FEATURE MODIFIED MANUAL AND SECTION
Bell-shaped ACC./DEC. Installation Manual Section 4.8
It is now possible to enter the sign of the Installation Manual Section 4.4 leadscrew backlash for each axis P620(1,2,3,4)
Independent axis movement execution Programming Manual G65 It is now possible to work at Constant Surface Installation Manual Section 3.3.9
Speed in JOG mode P619(8)
Date: July 1992 Software Version: 4.2 and newer FEATURE MODIFIED MANUAL AND SECTION
Synchronisation with independent axis P621(4) Installation Manual Section 3.3.10
Date: July 1993 Software Version: 5.1 and newer FEATURE MODIFIED MANUAL AND SECTION
Linear & Bell-shaped acc./dec. ramp combination Installation Manual Section 4.8 Spindle acc/dec control. P811 Installation Manual Section 5. The subroutine associated with the tool Installation Manual Section 3.3.5
is executed before the T function. P617(2) G68 and G69 cycles modified. If P10 <> 0, Programming Manual Chapter 13
it runs a final roughing pass before the finishing pass
When having only one spindle range, if G96 is Programming Manual Chapter 6 executed without any range being selected, the CNC will automatically select it.
8030 CNC with VGA Monitor Installation Manual Chapter 1
Date: March1995 Software Version: 5.3 and newer FEATURE MODIFIED MANUAL AND SECTION
Management of semi-absolute feedback devices Installation Manual Sections 4.7 & 6.5. (with coded Io)
Spindle inhibit by PLC Installation Manual Section 3.3.10 Handwheel managed by PLC Installation Manual Section 3.3.3 Simulation of the "rapid JOG" key from PLC PLCI Manual Initialization of machine parameters in case of
memory loss.
Introduction - 1
INTRODUCTION
Introduction - 3
SAFETY CONDITIONS
Read the following safety measures in order to prevent damage to personnel, to this product and to those products connected to it.
This unit must only be repaired by personnel authorized by Fagor Automation. Fagor Automation shall not be held responsible for any physical or material
damage derived from the violation of these basic safety regulations.
Precautions against personal damage
Before powering the unit up, make sure that it is connected to ground
In order to avoid electrical discharges, make sure that all the grounding connections
are properly made.
Do not work in humid environments
In order to avoid electrical discharges, always work under 90% of relative humidity
(non-condensing) and 45º C (113º F).
Do not work in explosive environments
In order to avoid risks, damage, do not work in explosive environments.
Precautions against product damage
Working environment
This unit is ready to be used in Industrial Environments complying with the directives
and regulations effective in the European Community
Fagor Automation shall not be held responsible for any damage suffered or caused
when installed in other environments (residential or homes).
Install the unit in the right place
It is recommended, whenever possible, to instal the CNC away from coolants,
chemical product, blows, etc. that could damage it.
This unit complies with the European directives on electromagnetic compatibility.
Nevertheless, it is recommended to keep it away from sources of electromagnetic
disturbance such as.
- Powerful loads connected to the same AC power line as this equipment.
- Nearby portable transmitters (Radio-telephones, Ham radio transmitters).
- Nearby radio / TC transmitters.
- Nearby arc welding machines
- Nearby High Voltage power lines
- Etc.
Ambient conditions
The working temperature must be between +5° C and +45° C (41ºF and 113º F)
The storage temperature must be between -25° C and 70° C. (-13º F and 158º F)
Introduction - 4
Protections of the unit itself
Central Unit
It carries two fast fuses of 3.15 Amp./ 250V. to protect the mains AC input. All the digital inputs and outputs are protected by an external fast fuse (F) of 3.15
Amp./ 250V. against over voltage and reverse connection of the power supply.
Monitor
The type of fuse depends on the type of monitor. See the identification label of the unit.
Precautions during repair
Do not manipulate the inside of the unit
Only personnel authorized by Fagor Automation may manipulate the inside of this unit.
Do not manipulate the connectors with the unit connected to AC
power.
Before manipulating the connectors (inputs/outputs, feedback, etc.) make sure that the unit is not connected to AC power.
Safety symbols
Symbols which may appear on the manual
WARNING. symbol
It has an associated text indicating those actions or operations may hurt
people or damage products.
Symbols that may be carried on the product
WARNING. symbol
It has an associated text indicating those actions or operations may hurt
people or damage products.
"Electrical Shock" symbol
It indicates that point may be under electrical voltage
"Ground Protection" symbol
It indicates that point must be connected to the main ground point of the
machine as protection for people and units.
Introduction - 5
MATERIAL RETURNING TERMS
When returning the CNC, pack it in its original package and with its original packaging material. If not available, pack it as follows:
1.- Get a cardboard box whose three inside dimensions are at least 15 cm (6 inches) larger than those of the unit. The cardboard being used to make the box must have a resistance of 170 Kg (375 lb.).
2.- When sending it to a Fagor Automation office for repair, attach a label indicating the owner of the unit, person to contact, type of unit, serial number, symptom and a brief description of the problem.
3.- Wrap the unit in a polyethylene roll or similar material to protect it. When sending the monitor, especially protect the CRT glass.
4.- Pad the unit inside the cardboard box with poly-utherane foam on all sides.
5.- Seal the cardboard box with packing tape or industrial staples.
Introduction - 6
FAGOR DOCUMENTATION
FOR THE 8025/30 M CNC
8025M CNC OEM Manual Is directed to the machine builder or person in charge of installing and starting
up the CNC. It contains 2 manuals:
Installation Manual describing how to isntall and set-up the CNC. LAN Manual describing how to instal the CNC in the Local
Area Network.
Sometimes, it may contain an additional manual describing New Software Features recently implemented.
8025M CNC USER Manual Is directed to the end user or CNC operator.
It contains 3 manuals:
Operating Manual describing how to operate the CNC. Programming Manual describing how to program the CNC. Applications Manual describing other applications for this CNC
non-specific of Milling machines
Sometimes, it may contain an additional manual describing New Software Features recently implemented.
DNC 25/30 Software Manual Is directed to people using the optional DNC communications software. DNC 25/30 Protocol Manual Is directed to people wishing to design their own DNC communications
software to communicate with the 800 without using the DNC25/30 software..
PLCI Manual To be used when the CNC has an integrated PLC.
Is directed to the machine builder or person in charge of installing and starting up the PLCI.
DNC-PLC Manual Is directed to people using the optional communications software: DNC-PLC. FLOPPY DISK Manual Is directed to people using the Fagor Floppy Disk Unit and it shows how to use
it.
Introduction - 7
MANUAL CONTENTS
The operating manual consists of the following chapters:
Index Comparison table of FAGOR models: 8025 M CNCs New Features and modifications. Introduction Safety conditions.
Material returning conditions. FAGOR documentation for the 8025 M CNC. Manual contents.
Overview Front panel of the 8025 M CNC Operating modes
0- Automatic 1- Single block 2- Play-back 3- Teach-in 4- Dry-run 5- Jog 6- Editor 7- Peripheral 8- Tool table and zero offset table 9- Special modes
Error codes
8025/8030 CNC OPERATING MANUAL 1
1. OVERVIEW
This manual contains the information required for the proper operation of the CNC. It describes the controls fitted on both the keyboard and the front panel. Also the CNC operating modes and the information displayed on the screen are explained.
2 8025/8030 CNC OPERATING MANUAL
2. FRONT PANEL 8025/30 CNC
2.1. MONITOR/KEYBOARD FOR THE 8030 CNC
1. Function keys (SOFT-KEYS)
2. Alphanumeric keyboard for editing programs.
3. ENTER. Allows information to be entered in the CNC memory, etc.
4. RECALL. To access a program, a block within a program,etc.
5. OP MODE . Allows a list of operating modes to be displayed on the screen. It is a
previous step to accessing any of them.
6. DELETE . It allows deletion of a complete program or a block of the programme.
Deletion of the graphic representation, etc.
7. RESET . To revert the CNC to the initial conditions and recognise new machine
parameter values, decoded M functions, etc.
8025/8030 CNC OPERATING MANUAL 3
8. CL. To delete characters one by one during the editing process, etc.
9. INS. Key which allows characters to be inserted during the edition of a program block.
10. Arrow keys for moving cursor.
11. Page up and page down keys.
12. SP. Reserves a space between characters of a comment. CAPS. Allows characters to be edited in capitals. SHIFT. Allows characters to be edited which are found on keys with double meaning.
4 8025/8030 CNC OPERATING MANUAL
2.2. CONTROL PANEL FOR THE 8030 CNC
1. Emergency Button or Electronic Handwheel (optional)
2. JOG keys for manual displacement of the axes.
3. RAPID FEED button.
4. Switch (M.F.O.), which allows a % variation of the programmed feedrate and to choose
the different ways of working in the JOG MODE (continuous, incremental, electronic handwheel).
5. Spindle operating keys. Allow the spindle to be put into OPERATION and to STOP it,
in the JOG mode. The and keys allow a % variation of the programmed turning speed of the spindle during operation.
6. START . Cycle START key.
7. STOP . Cycle STOP key.
8025/8030 CNC OPERATING MANUAL 5
2.3. MONITOR/KEYBOARD/CONTROL PANEL FOR THE 8025 CNC
1. Function keys (SOFT-KEYS)
2. Alphanumeric keyboard for editing programs.
3. ENTER. Allows information to be entered in the CNC memory, etc.
4. RECALL. To access a program, a block within a program,etc.
5. OP MODE . Allows a list of operating modes to be displayed on the screen. It is a
previous step to accessing any of them.
6. DELETE . It allows deletion of a complete program or a block of the programme. Deletion of the graphic representation, etc.
6 8025/8030 CNC OPERATING MANUAL
7. RESET . To revert the CNC to the initial conditions and recognise new machine
parameter values, decoded M functions, etc.
8. CL. To delete characters one by one during the editing process, etc.
9. INS. Key which allows characters to be inserted during the edition of a program block.
10. Arrow keys for moving the cursor.
11. Page up and page down keys.
12. SP. Reserves a space between characters of a comment. CAPS. Allows characters to be edited in capitals. SHIFT. Allows characters to be edited which are found on keys with double meaning.
13. JOG keys for manual displacement of the axes.
14. RAPID FEED button.
15. Switch (M.F.O.), which allows a % variation of the programmed feed and to choose the
different ways of working in the JOG MODE (continuous, incremental, electronic handwheel).
16. Spindle operating keys. Allow the spindle to be put into OPERATION and to STOP it, in the JOG mode. The and keys allow a % variation of the programmed turning speed of the spindle during operation.
17. START. Cycle START key.
18. STOP. Cycle STOP key.
8025/8030 CNC OPERATING MANUAL 7
0
0 0
1
1
0
Monitor
P611 (7)
P611 (8)
2.4. SELECTION OF COLORS
Whenever the CNC is fitted with a COLOR MONITOR, it is possible to choose the set of colors one wishes to appear on the screen.
Colors are selected by means of the designation of values to the Machine Parameter P611 bits (8) and (7).
Each of the combinations, 1 and 2, are a group of 3 different colors to distinguish the characters displayed.
2.5. CANCELLATION OF THE MONITOR DISPLAY
In any of the Modes of Operation of the CNC, it is possible to blank the MONITOR out. First of all, it is necessary to press the key and then the key . To restore the display just press any key. In this case, the STOP key , in addition to recovering the last display, stops the possible
running of the CNC. The display is also recovered when a message is received from the PLC64 or from the PLCI.
2.6. FUNCTION KEYS (SOFT KEYS)
The CNC has 7 function keys (F1/F7), placed under the screen, which allow the user to operate with the CNC comfortably and quickly.
Their meaning will be displayed on the screen just above the corresponding function keys and will be different in each of the situations and modes of operation.
Throughout the manual the meaning of the F1/F7 keys which must be pressed in each case, will be indicated in square brackets [].
Monochrome
Combination 1 Combination 2
8 8025/8030 CNC OPERATING MANUAL
3. OPERATING MODES
The CNC has 10 different operating modes:
0. AUTOMATIC : Execution of programs in a continuous cycle.
1. SINGLE BLOCK: Execution of part programs block by block.
2. PLAY-BACK : Creation of a program in memory while the machine is being operated
manually.
3. TEACH-IN :
- Creation and execution of a block without entering it into memory.
- Creation, execution and entering of a block into memory; thus a program is created while being executed block by block.
4. DRY RUN : To check programs before actual execution of the first part.
5. JOG/HOME SEARCH:
- Manual movement of the machine.
- Machine-reference.
- Presetting of any value and zero-setting the axes.
- Entering and executing of F,S,M.
- Setting initial conditions of the tool magazine.
- Handwheel operation.
6. EDITING: Creation, modification and checking of blocks, programs and subroutines.
8025/8030 CNC OPERATING MANUAL 9
7. INPUT-OUTPUT: Transferring programs or machine-parameters from/to peripherals.
8. TOOL OFFSETS/ G53-G59:
Input, modification and checking of the dimensions (radius and length) of up to 100 tools and of zero offsets (G53-G59).
9. SPECIAL MODES:
- General testing of the CNC.
- Verification of inputs and outputs.
- Setting of decoded M functions.
- Setting of machine-parameters.
- Input of values for leadscrew error compensation.
- Operate with the PLC.
By means of these operating modes it is possible to program the CNC, produce parts in a continuous run, work block by block and work manually.
Sequence for obtaining these operating modes:
- Press OP MODE: The list of 10 modes will appear on the screen.
- Press the number of the desired operating mode.
10 8025/8030 CNC OPERATING MANUAL
3.1. 0 MODE: AUTOMATIC (Continuous cycle) 1 MODE: SINGLE BLOCK
The only difference between these two modes is that in single block mode (1), each time a block is executed the CYCLE START button has to be pressed to continue exe­cuting the program, whereas in automatic mode (0) the cycle is continuous.
3.1.1. Execution of a program
The execution of a program requires the following steps:
3.1.1.1. Selection of the AUTOMATIC operating mode (0) SINGLE BLOCK (1)
- Press OP MODE : The list of 10 operating modes appears on the screen.
- Press 0/1 key : The standard display corresponding to this operating mode appears; i.e. in
the upper left-hand section of the screen the message AUTOMAT/SINGLE BLOCK followed by the number of the program P —— and the number of the first block to be executed N ——.
3.1.1.2. Selection of the program to be executed
Whenever a program number is wanted other than that appearing on the screen, the following sequence should be followed:
- Press the P key
- Key in the number of the desired program
- Press RECALL
The new program selected will appear on the screen, if it exists. If not, the screen will display: N*
8025/8030 CNC OPERATING MANUAL 11
3.1.1.3. Selection of the first block to be executed
Once a program has been selected, the number of the first block to be executed appears to the right of the program number.
If you wish to begin with a different block, the following procedure should be followed:
- Press the N key
- Key in the number of the block
- Press RECALL The new number is displayed on the screen together with the contents of this block and those
of the subsequent blocks.
3.1.1.4. Display of the contents of the blocks
To display the contents of the blocks prior or subsequent to those appearing on the screen:
- Press : The previous blocks are displayed
- Press : The next blocks are displayed
Atention:
The program always starts with the block whose number appears to the right of the program number, regardless of which ones are displayed on the screen.
12 8025/8030 CNC OPERATING MANUAL
3.1.1.5. Cycle Start
- Press
. Once the program and block number have been selected, just press this key to execute the
program in AUTOMATIC or the block in SINGLE BLOCK.
. If the program contains any conditional block it will be executed when the relevant input
is activated (see INSTALLATION AND START-UP MANUAL). If it is not activated, the CNC will disregard such block.
. During the time that the fast travel button is pressed carrying out a movement
in G01, G02, or G03, the percentage of the feedrate will be 200% of the programmed feedrate, whenever the machine parameter P600(3) has a value equal to zero.
. In the SINGLE BLOCK mode all those blocks which are programmed with parameters
will be executed by the FAGOR CNC as if they were a single BLOCK, whenever these are in canned cycles.
3.1.1.6. Cycle stop
Press The CNC stops the execution of the block in progress. To resume the cycle just pres
The cycle is also stopped by means of:
- Codes M00,M02,M30.
- Code M01 when the relevant input is activated.
- The external signal STOP.
- The external signal FEED-HOLD (the cycle continues when the signal disappears)
- The external signal EMERGENCY STOP (in this case the program must be restarted, since
the CNC is reset to initial state).
- The external EMERGENCY Subroutine Jump signal
8025/8030 CNC OPERATING MANUAL 13
3.1.1.7. Changing the operating mode
It is possible, at any time during the execution of a cycle in AUTOMATIC mode, to switch to SINGLE BLOCK mode or vice versa. To do so:
- Press OP MODE. The listing of operating modes will appear on the screen.
- Press 1/0 (depending on the execution mode).
If any number other than 1/0 is pressed, the CNC returns to the previous position.
3.1.2. Display Modes
The display modes in AUTOMATIC or in SINGLE BLOCK are:
. STANDARD . CURRENT POSITION . FOLLOWING ERROR . ARITHMETICAL PARAMETERS . SUBROUTINE STATUS . GRAPHICS . EDITOR (BACKGROUND) . PLC/LAN . TOOL COMPENSATION . TOOL INSPECTION . PLC MESSAGES
3.1.2.1. Selection of display mode.
By pressing the function keys (F1/F7), placed under the screen, the user can select the desired mode which appears displayed just above the corresponding function key.
By means of the [ETC] key, other function keys which are not displayed can be accessed.
14 8025/8030 CNC OPERATING MANUAL
3.1.2.2. STANDARD display mode.
This mode is automatically imposed on selecting the AUTOMATIC or SINGLE BLOCK mode of operation.
Information displayed on screen.
. Upper part. The message AUTOMATIC or SINGLE BLOCK and then the number of the
program, of the first block to run or the one which is being run. Underneath, the contents of the first block of the programme or of the block being run and
the following (2 or 3).
. Central part. Under the titles COMMAND, ACTUAL and TO GO appear the axis arrival
dimensions, the current position and those still to travel, respectively. Underneath and at the same level as COMMAND, the Programmed S value, multiplied by
the %, on the same level as ACTUAL, the real S value and at the same level as TO GO (RPM) or (M/MIN).
. Lower part. The programmed values of F and S appear and their %, as well as the list of
activated G, T and M functions. This part of the screen also displays messages sent to the CNC from the PLC, programmed
comments, as well as the meaning of the function keys.
3.1.2.3. ACTUAL POSITION display mode.
The position of the axes is displayed with large characters. The number of the programme, the block, the status of the G, M, T, S and F functions, as well as PLC messages, if any, comments and the meaning of the function keys, are also displayed.
8025/8030 CNC OPERATING MANUAL 15
3.1.2.4. FOLLOWING ERROR display mode
The axis following error is displayed, as well as the programme number, the block number, the status of the G, M, T, S and F functions, as well as PLC messages, if any, comments and the meaning of the function keys, are also displayed.
3.1.2.5. ARITHMETIC PARAMETERS display mode.
If the [PARAMETERS] function key is pressed, on the upper part of the screen a list of parameters will appear with their corresponding value at that moment. By pressing either of the keys and the remaining parameters will appear with their values.
For example:
P46 = -1724.9281 P47 = -.10842021 E2
E-2 means ten to the power of minus two.
16 8025/8030 CNC OPERATING MANUAL
3.1.2.6. SUBROUTINE STATUS, CLOCK AND PARTS COUNTER display mode.
Identical to the STANDARD display mode, except that instead of the following blocks to be run, the subroutines which are active at that moment appear with the following format:
Standard subroutines : N2.2 Subroutine number Number of times still to be run
Parametric subroutines : P2.2 Subroutine number Number of times still to be run
Repetition of subprograms (G25):
G25.2
Indicates that it is a Number of times still to be run repetition of a subprogram by means of a G25, G26, G27,G28 or G29 function.
The following also appears on the screen in this display mode: The CLOCK which indicates in hours, minutes and seconds the operation time of the CNC
in the AUTOMATIC, SINGLE BLOCK, TEACH IN and DRY RUN modes. When the running of a program is interrupted or finished, the counting of the clock is also
interrupted.
8025/8030 CNC OPERATING MANUAL 17
To reset the clock, push the DELETE button and then the function key [TIME], this clock being displayed on the screen.
On the right, the clock appears with 4 digits THE PARTS NO. COUNTER. This counter increments one unit every time the CNC runs the M30 function or the M02
function. To reset the parts no. counter the DELETE key must be pressed and then the function key
[PART COUNT], this counter being displayed on the screen.
3.1.2.7. GRAPHICS display mode. This mode is used for the graphic representation of the program and an explanation of it appears
in paragraph 3.10 of this MANUAL.
:
.
.
HOURS
MINUTES
SECONDS
PARTS COUNTER
18 8025/8030 CNC OPERATING MANUAL
3.1.3. Programming while running a program. BACKGROUND.
The CNC allows the edition of a new program while it is running a cycle in AUTOMATIC mode or in SINGLE BLOCK mode. For this:
Press the function key [BACKGROUND EDIT]
The P program number which appears corresponds to the number of the last program which was edited.
If the OP MODE key is pressed, we return to the Standard Display Mode. The remaining operations are identical to those in the EDITOR (6).
Atention:
It is not possible to work (edit, correct, etc.) with the program which is being run. It is recommended to give programs numbers which have not been previously stored in the memory, as if the programme which is being run contains calls to subroutines of other programs, there could be problems. Specifically the 001 error may be generated.
During an editing operation, the AUTOMATIC mode controls and keys or those of the
SINGLE BLOCK mode remain active.
3.1.4. PLC/LAN mode.
When the [PLC] function key is pressed, access is gained to the main menu of the PLC and the LOCAL AREA NETWORK without any need for stopping the execution of the program.
(See the FAGOR PLC 64/INTEGRATED manual). If the OP MODE key is pressed, we return to the STANDARD Display Mode.
8025/8030 CNC OPERATING MANUAL 19
3.1.5. Verification and modification of the values of the tool offset table without stopping the cycle.
- Press the function key [TOOL OFFSETS]
- Key in the number of the offset desired (00-99).
- Press RECALL.
The values of the offset which has been called will appear on the screen. Underneath and to the right, the letter I will appear. If it is wished to modify the value of the I on the table, the amount which it is wished to add
or subtract is keyed in. The value keyed in appears on the right of the I.
- Press K
- Key in the value to be added or subtracted
- Press ENTER
Once the values of the tool offset table have been introduced, press the key [END] to return
to the standard display.
20 8025/8030 CNC OPERATING MANUAL
3.1.6. Tool inspection.
If during the running of a program it is wished to inspect or change a tool, the procedure to follow is indicated below:
a) Press
The programme being run will be interrupted and on the upper right-hand side of the screen the message INTERRUPTED shall appear.
b) Press the function key [TOOL INSPEC].
At this time, M05 is run. On the screen, there will appear:
JOG KEYS AVAILABLE EXIT
c) By means of the JOG keys, the axes can be moved to the desired point.
The TOOL INSPECTION sequence allows the spindle to start and stop during the removal of the tool, by means of the spindle operating keys situated on the Control panel.
d) Once the tool has been inspected or changed:
Press [CONTINUE] (According to the situation when [TOOL INSPEC] is pressed, M03 or M04 are executed).
The screen will show:
RETURN AXES NOT POSITIONED
(Axes which have been moved manually). By means of the JOG keys the axes are taken to the position in which the cycle was
interrupted. The CNC will not allow this position to be passed. When the axes are in position, on the screen there will appear:
RETURN AXES NOT POSITIONED NONE
e) Press
The cycle will continue normally.
8025/8030 CNC OPERATING MANUAL 21
3.1.7. CNC reset
When the key is pressed on the top right-hand side of the screen, the blinking message RESET? will appear on the screen.
If the key is pressed once more, the CNC goes back to its initial conditions.
3.1.8. Display and deletion of messages sent by the FAGOR PLC 64
The CNC operates with the FAGOR PLC and the latter sends messages for display on the CNC, it is possible to access to a table of messages which are active at that moment.
The CNC always displays the message with most priority, if there is more than one active message, the sign will be highlighted (displayed in reverse video).
To display the table, it is necessary to press the [PLC MESSAGES] function key. If there is such a number of messages that they occupy more than one screen, by pressing
keys and it is possible to display these. One of the messages will appear highlighted indicating that it can be deleted from the table
by pressing the DELETE key. When a deletion is made in this way, the CNC will deactivate the MARK corresponding
to the PLC which sent the message. To select the message to delete the and keys must be used.
+
22 8025/8030 CNC OPERATING MANUAL
3.2. MODE 2: PLAY-BACK
This method of programming is basically the same as the EDITOR mode, except with regard to programming the values of the coordinates.
It allows the machine to be operated manually and the coordinate values reached to be entered as program coordinates. The execution of a program requires the following steps:
3.2.1. Selection of the operating mode PLAY-BACK
- Press OP MODE
- Press key 2 The meaning of the function keys to operate in this mode will appear on the screen.
3.2.2. Locking/Unlocking of memory
Same as section 3.6.2. in EDITING mode(6).
3.2.3. Deletion of a complete program
Same as section 3.6.3. in EDITING mode (6).
3.2.4. Change of program number
Same as section 3.6.4. in EDITING mode (6).
3.2.5. Display and search of memorized subroutines
Same as section 3.6.5. in EDITING mode (6).
3.2.6. Selection of a program
Same as section 3.6.6. in EDITING mode (6).
8025/8030 CNC OPERATING MANUAL 23
3.2.7. Creating a program
The creation of a program in PLAY BACK mode is the same as in EDITING mode except that the axes can be moved by means of the JOG keys. The axis coordinate values are displayed at the bottom of the screen.
In a block which only contains the coordinates of one point, after using the JOG keys to move the axes, press ENTER and the coordinates of the point will be stored in the memory. Every time the ENTER key is pressed, the coordinates of the point according to the 3 active axes at that moment will be stored in memory.
In order to activate an axis which is not active at that time, the key of the corresponding axis (X,Y,Z,W,V) must be pressed.
If in addition to the coordinates of a point it is desired to write into the block further information such as G,S,M,T functions etc., each time the key of the corresponding axis is pressed the CNC will take as the value of the axis the coordinate at which the machine is at that moment.This method of editing is highly practical when creating a program for copying a part using functions G08 and G09.
When G08 has been written into a block requiring it, use the JOG keys to move the machine to the end point of the tangent arc to the previous path, then press ENTER and the block will be stored in the memory.
When G09 has been written into a block which requires it, use the JOG keys to move the machine to an intermediate point on the arc and press the ENTER key. The CNC will take the coordinates as those of the intermediate point on the arc. Then move the machine to the end point of the arc and once the ENTER key has been pressed the block will be stored in the memory.
3.2.8. Deletion of a block
Same as in EDITING mode (6).
3.2.9.Copy a program.
Same as in EDITING mode (6).
24 8025/8030 CNC OPERATING MANUAL
3.3. MODE 3: TEACH-IN
This method of programming is basically the same as the EDITING mode, except that the blocks which are written may be executed before being entered into memory. This enables a part to be produced block by block while it is being programmed.
The execution of a program requires the following steps:
3.3.1. Selection of the operating mode
- Press OP MODE
- Press key 3 The meaning of the function keys to operate in this mode will appear on the screen.
3.3.2. Locking/Unlocking of memory
Same as section 3.6.2. in EDITING mode (6).
3.3.3. Deletion of a complete program
Same as section 3.6.3. in EDITING mode (6).
3.3.4. Change of program number
Same as section 3.6.4. in EDITING mode (6).
3.3.5. Display and search of memorized subroutines
Same as section 3.6.5. in EDITING mode (6).
3.3.6. Selection of a program
Same as section 3.6.6. in EDITING mode (6).
8025/8030 CNC OPERATING MANUAL 25
3.3.7. Creation of a program
Same as section 3.6.7. in EDITING mode (6) except that the block may be executed before pressing ENTER. To do this:
- Press . The CNC executes the block.
- If it is correct, it may be recorded in memory by pressing ENTER.
- If it is incorrect, press DELETE.
- Rewrite the block.
Atention:
On pressing , the CNC executes the block and the display mode changes to AUTOMATIC mode.
By pressing ENTER or DELETE the display returns to the TEACH-IN display mode.
When the blocks are executed, the CNC retains the sequence of the completed blocks.
Radius compensation cannot be performed in this mode. If a subroutine is called, the CNC will execute all its blocks.
3.3.8. Deletion of a block
Same as in EDITING mode (6).
3.3.9.Copy a program.
Same as in EDITING mode (6).
26 8025/8030 CNC OPERATING MANUAL
3.4. MODE 4: DRY RUN
This operating mode is used for testing a program in a dry run before producing the first part.
3.4.1. Execution of a program
The execution of a program requires the following steps:
3.4.1.1. Selection of the operating mode DRY RUN (4)
- Press OP MODE
- Press key 4. The screen will display:
DRY RUN
0 - G FUNCTIONS 1 - G,S,T,M FUNCTIONS 2 - RAPID MOVE 3 - THEORETICAL PATH
0 - G FUNCTIONS The CNC will only execute the programmed G functions.
1 - G,S,T,M FUNCTIONS The CNC will only execute the programmed G,S,T,M functions.
2 - RAPID TRAVERSE
The CNC will execute the program completely. The movements are executed at max. programmable Feedrate (F0) regardless of the F’s programmed.
The Feedrate Override allows the % feed to be varied. It should be borne in mind that if parameters P712, P713, P714, P724 are active too,
acceleration/deceleration will be applied to F0, avoiding the generation of following errors.
3 - THEORETICAL PATH
The CNC will execute the program without moving the axes and without taking tool compensation into account.
8025/8030 CNC OPERATING MANUAL 27
3.4.1.1.1. Selection of execution mode
- Key-in the desired number.
- The selected line will appear on the screen completed.
FINAL BLOCK:
N.
Will be displayed at the bottom of the screen. There are two possibilities:
a) If it is desired to run the entire program selected.
- Press ENTER
b) If it is desired to run the program as far as a specific block:
- Key-in the number of the block whose execution in Dry Run mode is desired including the execution of this block. If this block includes the definition in a canned cycle, it will only be executed until it is positioned at the starting point in the cycle.
- Press ENTER
- The letter P will appear on the screen.
- Enter the number of the program where the final block is located and then press ENTER.
If the number of the program is the one already selected, just press ENTER.
- The symbol # will be displayed.
- After this symbol, enter the number of times that the previous block must be repeated. (Maximum value 9999.)
- Finally press ENTER.
In both cases, a) and b), the screen will display the same information as in AUTOMATIC and SINGLE BLOCK.
28 8025/8030 CNC OPERATING MANUAL
3.4.1.2. Selection of the program to be executed
Same as section 3.1.1.2.
3.4.1.3. Selection of starting block
Same as section 3.1.1.3.
3.4.1.4. Display of the contents of the blocks
Same as section 3.1.1.4.
3.4.1.5. Cycle start
Same as section 3.1.1.5.
3.4.1.6. Cycle stop
Same as section 3.1.1.6.
3.4.1.7. Change of operation mode
At any time during the execution of a cycle in the DRY RUN operating mode, it can be switched to the operating modes AUTOMATIC or SINGLE BLOCK. To do this:
- Press OP MODE: The operating mode list will appear.
- Press 0 or 1.
If any number other than 0 or 1 is pressed, the CNC will return to the DRY RUN mode.
8025/8030 CNC OPERATING MANUAL 29
3.4.1.8. Tool inspection
Same as section 3.1.6.
3.4.2. Display modes
Same as section 3.1.2. except BACKGROUND EDITING which is not available.
Regardless of the form of execution selected, the CNC will always examine the program as it executes it and will indicate possible programming errors.
If during the execution of a program in DRY RUN mode we change to AUTOMATIC or SINGLE BLOCK mode, one more block is executed in DRY RUN mode before changing over to the mode selected, recovering in the first block of this new mode the position corresponding to the point in the program in which the machine finds itself.
3.4.3. CNC reset
Same as paragraph 3.1.4.
30 8025/8030 CNC OPERATING MANUAL
3.5. MODE 5: JOG
This operating mode is used for:
- Jogging the axes.
- Searching for the machine-reference points of the axes
- Presetting values on the axes
- Entering or executing F,S, T and M
- Operating as a readout
- Displaying/changing the RANDOM table
- RESETting the CNC (return to initial conditions).
- Handwheel operation.
- Measure and load the length of tools in the tool offset table, using a touch probe.
- Starting and stopping the spindle.
3.5.1. Selection of the JOG operating mode (5)
- Press OP MODE
- Press key 5 The coordinates of the axes, the S value and the number of the active tool will appear on the
screen in large characters.
8025/8030 CNC OPERATING MANUAL 31
3.5.2. Search for machine reference axis by axis
- Once the JOG operating mode is displayed, press the key corresponding to the axis to be referenced. In the lower lefthand side of the screen X,Z will appear according to the key pressed.
- Press [HOME] (ZERO). To the right of the axis letter will appear HOME SEARCH?.
- Press . The axis will move at a feedrate selected by means of machine-parameter toward the machine-reference point. On pressing the reference microswitch, it will change to a feedrate of 100 mm/min. On receiving the machine-reference pulse from the feedback system, it will stop, setting the counter to the value set as machine-parameter (P119, P219, P319, P419).
If the reference microswitch was pressed when pressing Cycle Start , the axis will withdraw until the microswitch is released. Then the search will be carried out normally.
To cancel the machine reference search before pressing Cycle Start the CL key must be pressed.
To cancel the search after pressing Cycle Start , Cycle Stop must be pressed.
Atention:
The indications which are made here for the X,Z axes, will have the treatment for the 3rd and 4th axes in machines which have them.
3.5.3. Presetting a coordinate value
- Once displayed, press the key of the axis on which the preset is required.
- Key in the required value.
- Press ENTER. The new value will appear on the screen.
To cancel the preset, before pressing ENTER, operate CL as many times as characters to be deleted.
32 8025/8030 CNC OPERATING MANUAL
3.5.4. Jogging the axes
3.5.4.1. Continuous movement
- Front panel (M.F.O.) switch in any position of the % FEEDRATE zone.
- According to the axis and the direction in which it is desired to move, the JOG key corresponding to this axis must be pressed:
- As established by means of the machine-parameter:
. (P12=Y). Releasing the key, the movement is stopped. . (P12=N). Two possibilities:
- Press to stop the movement. or.
- Press another JOG key. To reverse or transfer the movement of one axis to another .
Atention:
On selecting the JOG operating mode the feedrate F0 remains selected. If another feed is not entered later, the axes move at the % of F indicated by the switch on the front.
Rapid feed of an axis in JOG mode can be obtained while pressing the
RAPID FEED key.
3.5.4.2. Incremental movement
- Front panel M.F.O. switch in the JOG zone.
- Press any of the JOG keys:
The axis will move in the direction chosen, a distance equal to that indicated on the knob position:
Atention:
a) On selecting the JOG operating mode the feedrate F0 remains selected. If
another feed is not entered later, the axes move at the % of F indicated by the switch on the front.
Rapid feed of an axis in JOG mode can be obtained while pressing the RAPID FEED key.
b) The positions of the knob are 1,10,100,1000 and 10000, and indicate the value
of the movement in microns or in 0.0001 inches.
8025/8030 CNC OPERATING MANUAL 33
3.5.5. Entering F,S, M and T
The required values of F,S, M and T may be entered in this operating mode. The last three will depend on the value of the P603 parameter, bits 5,6,7.
3.5.5.1. Entering an F value
- Press the F key
- Key in the required value
- Press
3.5.5.2. Entering an S value
- Press the S key
- Key in the required value
- Press
3.5.5.3. Entering an M value
- Press the M key
- Key in the required value
- Press
3.5.5.4. Entering an T value
- Press the T key
- Key in the required value (T2.2)
- Press
34 8025/8030 CNC OPERATING MANUAL
3.5.6. Measurement and loading of the tool dimensions in the offset table.
Once the JOG mode has been chosen, the tool dimensions can be measured and introduced into the table, by using a part with known dimensions. For this, machine parameter P806 will be assigned a value of 0. The sequence to be executed is as follows:
. Press the function key [TOOL MEASUREMENT] . Press X. . Key in the dimension of the part according to the X axis. This value will be in radii or
diameters, depending on how the machine is working.
. Press ENTER. . Press Z. . Key in the part dimension according to the Z axis. . Press ENTER. . Key in the desired tool number (T2.2). . Press START. . Move the X axis with the manual controls, until the part is touched. . Press X. . Press [LOAD]. At that moment the new X dimension of the tool calculated by the control
becomes active, due to which the dimension displayed on the X axis must be the same as the one introduced as the radius or diameter of the part.
. Move the Z axis with the manual controls, until the part is touched. . Press Z. . Press [LOAD]. At that moment the new Z dimension of the tool calculated by the control
becomes active, due to which the dimension displayed on the Z axis must be the same as the one introduced as the radius or diameter of the part.
. If you want to do the same with another tool, it is necessary to begin once more by keying
in the new tool (T2.2); the rest of the operation is the same as the first tool.
. To go on to work in the normal way in the MANUAL mode, the [TOOL MEASUREMENT]
key must be pressed.
8025/8030 CNC OPERATING MANUAL 35
3.5.7. Operation of the CNC as a readout
Once the JOG operating mode is selected, if the external MANUAL input is activated, the CNC acts as a readout. In this case, the machine has to be moved by means of external controls and the analog signals must be generated outside the CNC.The S and M functions may be entered in this form of operation. If when operating in this mode, the software travel limits (set via machine-parameters) are overrun, the CNC will send the relevant error code and will only allow the machine to be moved to bring it back to the permitted zone.
3.5.8. Change of measuring units
Every time the key I is pressed the measuring units change from mm to inches and vice­versa.
3.5.9. CNC Reset
Once the JOG mode is selected, when is pressed, the CNC returns to the initial conditions.
36 8025/8030 CNC OPERATING MANUAL
3.5.10. Handwheel operation
When an electronic handwheel is fitted, with this option the axes can, one at a time, be moved manually. For this:
- Select the JOG operation mode.
- Turn the front knob to one of the positions.
- Press any of the two JOG keys which correspond to the axis to be moved by the Handwheel. If a FAGOR Handwheel (mod 100 P) is used, the axis can also be selected by means of the built-in selector button; the relevant axis will be highlighted on the CRT.
- Turn the Handwheel, the axis will move according to the setting of the relevant machine­parameter multiplied by the factor selected with the switch (X1,X10,X100).
It should be borne in mind that if we wish to move an axis at a speed of over G00 corresponding to this axis, the CNC will assume this as maximum, ignoring additional pulses. In this way the generation of following errors is avoided.
To change the axis being jogged:
- Press any of the two JOG keys of the new axis or the axis selector button if a FAGOR Handwheel (mod 100 P) is used.
- Turn the Handwheel.
To end the Handwheel operation.
- Turn the M.F.O. switch to any other position or press the STOP key or keep the axis selector button pressed until the CRT stops displaying (blinking) the selected axis, if a FAGOR Handwheel (mod 100 P) is used.
8025/8030 CNC OPERATING MANUAL 37
3.5.11. Measuring and loading of tool offsets with a probe.
As long as the machine parameter P806 is assigned a value different from zero the CNC permits that, in the JOG mode, the tool dimensions can be quickly measured and loaded with a probe. To do this, a tool measuring probe must be installed with its sides parallel to the axes and in an established position on the machine.
The values on the sides of the probe on each axis and with respect to the machine reference zero must be entered in the following parameters:
P902 minimum (X1) value according to X axis (in radii) P903 maximum (X2) value according to X axis (in radii) P904 minimum (Z1) value according to Z axis P905 maximum (Z2) value according to Z axis
Probe
38 8025/8030 CNC OPERATING MANUAL
The sequence to be followed is:
1- Press the [TOOL MEASUREMENT] key. 2- Select the tool to be measured by keying in: Txx.xx START. 3- Move the tool with the JOG keys up to a position close to the probe side to be touched. 4- Press the key of the axis to be measured (X or Z). 5- Press the JOG key that indicates in which direction the axis must be moved to carry out
the probing movement. The feedrate is established by P806.
6- Once the probing is done, the machine stops and the CNC loads in the corresponding
position of the tool offset table the X or Z value measured; setting to zero the K value.
7- Repeat from step 3 to measure and load the length of the tool in the other axis. 8 - Once the tool has been removed, repeat from point 2 for the measurement and loading of
the tools.
The FEEDRATE override knob has no effect during the probing movements and is set to 100%
The radius values of the R plate and the F shape factor of the tool are introduced manually by means of mode o operation 8 or by means of programming the G50 function.
To go back to the JOG mode, press the [TOOL MEASUREMENT] key.
3.5.12. Spindle operating keys.
By means of these keys on the front panel, the spindle can be started in both directions as well as stopping the spindle from turning, as long as the corresponding S has been programmed, without need for executing M3,M4 or M5.
By means of the and keys it is possible to vary the S turning speed % program­med.
8025/8030 CNC OPERATING MANUAL 39
3.6. MODE 6: EDITING
This is the fundamental operating mode for programming the CNC. In this mode programs, subroutines as well as separate blocks may be written, amended and deleted.
The method of working in this operating mode is as follows:
3.6.1. Selection of the EDITOR (6) operating mode
- Press OP MODE
- Press key 6 The meaning of the function keys to operate in the MODE will appear on the screen.
3.6.2. Locking/Unlocking of memory
- Press [LOCK/UNLOCK MEMORY]. CODE appears on the screen:
- Key in: MKAI1 to lock the memory. MKAI0 to unlock the memory.
- Press ENTER.
Atention:
a) In the event of keying in any code other than those indicated, when
pressing ENTER, the said code will be erased, with the CNC waiting for the correct code.
b) Locking the memory implies not being able to alter the programs, but
they can be displayed.
40 8025/8030 CNC OPERATING MANUAL
3.6.3. Deletion of a complete program
- Press [PROGram DIRectory]. A list of up to 14 programs in memory appears on the screen as well as the number of characters used and those remaining available.
- Press DELETE. The message DELETE PROGRAM appears on the screen.
- Key in the number of the program to be deleted. Check the number. If the number is correct, press ENTER.
- If the number is not correct: . Press the CL key. We cancel the number with this key. . Key-in the correct number. . Press ENTER.
Atention:
If the [CONTINUE] key is pressed during this sequence, access is obtained to the original display of this MODE.
DELETION OF ALL PROGRAMS If all the programs in the memory must be deleted, key-in 99999 when DELETE
PROGRAM is displayed, and then press ENTER; if the key Y is pressed immediately
afterwards, all the programs except the one identified by parameter P801 will be deleted.
Atention:
If there are more than 14 programs stored in memory, it may happen that the one to be deleted does not appear on the screen. In this case, by operating the keys / the various programs may be moved back and forth until the desired program is displayed.
8025/8030 CNC OPERATING MANUAL 41
3.6.4. Change of program number
- Press [PROG RENAME]. The screen will display: OLD:P
- Key in the existing number of the program whose number is to be modified. It will be
displayed to the right of P.
- Press ENTER. The screen will then display:
NEW: P
- Key in the new number allocated to this program. It will be displayed to the right of P.
- Press ENTER. The change of number has been completed.
If there is no program recorded under the old number, the screen will display: PROGRAM NUMBER: P ——-
DOES NOT EXIST IN MEMORY
- If there is a program already with that number, the screen will display:
ALREADY EXISTS IN MEMORY.
Atention:
During this sequence if the [CONTINUE] key is pressed, access is obtained to the original display of this MODE.
42 8025/8030 CNC OPERATING MANUAL
3.6.5. Display and search of memorized subroutines in the CNC memory
- By pressing [STANDARD SUBROUTINES DIRECTORY] or [PARAMETER SUBROUTINES DIRECTORY] all the subroutines, standard or parametric, recorded in the CNC memory are displayed.
- To find out which programs contain the subroutines displayed on the screen, key in the subroutine number and press RECALL.
The number of the program where this subroutine is found will appear on screen. To repeat the process for another subroutine, press DELETE or the [SUBRTS] key and
repeat the previous sequence.
3.6.6. Selection of a program
- If the number of the required program is the one which appears on the screen when the EDIT operating mode is selected, to obtain it just press [CONTINUE].
- If a different program is wanted :
- Press the [PROGRAM SELECTION] key.
- Key in the program number.
- Press [CONTINUE]. The program selected will appear on the screen.
3.6.7. Creating a program
If there is a program in the CNC’s memory with the same number as the one to be recorded, there are two methods for recording the new program:
- Completely erase the existing program.
- Not to erase it and write it block by block (as described further on) over the existing program, taking care to assign the same numbering as the previously recorded blocks to the blocks being written.If there is no other program in memory with the same number, proceed as follows:
8025/8030 CNC OPERATING MANUAL 43
3.6.7.1. Unassisted programming
Format of a block (dimensions in millimeters) N4 G2 X+/-4.3 Z+/-4.3 F5.4 S4 T2.2 M2 (in this order) (dimensions in inches) N4 G2 X+/-3.4 Z+/-3.4 F5.5 S4 T2.2 M2 (in this order)
Programming: The CNC automatically numbers the blocks in multiples of 10. If a different block number
is desired, press CL and then:
- Key in the block number. It will appear on the lower left-hand side of the screen. The blocks may not be correlative.
- If a normal conditional block is desired, after keying in the block number, press (decimal point) and if a special conditional block is required press again.
Write the G functions and coordinate values respecting the programming format.
- Press the F key and key in the feedrate value.
- Press the S key and key in the spindle speed.
- Press the T key and key in the tool number.
- Press the M key and key in the number of the auxiliary function wanted. Up to a maximum or 7 may be programmed.
- Finally it is possible to write a COMMENT which must be within brackets (COM­MENT).
- If the block is correct, press ENTER. The CNC accepts the block as a program block.
Refer to the PROGRAMMING MANUAL for incompatibilities when programming various functions.
44 8025/8030 CNC OPERATING MANUAL
3.6.7.2. Modification and deletion of a block
I) During the writing process
a) Modification of characters
If during the writing of a block a character already written has to be modified:
- Use the keys to place the cursor on the character to be modified or deleted.
- To modify, simply key in the new character. To delete, press the CL key.
- If DELETE is pressed, the characters to the right of the cursor will be deleted.
b) Insertion of characters
If during the writing of a block a character has to be inserted within that block:
- Use the keys to place the cursor at the point where the new character is to be inserted.
- Press INS. The portion of the block that follows the cursor starts blinking.
- Key in the new characters required.
- Press INS. The blinking stops.
II) Block already entered in memory
a) Modification and insertion of characters
- Key in the block number concerned.
- Press RECALL. The block appears at the bottom of the screen.
- Proceed as in the previous item.
- Press ENTER. The modified block is put into the memory. b) Deletion of the block
- Key in the block number
- Press DELETE. . If during the programming of a block the CNC fails to respond to any key pressed, it
means that there is something incorrect in what is being entered.
8025/8030 CNC OPERATING MANUAL 45
3.6.7.3. Assisted programming
Access to assisted programming is available in any of the program editing modes, i.e. PLAY BACK (2), TEACH-IN (3) or EDITING (6). For this, if, during the writing of a block the [HELP] key is pressed, the cursor which is found in the block to be written will disappear and the screen will display:
PROGRAMMING GUIDE
1 - MOVEMENT PROGRAMMING 2 - CANNED CYCLES 3 - SUBROUTINES/JUMPS 4 - GEOMETRIC AIDE 5 - ARITHMETICAL FUNCTIONS 6 - G FUNCTIONS 7 - M FUNCTIONS
Pressing the desired number will display pages which explain the various functions available to the CNC and how they are programmed. Once the appropriate page is accessed, press the [HELP] key to continue writing the block. The cursor will reappear and the information required will stay on the screen.
Supposing, for example, that when editing a program it is desired to program in a block the canned cycle for rectangular pocket milling, the sequence will be:
Press [HELP] Press 2 Press Press 4 If the [HELP] key is then pressed, the cursor will appear and it becomes possible to write
the block, observing on the screen the meaning of the various parameters of the selected function.
When the writing of the block is completed, pressing ENTER stores the block in the memory and the standard display of editing modes will appear on the screen.
If, while any page of the assisted programming is on the screen, it is desired to return to the standard display mode, there are two possibilities:
a) When nothing is written in the block, press RECALL if the cursor is displayed (if it
is not, press [HELP]).
b) When some information is already written in the block, if the cursor is displayed, press
ENTER or DELETE.
46 8025/8030 CNC OPERATING MANUAL
SPECIAL ASSISTED PROGRAMMING
During the edition of a canned cycle, whenever the corresponding preparatory function key has been pressed, when the [HELP] key is pushed, the information corresponding to this canned cycle will appear directly on the screen highlighting the parameter to be introduced.
Once the value has been introduced and in order to be able to continue with the edition of new parameters, it is necessary to press the ENTER key.
If it is not required to program any parameter, as long as it is not obligatory to do so, the DELETE key must be pressed.
As in the case of normal programming, the CL key deletes one character at a time and the DELETE key deletes the whole value given to the current parameter.
At any time during this type of programming, if the [HELP] function key is pressed, the control changes over to the normal assisted programming.
3.6.7.4. Copying a program.
This feature allows an existing program to be copied in the CNC memory, by designating it a number which is different from the original.
To do this, first the [PROGram DIRectory] and then the [COPY] key. The CNC will ask which number is that of the source program and which is the one for the
new program. After keying in each of them the ENTER key must be pressed. Should there be no number keyed in as the original program, as there is another program
with the same number in the memory and the one keyed in as being new, or if there is not sufficient memory in the CNC, a message will be displayed indicating the cause.
8025/8030 CNC OPERATING MANUAL 47
3.7. MODE 7: PERIPHERALS
This is used for transferring part programs or machine- parameters from/to peripherals. The method of working in this operating mode is as follows:
3.7.1. Selection of the operating mode PERIPHERALS (7)
- Press OP MODE
- Press key 7. The screen will display:
PERIPHERALS
0 . RECEIVE FROM CASSETTE 1 . SEND TO CASSETTE 2 . RECEIVE FROM GENERAL DEVICE 3 . SEND TO GENERAL DEVICE 4 . CASSETTE DIRECTORY 5 . DELETE CASSETTE PROGRAM 6 . DNC ON/OFF
Atention:
To enable any of the operations 0,1,2,3,4 and 5, which are displayed in the PERIPHERALS mode, to be carried out, point 6 (DNC ON/OFF) must be OFF (the highlighted message OFF will be displayed). If the highlighted message displayed is ON, press key 6.
The CNC must be OFF when connecting/disconnecting peripheral units. When using the FAGOR cassette recorder, parameter P605(6) must be
set to 0.
48 8025/8030 CNC OPERATING MANUAL
3.7.2. Entering a program from the FAGOR cassette recorder (0)
- Press the 0 key. The screen will display: PROGRAM NUMBER: P
- Key in the number of the program to be received in. If 99999 is entered, the CNC gets
ready to accept machine-parameters, the decoded M’s functions table and the table of leadscrew compensation parameters. Should a PLC I be fitted, the PLC user program will be kept together with the above.
- Press ENTER. Four possibilities:
a) A program exists in the control’s memory with the same number. The screen will
display:
ALREADY EXISTS IN MEMORY DELETE? (N/Y)
If deletion is not wanted:
- Press any key other than Y. Return to the state in section 3.7.1. If deletion is wanted:
- Press Y. The screen will display:
PROGRAM NUMBER: P —— DELETED
From this moment the program starts to be transferred from the cassette, taking place as described in possibility c).
b) The program selected does not exist on the tape.
On starting to transfer from the cassette, if the program does not exist on the tape:
DOES NOT EXIST IN THE CASSETTE
- Press [CONTINUE]. It returns to the status of section 3.7.1. or,
- Press OP MODE. The operating mode menu will appear.
8025/8030 CNC OPERATING MANUAL 49
c) The program selected exists on the tape and not in the control’s memory.
During this process the screen will display: RECEIVING The transfer is carried out normally.
- If in the program being read there is any erroneous block number (example, Nxxxxx) the screen will display:
PROGRAM NUMBER: P —— RECEIVED INCORRECT DATA RECEIVED N xxxxx
In this case, only the part of the program up to the erroneous block is memorized. It is recommended to delete the whole program.
- If the numbering of the blocks of the program transferred is correct:
PROGRAM NUMBER: P —— RECEIVED
That means that the CNC carries out a syntactic test of the program. If there is any programming error the relevant error code and the affected block are displayed and the program is loaded completely.
d) If the part program memory is locked, or the machine- parameters memory in case
of (P99999), the status in section 3.7.1. is re-established.
3.7.2.1. Transmission errors
- If during transmission TRANSMISSION ERROR appears on the screen, this indicates
that the transmission is not correct.
- If during transmission INCORRECT DATA RECEIVED appears on the screen.
This indicates that there is an incorrect character on the tape, or a non permitted block number has been written.
Atention:
The lid of the cassette recorder should be open when turning the unit ON/ OFF to prevent tape damage.
50 8025/8030 CNC OPERATING MANUAL
3.7.3. Transfer of a program to the FAGOR cassette recorder (1)
- Press key 1. The screen will display: PROGRAM NUMBER: P ——-
- Key-in the number of the program to be transferred.
If P99999 is entered, the CNC gets ready to transmit machine- parameters, M functions decoded table, the leadscrew error compensation table and the PLC user program, should this option be available.
- Press ENTER.
Three possibilities: a) The selected program does not exist in the CNC memory. The screen will display:
DOES NOT EXIST IN MEMORY
- Press [CONTINUE]. We return to the status of section 3.7.1. or,
- Press OPERATE MODE. The operating mode menu will appear:
b) There is a program with the same number on the tape. When pressing ENTER the
screen will display:
ALREADY EXISTS IN THE CASSETTE DELETE? (N/Y)
If deletion is not wanted:
- Press any key other than Y. This returns to the status of section 3.7.1.
If deletion is wanted:
- Press Y. The screen will display:
PROGRAM NUMBER: P —— DELETED
From this moment, the program starts to be transferred to the cassette, taking place as described in possibility c).
c) The selected program exists in the CNC but not on the tape.
The transfer takes place normally. During this process the screen display:
SENDING
On completion the following text will appear:
PROGRAM NUMBER: P —— SENT
8025/8030 CNC OPERATING MANUAL 51
3.7.3.1. Transmission errors
Same as section 3.7.2.1.
3.7.4. Entering a program from a peripheral other than the FAGOR cassette recorder(2)
Same as section 3.7.2. (by means of an FAGOR cassette) except that the 2 key must be pressed and a new error message may appear: MEMORY OVERFLOW
This indicates that CNC memory is full. The part of the program for which there was capacity will have been recorded in the CNC.
Atention:
To enter a program from a peripheral other than the FAGOR cassette, the following points must be taken into account:
- The first thing that must be read after a series of NULL is a %
followed by the program number (99999 indicates machine­parameters). Followed by LF.
- The blocks are identified by an N located at the beginning of the line, i.e. immediately after a LINEFEED. If anything is written between the LINEFEED and the N, this will not be taken as the indicator of the block number, but as an extra character.
- SPACES, the RETURN key and the + sign are not taken into account.
- The program ends with a series of more than 20 NULL, or with the character ESCAPE or EOT.
3.7.5. Transferring a program to a peripheral other than the FAGOR cassette recorder(3)
Same as section 3.7.3. (by means of an FAGOR cassette) except that the 3 key is pressed. The CNC ends the program with the character ESC (ESCAPE).
52 8025/8030 CNC OPERATING MANUAL
3.7.6. FAGOR cassette directory (4)
- Press the 4 key. The screen will display:
. number of programs on the tape with the number of characters. . number of free characters on the tape.
- Pressing [CONTINUE] returns to the status of section 3.7.1.
3.7.7. Deletion of a FAGOR cassette program (5)
- Press the 5 key. The screen will display: PROGRAM NUMBER: P
- Key in the number of the selected program.-
- Press ENTER.
Once the program has been deleted, the screen will display:
PROGRAM NUMBER: P —— DELETED
- Press [CONTINUE]. The status of section 3.7.1. returns or,
- Press OP MODE. The operating modes list will appear.
8025/8030 CNC OPERATING MANUAL 53
3.7.8. Interruption of the transmission process
In this operating mode (PERIPHERALS) any transmission process may be interrupted by pressing CL.
The screen will display:
PROCESS ABORTED
3.7.9. DNC. Communication with a computer
The CNC incorporates a DNC feature which allows two-way communication with a host computer to perform the following functions:
. Directory and program deletion commands. . Transfer of programs and tables. . Execution of infinite programs. . Machine’s remote control. . Advanced DNC system’s status report.
To activate the DNC feature, P607(3) must be 1. Also, PERIPHERALS (DNC ON/OFF) mode 6 must show the highlighted message ON. Otherwise, press 6. See DNC manual for more detailed information.
In PERIPHERALS operating mode (7), every time RESET is pressed, the CNC returns to power-on conditions.
54 8025/8030 CNC OPERATING MANUAL
3.8. MODE 8: TOOL OFFSET AND ZERO OFFSETS G53/G59
This is used to enter into the memory the dimensions (length and radius) of up to 100 tools and the values of up to 7 zero offsets (G53-G59). The method of working in this operating mode is as follows:
3.8.1. Selection of the operating mode TOOL OFFSET (8)
- Press OP MODE
- Press the 8 key. The screen will display:
TOOL OFFSET/G53-G59
T01 X —— . — Z —— . — F ­ R —— . — I — . — K — . — T02 X —— . — Z —— . — F ­ R —— . — I — . — K — . — T03 X —— . — Z —— . — F ­ R —— . — I — . — K — . —
3.8.2. Read-out of tool table
If a read-out is wanted of the dimensions of a tool which does not appear on the screen, there are two methods:
a) . Key in the number of the tool. . Press RECALL.
b) . Press or (located to the right of the screen) to move the tools displayed
back and forth, until the required tool is reached.
8025/8030 CNC OPERATING MANUAL 55
3.8.3. Entering the dimensions of the tools
- Key in the number of the tool. This will appear on the lower left of the screen.
- Press X.
- Key in the value of the length of the tool. Max. value: +/- 8388.607 mm or +/-330.2599 inch.
- Press Z.
- Key in the value of the length of the tool. Max. value: +/- 8388.607 mm or +/-330.2599 inch.
- Press F.
- Key in the shape code (0-9) of the tool used.
- Press R.
- Key in the tool radius value Maximum value 1000.00 mm or +/-39.3700 inches.
- Press I.
- Key in the length correction value of the tool according to the X axis. This value must be given in diameters. Maximum value +/- 32.766 mm or +/-1.2900 inches.
- Press K.
- Key in the length correction value of the tool according to the Z axis. Maximum value +/-32.766 mm or +/-1.2900 inches.
- Press ENTER.
56 8025/8030 CNC OPERATING MANUAL
3.8.4. Modification of tool dimensions
I) During the writing process
a) Modification of characters
If during the writing of the dimensions of a tool already written has to be modified (X,Z,F,R,I,K or any number):
- Use the keys to place the cursor on the character to be modified or deleted.
- To modify, simply key in the new character. To delete it, press the CL key.
- If DELETE is pressed, the characters to the right of the cursor will be deleted.
b) Insertion of characters
If during the writing of the dimensions of a tool a character has to be inserted within that block:
- Use the keys to place the cursor at the point where the new character is to be inserted.
- Press INS. The portion of the block that follows the cursor starts blinking.
- Key in the new characters required.
- Press INS. The blinking stops.
II) Dimensions already entered in memory
- Key in the tool number concerned.
- Press RECALL.
- Proceed as in the previous item.
- Press ENTER. The modified dimensions are entered into the memory.
- If during the programming of a block the CNC fails to respond to any key pressed, it means that there is something incorrect in what is being entered.
- A block that has been written can be completely erased by pressing DELETE, if the cursor is situated at the beginning of the block.
3.8.5. Change of measurement units
Every time the I key is pressed the measurement units change from mm to inches and vice­versa.
8025/8030 CNC OPERATING MANUAL 57
SHAPE CODES
P: Tool tip C: Tool centre
and
Code
Code
Code Code
Code
Code
Code
58 8025/8030 CNC OPERATING MANUAL
Code '4' Code '4'
Code '5'
Code '3'
Code '6'
Code '2'
Code '7'
Code '1'
Code '8'
Code '8'
8025/8030 CNC OPERATING MANUAL 59
3.8.6. Zero offsets G53/G59 In the same operation mode (8) if the key G is pressed the screen will display:
TOOL OFFSETS/G53-G59
G53 X —— . — Z —— . —­G54 X —— . — Z —— . —­G55 X —— . — Z —— . —­G56 X —— . — Z —— . —­G57 X —— . — Z —— . —­G58 X —— . — Z —— . —­G59 X —— . — Z —— . —-
3.8.6.1. Read-out of zero offset table
- Key in the number of the zero offsets (G53/G59)
- Write the desired X,Z values
- Press ENTER
Attention:
The X,Z values refer to the machine zero point.
3.8.6.2. Entering zero offsets values
Operate as in the case of 3.8.4.
60 8025/8030 CNC OPERATING MANUAL
3.8.6.3. Modification of zero offset values
Same as 3.8.5.
3.8.7. Return to the tool offset table
When the zero offset table is being displayed, the tool table can be recovered by pressing
T.
3.8.8. Complete deletion of tool offsets or zero table
- Key in K,A,I.
- Press ENTER. The displayed table is completely erased. In mode 8 (G53/G59 tool table), press RESET to revert the CNC to initial conditions.
8025/8030 CNC OPERATING MANUAL 61
3.9. MODE 9: SPECIAL MODES
The information on this section is in the INSTALLATION AND START UP MANUAL.
62 8025/8030 CNC OPERATING MANUAL
3.10. GRAPHICS
CNC 8030 model TS or TG have GRAPHIC REPRESENTATION and by means of this feature the tool path can be displayed on the CRT, as the program is being executed.
This feature can be applied in one of the following modes: AUTOMATIC, SINGLE BLOCK, TEACH IN, DRY RUN.
In DRY RUN mode, if THEORETICAL PATH (4) is selected, the system checks the program and displays the theoretical tool- center’s path in solid lines, ignoring its dimensions.
Nevertheless, if mode 0 or 1 is selected in the same operating mode (DRY RUN), the tool center’s path will be displayed in dotted lines.
If, when executing a program in DRY RUN operation in modes 0,1 or 4, there is a block involving movement plus the function (Tx.x) the relevant path will not be displayed unless the machine is a machining center.
In the remaining modes, the tool’s real path is displayed in dotted lines. The distance between dots varies according to the value of F.
8025/8030 CNC OPERATING MANUAL 63
3.10.1. Display area definition
Prior to the representation of graphics on the CRT, the display area must be defined before the program is run. To do this, after selecting the desired operation mode.
- Press the [GRAPHICS] key.
- Press the [DEFINE AREA-V] key. Next, the values of the coordinates X, Z must be keyed in from the point at which it is
required that it appear in the center of the screen and the value of the width we want it to represent. After keying in each value, the ENTER key must be pressed.
The definition of the display area must be made every time the CNC is switched on, if it is required to use the graphic representation feature.
Then, execute the program; the position and size of the graphic will depend on the values given to the center point and width. The coordinate values of the point being displayed are shown at the top of the CRT. The value of the width is displayed at the bottom.
When a program is being run in the DRY RUN operating mode, it is possible to vary the speed the diagram is drawn on the screen, by means of the FEED RATE switch.
64 8025/8030 CNC OPERATING MANUAL
3.10.2. Zooming (windowing)
The CNC has a ZOOM function by which entire graphics or parts of them can be enlarged or reduced by this feature. To use this ZOOM function the program must be either interrupted or completed.
Press the key which corresponds to the view in which the zooming is desired. Then press [ZOOM] and a rectangle identifying the window will be displayed over the existing graphic.
Its dimensions can be altered pressing or on the front panel and its position by using cursor moving keys.
The coordinate values of the window’s center and the width and the percentage are displayed on the CRT. The display of values can be useful to check the coordinate values of a particular point (by placing the center of the window over it) and also to measure distances between two points.
If [EXECUTE] is pressed, the windowed area will fill the CRT. Using the FEEDRATE override knob, the graphic drawing speed can be altered. To repeat the whole ZOOM sequence, start by pressing [ZOOM] as before. To exit the ZOOM mode and continue, press [END].
3.10.3. Redefinition of the display area by the ZOOM function
With the ZOOM function active after pressing [ZOOM], if ENTER is pressed [EXECUTE] the position and width of the rectangle override the previous values given to the display area when it has been defined.
The position and the size of the graphic can thus be altered.
Atention:
It is recommended that a sufficiently large width be assigned to the display area the first time it is defined to guarantee that the complete graphic will be displayed on the screen and then ZOOM in to center it and enlarge it.
When the ZOOM function is used, it is necessary to bear in mind that the CNC will keep information on approximately the last 500 blocks with movement which have been executed, therefore, if the programme has more blocks with movement, only those retained will appear in the new diagram.
8025/8030 CNC OPERATING MANUAL 65
3.10.4. Deletion of graphics
Press DELETE to erase the graphic displayed, once the program has been executed or interrupted.
3.10.5 Graphic representation in colour (CNC 8030 TS)
Whenever only one of the 4 views possible have been selected, every time the Tool (T2) is changed, the path will be drawn in a different color (3 colors).
ERROR
CODES
001 This error occurs in the following cases:
> When the first character of the block to be executed is not an "N". > When while BACKGROUND editing, the program in execution calls a subroutine located in the pro-
gram being edited or in a later program. The order in which the part-programs are stored in memory are shown in the part-program directory.
If during the execution of a program, a new one is edited, this new one will be placed at the end of
the list. 002 Too many digits when defining a function in general. 003 A negative value has been assigned to a function which does not accept the (-) sign or an incorrect value
has been given to a canned cycle parameter. 004 A canned cycle has been defined while function G02, G03 or G33 was active. 005 Parametric block programmed wrong. 006 There are more than 10 parameters affected in a block. 007 Division by zero. 008 Square root of a negative number. 009 Parameter value too large 010 * The range or the Constant Surface Speed has not been programmed 011 More than 7 "M" functions in a block. 012 This error occurs in the following cases:
> Function G50 is programmed wrong
> Tool dimension values too large.
> Zero offset values ( G53/G59 ) too large. 013 Canned cycle profile defined incorrectly. 014 A block has been programmed which is incorrect either by itself or in relation with the program history
up to that instant. 015 Functions G14, G15, G16, G20, G21, G22, G23, G24, G25, G26, G27, G28, G29, G30, G31, G32, G50,
G52, G53, G54, G55, G56, G57, G58, G59, G72, G73, G74, G92 and G93 must be programmed alone
in a block. 016 The called subroutine or block does not exist or the block searched by means of special function F17
does not exist. 017 This error is issued in the following cases:
> Negative or too large thread pitch value.
> Synchronization factor K of the synchronized tool too large. 018 Error in blocks where the points are defined by means of angle-angle or angle-coordinate. 019 This error is issued in the following cases:
> After defining G20, G21, G22 or G23, the number of the subroutine it refers to is missing.
> The "N" character has not been programmed after function G25, G26, G27, G28 or G29.
> Too many nesting levels. 020 More than one spindle range have been defined in the same block.
021 This error will be issued in the following cases:
> There is no block at the address defined by the parameter assigned to F18, F19, F20, F21, F22.
> The corresponding axis has not been defined in the addressed block 022 An axis is repeated when programming G74. 023 K has not been programmed after G04. 024 The decimal point is missing when programming T2.2 or N2.2. 025 Error in a definition block or subroutine call, or when defining either conditional or unconditional jumps. 026 This error is issued in the following cases:
> Memory overflow.
> Not enough free tape or CNC memory to store the part-program. 027 I//K has not been defined for a circular interpolation or thread. 028 An attempt has been made to select a tool offset at the tool table or a non-existent external tool (the
number of tools is set by machine parameter). 029 Too large a value assigned to a function.
This error is often issued when programming an F value in mm/min (inch/min) and, then, switching to
work in mm/rev (inch/rev) without changing the F value. 030 The programmed G function does not exist. 031 Tool radius value too large.
032 Tool radius value too large.
033 A movement of over 8388 mm or 330.26 inches has been programmed.
Example: Being the Z axis position Z-5000, if we want to move it to point Z5000, the CNC will issue
error 33 when programming the block N10 Z5000 since the programmed move will be: Z5000 - Z-5000 = 10000 mm.
In order to make this move without issuing this error, it must be carried out in two stages as indicated below:
N10 Z0 ; 5000 mm move N10 Z5000 ; 5000 mm move
034 S or F value too large. 035 Not enough information for corner rounding, chamfering or compensation. 036 Repeated subroutine. 037 Function M19 programmed incorrectly. 038 Function G72 programmed incorrectly.
It must be borne in mind that if G72 is applied only to one axis, this axis must be positioned at part zero (0 value) at the time the scaling factor is applied.
039 This error occurs in the following cases:
> More than 15 nesting levels when calling subroutines. > A block has been programmed which contains a jump to itself. Example: N120 G25 N120.
040 The programmed arc does not go through the defined end point (tolerance 0.01mm) or there is no arc that
goes through the points defined by G08 or G09.
041 This error is issued when programming a tangential entry as in the following cases:
> There is no room to perform the tangential entry. A clearance of twice the rounding radius or greater
is required.
> If the tangential entry is to be applied to an arc (G02, G03), The tangential entry must be defined in
a linear block.
042 This error is issued when programming a tangential exit as in the following cases:
> There is no room to perform the tangential exit. A clearance of twice the rounding radius or greater is
required.
> If the tangential exit is to be applied to an arc (G02, G03), The tangential exit must be defined in a
linear block. 043 Polar origin coordinates (G93) defined incorrectly. 044 Function M45 S programmed wrong (speed of the live tool). 045 Function G36, G37, G38 or G39 programmed incorrectly. 046 Polar coordinates defined incorrectly. 047 A zero movement has been programmed during radius compensation or corner rounding. 048 Start or cancel tool radius compensation while in G02 or G03. 049 Chamfer programmed incorrectly. 050 G96 has been programmed while the S output is in BCD as set by machine parameter. (AC spindle).
051 * "C" axis programmed incorrectly 054 There is floppy disk in the FAGOR Floppy Disk Unit or no tape in the cassette reader or the reader head
cover is open. 055 Parity error when reading or recording a cassette or a floppy disk. 056 This error comes up in the following cases:
> When the memory is locked and an attempt is made to generate a CNC program by means of function
G76. > When trying to generate program P99999 or a protected program by means of function G76. > If function G76 is followed by function G22 or G23. > If there are more than 70 characters after G76. > If function G76 (block content) has been programmed without having programmed G76 P5 or G76 N5
before. > If in a G76 P5 or G76 N5 type function does not contain the 5 digits of the program number. > If while a program is being generated (G76 P5 or G76 N5), its program number is changed without
cancelling the previous one. > If while executing a G76 P5 type block, the program referred to is not the one edited. In other words,
that another one has been edited later or that a G76 P5 type block is executed while a program is being
edited in background.
057 Write-protected floppy disk or tape. 058 Problems in floppy disk movement or sluggish tape movement. 059 Communication error between the CNC and the FAGOR Floppy Disk Unit or cassette reader. 060 Internal CNC hardware error. Consult with the Technical Service Department. 061 Battery error.
The memory contents will be kept for 10 more days (with the CNC off) from the moment this error occurs. The whole battery module located on the back must be replaced. Consult with the Technical Service Department.
Due to danger of explosion or combustion: do not try to recharge the battery, do not expose it to temperatures higher than 100°C (232°F) and do not short the battery leads.
064 * External emergency input (pin 14 of connector I/O1) is activated. 065 * This error comes up in the following cases:
> If while probing (G75) the programmed position is reached without receiving the probe signal. > If while executing a probing canned cycle, the CNC receives the probe signal without actually carrying
out the probing move itself (collision).
066 * X axis travel limit overrun.
It is generated either because the machine is beyond limit or because a block has been programmed which would force the machine to go beyond limits.
068 * Z axis travel limit overrun.
It is generated either because the machine is beyond limit or because a block has been programmed which would force the machine to go beyond limits.
070 ** X axis following error. 071 ** Synchronized tool following error
072 ** Z axis following error. 073 ** 4th axis following error. 074 ** This error is issued in the following cases:
> 3rd axis following error
>"C" axis following error 075 ** Feedback error at connector A1. 076 ** Feedback error at connector A2. 077 ** Feedback error at connector A3. 078 ** Feedback error at connector A4. 079 ** Feedback error at connector A5. 081 ** 3rd axis travel limit overrun. 082 ** Parity error in 4th axis parameters. The CNC initializes the RS232C serial line parameters: P0=9600,
P1=8, P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 083 ** 4th axis travel limit overrun. 087 ** Internal CNC hardware error. Consult with the Technical Service Department. 088 ** Internal CNC hardware error. Consult with the Technical Service Department. 089 * All the axes have not been homed.
This error comes up when it is mandatory to search home on all axes after power-up. This requirement
is set by machine parameter. 090 ** Internal CNC hardware error. Consult with the Technical Service Department. 091 ** Internal CNC hardware error. Consult with the Technical Service Department. 092 ** Internal CNC hardware error. Consult with the Technical Service Department. 093 ** Internal CNC hardware error. Consult with the Technical Service Department. 094 Parity error in tool table or zero offset table G53-G59. The CNC initializes the RS232C serial line pa-
rameters: P0=9600, P1=8, P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 095 ** Parity error in general parameters. The CNC initializes the RS232C serial line parameters: P0=9600,
P1=8, P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 096 ** Parity error in Z axis parameters. The CNC initializes the RS232C serial line parameters: P0=9600, P1=8,
P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 097 ** Parity error in 3rd or "C" axis parameters. The CNC initializes the RS232C serial line parameters: P0=9600,
P1=8, P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 098 ** Parity error in X axis parameters. The CNC initializes the RS232C serial line parameters: P0=9600,
P1=8, P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 099 ** Parity error in M table. The CNC initializes the RS232C serial line parameters: P0=9600, P1=8, P2=0,
P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 100 ** Internal CNC hardware error. Consult with the Technical Service Department. 101 ** Internal CNC hardware error. Consult with the Technical Service Department.
105 This error comes up in the following cases:
> A comment has more than 43 characters. > A program has been defined with more than 5 characters. > A block number has more than 4 characters.
> Strange characters in memory. 106 ** Inside temperature limit exceeded. 108 ** Error in Z axis leadscrew error compensation parameters. The CNC initializes the RS232C serial line
parameters: P0=9600, P1=8, P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 110 ** Error in X axis leadscrew error compensation parameters. The CNC initializes the RS232C serial line
parameters: P0=9600, P1=8, P2=0, P3=1, P605(5)=1, P605(6)=1, P605(7)=1. 111 * FAGOR LAN line error. Hardware installed incorrectly. 112 * FAGOR LAN error. It comes up in the following instances:
> When the configuration of the LAN nodes is incorrect.
> The LAN configuration has been changed. One of the nodes is no longer present (active).
When this error occurs, access the LAN mode, editing or monitoring, before executing a program block. 113 * FAGOR LAN error. A node is not ready to work in the LAN. For example:
> The PLC64 program is not compiled.
>A G52 type block has been sent to an 82CNC while it was in execution. 114 * FAGOR LAN error. An incorrect command has been sent out to a node. 115 * Watch-dog error in the periodic module.
This error occurs when the periodic module takes longer than 5 milliseconds. 116 * Watch-dog error in the main module.
This error occurs when the main module takes longer than half
the time indicated in machine parameter
"P729". 117 * The internal CNC information requested by activating marks M1901 thru M1949 is not available. 118 * An attempt has been made to modify an unavailable
internal CNC variable by means of marks M1950
thru M1964. 119 Error when writing machine parameters, the decoded M function table and the leadscrew error compen-
sation tables into the EEPROM memory.
This error may occur when after locking the machine parameters, the decoded M function table and the
leadscrew error compensation tables, one tries to save this information into the EEPROM memory. 120 Checksum error when recovering (restoring) the machine parameters, the decoded M function table and
leadscrew error compensation tables from the EEPROM memory.
Atention:
The ERRORS indicated with "*" behave as follows:
They stop the axis feed and the spindle rotation by cancelling the Enable signals and the analog outputs of the CNC.
They interrupt the execution of the part-program of the CNC if it was being executed.
The ERRORS indicated with "**" besides behaving as those with an "*", they activate the INTERNAL EMERGENCY OUTPUT.
FAGOR 8025/8030 CNC
Models: T, TG, TS
PROGRAMMING MANUAL
Ref. 9701 (in)
ABOUT THE INFORMATION IN THIS MANUAL
This manual is addressed to the machine operator. It describes how to operate with this 8025 CNC.
It includes the necessary information for new users as well as advanced subjects for those who are already familiar with this CNC product.
It may not be necessary to read this whole manual. Consult the list of "New Features and Modifications" which will indicate to you the chapters and sections describing them.
Consult the Comparison Table in order to find the specific features offered by your particular CNC model.
There is also an appendix on error codes which indicates some of the probable reasons which could cause each one of them.
Notes:
The information described in this manual may be subject to variations due to technical modifications.
FAGOR AUTOMATION, S.Coop. Ltda. reserves the right to modify the contents of the manual without prior notice.
INDEX
Section Page
Comparison table for mill model FAGOR 8025/8030 CNC ...........................................ix
New features and modifications ......................................................................................xiii
INTRODUCTION
Safety Conditions ...........................................................................................................Intr. 3
Material Returning Terms ..............................................................................................Intr. 5
Fagor Documentation for the 800M CNC .................................................................... Intr. 6
Manual Contents .............................................................................................................Intr. 7
1. Overview .........................................................................................................................1
1.1. External programming ....................................................................................................1
1.2. Text programming ........................................................................................................... 2
1.3. DNC connection ..............................................................................................................2
1.4. The FAGORDNC ............................................................................................................3
2. Creating a program ..........................................................................................................4
3. Program format ...............................................................................................................5
3.1. Parametric programming .................................................................................................5
4. Program numbering.........................................................................................................6
5. Program blocks................................................................................................................ 6
5.1. Block numbering .............................................................................................................6
5.2. Conditional blocks ..........................................................................................................7
6. Preparatory functions ......................................................................................................8
6.1. Table of G functions used at the CNC .............................................................................8
6.2. Types of movements ........................................................................................................11
6.2.1. G00. Positioning ..............................................................................................................11
6.2.2. G01. Linear interpolation ................................................................................................12
6.2.3. G02/G03. Circular interpolation......................................................................................13
6.2.3.1. Circular interpolation in cartesian coordinates by programming the radius ....................15
6.2.3.2. G06. Circular interpolation with absolute center coordinates .........................................16
6.3. G04. Dwell ......................................................................................................................18
6.4. Transition between blocks ............................................................................................... 18
6.4.1. G05. Round corner ..........................................................................................................18
6.4.2. G07. Square corner..........................................................................................................19
6.5. G08. Arc tangent to previous path ...................................................................................20
6.6. G09. Arc programmed by three points ............................................................................22
6.7. "C" axis programming ..................................................................................................... 24
6.8. G25. Unconditional jump/call ......................................................................................... 33
6.9. G31/G32. Storage and retrieval of part program's zero point ..........................................34
6.10. G33. Threadcutting ..........................................................................................................36
6.11. G36. Automatic radius blend ...........................................................................................41
6.12. G37. Tangential approach at the start of machining ........................................................43
6.13. G38. Tangential exit on completion of machining ..........................................................45
6.14. G39. Chamfering .............................................................................................................47
6.15. Tool radius compensation ................................................................................................48
6.15.1. Selection and initiation of tool radius compensation ....................................................... 52
6.15.2. Operating with tool radius compensation ........................................................................55
6.15.3 Tool radius compensation freeze with G00 ....................................................................59
Loading...