Chapter 1 - page 2
MC work mode
1.
General Concepts
1.2
General
1.2 GENERAL
It has all the performance features of the M model plus the specific features of the MC mode.
For example, the setting of the numerical Control must be done in M mode.
In the MC operating mode the programs P900000 to P999999 are reserved for the CNC itself, that
is, these cannot be used as part-programs by the user as they have a special significance.
Furthermore, to be able to work in MC mode, the CNC has to have in its memory programs P999997
and P999998, which are supplied by Fagor Automation.
Every time the CNC detects a new software version, updates these programs automatically and makes
a backup copy of the old ones in the configuration card (CARD A).
Also routines 0000 a 8999 are free for use and routines 9000 to 9999 are reserved for the CNC itself.
Warning: Programs P999997 and P999998 are associated with the software version.
Fagor Automation shall not be held responsible of any possible malfunction if
programs P999997 and P999998 contained in user RAM memory have been erased
or do not correspond to the software version.
Some of the routines reserved for the CNC itself have the following meaning:
9998
Routine to be executed by the CNC at the beginning of each part-program.
9999
Routine to be executed by the CNC at the end of each part-program.
Every time a new part-program is edited the CNC adds a call to the corresponding
routine at the beginning and end of each program.
Warning
Both subroutines must be defined by the machine manufacturer even if no operation
is to be carried out at the beginning or at the end of the part-program.
Otherwise, the CNC will issue an error when attempting to run a part-program.
Example of how to define subroutine 9998.
(SUB 9998) ; Definition of subroutine 9998.
; Programmed blocks defined by the machine manufacturer
(RET)
; End of subroutine
Содержание 8040 MC CNC
Страница 1: ...REF 0307 SOFT M 7 XX SOFT M 7 1X 8040 CNC NEW FEATURES...
Страница 2: ...Page 2 of 2 8040 CNC NEW FEATURES SOFT M 7 XX SOFT M 7 1X...
Страница 45: ...User notes NEW FEATURES SOFT M 7 XX Page 41 of 48 8040 CNC...
Страница 46: ...User notes NEW FEATURES SOFT M 7 XX Page 42 of 48 8040 CNC...
Страница 52: ...User notes NEW FEATURES SOFT M 7 1X Page 48 of 48 8040 CNC...
Страница 53: ...Operating Manual MC option Ref 0204 ing...
Страница 143: ...Self teaching Manual MC option Ref 0112 ing...
Страница 147: ...Chapter 1 Theory on CNC machines...
Страница 156: ...Chapter 2 Theory on tools...
Страница 164: ...Chapter 3 Hands on training...
Страница 186: ...Chapter 4 Automatic Operations...
Страница 201: ...Chapter 5 Summary of work cycles...
Страница 220: ...Chapter 6 Conversational part programs...
Страница 235: ...Appendix I Programming example...
Страница 237: ...Self teaching Manual Appendix I Page 3 MC Model Programming example Step 1 Surface milling 1...
Страница 238: ...Self teaching Manual Appendix I Page 4 MC Model Programming example Step 2 Machining the profile 2 Other data...
Страница 239: ...Self teaching Manual Appendix I Page 5 MC Model Programming example Step 3 Rectangular boss 3...
Страница 240: ...Self teaching Manual Appendix I Page 6 MC Model Programming example Step 4 Circular pocket 4...
Страница 241: ...Self teaching Manual Appendix I Page 7 MC Model Programming example Step 5 Rectangular pocket 5...