Cycles: Setting Parameters For User Cycles - Siemens SINUMERIK 840D sl Programming Manual

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

2.18

Cycles: Setting parameters for user cycles

2.18
Function
You can use the cov.com and uc.com files to parameterize your own cycles.
The cov.com file is included with the standard cycles at delivery and is to be expanded
accordingly. The uc.com file is to be created by the user.
Both files are to be loaded in the passive file system in the "User cycles" directory (or must
be given the appropriate path specification):
;$PATH=/_N_CUS_DIR
in the program.
Files and paths
cov.com_COM
uc.com
Adaptation of cov.com – Overview of cycles
The cov.com file supplied with the standard cycles has the following structure:
%_N_COV_COM
;$PATH=/_N_CST_DIR
;Vxxx 11.12.95 Sca cycle overview
C1(CYCLE81) drilling, centering
C2(CYCLE82) drilling, counterboring
...
C24(CYCLE98) chaining of threads
M17
Programming
For each newly added cycle a line must be added with the following syntax:
C<number> (<cycle_name>) comment_text
Number: an integer as long as it has not already been used in the file;
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 (SPECIAL CYCLE)
Job planning
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
2.18 Cycles: Setting parameters for user cycles
Overview of cycles
Cycle call description
File name
Path
Comment line
Call for 1st cycle
Call for 2nd cycle
Call for last cycle
End of file
Subroutines, Macros
2-37

Advertisement

Table of Contents
loading

Table of Contents