Cycles; Cycles: Setting Parameters For User Cycles - Siemens SINUMERIK 828D Programming Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

1.25.4

Cycles

1.25.4.1

Cycles: Setting parameters for user cycles

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
Syntax
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, 07/2010, 6FC5398-2BP40-0BA0
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
Flexible NC programming
1.25 Subprogram technique
199

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents