Programming manual.
CNC 8070
SUBROUTINES.
14.
Assistan
ce
for
subrou
ti
nes.
·283·
(R
EF
: 1709)
14.7
Assistance for subroutines.
14.7.1
Subroutine help files.
Help files may be associated with each OEM subroutine (G180, G380, etc), user subroutine
(G500, G800, etc) and each global subroutine called upon using #MCALL or #PCALL and
they will be displayed while editing.
The help window is displayed while editing, after a blank space or tab following a G function
or following the name of the subroutine. The help window is only informative, it cannot be
accessed with the cursor nor browse through it. The help window closes with [ESC], deleting
the key word or going on to another line of the program.
The help window of the subroutines is only available when the editor uses the CNC language;
when the editor is enabled for the 8055 CNC, these helps are not available. The help window
of the subroutines is available even when the contextual helps of the editor are disabled.
When the help file is displayed, its text may be inserted into the part-program using the [INS]
key.
Edit the help files.
Each subroutine may have two help files; a text file (txt) and an image file (bmp). There's
no need to define both files; either one may be defined alone.
When the help window is only informative, it cannot be accessed with the cursor nor browse
through it with the page-up-down keys. This is why it is recommended to use short help files;
for example, that only contain the description of the parameters of the subroutine. Also, since
the text of the help file can be inserted into the program ([INS] key), the following is
recommended.
• That the help file contains the line calling the subroutine. Since the user must have written
part of the call to display the help window, the editor deletes the call before inserting the
help text.
• That all the lines of the help file follow the format of a CNC comment, except the line
containing the call to the subroutine.
Name and location of files.
Name of the help files.
The name of the files must follow the following rule:
Help file example for a subroutine.
G180 P0= P1= P2= P3= P4= P5=
#COMMENT BEGIN
---------------- G180 ----------------
P1 = Movement in X
P2 = Movement in Y
P3 = Movement in Z
P4 = Feedrate F
P5 = Speed S
--------------------------------------
#COMMENT END
Subroutine.
Name of the help files.
G180-G189
G380-G399
G500-G599
G800-G899
G8000-G8999
The name of the files must be the function it is associated with.
For example
G180.txt
y
G180.bmp
.
#MCALL
#PCALL
The name of the files must be the name of the subroutine.
For example
subroutine.txt
and
subroutine.bmp
.
Содержание 8070 BL
Страница 1: ... Ref 1709 8070 CNC Programming manual ...
Страница 8: ...BLANK PAGE 8 ...
Страница 12: ...BLANK PAGE 12 ...
Страница 14: ...BLANK PAGE 14 ...
Страница 26: ...BLANK PAGE 26 ...
Страница 28: ...BLANK PAGE 28 ...
Страница 30: ...BLANK PAGE 30 ...
Страница 60: ...Programming manual CNC 8070 2 MACHINE OVERVIEW Home search 60 REF 1709 ...
Страница 72: ...Programming manual CNC 8070 3 COORDINATE SYSTEM Coordinate programming 72 REF 1709 ...
Страница 80: ...Programming manual CNC 8070 4 WORK PLANES Select the longitudinal axis of the tool 80 REF 1709 ...
Страница 96: ...Programming manual CNC 8070 5 ORIGIN SELECTION Polar origin preset G30 96 REF 1709 ...
Страница 178: ...Programming manual CNC 8070 9 TOOL PATH CONTROL MANUAL INTERVENTION Variables 178 REF 1709 ...
Страница 304: ...Programming manual CNC 8070 16 C AXIS Machining of the turning side of the part 304 REF 1709 ...
Страница 440: ...Programming manual CNC 8070 22 STATEMENTS AND INSTRUCTIONS Flow controlling instructions 440 REF 1709 ...
Страница 442: ...Programming manual CNC 8070 23 CNC VARIABLES 442 REF 1709 ...
Страница 443: ...Programming manual CNC 8070 443 User notes REF 1709 ...