home *** CD-ROM | disk | FTP | other *** search
- //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- //+++ +++
- //+++ 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
-
- }
-
-
-
-
-
-
-
-
-
-
-