fagor 8070 Programming Manual

CNC
8070

Programming manual

(Ref. 1309)
MACHINE SAFETY
It is up to the machine manufacturer to make sure that the safety of the machine is enabled in order to prevent personal injury and damage to the CNC or to the products connected to it. On start-up and while validating CNC parameters, it checks the status of the following safety elements. If any of them is disabled, the CNC shows a warning message.
• Feedback alarm for analog axes.
• Software limits for analog and sercos linear axes.
• Following error monitoring for analog and sercos axes (except the spindle) both at the CNC and at the drives.
• Tendency test on analog axes.
FAGOR AUTOMATION shall not be held responsible for any personal injuries or physical damage caused or suffered by the CNC resulting from any of the safety elements being disabled.
HARDWARE EXPANSIONS
FAGOR AUTOMATION shall not be held responsible for any personal injuries or physical damage caused or suffered by the CNC resulting from any hardware manipulation by personnel unauthorized by Fagor Automation.
If the CNC hardware is modified by personnel unauthorized by Fagor Automation, it will no longer be under warranty.
COMPUTER VIRUSES
FAGOR AUTOMATION guarantees that the software installed contains no computer viruses. It is up to the user to keep the unit virus free in order to guarantee its proper operation.
Computer viruses at the CNC may cause it to malfunction. An antivirus software is highly recommended if the CNC is connected directly to another PC, it is part of a computer network or floppy disks or other computer media is used to transmit data.
FAGOR AUTOMATION shall not be held responsible for any personal injuries or physical damage caused or suffered by the CNC due a computer virus in the system.
If a computer virus is found in the system, the unit will no longer be under warranty.
All rights reserved. No part of this documentation may be transmitted, transcribed, stored in a backup device or translated into another language without Fagor Automation’s consent. Unauthorized copying or distributing of this software is prohibited.
The information described in this manual may be changed due to technical modifications. Fagor Automation reserves the right to make any changes to the contents of this manual without prior notice.
All the trade marks appearing in the manual belong to the corresponding owners. The use of these marks by third parties for their own purpose could violate the rights of the owners.
It is possible that CNC can execute more functions than those described in its associated documentation; however, Fagor Automation does not guarantee the validity of those applications. Therefore, except under the express permission from Fagor Automation, any CNC application that is not described in the documentation must be considered as "impossible". In any case, Fagor Automation shall not be held responsible for any personal injuries or physical damage caused or suffered by the CNC if it is used in any way other than as explained in the related documentation.
The content of this manual and its validity for the product described here has been verified. Even so, involuntary errors are possible, thus no absolute match is guaranteed. Anyway, the contents of the manual is periodically checked making and including the necessary corrections in a future edition. We appreciate your suggestions for improvement.
The examples described in this manual are for learning purposes. Before using them in industrial applications, they must be properly adapted making sure that the safety regulations are fully met.
Programming manual

INDEX

