home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1996 June / POWERDRIVE0696.ISO / afssoft / ctcprof / bohrung.ac_ / bohrung.ac
Text File  |  1994-09-17  |  1KB  |  74 lines

  1. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. //+++                                +++
  3. //+++        AFS - CNC Multiprogramming System(R) V1.00    +++
  4. //+++                                +++
  5. //+++           für AFS (CAD to CNC) Profi-System        +++
  6. //+++                                +++
  7. //+++ --------------------------------------------------------- +++
  8. //+++                                +++
  9. //+++            Gibt die Bohrpunkte aus (Mittelpunkte)        +++
  10. //+++                                +++
  11. //+++ --------------------------------------------------------- +++
  12. //+++                                +++
  13. //+++               (c) 1994 by AFS-Software            +++
  14. //+++                                +++
  15. //+++              (w) 1994 by Arno Freisinger        +++
  16. //+++                                +++
  17. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  18.  
  19. GlobalerProgrammkopf{            // Hier können Standart def. stehen
  20.  
  21. }
  22.  
  23. Programm_Abschluß{            // Def. speziellen Programmabschluß
  24.  
  25. }
  26.  
  27.  
  28. Global{                    // Def. Globale Einstellungen
  29.  
  30. Nummerierung_0        =        // leer
  31.  
  32. Nummerierung_1        =    1
  33.  
  34. BefehleProZeile        =    1
  35.  
  36. }
  37.  
  38. Haupt_Kopf{                    // Def. Programmkopf
  39.  
  40.  
  41. }
  42.  
  43. Unter_Kopf{                    // Def. Programmkopf
  44.  
  45. }
  46.  
  47. Programm_Abschluß{
  48.  
  49. }
  50.  
  51. Fräs_Befehle{
  52.  
  53.  
  54. //
  55. //    G-Funktionen
  56. //
  57.  
  58.  
  59. KREIS21            =    Bohrung;;;;X;Y;Z
  60.  
  61. KREIS31            =    Bohrung;;;;X;Y;Z
  62.  
  63. }
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.