2
Subprograms, Macros 12.98
2.12 C
cles: Settin
arameters for user c
cles
2
840D
NCU 571
840D
NCU 572
NCU 573
810D 840Di
ï›™
Siemens AG 2000. All rights reserved
2-114
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA)
−
04.00 Edition
Adaptation of cov.com
−
Overview of cycles
The cov.com file supplied with the standard cycles
has the following structure:
%_N_COV_COM
File name
;$PATH=/_N_CUS_DIR
Path specification
;Vxxx 11.12.95 Sca cycle overview
Comment line
C1(CYCLE81) drilling, centering
Call for 1st cycle
C2(CYCLE82) drilling, counterboring
Call for 2nd cycle
...
C24(CYCLE98) chaining of threads
Call for last cycle
M17
End of file
For each newly added cycle a line must be added
with the following syntax:
C<Number> (<Cycle name>) comment text
Number: Any integer, must not have been used in
the file before;
Cycle name: The program name of the cycle to be
included
Comment text: Optionally a comment text for the
cycle
Example:
C25 (MY_CYCLE_1) usercycle_1
C26 (SPECIALCYCLE)