About the product ......................................................................................................................... 9
Declaration of conformity............................................................................................................ 11
Version history............................................................................................................................ 13
Safety conditions ........................................................................................................................ 23
Warranty terms ........................................................................................................................... 27
Material returning terms.............................................................................................................. 29
CNC maintenance ...................................................................................................................... 31
CHAPTER 1 CREATING A PROGRAM.
1.1 Programming languages................................................................................................ 33
1.2 Program structure. ......................................................................................................... 34
1.2.1 Program body............................................................................................................. 35
1.2.2 The subroutines. ........................................................................................................ 36
1.3 Program block structure................................................................................................. 37
1.3.1 Programming in ISO code.......................................................................................... 38
1.3.2 High-level language programming. ............................................................................ 40
1.4 Programming of the axes............................................................................................... 41
1.5 List of "G" functions........................................................................................................42
1.6 List of auxiliary (miscellaneous) M functions.................................................................. 46
1.7 List of statements and instructions................................................................................. 47
1.8 Comment programming. ................................................................................................ 50
1.9 Variables and constants................................................................................................. 51
1.10 Arithmetic parameters.................................................................................................... 52
1.11 Arithmetic and logic operators and functions. ................................................................ 53
1.12 Arithmetic and logic expressions. .................................................................................. 55
CHAPTER 2 MACHINE OVERVIEW
2.1 Axis nomenclature ......................................................................................................... 57
2.2 Coordinate system ......................................................................................................... 59
2.3 Reference systems ........................................................................................................ 60
2.3.1 Origins of the reference systems ............................................................................... 61
2.4 Home search..................................................................................................................62
2.4.1 Definition of "Home search" ....................................................................................... 62
2.4.2 "Home search" programming ..................................................................................... 63
CHAPTER 3 COORDINATE SYSTEM
3.1 Programming in millimeters (G71) or in inches (G70).................................................... 65
3.2 Absolute (G90) or incremental (G91) coordinates ......................................................... 66
3.2.1 Rotary axes................................................................................................................67
3.3 Programming in radius (G152) or in diameters (G151).................................................. 69
3.4 Coordinate programming ............................................................................................... 70
3.4.1 Cartesian coordinates ................................................................................................ 70
3.4.2 Polar coordinates ....................................................................................................... 71
CHAPTER 4 WORK PLANES.
4.1 About work planes on lathe and mill models.................................................................. 74
4.2 Select the main new work planes. ................................................................................. 75
4.2.1 Mill model or lathe model with "trihedron" type axis configuration. ............................ 75
4.2.2 Lathe model with "plane" type axis configuration....................................................... 76
4.3 Select any work plane and longitudinal axis. ................................................................. 77
4.4 Select the longitudinal axis of the tool............................................................................ 79
CNC 8070
CHAPTER 5 ORIGIN SELECTION
5.1 Programming with respect to machine zero................................................................... 82
5.2 Set the machine coordinate (G174). ............................................................................. 84
5.3 Fixture offset .................................................................................................................. 85
5.4 Coordinate preset (G92) ................................................................................................ 86
(REF. 1309)
·3·
5.5 Zero offsets (G54-G59/G159)........................................................................................ 87
5.5.1 Variables for setting zero offsets................................................................................ 89
5.5.2 Incremental zero offset (G158) .................................................................................. 90
5.5.3 Excluding axes in the zero offset (G157) ................................................................... 92
5.6 Zero offset cancellation (G53) ....................................................................................... 93
5.7 Polar origin preset (G30) ............................................................................................... 94
CHAPTER 6 TECHNOLOGICAL FUNCTIONS
6.1 Machining feedrate (F)................................................................................................... 97
6.2 Feedrate related functions ............................................................................................. 99
6.2.1 Feedrate programming units (G93/G94/G95) ............................................................ 99
6.2.2 Feedrate blend (G108/G109/G193) ......................................................................... 100
6.2.3 Constant feedrate mode (G197/G196) .................................................................... 102
6.2.4 Cancellation of the % of feedrate override (G266)................................................... 104
6.2.5 Acceleration control (G130/G131) ........................................................................... 105
6.2.6 Jerk control (G132/G133) ........................................................................................ 107
6.2.7 Feed-Forward control (G134) .................................................................................. 108
6.2.8 AC-Forward control (G135)...................................................................................... 109
6.3 Spindle speed (S) ........................................................................................................ 110
6.4 Tool number (T) ........................................................................................................... 111
6.5 Tool offset number (D)................................................................................................. 114
6.6 Auxiliary (miscellaneous) functions (M) ....................................................................... 116
6.6.1 List of "M" functions ................................................................................................. 117
6.7 Auxiliary functions (H).................................................................................................. 118
CHAPTER 7 THE SPINDLE. BASIC CONTROL.
Programming manual
CNC 8070
7.1 The master spindle of the channel............................................................................... 120
7.1.1 Manual selection of a master spindle....................................................................... 122
7.2 Spindle speed .............................................................................................................. 123
7.2.1 G192. Turning speed limit........................................................................................ 124
7.2.2 Constant surface speed ........................................................................................... 125
7.3 Spindle start and stop .................................................................................................. 126
7.4 Gear change. ............................................................................................................... 128
7.5 Spindle orientation. ...................................................................................................... 130
7.5.1 The turning direction for spindle orientation............................................................. 132
7.5.2 M19 function with an associated subroutine. ........................................................... 134
7.5.3 Positioning speed..................................................................................................... 135
7.6 M functions with an associated subroutine. ................................................................. 136
CHAPTER 8 TOOL PATH CONTROL
8.1 Rapid traverse (G00) ................................................................................................... 137
8.2 Linear interpolation (G01) ............................................................................................ 139
8.3 Circular interpolation (G02/G03).................................................................................. 142
8.3.1 Cartesian coordinates (Arc center programming) .................................................... 144
8.3.2 Cartesian coordinates (Radius programming) ......................................................... 145
8.3.3 Polar coordinates ..................................................................................................... 147
8.3.4 Temporary polar origin shift to the center of arc (G31) ............................................ 150
8.3.5 Arc center in absolute coordinates (G06/G261/G262)............................................. 151
8.3.6 Arc center correction (G264/G265).......................................................................... 152
8.4 Arc tangent to previous path (G08).............................................................................. 153
8.5 Arc defined by three points (G09)................................................................................ 155
8.6 Helical interpolation (G02/G03) ................................................................................... 156
8.7 Electronic threading with constant pitch (G33) ............................................................ 158
8.7.1 Programming examples for a mill ............................................................................ 160
8.7.2 Programming examples for a lathe .......................................................................... 161
8.8 Rígid tapping (G63) ..................................................................................................... 163
8.9 Manual intervention (G200/G201/G202)...................................................................... 165
8.9.1 Additive manual intervention (G201/G202).............................................................. 166
8.9.2 Exclusive manual intervention (G200) ..................................................................... 167
8.9.3 Jogging feedrate. ..................................................................................................... 168
(REF. 1309)
·4·
CHAPTER 9 GEOMETRY ASSISTANCE
9.1 Square corner (G07/G60) ............................................................................................ 171
9.2 Semi-rounded corner (G50)......................................................................................... 172
9.3 Controlled corner rounding, radius blend, (G05/G61).................................................. 173
9.3.1 Types of corner rounding ......................................................................................... 174
9.4 Corner rounding, radius blend, (G36) .......................................................................... 178
9.5 Corner chamfering, (G39)............................................................................................ 180
9.6 Tangential entry (G37)................................................................................................. 182
9.7 Tangential exit (G38) ................................................................................................... 183
Programming manual
9.8 Mirror image (G11, G12, G13, G10, G14) ................................................................... 184
9.9 Coordinate system rotation, pattern rotation, (G73)..................................................... 188
9.10 General scaling factor .................................................................................................. 190
CHAPTER 10 ADDITIONAL PREPARATORY FUNCTIONS
10.1 Dwell (G04) .................................................................................................................. 193
10.2 Software limits by program (G198-G199) .................................................................... 194
10.3 Hirth axes (G170-G171)............................................................................................... 195
10.4 Changing of parameter range of an axis (G112) ......................................................... 196
CHAPTER 11 TOOL COMPENSATION
11.1 Tool radius compensation............................................................................................ 199
11.1.1 Location code (shape or type) of the turning tools ................................................... 200
11.1.2 Functions associates with radius compensation ...................................................... 203
11.1.3 Beginning of tool radius compensation .................................................................... 206
11.1.4 Sections of tool radius compensation ...................................................................... 209
11.1.5 Change of type of radius compensation while machining ........................................ 213
11.1.6 Cancellation of tool radius compensation ................................................................ 215
11.2 Tool length compensation............................................................................................ 218
CHAPTER 12 SUBROUTINES.
12.1 Executing subroutines from RAM memory. ................................................................. 222
12.2 Definition of the subroutines ........................................................................................ 223
12.3 Subroutine execution. .................................................................................................. 224
12.3.1 LL. Call to a local subroutine.................................................................................... 225
12.3.2 L Call to a global subroutine..................................................................................... 225
12.3.3 #CALL. Call to a global or local subroutine. ............................................................. 225
12.3.4 #PCALL. Call to a global or local subroutine initializing parameters........................ 226
12.3.5 #MCALL. Modal call to a local or global subroutine. ................................................ 227
12.3.6 #MDOFF. Turning the subroutine into non-modal.................................................... 229
12.3.7 #RETDSBLK. Execute subroutine as a single block................................................ 230
12.4 #PATH. Define the location of the global subroutines. ................................................ 231
12.5 OEM subroutine execution........................................................................................... 232
12.6 Assistance for subroutines........................................................................................... 234
12.6.1 Subroutine help files................................................................................................. 234
12.6.2 List of available subroutines..................................................................................... 235
12.7 Interruption subroutines. .............................................................................................. 236
12.7.1 Repositioning axes and spindles from the subroutine (#REPOS)............................ 237
CHAPTER 13 EXECUTING BLOCKS AND PROGRAMS
13.1 Executing a program in the indicated channel. ............................................................ 239
13.2 Executing a block in the indicated channel. ................................................................. 241
13.3 Abort the execution of the program and resume it in another block or program.......... 242
CHAPTER 14 "C" AXIS
14.1 Activating the spindle as "C" axis................................................................................. 246
14.2 Machining of the face of the part.................................................................................. 248
14.3 Machining of the turning side of the part...................................................................... 250
CHAPTER 15 ANGULAR TRANSFORMATION OF AN INCLINE AXIS.
15.1 Turning angular transformation on and off................................................................... 255
15.2 Freezing (suspending) the angular transformation. ..................................................... 256
15.3 Obtaining information on angular transformation......................................................... 257
CHAPTER 16 TANGENTIAL CONTROL.
16.1 Turning tangential control on and off. .......................................................................... 261
16.2 Freezing tangential control........................................................................................... 264
16.3 Obtaining information on tangential control. ................................................................ 266
CHAPTER 17 COORDINATE TRANSFORMATION
17.1 Movement in an inclined plane .................................................................................... 269
17.2 Kinematics selection (#KIN ID) .................................................................................... 271
CNC 8070
(REF. 1309)
·5·
17.3 Coordinate systems (#CS) (#ACS).............................................................................. 272
17.3.1 Coordinate system definition MODE 1..................................................................... 275
17.3.2 Coordinate system definition MODE 2..................................................................... 277
17.3.3 Coordinate system definition MODE 3..................................................................... 279
17.3.4 Coordinate system definition MODE 4..................................................................... 280
17.3.5 Coordinate system definition MODE5...................................................................... 281
17.3.6 Coordinate system definition MODE6...................................................................... 282
17.3.7 Operation with 45º spindles (Huron type) ................................................................ 285
17.4 How to combine several coordinate systems .............................................................. 286
17.5 Tool perpendicular to the plane (#TOOL ORI)............................................................. 288
17.6 Using RTCP (Rotating Tool Center Point) ................................................................... 290
17.6.1 Considerations about the RTCP function................................................................. 293
17.7 Tool length compensation (#TLC) ............................................................................... 294
17.8 Kinematics related variables........................................................................................ 295
17.9 How to withdraw the tool when losing the plane.......................................................... 296
CHAPTER 18 HSC. HIGH SPEED MACHINING
18.1 HSC mode. Optimizing the contouring error................................................................ 298
18.2 HSC mode. Optimizing the machining speed. ............................................................. 300
18.3 Canceling the HSC mode. ........................................................................................... 302
CHAPTER 19 LASER.
19.1 Synchronized switching. .............................................................................................. 303
19.1.1 Activate synchronized switching. ............................................................................. 304
19.1.2 Cancel synchronized switching................................................................................ 305
19.1.3 Variables related to synchronized switching. ........................................................... 306
19.2 PWM (Pulse-Width Modulation)................................................................................... 307
19.2.1 Activate the PWM. ................................................................................................... 308
19.2.2 Cancel the PWM...................................................................................................... 310
19.2.3 PWM variables......................................................................................................... 311
Programming manual
CNC 8070
(REF. 1309)
CHAPTER 20 VIRTUAL TOOL AXIS.
20.1 Activate the virtual tool axis. ........................................................................................ 314
20.2 Cancel the virtual tool axis........................................................................................... 315
20.3 Variables associated with the virtual tool axis. ............................................................ 316
CHAPTER 21 STATEMENTS AND INSTRUCTIONS
21.1 Programming statements............................................................................................. 318
21.1.1 Display instructions. Display an error on the screen................................................ 318
21.1.2 Display instructions. Display a warning on the screen............................................. 320
21.1.3 Display instructions. Display a message on the screen........................................... 322
21.1.4 Display instructions. Define the size of the the graphics area ................................. 323
21.1.5 Enabling and disabling instructions.......................................................................... 324
21.1.6 Electronic axis slaving.............................................................................................. 325
21.1.7 Axis parking ............................................................................................................. 326
21.1.8 Modifying the configuration of the axes of a channel............................................... 328
21.1.9 Modifying the configuration of the spindles of a channel ......................................... 333
21.1.10 Spindle synchronization ........................................................................................... 336
21.1.11 Selecting the loop for an axis or a spindle. Open loop or closed loop ..................... 340
21.1.12 Collision detection.................................................................................................... 342
21.1.13 Spline interpolation (Akima) ..................................................................................... 344
21.1.14 Polynomial interpolation........................................................................................... 347
21.1.15 Acceleration control ................................................................................................. 348
21.1.16 Definition of macros ................................................................................................. 350
21.1.17 Block repetition ........................................................................................................ 352
21.1.18 Communication and synchronization between channels ......................................... 354
21.1.19 Movements of independent axes ............................................................................. 357
21.1.20 Electronic cams........................................................................................................ 361
21.1.21 Additional programming instructions........................................................................ 364
21.2 Flow controlling instructions......................................................................................... 365
21.2.1 Jump to a block ($GOTO)........................................................................................ 365
21.2.2 Conditional execution ($IF) ...................................................................................... 366
21.2.3 Conditional execution ($SWITCH) ........................................................................... 368
21.2.4 Block repetition ($FOR) ........................................................................................... 369
21.2.5 Conditional block repetition ($WHILE) ..................................................................... 370
21.2.6 Conditional block repetition ($DO) ........................................................................... 371
·6·
Programming manual
CHAPTER 22 CNC VARIABLES.
22.1 Understanding how variables work. ............................................................................. 373
22.1.1 Accessing numeric variables from the PLC. ............................................................ 375
22.2 Variables in a single-channel system........................................................................... 376
22.3 Variables in a multi-channel system. ........................................................................... 379
22.4 Variables related to general machine parameters. ...................................................... 382
22.5 Variables related to the machine parameters of the channels..................................... 403
22.6 Variables related to axis and spindle machine parameters. ........................................ 424
22.7 Variables related to the sets of machine parameters................................................... 461
22.8 Variables related to machine parameters for JOG mode............................................. 514
22.9 Variables related to machine parameters for M functions............................................ 518
22.10 Variables related to kinematic machine parameters. ................................................... 520
22.11 Variables related to machine parameters for the tool magazine.................................. 524
22.12 Variables related to OEM machine parameters. .......................................................... 527
22.13 Variables associated with the status and resources of the PLC. ................................. 529
22.14 PLC consulting logic signals; general. ......................................................................... 533
22.15 PLC consulting logic signals; axes and spindles. ........................................................ 544
22.16 PLC consulting logic signals; spindles. ........................................................................ 549
22.17 PLC consulting logic signals; independent interpolator. .............................................. 551
22.18 PLC consulting logic signals; tool manager. ................................................................ 553
22.19 PLC consulting logic signals; keys............................................................................... 556
22.20 PLC modifiable logic signals; general. ......................................................................... 557
22.21 PLC modifiable logic signals; axes and spindles. ........................................................ 565
22.22 PLC modifiable logic signals; spindles......................................................................... 571
22.23 PLC modifiable logic signals; independent interpolator. .............................................. 573
22.24 PLC modifiable logic signals; tool manager. ................................................................ 574
22.25 PLC modifiable logic signals; keys............................................................................... 579
22.26 Variables related to the machine configuration............................................................ 580
22.27 Variables related to volumetric compensation. ............................................................ 588
22.28 Variables associated with the Mechatrolink bus. ........................................................ 589
22.29 Variables related to synchronized switching. ............................................................... 591
22.30 PWM related variables................................................................................................. 592
22.31 Variables related to cycle time. .................................................................................... 594
22.32 Variables associated with the feedback inputs for analog axes................................... 596
22.33 Variables associated with the analog inputs and outputs. ........................................... 598
22.34 Variables associated with the velocity command and the feedback of the drive. ........ 599
22.35 Variables related to the change of gear and set of the Sercos drive. .......................... 601
22.36 Variables related to loop adjustment............................................................................ 602
22.37 Variables related to the loop of the axis or of the tandem spindle. .............................. 610
22.38 Variables related to user tables (zero offset table). ..................................................... 612
22.39 Variables related to user tables (fixture table). ............................................................ 617
22.40 Variables related to user tables (arithmetic parameters table). ................................... 619
22.41 Variables related to the position of the axes. ............................................................... 623
22.42 Variables related to spindle position. ........................................................................... 629
22.43 Feedrate related variables. .......................................................................................... 631
22.44 Variables associated with acceleration and jerk on the tool path. ............................... 636
22.45 Variables related to managing the feedrate in HSC mode........................................... 637
22.46 Variables related to spindle speed............................................................................... 640
22.47 Variables associated with the tool manager. ............................................................... 648
22.48 Variables related to managing the tool magazine and the tool changer arm............... 650
22.49 Variables related to the active tool and to the next one. .............................................. 652
22.50 Variables associated with any tool............................................................................... 664
22.51 Variables associated with the tool being prepared. ..................................................... 673
22.52 Variables related to jog mode. ..................................................................................... 681
22.53 Variables related to the programmed functions. .......................................................... 687
22.54 Variables related to the electronic cam........................................................................ 714
22.55 Variables related to the independent axes................................................................... 716
22.56 Variables associated with the virtual tool axis.............................................................. 723
22.57 Variables defined by the user. ..................................................................................... 724
22.58 General variables of the CNC. ..................................................................................... 725
22.59 Variables related to CNC status................................................................................... 728
22.60 Variables associated with the part-program being executed. ...................................... 733
22.61 Interface related variables............................................................................................ 737
CNC 8070
(REF. 1309)
·7·
Programming manual
ABOUT THE PRODUCT
BASIC CHARACTERISTICS.
Basic characteristics. ·BL· ·OL· ·M· / ·T·
PC-based system. Closed system Open system
Operating system. Windows XP
Number of axes. 3 to 7 3 to 28
Number of spindles. 1 1 to 4
Number of tool magazines. 1 1 to 4
Number of execution channels. 1 1 to 4
Number of handwheels. 1 to 12
Type of servo system. Analog / Digital Sercos / Digital Mechatrolink
Communications. RS485 / RS422 / RS232
Ethernet
PCI expansion. No Option No
Integrated PLC.
PLC execution time. Digital inputs / Digital outputs. Marks / Registers. Timers / Counters. Symbols.
Block processing time. < 1 ms
< 1ms/K 1024 / 1024 8192 / 1024
512 / 256 Unlimited
Remote modules. RIOW RIO5 RIO70
Communication with the remote modules. CANopen CANopen CANfagor
Digital inputs per module. 8 16 or 32 16
Digital outputs per module. 8 24 or 48 16
Analog inputs per module. 4 4 8
Analog outputs per module. 4 4 4
Inputs for PT100 temperature sensors. 2 2 - - -
Feedback inputs. - - - - - - 4
Differential TTL
Sinusoidal 1 Vpp
Customizing.
PC-based open system, fully customizable.
INI configuration files. FGUIM visual configuration tool. Visual Basic®, Visual C++®, etc. Internal databases in Microsoft® Access. OPC compatible interface
CNC 8070
(REF. 1309)
·9·
Programming manual
SOFTWARE OPTIONS.
Bear in mind that some of the features described in this manual depend on the software options that are installed. The information of the following table is informative only; when purchasing the software options, only the information provided in the ordering handbook is valid.
-BL- model -OL- model -M- model -T- model
Open system. Access to the administrator mode.
Editing and simulation environment. - - - Standard Standard Standard
Number of execution channels 1 1 to 4 1 to 4 1 to 4
Number of axes 3 to 7 3 to 28 3 to 28 3 to 28
Number of spindles 1 1 to 4 1 to 4 1 to 4
Number of tool magazines 1 1 to 4 1 to 4 1 to 4
Number of interpolated axes (maximum) 4 28 - - - - - -
Limited to 4 interpolated axes Option Option Option Option
IEC 61131 language Option Option - - - - - -
HD graphics - - - Option Option Option
Conversational IIP - - - - - - Option Option
Non-Fagor digital drive Option Option - - - - - -
Tool radius compensation Option Option Standard Standard
"C" axis Option Option Standard Standard
Dynamic RTCP Option Option - - - Option
HSSA machining system. Option Option Standard Standard
Probing canned cycles - - - - - - Option Standard
Profile editor - - - - - - Standard Standard
Drilling ISO cycles for the OL model. (G80, G81, G82, G83).
Tandem axes - - - Option - - - Option
Synchronism and cams Option Option - - - - - -
Tangential control Option Option - - - Standard
Volumetric compensation (up to 10 m³). Option Option Option Option
Volumetric compensation (more than 10 m³). Option Option Option Option
- - - Option - - - - - -
- - - Option - - - - - -
CNC 8070
(REF. 1309)
·10·
Programming manual
DECLARATION OF CONFORMITY
The manufacturer:
Fagor Automation S. Coop. Barrio de San Andrés Nº 19, C.P.20500, Mondragón -Guipúzcoa- (Spain).
Declares:
The manufacturer declares under their exclusive responsibility the conformity of the product:
8070 CNC
Consisting of the following modules and accessories:
8070-BL-ICU, 8070-OL-ICU 8070-BL-MCU, 8070-OL-MCU , 8070-OL-MCU-PCI MONITOR-LCD-10K, MONITOR-LCD-15, MONITOR-SVGA-15 HORIZONTAL-KEYB, VERTICAL-KEYB, OP-PANEL BATTERY, MOUSE UNIT Remote Modules RIOW, RIO5, RIO70, RCS-S.
Note.Some additional characters may follow the model references indicated above. They all comply with the
directives listed here. However, compliance may be verified on the label of the unit itself.
Referred to by this declaration with following directives:
Low-voltage regulations.
IEC 60204-1:2005/A1:2008 Electrical equipment on machines. Part1. General requirements.
Regulation on electromagnetic compatibility.
EN 61131-2: 2007 PLC. Part 2. Equipment requirements and tests.
According to the European Community Directives 2006/95/EC on Low Voltage and 2004/108/EC on Electromagnetic Compatibility and their updates.
In Mondragón, September 1st, 2013.
CNC 8070
(REF. 1309)
·11·
Programming manual
VERSION HISTORY
Here is a list of the features added to each manual reference. Each manual reference is valid for the indicated software version and newer versions.
Ref. 0201
Software V01.00
First version. Milling model.
Ref. 0212
Software V01.10
New repositioning feedrate after tool inspection. • Machine parameter: REPOSFEED. New treatment of the JOG keys. Different keys to select the axis and the
direction. Know the dimensions of the kinematics on an axis. • Variable: (V.)A.HEADOF.xn Keyboard simulation from the PLC. • Variable: (V.)G.KEY Jog mode. Tool calibration with or without probe. Jog mode. Automatic loading of zero offsets table. Jog mode. Programming of feedrate "F" and spindle speed "S". MDI mode. Block syntax check. Utilities mode. Define protection passwords. Block search. Define the first block. Improved tool table. Axis selection/deselection to move it with a handwheel. Simulate the theoretical path. Confirm the execution of a program pressing the [START] key in a mode other
than automatic. General scaling factor. • New instruction, #SCALE. Probe selection. • New instruction, #SELECT PROBE. Probing canned cycles. • New instruction, #PROBE. Programming of warnings. • New instruction, #WARNING. Block repetition. • New instruction, #RPT. Know the active general scaling factor. • Variable: (V.)G.SCALE Knowing which is the active probe. • Variable: (V.)G.ACTIVPROBE Improved programming of high speed machining. • #HSC instruction. Improved programming of axis swapping. • Instructions #SET, #CALL, #FREE, #RENAME. The number of macros in a program is now limited to 50. • Macros.
• Machine parameter: JOGKEYDEF.
Ref. 0501
Software V02.01
Windows XP operating system. Emergency shutdown with battery (central unit PC104). Multi-channel system, up to 4 channels. Swapping of axes and spindles,
communication and synchronization between channels, common arithmetic parameters, access variables by channel, etc.
Multi-spindle system, up to 4 spindles. Tool management with up to 4 magazines. New languages (Basque and Portuguese). • Machine parameter: LANGUAGE. Placing the vertical softkeys on the left or on the right. • Machine parameter: VMENU. Tool radius compensation mode (G136/G137) by default • Machine parameter: IRCOMP. OEM generic machine parameters. • Machine parameter: MTBPAR. Reading Sercos variables from the CNC. • Machine parameter: DRIVEVAR. Electronic-cam editor. • Machine parameter: CAM. New behavior for rotary axes. The "(V.).TM.MZWAIT " variable is not necessary in the subroutine associated
with M06. Know the software version. • Variable: (V.)G.SOFTWARE
Variables related to loop adjustment. Gain setting via PLC. • Variables:
Variables related to loop adjustment. Position increment and sampling period. • Variables:
• Subroutine associated with M6.
• Variable: (V.).TM.MZWAIT
(V.)A.PLCFFGAIN.xn (V.)A.PLCACFGAIN.xn (V.)A.PLCPROGAIN.xn
(V.)A.POSINC.xn (V.)A.TPOSINC.xn (V.)A.PREVPOSINC.xn
CNC 8070
(REF. 1309)
·13·
Programming manual
Software V02.01
Variables related to loop adjustment. Fine adjustment of feedrate, acceleration and jerk.
Variables related to the feedback inputs. • Variables:
Optimize the reading and writing of variables from the PLC. Only the access to the following variables will be asynchronous.
• The tool variables will be read asynchronously when the tool is neither the active one nor in the magazine.
• The tool variables will be written asynchronously whether the tool is the active one or not.
• The variables referred to local arithmetic parameters of the active levels will be read and written asynchronously.
Spindle parking and unparking. • Instructions #PARK, #UNPARK. Tool radius compensation.
• Behavior of the beginning and end of tool radius compensation when not programming a movement.
• Changing the type of radius compensation while machining.
Via program, loading a tool in a specific magazine position. Programming of modal subroutines. • New instruction, #MCALL. Executing a block in a channel. • New instruction, #EXBLK. Programming the number of repetitions in the block. • NR command. Direct resolution of 2D and 3D pockets without requiring a softkey. Simulating a canned cycle of the editor separately. Importing DXF files from the program editor or from the profile editor. Importing programs of the 8055/8055i CNC from the program editor. Use a softkey to select the repositioning of the spindle after tool inspection. Backup-restore utility. Improved profile editor. Assistance in the program editor. Contextual programming assistance.
• When programming "#", it shows the list of instructions.
• When programming "$", it shows the list of instructions.
• When programming "V.", it shows the list of variables.
Specific password for the machine parameters for kinematics. Save the CAN configuration for testing it when starting up the system. The diagnosis mode shows detailed information on the Sercos connection
(Type and version of the drive and motor connected to it). It is possible to print all the information on the configuration from any section
of the diagnosis mode. It is possible to simulate a cycle separately from the cycle editor. Setup assistance. Oscilloscope, Bode diagram, circularity test.
• Variables: (V.)A.FEED.xn (V.)A.TFEED.xn (V.)A.ACCEL.xn (V.)A.TACCEL.xn (V.)A.JERK.xn (V.)A.TJERK.xn
(V.)A.COUNTER.xn (V.)A.COUNTERST.xn (V.)A.ASINUS.xn (V.)A.BSINUS.xn
• Reading and writing of variables from the PLC.
CNC 8070
(REF. 1309)
Ref. 0504
Software V02.03
New values of machine parameter SERPOWSE for the "Sercos II" board. • Machine parameters: SERPOWSE. The simulated axes are ignored regarding the validation code. Electronic cam programming (real coordinates). • New instruction, #CAM. Synchronization of independent axis (real coordinates). • New instruction, #FOLLOW. Movement of the independent axis. • New instruction, #MOVE. DDSSetup mode. G31. Temporary polar origin shift to the center of interpolation. • G31 function. G112. Change the drive's parameter set. • G112 function.
Ref. 0509
Software V03.00
Lathe model. Machining canned cycles, lathe tool calibration, variables to consult the geometry of lathe tools, etc.
Incline axis. Permit using the G95 function in jog mode. • Machine parameter: FPRMAN. Lathe model. Select graphics configuration. • Machine parameter: GRAPHTYPE. Lathe model. Select axis configuration. • Machine parameter: GEOCONFIG. Select the set of parameters for synchronization. • Machine parameter: SYNCSET. "C" axis maintained. • Machine parameter: PERCAX. Magazine-less system. Ground tools for a turret magazine. Variable to read the accumulated PLC offset. • Variable: (V.)[ch].A.ACTPLCOF.xn Variable to obtain a linear estimation of the following error. • Variable: (V.)[ch].A.FLWEST.xn Variables to read the instant value of feed-forward or AC-forward. • Variables:
Variable to know the line number of the file being executed. • Variable: (V.)[ch].G.LINEN Variable to know what kind of cycle is active. • Variable: (V.)[ch].G.CYCLETYPEON Variable to know the tool orientation. • Variable: (V.)[ch].G.TOOLDIR
(V.)[ch].A.ACTFFW.xn (V.)[ch].A.ACTACF.xn
·14·
Programming manual
Software V03.00
Variable to know whether the HSC mode is active or not. • Variable: (V.)[ch].G.HSC Variable to know the theoretical feedrate on 3D path. • Variable: (V.)[ch].G.F3D Variable to know the number of the warning being displayed. • Variable: (V.)[ch].G.CNCWARNING The variable (V.)G.CNCERR is now per channel. • Variable: (V.)G.CNCERR Select the type of loop, open or closed, for the spindle. • New instruction, #SERVO. Spindle synchronization. • New instruction, #SYNC. Spindle synchronization. • New instruction, #TSYNC. Spindle synchronization. • New instruction, #UNSYNC. Select milling cycles at a lathe model. • New instruction, #MILLCY. Select turning cycles at a milling model. • New instruction, #LATHECY. Define a kinematics when activating the C axis. • #CYL instruction. Define a kinematics when activating the C axis. • #FACE instruction. Improved coordinate transformation (#CS/#ACS).
• Keep the part zero when deactivating the transformation.
• Working with 45º spindles. Select between the two choices.
• Keep the rotation of the plane axes with MODE 6. G33. New parameter (Q1) to define the entry angle. • G33 function. G63. Tool inspection is possible during rigid tapping. • G63 function. Function G112 is not valid for the spindle. • G112 function. New criteria when assuming a new master spindle in the channel. Improved tool table.
• Instructions #CS, #ACS.
Ref. 0601
Software V03.01
Axis slaving. Configuring the default status of an axis slaving (coupling). • Machine parameters: LINKCANCEL. Tool radius compensation. The way tool radius is canceled. • Machine parameters: COMPCANCEL. Screen test on power-up, if any element is missing, it restores the relevant
backup. Editing mode. Editing programs in the 8055 CNC language. DDSSetup mode. Saving and loading the data of all the drives at the same
time. Using the ":" character to program a comment in a part-program. Variables. Geometry of the lathe tools. Variables. Number of the tool in the claws of the changer arm. • Variables:
Automatic mode. It allows executing a program independently. The instruction #EXEC does not issue an error if the channel is busy; the
instruction waits for the operation in progress to end. The instruction #EXBLK does not issue an error if the channel is busy; the
instruction waits for the operation in progress to end.
(V.)TM.TOOLCH1[mz] (V.)TM.TOOLCH2[mz]
• #EXEC instruction.
• #EXBLK instruction.
Ref. 0606
Software V03.10
Feedrate. Maximum machining feedrate. • Machine parameter: MAXFEED. Feedrate. Default machining feedrate when none has been programmed. • Machine parameter: DEFAULTFEED. The user keys may be configured as jog keys. • Machine parameter: USERKEYDEF. Disabling a keyboard or jog panel integrated into the CAN bus. • PLC mark: PANELOFF. Handwheel with push-button. Selecting an axis sequentially for jogging it with
the handwheel. New parameter to set whether or not the CNC sends the M, H, S functions to
the PLC during block search. The CNC allows changing the spindle override during electronic threading
(G33) and in the threading canned cycles of the ·T· model (G86, G87 and their equivalent of the cycle editor).
OEM machine parameters.
• Range of parameters that can be written from the part-program, from the
PLC or from the interface.
• Range of parameters affected by the change of units.
• Each parameter may have a different describing comment associated
with it.
Home search. New home searching method for spindles with home switch. The spindle goes through the home switch twice.
The CNC displays the warnings generated at the drive. M function table. New field to define whether the function is sent out to the PLC
or not during block search. M function table. Each M function may have a different describing comment
associated with it. General handwheel. The CNC may have several general handwheels. General handwheel. A general handwheel can move several axes at the same
time. Improvements in the looks of some softkeys of the editor. Improvements in the looks of some softkeys of the graphics window. Editing mode. Programming help files for OEM and global subroutines. Editing mode. Help file with the list of available subroutines.
• PLC mark: NEXTMPGAXIS.
• Machine parameter: FUNPLC.
• Machine parameters: THREADOVR, OVRFILTER.
• Field: MPLC.
• Field: COMMENT.
CNC 8070
(REF. 1309)
·15·
Programming manual
Software V03.10
Editing mode. Improved contextual assistance. Editing mode. New softkey for deactivating the contextual assistance. Editing mode. Improvements in the looks of the softkeys. The automatic mode offers a softkey for selecting the program that is being
edited. In automatic and jog modes, the CNC shows the status of the _FEEDHOL
mark. In automatic and jog modes, the CNC shows the status of the INHIBIT mark
of the axes and spindle. Automatic mode. It shows information on all the spindles. Jog mode. It shows information on all the spindles. "Retrace" function. Tangential control. Tool table. New softkey for initializing the positions; T1 in position 1, T2 in
position 2, etc. Tool table. New softkeys for copying and pasting the data of a tool offset. The CNC checks whether the programmed turning direction (M3/M4) matches
the one preset in the tool table. Generating the warranty registration report. Hiding the window for errors and warnings. M02/M30. There is no need to program M02 or M30 to end a part program. • Functions M02/M30. Canceling the preset turning direction of a tool. • Variables: (V.)G.SPDLTURDIR Change the maximum feedrate allowed in the channel from the PLC. • Variables: (V.)[ch].PLC.PLCG00FEED Show the status of the emergency relay. • Variables: (V.)G.ERELAYST HSC. New FAST mode. • #HSC instruction. "C" axis. The #CYL instruction requires programming the radius. • #CYL instruction. Improved block search. Tool calibration.
• Manual calibration. When calibration is done, pressing [START] assumes the new values.
• Semi-automatic calibration. Calibration of lathe tools.
• Semi-automatic calibration. When calibration is done, pressing [START] assumes the new values.
• Automatic calibration. When calibration is done, the CNC assumes the new values.
• PLC mark: _FEEDHOL.
• PLC mark: INHIBIT.
CNC 8070
(REF. 1309)
Ref. 0608
Software V03.11
Simulator Possibility to use the dongle (hardware key) in a network. Line graphics. Improved resizing of the graphics on the screen. "Retrace" function. Several improvements to the retrace function. HSC. New command CORNER. • #HSC instruction. The default value of some machine parameters is different for the CNC and
for the simulator installed on a PC. G33. The override limitation is maintained while returning to the beginning of
the thread. RTCP. Home search is now possible on the axes that are not involved in
RTCP. Abort the execution of the program and resume it somewhere else. • New instruction, #ABORT.
• G33 function.
Ref. 0704 / Ref. 0706
Software V03.13
Sign criteria for tool offsets (dimensions) and tool wear. • Machine parameters: TOOLOFSG. Define the tool wear with incremental or absolute values. • Variables:
Variables V.TM.TOOLCH1[mz] / V.TM.TOOLCH2[mz] may be written from the PLC.
MDI mode. Cancel the block being executed while keeping the machining conditions.
Software V03.14
MCU and ICU central unit. battery powered RAM. Connecting handwheels to the central unit. local I/O. Local feedback inputs. Loca probes.
Define whether the spindle is homed automatically with the first movement or not.
The application may be restarted while turning the CNC off. The task window may be accessed by clicking on the OEM icon (top left of the
status bar). The channels may be accessed by clicking on the icons of the status bar). The pages of an operating mode may be accessed by clicking on the mode
name (top right of the status bar). The turning speed limitation (G192) is also applied when the spindle is working
at constant turning speed (G97)
(V.)TM.TOOLCH1[mz] (V.)TM.TOOLCH2[mz].
• G192 function.
·16·
Programming manual
Ref. 0707
Software V03.15
Know the type of hardware. • Variable: (V.)G.HARDTYPE Theoretical tool feedrate along the path. • Variable: (V.)[ch].G.PATHFEED Every time the diagnosis mode is accessed, the CNC creates the files
SystemInfo.txt and SercosInfo.txt. PLC errors may have an additional data file associated with them, same as
PLC messages. User tables. The zero offset table shows the spindles that may be activated
as C axis. Zero offsets for the C axis. The CNC shows a warning when a channel is expecting a tool that is being
used in another channel.
Ref. 0709
Software V03.16
Tandem spindles. Diagnosis mode. Monitoring of the temperature of the CPU, board and
enclosure. The CNC uses the combined feedback to calculate the velocity command, but
it uses the direct feedback to calculate the compensations, circularity test, etc. The CNC does not assume any kinematics on power-up. • Machine parameters: KINID Machine parameters: KINID The CNC allows modifying the override while threading if it detects that the
feed forward (parameter FFWTYPE) is not active in a gear or if the active feed forward is lower than 90%
Ref. 0712
Software V03.17
C axis maintained after executing M02, M30 or after an emergency or reset. • Machine parameter: PERCAX.
Ref. 0801
Software V03.20
The CNC has a different MTB folder for each type of software installed; MTB_T for lathe, MTB_M for mill and MTB_MC for motion control.
By default, the feedback alarms of the analog axes are activated. Set change.
• For the CNC to assume the new parameter set, it must wait for the PLC to receive the confirmation of one of the marks GEAR1 to GEAR4.
• The gear change concludes when the PLC receives the confirmation signal AUXEND.
• Sercos spindle. The set change only affects the drive when it implies a change of gear ratio.
• The CNC lets change the gear of the slave axis or spindle of a tandem.
Coordinate latching with the help of a probe or a digital input. • Variables:
PLC. The PLC program can have several mnemonic files (extension "plc"). PLC. When defining each PLC error, it is possible to select whether it opens
the emergency relay or not. PLC. Grouping the additional information text files in a single file. PLC. Contact (ladder) editor. Status of the local probes. • Variables: (V.)G.PRBST1 (V.)G.PRBST2. Axis synchronization. Managing a rotary axis as an infinite axis making it
possible to increase the feedback count of the axis indefinitely (wihout limits) regardless of the value of the module.
Errors and warnings.
• From the errors and warnings, it is possible to access the errors solving (troubleshooting) manual.
• CNC errors between 10000 and 20000 are reserved for the OEM so he can create his own warning or error texts in different languages.
Show a warning and interrupt program execution. • New instruction, #WARNINGSTOP. Electronic cam programming (theoretical coordinates). • New instruction, #TCAM. Dynamic distribution of the machining operations between channels. • New instruction, #DINDIST. The CNC can park the main axes. The axes may be programmed using the "?" wild card that refers to the axis
position in the channel. Functions G130 (percentage of acceleration) and G132 (percentage of jerk)
may be applied to the spindles. Profile editor. Axes coordinated with auto-scale and name of the axes. Profile editor. Zoom and movement of the graphics area via keyboard. Profile editor. At the lathe model, the orientation of the axes is defined by
parameter GRAPHTYPE. Edisimu mode. Inclined plane programming assistance.
(V.)[ch].A.LATCH1.xn (V.)[ch].A.LATCH2.xn
• Variables: (V.)[ch].A.ACCUDIST.xn
•Wild card "?".
• Functions G130 and G132.
• Machine parameter: GRAPHTYPE.
CNC 8070
(REF. 1309)
·17·
CNC 8070
(REF. 1309)
Programming manual
Software V03.20
Edisimu mode. To simulate the program, when pressing the "START" softkey, the CNC assumes the real configuration of the spindles of the channel and the configuration of the machine parameters. The starting coordinates for simulation will be the real coordinates that the CNC had on power-up.
Edisimu mode. New window for consulting the status of the subroutines, canned cycles, block repetition and loops.
Edisimu mode. The "START" softkey saves the program being edited. Automatic mode. New functions and instructions that cancel the retrace
function. Automatic mode. New window for consulting the status of the subroutines,
canned cycles, block repetition and loops. Automatic mode. The [START] key saves the program being edited. Diagnosis mode. Generate the Fagor file for error diagnosis. Tool table. When selecting an incremental wear, it is possible to define the
maximum increment possible; by default 0.5 mm (0.019685 inch). Machine parameters tables. Import and export leadscrew compensation
tables. Within a work mode, select the different pages in reverse order using the
[SHIFT] key. Setup assistance. Bode. Interface related variables.
Ref. 0809
Software V04.00 (it does not include the features of version V03.21)
Unicode. New language (Chinese). In the machine parameter table, an icon indicates which parameters are
involved in parameter matching. Handwheels. There can now be up to 12 handwheels. • Machine parameter: NMPG. The CNC applies module compensation throughout the entire revolution of the
axis. Home search moving the axis to the reference point. • Machine parameter: POSINREF. PLC. There can now be up to 1024 PLC messages. • PLC resources: MSG. PLC. There can now be up to 1024 PLC errors. • PLC resources: ERR. Handwheels. Inhibit the handwheels of the system. • PLC mark: INHIBITMPG1/INHIBITMPG12. Cancel spindle synchronization after executing M02, M30 or after an error or
a reset. Positioning a turret magazine whether there is a tool in the indicated position
or not. A channel maintains its master spindle after executing M02, M30 or after an
emergency or a reset or restarting the CNC. Force the change of gears and/or of the parameter set of a Sercos drive • Variable: (V.)A.SETGE.xn Set a machine coordinate. • G174 function. There can now be up to 99 zero offsets. • G159 function. There can now be up to 100 synchronization marks. • Instructions #MEET, #WAIT and #SIGNAL. Select a turret position. • #ROTATEMZ instructions. Axis synchronization. Managing a rotary axis as an infinite axis making it
possible to increase the feedback count of the axis indefinitely (wihout limits) regardless of the value of the module.
Variables. The variable (V.)[ch].E.PROGSELECT can be written via part­program, PLC and interface. This variable can only be written with the value of ·0·
Variables. The following variables are valid for the spindle. • Variables: (V.)[ch].A.MEAS.sn
Profile editor.
• Programming in Polar coordinates.
• Programming in incremental coordinates.
• Best zoom, display part zero and auto-zoom from the keyboard.
• Improved softkey menu. Jog mode. New softkey to turn the CNC off. Jog mode. In handwheel mode, next to each axis, the CNC indicates whether
that axis has an individual handwheel associated with it or not. Jog mode. The screen shows the tool dimensions. Automatic mode. The screen shows the tool dimensions. Handwheels. The general handwheels can move axes with an associated
individual handwheel. Handwheels. Number of pulses sent by the handwheel since the system was
started up. Feed handwheel. Diagnosis mode. View the error and warning history issued by the CNC.
• Machine parameter: MODCOMP.
• Instructions #SYNC and #TSYNC.
• #ROTATEMZ instructions.
• #MASTERinstruction.
• Variables: (V.)[ch].A.PREVACCUDIST.xn
• Variables: (V.)[ch].E.PROGSELECT
(V.)[ch].A.ATIPMEAS.sn (V.)[ch].A.MEASOF.sn (V.)[ch].A.MEASOK.sn (V.)[ch].A.MEASIN.sn
• Variables: (V.)G.HANDP[hw]
·18·
Programming manual
Software V04.00 (it does not include the features of version V03.21)
Edisimu mode and PLC mode.
• New hotkey to redo an operation.
• The editor shows the line number.
• The option "Find/replace" permits selecting the search direction, up or down. New softkey to look for the text without replacing it.
• The editor adjusts the long blocks to the size of the window dividing the block into several lines.
• The editor offers hotkeys [CTRL]+[+] and [CTRL]+[–] to increase or decrease the size of the editor font. If the CNC has a mouse with a wheel, the [CTRL] key combined with this wheel can also be used to increase and decrease the size of the text font.
• In large files (more than 200 kB), the editor cancels the syntax coloring.
• In large files (more than 200 kB), the editor does not save the program when changing blocks; the editor saves the program when the user has not modified the program for about 5 seconds.
Edisimu mode.
• Comments having an asterisk (*) and programmed at the beginning of the block allow to group blocks. Blocks programmed between these comments will be grouped and may be expanded or shrunk the same way as the cycles or profiles.
• Having the "Hide cycles/profiles" option active, when the cursor moves over a hidden element, it expands automatically; when the cursor moves out of the element, it shrinks again.
• The editor offers the [ALT]+[–] hotkey to expand y hide cycles, profiles and grouped blocks. If the CNC has a mouse, click on the symbol located to the right of the cycle, profile or group of blocks to expand them and hide them.
• In large files (more than 200 kB), the editor does not hide the canned cycles or the profiles.
PLC mode. New softkeys to sort the files that make up the PLC project.
Ref. 0811
Software V03.21 (features not included in version V04.00)
There can now be up to 1024 PLC messages. • PLC resources: MSG. There can now be up to 1024 PLC errors. • PLC resources: ERR.
Ref. 0907
Software V04.01
The CNC turns the internal fan on and off as necessary. The CNC turns the fan on when the temperature exceeds 50 ºC (122 ºF) and turns it off when it gets under 45 ºC (113 ºF).
Communication with servos (axis and spindle) and inverters (spindle) through the Mechatrolink bus, in Mlink-I (17 bytes) and Mlink-II (17 or 32 bytes) mode.
Define the maximum acceleration and jerk allowed on the tool path. • Machine parameters:
Variable to know the following error (lag) when feedback combination is active. • Variables:
Variable to know the position value of the first feedback when feedback combination is active.
Diagnosis mode. Monitor battery voltage.
MAXACCEL, MAXJERK.
• Variables: (V.)[ch].G.MAXACCEL (V.)[ch].G.MAXJERK
(V.)[ch].A.FLWE.xn (V.)[ch].A.FLWACT.xn
• Variable: (V.)[ch].A.POSMOTOR.xn
Ref. 1007
Software V04.10 (it does not include the features of version V04.02)
New languages (Russian and Czech). • Machine parameter: LANGUAGE. Cancel the inclined plane on start-up. • Machine parameter: CSCANCEL. Handwheels. Setting a negative resolution reverses the axis moving direction. • Machine parameter: MPGRESOL. Activate the rapid traverse for the automatic mode while executing a program. • Machine parameters: RAPIDEN, FRAPIDEN.
• PLC mark: EXRAPID.
Maximum axis machining feedrate. • Machine parameter: MAXFEED. Management of several keyboards. • Machine parameter: NKEYBD. Configure the serial line as RS232, RS422 or RS485. • Machine parameter: RSTYPE. Enable the HBLS handwheel. • Machine parameter: HBLS. Selecting the type of PLC (IEC61131 or Fagor). • Machine parameter: PLCTYPE RTCP. On tilting tables, rotate the part coordinate system when rotating the
table. PLC. There are now 512 PLC timers. • PLC resources: Timers. PLC. Management of spindle M functions (M3, M4 and M5) from the PLC. • PLC marks: PLCM3, PLCM4 and PLCM5. New look for the interface. MDI mode. The feedrate set in MDI/MDA mode will become the new feedrate
for the jog and automatic modes. Jog mode. Set or activate a zero offset or fixture offset. Jog mode. The screen shows an icon that represents the type of tool. Automatic mode. The screen shows an icon that represents the type of tool.
• Kinematics TYPE9 through TYPE12.
CNC 8070
(REF. 1309)
·19·
Programming manual
Software V04.10 (it does not include the features of version V04.02)
Editing mode. Use a template for part programs. Utilities mode. Encrypt files. The CNC allows eliminating certain errors by pressing the [ESC] key without
having to do a reset. M functions with an associated subroutine. The CNC admits function G174 for axes in DRO mode and spindles. • G174 function. Detailed CNC status in jog mode. • Variable: (V.)[ch].G.CNCMANSTATUS Detailed CNC status in automatic mode. • Variable: (V.)[ch].G.CNCAUTSTATUS Know the axes selected for home search, repositioning, coordinate preset or
movement to a coordinate. Know the current position of the main rotary axes of the kinematics (third
axis). Know the target position of the main rotary axes of the kinematics (third axis). • Variable: (V.)[ch].G.TOOLORIT1
Cancel the name change for axes and spindles (#RENAME) after executing M02 or M30, after a reset or at the beginning of a new part-program in the same channel.
Graphic environment. Simulate the real path, but enlarging the error with respect to the theoretical path.
• Variable: (V.)[ch].G.SELECTEDAXIS
• Variable: (V.)[ch].G.POSROTT
(V.)[ch].G.TOOLORIT2
• #RENAME instruction.
Ref. 1010
Software V04.02 (features not included in version V04.10)
New language (Russian). • Machine parameter: LANGUAGE. Activate the rapid traverse for the automatic mode while executing a program. • Machine parameters: RAPIDEN, FRAPIDEN.
• PLC mark: EXRAPID. Maximum axis machining feedrate. • Machine parameter: MAXFEED. Management of several keyboards. • Machine parameter: NKEYBD. Configure the serial line as RS232, RS422 or RS485. • Machine parameter: RSTYPE. Synchronize spindles without forcing a set change. • Machine parameter: SYNCSET. Mechatrolink. Activate the drive options. • Machine parameter: OPTION. RTCP. On tilting tables, rotate the part coordinate system when rotating the
table. MDI mode. The feedrate set in MDI/MDA mode will become the new feedrate
for the jog and automatic modes. Jog mode. Set or activate a zero offset or fixture offset. The CNC admits function G174 for axes in DRO mode and spindles. • G174 function. Detailed CNC status in jog mode. • Variable: (V.)[ch].G.CNCMANSTATUS Detailed CNC status in automatic mode. • Variable: (V.)[ch].G.CNCAUTSTATUS Know the axes selected for home search, repositioning, coordinate preset or
movement to a coordinate. Know the current position of the main rotary axes of the kinematics (third
axis). Know the target position of the main rotary axes of the kinematics (third axis). • Variable: (V.)[ch].G.TOOLORIT1
Know the status of a cam. • Variable: (V.)G.CAMST[cam] Modify the range of the slave axis when activating the cam. • Variable: (V.)G.CAM[cam][index] Set 0% feedrate override via PLC. • Variable: (V.)[ch].PLC.FRO Cancel the name change for axes and spindles (#RENAME) after executing
M02 or M30, after a reset or at the beginning of a new part-program in the same channel.
Graphic environment. Simulate the real path, but enlarging the error with respect to the theoretical path.
Edisimu mode. The simulation assumes the origins that are active for execution.
• Kinematics TYPE9 through TYPE12.
• Variable: (V.)[ch].G.SELECTEDAXIS
• Variable: (V.)[ch].G.POSROTT
(V.)[ch].G.TOOLORIT2
• #RENAME instruction.
CNC 8070
(REF. 1309)
·20·
Ref. 1107
Software V04.11
Synchronized switching. • Variables:
(V.)G.TON (V.)G.TOF (V.)G.PON (V.)G.POF
• Statement: #SWTOUT
Ref. 1304
Software V04.20
Configure how to operate the CNC. Access work modes using hotkeys or from the softkey menu.
Configure how to use the softkey menu, either using menus and submenus (there are different softkey levels within a work mode) or using popup menus (there is only 1 softkey menu, without submenus).
Maximum safety limit for feedrate. • Machine parameter: FLIMIT. Maximum safety speed limit. • Machine parameter: SLIMIT. Interruption subroutines per channel. • Programming instructions: #REPOS. There may be up to 30 OEM subroutines per channel now (G180-G189 /
G380-G399).
• Machine parameter: HMITYPE.
• Machine parameter: SFTYPE.
Programming manual
Software V04.20
The OEM subroutines may be executed either in a non-modal (G180, G181, etc) or in a modal way (MG180, MG181, etc).
The operation of M19 with subroutine has changed. • Function: M19. Know the status of a cam. • Variable: (V.)G.CAMST[cam] Modify the range of the slave axis when activating the cam. • Variable: (V.)G.CAM[cam][index] Set 0% feedrate override via PLC. • Variable: (V.)[ch].PLC.FRO Detailed CNC status in automatic mode. New values. • Variable: (V.)[ch].G.CNCAUTSTATUS Active zero offset. • Variable: (V.)[ch].G.EXTORG The CNC can execute programs of the 8055 MC and 8055 TC models made
up with conversational canned cycles including geometric assistance. Tool table. Assign a name or text to any of the 4 "custom" parameters available
in each tool. Operation with touch-screen model. New tool inspection. New HD graphics. EDISIMU mode. Geometric help editor. Jog mode. Tool calibration pages show the data of the tool to be calibrated. MDI/MDA mode. The CNC can execute blocks when the execution of the
program is interrupted. Automatic mode. Program simulation with the possibility to go into execution.
In this mode, it is possible to simulate a program, interrupt it at a point and start execution from that point on.
Software V04.21
New model LCD-10K. • Variables:
Software V04.22
Set the zero offsets with a coarse part and a fine part. • Variables:
Cancel mirror image (G11/G12/G13/G14) after M30 and reset.
Software V04.24
Additional negative command pulse for analog axes. • Variable:
The SPDLEREV mark (reverse turning direction) affects the spindle in M19. • Variable:
Functions M02, M30 and reset do not cancel the speed limit function G192. • Function G192. Functions M02, M30 and reset do not cancel the constant surface speed (CSS)
function.
Software V04.25
Synchronized switching. • Variables:
Error programmed in HSC mode. • Variable:
The HSC FAST mode may be used to adjust the chordal error (parameter E). • Statement: #HSC The CNC will load into RAM memory the subroutines having the extension .fst. If function G95 is active and the spindle does not have an encoder, the CNC
will use the programmed theoretical rpm to calculate the feedrate.
(V.)MPMAN.JOGKEYDEF[jk] (V.)MPMAN.USERKEYDEF[uk]
(V.)[ch].A.ADDORG.xn (V.)[ch].A.COARSEORG.xn (V.)[ch].A.FINEORG.xn (V.)[ch].A.COARSEORGT[nb].xn (V.)[ch].A.FINEORGT[nb].xn
(V.)[ch].MPA.BAKANOUT[set].xn
(V.)[ch].MPA.M19SPDLEREV.xn
• Function G96.
(V.)G.TON (V.)G.TOF (V.)G.PON (V.)G.POF
• Statement: #SWTOUT
(V.)[ch].G.CONTERROR
• Function G95.
Ref. 1305
Software V04.26
New model LCD-10K. New model LCD-15. New keyboard VERTICAL-KEYB. New keyboard HORIZONTAL-KEYB. New operator panel OP-PANEL. Keep the longitudinal axis when changing planes (G17/G18/G19). • Function G17/G18/G19. The M3/M4/M5 functions cancel the C axis and set the spindle in open loop.
Programs with ".mod" extension may be modified when they are interrupted using "cancel and resume".
• Machine parameters: JOGKEYDEF n USERKEYDEF n
• Variables: (V.)MPMAN.JOGKEYDEF[jk] (V.)MPMAN.USERKEYDEF[uk]
CNC 8070
(REF. 1309)
·21·
Programming manual
Ref. 1309
Software V04.27
The model LCD-10K (front mounting) is removed. The model LCD-15 (front mounting) is removed. The module OP-PANEL-H/E is removed. The module JOG-PANEL is removed. The module KB-PANEL-H is removed. Virtual tool axis. • Statement: #VIRTAX
• Variables: (V.)[ch].G.VIRTAXIS (V.)[ch].G.VIRTAXST
PWM (Pulse-Width Modulation) • Statement: #PWMOUT
Modify the simulation speed via PLC. • Variable: (V.)PLC.SIMUSPEED Execute subroutine as a single block. • Statement: #RETDSBLK
(V.)[ch].A.VIRTAXOF.xn
• Variables: (V.)G.PWMON (V.)G.PWMFREQ (V.)G.PWMDUTY (V.)PLC.PWMFREQ (V.)PLC.PWMDUTY
CNC 8070
(REF. 1309)
·22·
Programming manual
SAFETY CONDITIONS
Read the following safety measures in order to prevent harming people or damage to this product and those products connected to it. Fagor Automation shall not be held responsible of any physical damage or defective unit resulting from not complying with these basic safety regulations.
Before start-up, verify that the machine that integrates this CNC meets the 89/392/CEE Directive.
PRECAUTIONS BEFORE CLEANING THE UNIT
If the CNC does not turn on when actuating the start-up switch, verify the connections.
Do not get into the inside of the unit. Only personnel authorized by Fagor Automation may manipulate the
Do not handle the connectors with the unit connected to AC power.
inside of this unit. Before manipulating the connectors (inputs/outputs, feedback, etc.)
make sure that the unit is not connected to AC power.
PRECAUTIONS DURING REPAIR
In case of a malfunction or failure, disconnect it and call the technical service.
Do not get into the inside of the unit. Only personnel authorized by Fagor Automation may manipulate the
inside of this unit.
Do not handle 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.
PRECAUTIONS AGAINST PERSONAL DAMAGE
Interconnection of modules. Use the connection cables provided with the unit. Use proper cables. To prevent risks, use the proper cables for mains, Sercos and Bus
CAN recommended for this unit. In order to avoid electrical shock at the central unit, use the proper
power (mains) cable. Use 3-wire power cables (one for ground connection).
Avoid electrical overloads. In order to avoid electrical discharges and fire hazards, do not apply
electrical voltage outside the range selected on the rear panel of the central unit.
Ground connection. In order to avoid electrical discharges, connect the ground terminals
of all the modules to the main ground terminal. Before connecting the inputs and outputs of this unit, make sure that all the grounding connections are properly made.
In order to avoid electrical shock, before turning the unit on verify that the ground connection is 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 or damages, do no work in explosive
environments.
CNC 8070
(REF. 1309)
·23·
Programming manual
PRECAUTIONS AGAINST PRODUCT DAMAGE
Working environment. This unit is ready to be used in industr ial 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 by the CNC when installed in other environments (residential or homes).
Install the unit in the right place. It is recommended, whenever possible, to install 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/TV transmitters. Nearby arc welding machines.
Nearby High Voltage power lines.
Enclosures. The manufacturer is responsible of assuring that the enclosure
involving the equipment meets all the currently effective directives of the European Community.
Avoid disturbances coming from the machine.
Use the proper power supply. Use an external regulated 24 Vdc power supply for the keyboard and
Grounding of the power supply. The zero volt point of the external power supply must be connected
Analog inputs and outputs connection. Use shielded cables connecting all their meshes to the corresponding
Ambient conditions. The storage temperature must be between +5 ºC and +45 ºC (41 ºF
Central unit enclosure. Make sure that the needed gap is kept between the central unit and
Main AC power switch. This switch must be easy to access and at a distance between 0.7 and
The machine must have all the interference generating elements (relay coils, contactors, motors, etc.) uncoupled.
the remote modules.
to the main ground point of the machine.
pin.
and 113 ºF). The storage temperature must be between -25 ºC and 70 ºC (-13 ºF
and 158 ºF).
each wall of the enclosure. Use a DC fan to improve enclosure ventilation.
1.7 m (2.3 and 5.6 ft) off the floor.
CNC 8070
(REF. 1309)
·24·
PROTECTIONS OF THE UNIT ITSELF
Remote modules. All the digital inputs and outputs have galvanic isolation via
optocouplers between the CNC circuitry and the outside.
Programming manual
i
SAFETY SYMBOLS
Symbols that may appear on the manual.
Danger or prohibition symbol. It indicates actions or operations that may hurt people or damage products.
Warning symbol. It indicates situations that certain operations could cause and the suggested actions to prevent them.
Obligation symbol. It indicates actions and operations that must be carried out.
Information symbol. It indicates notes, warnings and advises.
Symbols that the product may carry.
Ground protection symbol. It indicates that that point must be under voltage.
CNC 8070
(REF. 1309)
·25·
Programming manual
WARRANTY TERMS
INITIAL WARRANTY
All products manufactured or marketed by FAGOR carry a 12-month warranty for the end user which could be controlled by the our service network by means of the warranty control system established by FAGOR for this purpose.
In order to prevent the possibility of having the time period from the time a product leaves our warehouse until the end user actually receives it run against this 12-month warranty, FAGOR has set up a warranty control system based on having the manufacturer or agent inform FAGOR of the destination, identification and on-machine installation date, by filling out the document accompanying each FAGOR product in the warranty envelope. This system, besides assuring a full year of warranty to the end user, enables our service network to know about FAGOR equipment coming from other countries into their area of responsibility.
The warranty starting date will be the one appearing as the installation date on the above mentioned document. FAGOR offers the manufacturer or agent 12 months to sell and install the product. This means that the warranty starting date may be up to one year after the product has left our warehouse so long as the warranty control sheet has been sent back to us. This translates into the extension of warranty period to two years since the product left our warehouse. If this sheet has not been sent to us, the warranty period ends 15 months from when the product left our warehouse.
This warranty covers all costs of material and labour involved in repairs at FAGOR carried out to correct malfunctions in the equipment. FAGOR undertakes to repair or replace their products within the period from the moment manufacture begins until 8 years after the date on which it disappears from the catalogue.
It is entirely up to FAGOR to determine whether the repair is or not under warranty.
EXCLUDING CLAUSES
Repairs will be carried out on our premises. Therefore, all expenses incurred as a result of trips made by technical personnel to carry out equipment repairs, despite these being within the above-mentioned period of warranty, are not covered by the warranty.
Said warranty will be applied whenever the equipment has been installed in accordance with instructions, has not be mistreated, has not been damaged by accident or by negligence and has not been tampered with by personnel not authorised by FAGOR. If, once servicing or repairs have been made, the cause of the malfunction cannot be attributed to said elements, the customer is obliged to cover the expenses incurred, in accordance with the tariffs in force.
Other warranties, implicit or explicit, are not covered and FAGOR AUTOMATION cannot be held responsible for other damages which may occur.
CNC 8070
(REF. 1309)
·27·
Programming manual
WARRANTY ON REPAIRS
In a similar way to the initial warranty, FAGOR offers a warranty on standard repairs according to the following conditions:
PERIOD 12 months.
CONCEPT Covers parts and labor for repairs (or replacements) at the
network's own facilities.
EXCLUDING CLAUSES The same as those applied regarding the chapter on initial
warranty. If the repair is carried out within the warranty period, the warranty extension has no effect.
When the customer does not choose the standard repair and just the faulty material has been replaced, the warranty will cover just the replaced parts or components within 12 months.
For sold parts the warranty is 12 moths length.
SERVICE CONTRACTS
The SERVICE CONTRACT is available for the distributor or manufacturer who buys and installs our CNC systems.
CNC 8070
(REF. 1309)
·28·
Programming manual
MATERIAL RETURNING TERMS
When sending the central nit or the remote modules, pack them in its original package and packaging material. If the original packaging material is 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 Attach a label indicating the owner of the unit, person to contact, type of unit and serial number. In case
of malfunction also indicate symptom and a brief description of the problem.
3 Wrap the unit in a polyethylene roll or similar material to protect it. When sending a central unit with
monitor, protect especially the screen.
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.
CNC 8070
(REF. 1309)
·29·
Loading...
+ 714 hidden pages