home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POWERdrive for you 5
/
PDR5.ISO
/
afssoft
/
ctcprof
/
bohrung.ac_
/
bohrung.ac
Wrap
Text File
|
1994-09-17
|
1KB
|
74 lines
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//+++ +++
//+++ AFS - CNC Multiprogramming System(R) V1.00 +++
//+++ +++
//+++ für AFS (CAD to CNC) Profi-System +++
//+++ +++
//+++ --------------------------------------------------------- +++
//+++ +++
//+++ Gibt die Bohrpunkte aus (Mittelpunkte) +++
//+++ +++
//+++ --------------------------------------------------------- +++
//+++ +++
//+++ (c) 1994 by AFS-Software +++
//+++ +++
//+++ (w) 1994 by Arno Freisinger +++
//+++ +++
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
GlobalerProgrammkopf{ // Hier können Standart def. stehen
}
Programm_Abschluß{ // Def. speziellen Programmabschluß
}
Global{ // Def. Globale Einstellungen
Nummerierung_0 = // leer
Nummerierung_1 = 1
BefehleProZeile = 1
}
Haupt_Kopf{ // Def. Programmkopf
}
Unter_Kopf{ // Def. Programmkopf
}
Programm_Abschluß{
}
Fräs_Befehle{
//
// G-Funktionen
//
KREIS21 = Bohrung;;;;X;Y;Z
KREIS31 = Bohrung;;;;X;Y;Z
}