Manage Programs; Overview - Siemens SINUMERIK 840D Operator's Manual

Computerized numerical control system for machine tools
Hide thumbs Also See for SINUMERIK 840D:
Table of Contents

Advertisement

6
Program Operating Area

6.7 Manage programs

Example
References
6.7

Manage programs

6.7.1 Overview

Program management
6-228
p2x
= X value of corner P2
p2y
= Y value of corner P2
p2z
= Z value of corner P2
Moving/rotating the graphic
FRAME(pv1,pv2,pv3,pd1,pd2,pd3)
pv1
= Moving the first axis
pv2
= Moving the second axis
pv3
= Moving the third axis
pd1
= Rotating around the first axis
pd2
= Rotating around the second axis
pd3
= Rotating around the third axis
Switching off the graphic: END()
Restoring the unmachined blank: CLEAN()
...
; DEFINITION of the blank
N100 WRTPR("BLOCK(0,0,0,80,100,-30)")
N110 ...
...
;DELETING the blank
N1000 WRTPR("CLEAN()")
...
For additional procedures, please refer to the following
documentation:
/BAS/ ShopMill Operator's Guide
To allow you to handle data and programs flexibly, you can organize,
store and display them according to different criteria.
The data/programs are stored in the NC memory by default. These
programs are read in and out and executed via the RS-232-C
interface.
In addition, further storage devices are available such as network
drives, Compact Flash Cards and PCMCIA cards.
Programs and files are stored in different directories:
Subroutines
Parts programs
Workpieces
Definitions
Comments
Standard cycles
Manufacturer cycles
User Cycles
SINUMERIK 840D/810D Operator's Guide HMI Embedded (BEM) – 03.04 Edition
6
03.04
 Siemens AG, 2004. All rights reserved

Advertisement

Table of Contents
loading

Table of Contents