10 Commands Operator Manual
10 Commands Operator Manual
COMMAND
COMMAND LINE COMMANDS DESCRIPTION
CODE
Auto AU AU,start from, to,dry run opt., direct block start
Backlash BL BL, axis #, amount at center, at - end, at + end
Change Device CD CD,baud rate, line feed opt., command echo
Change Program Blocks CH CH, from, through
Cold Start CS CS
Clear Messages CM CM
Copy Program Blocks CO CO, from, through, to just after
Delete Program Blocks DE DE, from, through
Diagnostic Mode DI DI (for maintenance personnel use)
DNC DNC (DNCX) DNC, video option, error option, dry run, start block number
Draw DR DR
Display Fixture Offsets DF DF
Display Tool Table DT DT, page number
Display Tool Time Table DTT DTT
Display Macro Variable Table DV DV
Fixture Offsets FO FO, number, (X amount), (Y amount)
Home All Axes HO HO
Insert Program Blocks IN IN, from, sequence increment
Learn Mode LE LE, first block number, increment, tool number
List Program Blocks LI LI, from, through
Macro Mode MA MA
Manual Data Input MD MD
Memory Free ME ME
Menu MU MU
New Program NE NE
Number Program Lines NU NU, increment for each number
Page Editor PA PA
Program Maintenance PR PR
Punch Program PU PU, data option, code option, TTY option
Reinitialize RI RI
COMMAND
COMMAND LINE COMMANDS DESCRIPTION
CODE
Reset Cold Start Position SETCS SETCS
Reset Tool Changer SETTO SETTO
System Parameter Table SETP SETP
Set Length Offset SL SL, tool number, optional modification
Saved Parameters SP SP, parameter #, option #
Sum Program SU SU, display from, through, CRC option, list option
Survey SV SV
Tape (program) Input TA TA, device option, error option, add at end
Tool Changer Open TC,1 TC,1
Tool Data Input TO TO, tool number, diameter, length offset
Utilities UT UT
Verification of Punched Tape VT VT, device option
Command Use A list of the commands and their proper usage format is found in Commands
Summary section of the Users Manual. The commands and their usage format can also
be found in the menu mode of the control (see Menu Mode). If an error is made
when entering a command, the words “ERROR - ENTER COMMAND MU TO SEE
THE MENU” appear directly above the words “ENTER NEXT COMMAND.” It is
not necessary to go to the menu mode after this message appears, this is only
a suggestion.
Above is the AUTO command. This will be used as an Example to show how
commands are used to instruct the machine to perform various functions.
1) The first two letters represent the command. Commands are letters only
and are usually an abbreviation for the mode or job they represent.
2) The first comma separates the command from the parameter FROM. And
the subsequent commas separate each parameter from the other. The
commas are important and an error message will appear if the commas are
not placed properly.
1) The first parameter comes after the first comma, the second parameter
comes after the second comma and so on. If the third parameter is the only
parameter used, three commas must appear, etc.
This example uses only the third parameter. The control will run the program
from the beginning, to the end, under dry run option three.
Viewing Error Error messages displayed on the screen are retained on the new message
Messages page found in the help menu.
1) From the command mode type MU and press the ENTER key to enter into
the help menu.
2) Type the page number for the message page and press the ENTER key. At
this time messages are found on page 43.
1) From the command mode type CM and press the ENTER key.
AU COMMAND
Auto, Using the AU The AUTO command is used instead of the AUTO key when a mid program
Command start or a dry run is desired.
1) The From parameter specifies the first block to be executed. If it is zero, the
first program block of the main program is assumed. For mid program
starts, all machine axes are automatically positioned to the location they
would have been prior to the block specified, and all modal function codes
specified before the starting block are automatically in effect (Spindle ON,
Coolant ON, Absolute mode, etc.).
3) The Dry Run parameter specifies the dry run option. By entering a 1, 2 or 3,
the program will be executed in the dry run mode. In this mode, all rapid
moves are under the control of the feed rate override pot.
Option 2: Interpolation moves are made at 150 IPM, point to point moves are
made at 150 IPM.
Option 3: Interpolation moves are made at 75 IPM, point to point moves are
made at 300 IPM.
4) The Direct Block Start parameter selection of 1 specifies that the execution
begins directly and the control will not search for modal function codes
specified before the block number in the first parameter, caution must be
taken. Any number greater than 1 starts the modal code search at the
block number specified by the fourth parameter.
BL COMMAND
Backlash, Using the Backlash occcurs when the tool changes direction. It is compensating for
BL Command mechanical play in the ball screw, giving the screw an extra amount of turn
getting the balls to touch the opposite lead of the thread before the table starts
to move.
1) To see the backlash setting in the control, type “BL”, in command mode,
then press the ENTER button. (The factory setting is on the inside of the
pendant door.)
EXAMPLE: BL,1,3,5,1 This will enter for the X axis a backlash setting of .0003 for the
center of the table, .0005 for the left side and .0001 for the right side.
Note: Depending on the tool location on the table, one of the three backlash
setting will be used.
1) From the command mode type “BL,1,0,0,0”. This will zero the backlash
compensation for the entire length of the X axis.
2) Place a surface indicator in a tool holder and jog the needle to Z-.1 and X.1
from the X positive side of a block in the center of the table. From the
command mode type SETH then press the ENTER button. The face of the
indicator should be toward the right side of the machine.
CD COMMAND
Setting Baud Rate When two devices communicate they must do so at the same rate. This rate is
Using the CD called the “BAUD RATE.” Most communication software for computers will
(Change Device) allow the operator to vary the BAUD RATE, depending upon the BAUD RATE of
Command the device the computer is trying to communicate with. Some devices have a
fixed BAUD RATE, so the control must be set to communicate at that fixed
BAUD RATE.
1) From the command mode type CD,# (where # is one of the BAUD RATE
options)
1=110 baud
2=150 baud
3=300 baud
4=600 baud
5=1200 baud
6=2400 baud
7=4800 baud
8=9600 baud
9=19200 baud
10=38000 baud
11=57600 baud
12=115200 baud
Note: To establish the default BAUD RATE (the rate that the control will use
without using the CD command) see DEFAULT PARAMETERS, USING THE
SETP COMMAND.
CH COMMAND
Change Program Program coding can be changed in a line of the program by using the CH
Lines, Using the CH command. Program coding can also be added to a line in the program by using
Command the CH command.
1) From the command mode type CH,# (where # is the number of the line to
be changed) then press the ENTER button.
b. The line as it is, in the program, will appear in the lower left hand por-
tion of the screen, with the cursor on the line below.
N30 G0 G90 S700 M3 E1 X-3.743 Y-2.
c. Type the code or codes to be changed, then press the ENTER button.
S850 X3.743
d. Only the S word and the X word will be changed in the line.
Note: List the program to confirm the change was made correctly. (see LIST
PROGRAM, USING THE LI COMMAND)
Note: If more than one G word or M word exists in the program, to change the
similar words after the first word in the line, the first word(s) must be
retyped.
G0 G91To change the G90 to a G91 the G0 must be retyped so it will remain the
same in the line.
1) From the command mode type CH,# (where # is the number of the line to
be changed) then press the ENTER button.
The line as it is, in the program, will appear in the lower left hand portion of the
screen, with the cursor on the line below.
b. Type the code or codes to be added, then press the ENTER button.
P258
The P word will be added to the line when the ENTER button is pressed.
The control remains in the change mode until the MANUAL button is pressed or
the ENTER button is pressed and no change has been made to the line.
1) From the command mode type CH,# (where # is the number of the line to
be changed) then press the ENTER button.
The line as it is, in theprogram, will appear in the lower left hand portion of the
screen, with the cursor on the line below.
When it is desired to remove any character from a line, type the characters to
be removed, a semicolon, then press the ENTER button.
1) From the command mode type CH,1st#,2nd# (where 1st# is the first line to
edit, and 2nd# is the last line to edit) then press the ENTER button.
When the ENTER button is pressed without making a change the next line will
appear. If the last line to edit is on the screen, pressing the ENTER button will
exit the CH mode. To exit the CH mode at any time press the MANUAL button.
CO COMMAND
Copy Program Existing blocks (lines) in the program can be duplicated from one portion of the
Blocks, Using the CO program to another using the CO command. This command will create the
Command sequence numbers required to copy the blocks into other portions of the
program.
1) From the command mode type CO, 1st #, 2nd #, 3rd # then press the
ENTER button.
EXAMPLE: CO,12,26,56 This will copy lines 12 through 26 and place them just after line
56.
CO,50,78,.5 This will copy lines 50 through 78 and place them just after line
.5.
CO,39,50,42 This will copy lines 39 through 50 and place them just after 42.
CS COMMAND
Cold Start The CS command will establish the machine zero position. For the Z axis, the
CS command establishes the tool change position. The Z axis cold start
position is the point where the tool Turret is directly aligned with the V flange of
the tool in the spindle. The CS command will also establish the axes limits.
After the CS command is used the control will establish “software” limits. The
operator can jog up to the software limits. The control will not allow further
motion. Before using the CS command the machine will not stop at the axes
limits. When using JOG before the CS command is used the machine will go
into emergency stop if the operator jogs to the physical limits. The physical
limits are located .25 inches beyond the software limits. (See also POWER ON/
OFF)
DE COMMAND
Delete Program Program lines can be deleted by using the DE command.
Lines, Using the DE
Command
1) From the command mode type DE,# (where # is the line to be deleted) then
press the ENTER button.
a. Type DE,62.01 then press the ENTER button. This will delete line num-
ber 62.01.
b. If the line number does not exist in the program the message PARAME-
TER ERROR will appear on the screen just above the command line.
1) From the command mode type DE,1st #,2nd # (where 1st # and 2nd # are
the lines to be deleted from and through) then press the ENTER button.
a. Type DE,73,85 then press the ENTER button. This will delete all lines
from line 73 through 85 including 73 and 85.
b. If the line numbers do not exist in the program the message PARAME-
TER ERROR will appear on the screen just above the command line.
DNC COMMAND
Direct Numerical When a program is longer than the memory capacity of the control, an
Control, Using the extended memory board can be installed in the control. If the program is longer
DNC Command than the extended memory capabilities, the DNC mode can be used which will
allow a computer to link directly with the control. As the control needs more
information the computer will send more information to the control on demand.
This requires DNC software in the computer.
1) The baud rate at the control must be set at the same rate of the computer.
(see BAUD RATE, USING THE CHANGE DEVICE (CD) COMMAND)
2) From the command mode type DNC then press the ENTER button.
4) At the control press the AUTO or START button to begin execution of the
program.
5) Use the feed rate potentiometer to slow the rate of execution. The screen
should have at least two program lines showing while the program is
running. Hesitation will occur if the tool is moving fast enough to only have
one line of the program showing on the screen. (For -2 software, see also
G91.1 for high speed execution).
Note: The CNC program in the computer does not need sequence numbers,
the control will establish them. The CNC program in the computer can have
sequence numbers, however they are not needed.
Direct Numerical The server program works similar to a main program with subprograms. The
Control, Using a importance of the server program is that it gives the programmer the ability to
Server Program direct the program to other files rather than having one long DNC file. Using the
server program also facilitates the operator when attempting a mid-program
start. It helps because the server program is usually short in comparison to a
normal DNC files. It increases the ability to identify the mid-program start point.
Note: Comments in the subprogram files must appear on a line with program
coding.
FO COMMAND
Fixture Offsets, Fixture offset information can be inserted or changed using the FO command.
Using the FO (See also: FIXTURE OFFSETS, USING THE UT COMMAND)
Command
To find and insert fixture offset information:
1) Use an edge finder or indicator to find the home position (X & Y) for each
fixture. All of these locations must be distances from the position where the
SET(axis) commands were used (X and Y home positions; see following
note).
a. After using the CS command at power on, remain at that position. (see
POWER ON)
b. Press the JOG button, turn the selector switch to jog the Y axis and jog
the Y axis .200 from the positive axis limit. Do Not move the X or Z axes
from the CS position.
c. From the command mode type SETH and press the ENTER button. This
will reset the home position for all axes.
d. This position is known as fixture number zero. From this position estab-
lish all the distances to all the other fixtures.
e. The advantage of having Fixture zero near the Y axis positive limit when
the program ends and returns to this position is: a) The table is out and
close to the operator making it easier to load parts. b) The coolant is
dripping away from the fixtures.
2) From the command mode type FO,#,X distance,Y distance then press the
ENTER button. (Where # is the fixture number.)
FO,1,-12.3256,-9.5723
FO,2,-4.0162,-9.5014
FO,3,7.8743,-9.4902
Note: The second parameter is for the X distance and the third parameter is for
the Y distance. Do not include the letter X or Y. Parameters are numbers
only.
3) Set all tool length offsets at fixture #1, even if the program is a multiple
operation program. When moving from one fixture to the next the control
will automatically compensate for the Z difference from fixture #1. For
Example if tool #4 is only used at fixture #3, the tool length offset is still
established at fixture #1. When the program instructs the tool to move to
fixture #3, the difference in height between fixture #1 and fixture #3 is made
and then all Z axis moves are relative to the gauge point of fixture #3.
4) Establish the differences in the Z axis between fixture #1 and the other
fixtures.
b. Compare the Z axis positions for each fixture with the position of fixture
#1. Subtract to find the difference between fixture #1 and each fixture.
#1 Z-10.3457
#2 Z-10.3498
#3 Z- 8.8024
#2 10.3498
#1 -10.3457
#1 10.3457
#3 - 8.8024
= 1.5433 Fixture #3 is above #1 +1.5433
5) From the command mode type FO,#,,,Z difference then press the ENTER
button. (Where # is the fixture number.)
FO,2,,,-.0041
FO,3,,,1.5433
Note: Because all Z differences are from fixture #1, there is no Z offset for
fixture #1.
Viewing the Fixture From the command mode type DF then press the ENTER button.
Offset Table
Changing the Fixture From the command mode type FO, new X dimension, new Y dimension, new Z
Offset Information difference then press the ENTER button. (Where # is the fixture number).
IN COMMAND
Insert Program To insert program coding into the program currently in memory, or to start
Lines, Using the IN entering a new program into memory, use the IN command. Insertion can be
Command between existing lines by using decimal line numbers. The control will accept
999 lines between two whole line numbers (i.e. N1, N1.001 - N1.999, N2)
When the control is instructed to insert over an existing line, the old line is
deleted and the new inserted line takes its place. The original line will be lost.
1) From the command mode type NE then press the ENTER button.
Note: Save the program currently in memory before inserting a new program.
(see OUTPUT, TO TAPE PUNCH OR COMPUTER)
2) From the command mode type IN then press the ENTER button. Inserting
will begin at line number one and step sequentially by one.
N 1 This will appear in the bottom left corner of the screen.
a. Type the information desired for the line then press the ENTER button.
N 1( TOOL #1 1/2 INCH 2FL EM (CRC) )
Press ENTER
N 2 and the control will display the next line, allowing for input on the next line.
b. To terminate the insert mode press the MANUAL button, or press the
ENTER button.
Note: Line numbers can have decimal points. A line number of N .015 or N 2.5
for Example. N .015 is a line before N 1 and N 1.5 is a line between N 1
and N 2.
N 1.001 The next line will appear. Because no increment was give as the
second parameter, the insert command used an increment of one.
b. Press the MANUAL button, or the ENTER button, to terminate the insert
mode.
Note: Line numbers can have decimal points. A line number of N.015 or N2.5
is acceptable. N.015 is a line before N1 and N2.5 is a line between N2 and
N3. Increments for sequence numbers can also have decimals. Using an
increment of .001 will cause the numbers to step by .001: for Example
N.001, N.002, .003 ... N.999.
a. Type IN,62.01,.01 then press the ENTER button. This will allow insert-
ing of 99 lines between line 62 and 63.
N 62.01 This will appear in the lower left hand portion of the screen. Type in
the line and press the ENTER button.
N 62.01G82G99R0.05Z-.22F50.P24
N 62.02 The next line will appear. Type in the next line and press the ENTER
button.
N 62.01G82G99R0.05Z-.22F50.P24
N 62.02L101
N 62.03 The next line will appear. Type in the next line and press the ENTER
button.
b. Press the MANUAL button, or the ENTER button, to terminate the insert
mode.
LE COMMAND
Learn Mode The learn mode is used when the programmer needs to jog the tool and insert
(digitizing), Using the tool position into the program currently active in memory.
the LE Command
The learn mode is commonly used to find the moves required to clean out
pockets, or any other moves in areas not defined by the print. The programmer
can program the moves along walls and run the program. Then using the jog
mode to cut the remaining material, the learn mode will insert all these moves
directly into the program.
2) The second parameter of the LE command is the increment used for the
sequence number steps when each position is inserted into the program.
Be careful to use an increment that will allow plenty of positions. An
increment of .01 is usually adequate, allowing for 99 positions.
3) The tool length offset, of the tool used when in the learn mode, must be in
the tool table. All digitized Z axis moves will be in relation to the gauge point
(Z0) of the part according to the tool number in the third parameter.
Note: All positions inserted into the program will be in absolute (G90).
a. From the manual data mode establish the proper RPM for the tool.
b. Put the tool in the spindle.
c. From the command mode type LE,52.01,.01,1 then press the ENTER
button. This will start inserting positions at line N52.01, increment by
.01 (the next line will be N52.02), and all Z axis moves will be in relation
to the gauge point of tool number one.
d. The message at the bottom of the screen will read “PRESS JOG TO
CONTINUE OR MANUAL TO EXIT.”
e. Press the JOG button.
f. Start the spindle using the SPINDLE ON/OFF button and the SHIFT key.
g. Jog to the first position for the tool to move to. (In the case above X2.5
Y-2. Z-.245, or approximately this point.)
h. Press the MANUAL button to get out of the jog mode.
i. The line number that will be inserted, is listed on the second line from
the bottom. The line on the bottom with the cursor is allowing the oper-
ator to change the line above it, exactly like the change program line
command. Press the ENTER button after making changes. (see
CHANGE PROGRAM LINES, USING THE CH COMMAND)
j. The message at the bottom of the screen will read “PRESS JOG TO
CONTINUE OR MANUAL TO EXIT.”
k. Press the JOG button and move to the next position, then repeat steps
h - k.
4) When all the positions are found press the MANUAL button.
LI COMMAND
List Program The control can list the currently active program to the screen by using the list
command. The list mode is only for listing the program. All other editing
functions are handled by other commands.
LISTING SPEED CONTROL: The speed (or rate) at which the control will list the
program is controlled by pressing a number key. The 0 key will stop the listing,
to start listing again press a number key 1 - 9. The slowest listing speed is 1
the fastest listing speed is 9. When the control has listed the entire program, it
goes directly into the command mode. The control can start listing and stop
listing as often as needed. Scrolling is forward, to see a program line that has
scrolled off the screen, press the manual button and list the program again.
The control starts listing at speed 5.
1) From the command mode type LI then press the ENTER button.
The program will start listing from the beginning of the program at speed 5.
The control can start listing from any sequence number, and stop listing from
any sequence number by using the from and through parameters.
2) From the command mode type LI,# (where # is the sequence number to
start listing from) then press the ENTER button.
3) From the command mode type LI,#,# ( where the first # is where to start
listing from and the second # is the last line to list) then press the ENTER
button.
This will start listing the program from the First # to the second #.
MD COMMAND
MDI, Manual Data Manual Data Input is used to execute program coding, as it is typed in at the
Input keyboard and the ENTER button is pressed. When coding is typed, and the
ENTER button is pressed, the coding is not placed into memory, it is only
executed.
Any function allowed in the currently active program is allowed in MDI except
for cutter radius compensation (unless it is used in a subroutine and an H or D
word is used).
The first time the enter button is pressed when in the MDI mode, the waiting
message will appear. After executing the first instruction, whenever the ENTER
button is pressed the coding is executed without going into the waiting stage.
EXAMPLE:
FORMAT 1 The default codes are in effect until other modal codes are used. See the users
manual for the list of default codes.
EXAMPLE:
FORMAT 2 The last modal codes used will be in effect in the MDI mode.
1) From the command mode type MD then press the ENTER button, or press
the MANUAL button at the command mode.
2) Type M6T# (where # is a Turret location) then press the ENTER button.
EXAMPLE: M6 T5 This will do a tool change and pick up the tool in turret location five when
executed:
3) The waiting message will flash on the screen, press the START button to
execute the tool change.
4) Press the MANUAL button to exit the MDI mode or type the next program
coding to be executed.
EXAMPLE: Using a subroutine in the currently active program, called up from MDI:
4) Type the required codes necessary to use the subroutine in the currently
active program. (H#, S#, G#, F#, M#)
5) Call up the subroutine using the L word, the sub number and the amount of
repetitions.
ME COMMAND
Memory Free, Using The ME command is used to determine the amount of memory available to the
the ME Command user. This information is presented in the form of a percentage. The amount of
the percentage indicates the amount of memory free to load other user
programs.
NE COMMAND
Memory Clear, Using Using the NE command will clear from memory the currently active program
the NE Command only.
1) From the command mode type NE the press the ENTER button.
a. The question will appear on the screen.
“DO YOU WANT TO REMOVE PROG.” ENTER Y OR N.
• Press the letter Y then press the ENTER button to clear the program
from memory.
• Press the letter N then press the ENTER button to keep the program.
Note: This command clears the program from the machine memory
completely. It does not retain the program in the program library. To use the
program again it must be reloaded into the control.
WARNING: Ensure that the program has been saved to the floppy disk or
! tape before using the NE command or the program will be lost.
NU COMMAND
Number Program The lines in the program can be numbered by using the NU command. Each
Lines, Using the NU line in the program must be numbered. Because decimal numbers are allowed,
Command the lines can be numbered in increments of 1 and insertion of lines can be
accomplished by using decimal line numbers. It is easier to work with the
program if the lines are numbered with whole numbers. It is suggested to
number the lines before transmitting the program to a disk file or tape. Then
get a new listing (hard copy) of the program.
1) From the command mode type NU,# (where # is the increment used to
number the lines by) then press the ENTER button.
PA COMMAND
Uses The page command can be used to list, search, replace, number, copy, insert,
delete, change, edit, run individual lines, and begin a direct mid-program start
from the currently active program.
Program Editing
Using PA
Decimals and Signs 1) Decimals are required for all dimensions, feed rates, and angles.
a. Each axis designation cannot exceed three digits to the left and four
digits to the right or two digits to the left and five digits to the right with
no more than seven digits total allowed.
INCHES: X Y Z ###.#### (or ##.##### for higher precision)
METRIC: X Y Z ####.### (or ###.#### for higher precision)
b. Each feed rate cannot exceed three digits to the left of the decimal and
two digits to the right.
F ####.##
c. Each A axis angular move cannot exceed four digits to the left and three
digits to the right.
A ####.###
d. Each B axis angular move cannot exceed three digits to the left of the
decimal and three to the right.
B ####.###
If decimals do not appear with dimensions, feed rates, or angles, the control
will add them. For Example if an X1 is entered it is accepted as X0.0001, F40
would be accepted as F0.4 and A100 would be accepted as A0.1
Background Edit From the Auto Mode the operator can change the program, offsets, and dry run
options.
2) Press the manual key to exit from the background edit mode.
Note: The edits made in the background edit mode are subject to the look-
ahead / binary buffer. Any changes made will not come into affect until the
current information in the buffer has been executed. If changes made to the
program or offsets are already in the buffer, the changes will not be
executed until the next time the program is executed.
To List The Program 1) From the command mode type PA then press the ENTER button. The
Program will appear, as typed, on the screen.
N73 M6 T2
N74 G0 G90 S8500 M3 E1 X-.5 Y-.42
<N75 H2 M7 Z-.395
e. The T button is used to move the cursor to the top of the program.
f. The B button is used to move the cursor to the bottom of the program.
2) The program may also be listed from a desired line number. Type PA,#
(where # is the line number to begin the listing from) and press the ENTER
button.
EXAMPLE: N5 X2.374 Move the cursor to line N5 to insert between lines N5 and N6.
N6 Y1.275
EXAMPLE: N5 X2.374
N 5.1
N6 Y1.275
b. After typing the new line press the ENTER button and the next line will
appear.
EXAMPLE: N5 X2.374
N5.1 X2.874
N5.2
N6 Y1.275
Press the ENTER button at this point to exit the insert mode and return to the
PA mode.
To Search The 1) From the command mode type PA then press the ENTER button. The
Program Program will appear, as typed, on the screen.
Note: The search word refers to program coding. Words in a comment cannot
be searched for.
N59 H1 M7 Z-.245
N60 G4 P1000
EXAMPLE: From the preceding Example, if the ENTER button is pressed, the cursor will be
placed next to the next line with an M6 in it because the default search is M6.
To Run a Single Line 1) Place the cursor next to the line to be run by using the search method, or by
From the Program using the cursor up or down method for cursor placement.
Note: The process for running individual lines may be used when doing a mid-
program start in format 2. Certain lines of coding may contain important
information, needed for running the portion of the program in a direct mid-
program start. For Example: In a situation where a fixed cycle must be
initialized and then the 80th hole of a 100 hole pattern is the place where
the direct mid-program will begin, the lines the where spindle is turned on
and the tool length offset is called up and the line with the fixed cycle is
used, can each be run individually. Then the cursor can be placed to the
line of the 80th hole location and the direct start can begin from that
location.
To do a Direct Mid- 1) Place the cursor next to the line to begin running the program from. Use the
Program Start search method, or the cursor up or down method for cursor placement.
PR COMMAND
Program Library, The program library is used to store different programs in memory, while one
Using the PR program is currently active. All editing, listing, and execution is done with the
Command program currently active in memory. To work with any of the other programs,
the PR command may be used to switch the currently active program with one
of the programs in the library.
To differentiate one program from the other an O word in the first line of each
program is needed. The O word must be the only coding, other than
comments, in the line. The O word must be numbered as between O1 and
O9999.
1) From “ENTER NEXT COMMAND” type PR then press ENTER the following
menu will appear:
To Use the Program 1) Type PR then press the enter button. If the message appears “PLEASE PUT
Library Menu: AN O-WORD AT THE FIRST OF THE CURRENT PROGRAM THE FOLLOWING
PROGRAMS ARE IN MEMORY:”, an O word must be inserted into the
program as the first line of the program.
a. Use the IN command to insert the O word.
• Type IN,.001 and press enter.
• Type O# (where # is an unused program number) and press enter.
• Press the manual button.
• Type PR and press the enter button to use the program library
menu.
2) When in the program library menu the words ENTER OPTION NUMBER
appear an option number must be entered or the manual button can be
pressed to exit this mode.
a. Option #1: This option is used to switch the currently active program
with one of the programs in the program library. Before using option #1,
use option #2 which will display the program numbers in memory. Then
use the PR command again, after the control displays the programs in
memory, to switch programs.
b. Option #2: This option will display all program numbers in memory. It
will also display the comment placed with the O word. (see above)
c. Option #3: This option is used only when the IN command is going to
be used to start a new active program, and if the currently active pro-
gram has an O word in the first line and it is desired to keep the cur-
rently active program in the library. When the words appear ENTER
PROGRAM NUMBER , enter only the program number, do not include
the letter O. The control will display DUPLICATE NAME if the number
entered for the program is the duplicate of a program in the library. The
IN command can now be used to begin entering the next program.
d. Option #4: This option is used to copy an entire program in the program
library (old program), and give it another program number (new pro-
gram). This may be used for editing purposes.
e. Option #5: This option is used to delete a program from the program
library (old program).
RI COMMAND
Memory Clear, Using The RI command allows the operator to completely clear the machine memory.
the RI Command The operator can choose to delete or leave in memory all fixture offsets and the
tool table.
1) From the command mode type RI then press the ENTER button.
1) Open the ATC and use either the TURRET CW or TURRET CCW button to
rotate the turret to the number one location. (see TURRET (ATC), OPEN FOR
LOADING; USING THE TC,1 COMMAND)
2) Press the MANUAL button to close the ATC. This will bring the head down. If
a tool is in location number one, the tool will be loaded into the spindle and
the ATC will move back to its home position.
3) From the command mode type SETTO then press the ENTER button. The
SETTO command will establish this turret location as turret location number
one.
Note: The RI command will also establish tool order when the tool table is
cleared.
SETP COMMAND
Using the SETP The SETP command is usually used by the factory and by the setup person
Command who installs the machine. It can also be used by the end user to establish
programming, baud rate, and output preferences.
Note: The factory set parameters can be found on the inside of the pendant
door.
1) Move the machine to the cold start position if changes will be made to the
parameter settings. The machine Cold Start must be accomplished when
parameters are changed.
2) From the command mode type SETP then press the ENTER button.
3) The menu prompt at the bottom of the screen defines the use of the
keyboard to move the cursor to the parameter to change. When the
parameter to change has the cursor to it’s left, the parameter choices will
de displayed at the bottom of the screen.
5) Press the MANUAL button to exit and save the parameter setting mode.
Note: If changes are made to any of the parameters, in most cases the CNC
control will require a COLD START. Follow the power on procedure. (See
POWER ON)
The following pages have the recommended format settings for the FADAL
FORMAT 1 and FORMAT 2 6MB,10M,11M compatibility.
CS COMMAND
Position (PART), The CS command will establish the cold start position where X, Y, Z, A, and B
Establish; Using the are zero. This point is also known as machine zero. (see POWER ON)
SET(AXIS) Command
The cold start position is used as a fixed reference point to establish the part
home from. The SET(axis) commands are used to establish the part or
program home location.
Establishing part 1) From the command mode type MD then press the ENTER button.
home using an edge
finder: 2) Now in the manual data input mode, type S1400 then press the ENTER
button.
3) The waiting message will appear and the blue light will be flashing.
4) Press the START button, which will establish an RPM of 1400. (The spindle
will not be on at this time.)
6) Jog the edge finder close to the 1st edge (X or Y) of the part.
7) Start the spindle manually by depressing one of the SHIFT buttons as the
SPINDLE ON/OFF button is pressed. The SHIFT button must be depressed
first then the SPINDLE ON/OFF button can be pressed.
8) Jog the edge finder until it finds the 1st edge. And immediately press the
MANUAL button.
9) From the command mode type SETX or SETY then press the ENTER button.
This establishes the current X or Y position as zero.
12) Jog the edge finder up, above the top of the part.
13) Jog the X and Y axes to correct for the radius of the edge finder.
EXAMPLE: If the upper left hand (X- Y+) corner of the part is picked up, using a .200
diameter edge finder.
WARNING: The SETH command will establish the current position of all
! axes to zero (home). Do not use SETH unless all axes are at home.
3) Now in the manual data mode, type S.2 M3 M5 then press the ENTER
button.
4) The waiting message will appear and the blue light will be flashing.
Note: Steps 1 - 6 are to unorient the spindle and put the belts in the high range
making it easier to turn the spindle.
10) From the command mode type SETY then press the ENTER button.
11) From the command mode type SETX then press the ENTER button.
SETH COMMAND
Home Position To make an adjustment to the home position use the following steps:
(Part), Correction
Using SETH 1) From the command mode type HO then press the ENTER button. The
waiting message will appear, then press the START button. If the Z axis is
below the Z axis home position, the Z axis will move home first, then the X
and Y axes will move home. If the Z axis is above the Z axis home position
the X and Y axes will move first, then the Z axis will move home.
2) Press the JOG button and jog the axes to the new correct location for the
next run.
EXAMPLE: If the home position needs to be corrected by the value of X.0013 and Y-.0009:
a. Select the X axis and by looking at the position read-out on the screen
jog the X axis to .0013.
b. Jog the Y axis to -.0009 by looking at the position read-out on the
screen.
3) Press the MANUAL button.
4) From the command mode type SETH then press the ENTER button. This
will correct the home position for the next run. The SETH command will
establish the current position of all axes to zero (home).
SL COMMAND
Tool Length Offset, The point where the tools will be set, is called a gauge point. This is a common
Setting starting position for all the tools. This is where the programmer has established
the Z axis zero position for the part program. (Not to be confused with Z zero at
the cold start position.)
Commonly the programmer will choose a gauge point that is at the top of the
part; at .100 above the top of the part; or at 1.0 above the top of the part.
The method of setting the TLO (tool length offset) described below is a two step
method. The TLO is first set (inputting of the TLO into the tool table) above the
gauge point. The TLO in the table is then corrected to its proper location.
2) Load tool #1 into the spindle using the TOOL IN/OUT button. (CAUTION:
Read, “Spindle, Manually loading & unloading a holder”)
3) Place a gauge block, of any available size, on the top of the part.
4) Press the JOG button and use either the hand wheel or the keyboard to jog
the tip of the tool below the top of the gauge block.
5) Slide the block carefully up to the tool, and in .001 increments jog the tool
up until the block slides under the tip of the tool.
6) Remove the block from under the tool and press the MANUAL button.
7) Type the command SL,# (where # is the number of the tool in the spindle)
and press the ENTER button. This inputs the current Z axis location into the
tool table. To see the tool table, type DT and press the ENTER button.
(see also Turret (ATC), OPEN TO LOAD AND UNLOAD and TURRET (ATC),
ESTABLISH Tool Order)
8) The TLO is now set at the gauge block height above the part. Jog the Z axis
to a safe point and remove the tool from the spindle and repeat steps two
through eight. If this is not the gauge point the tool table must be corrected
(see the next step), then repeat steps two through nine for each tool.
9) To correct the tool table for the gauge block, type SL,#,correction (where #
is the number of the tool length to be corrected, and correction is the plus
or minus distance the tool length offset must change) then press the
ENTER button.
EXAMPLE: SL,1,-1. This will correct the TLO in the tool table for tool #1, making the tool go
deeper one inch.
SL,17,-.9 This will correct the TLO in the tool table for tool #17, making the tool
go deeper 900 thousandths.
1) From the command mode type DT then press the ENTER button.
WARNING: Using the SETZ or SETH command may alter the Z axis zero
position (see HOME POSITION, ESTABLISHING). This Z axis zero position is
used to establish a starting position for the tool length offsets to begin
! from. Usually the Z axis zero position is at the Z axis cold start position. The
Z axis zero position will be changed to do a dry run of the program (see DRY
RUN). If the SET commands are used, wherever the Z axis is set to zero, the
tool length offsets in the tool table remain the same. If the Z axis is set to
zero below the original position where the tool length offsets where
established from, the tools will go deeper into the part.
Tool Length Offsets, When tools are loaded into tool holders and placed into the ATC (Automatic
Purpose and Use in Tool Changer), each one of the tools extends out of the holder at different
Program lengths. The travel distance from the tool change position to the part, is
different for each tool. The tool length offset is used to compensate for this
difference.
The tool length offset will bring each tool used in a program to a common
starting point. This point is the Z axis home position (Z0) for the part. This point
is known as the gauge point.
The gauge point is chosen by the programmer, usually it is the same point as
the Z0 datum established by the print. Using the same point as the print makes
inspection of the program easier, because the dimensions on the print will be
the same as the Z moves in the program. There is only one gauge point on the
part and it is used by all the tools in the program.
The distance from the machine Z0 position to the part Z0 position is known as
the tool length offset. The tool length offset for each tool is entered into the
machines tool table. In the tool table each tool length offset is numbered.
Usually the number in the tool table is the same number for the tool. For
example tool length offset number one is for tool number one, and tool length
offset number ten is for tool number ten, and so on.
In the program the H word is used to call up the TLO (tool length offset) from
the tool table. The H word is always associated with a number. The number is
the TLO number from the tool table. For Example: H#, where # is the TLO #
from the tool table (see example below).
In the program example above, line N2 does a tool change picking up the tool
in turret location number one. And in line N5, TLO (tool length offset) number
one is called up from the tool table (with the H1) which moves the tool .100
above the gauge point, because of the Z.1 in the same line. When a Z axis
move appears in the same line along with the H word, the two moves occur
simultaneously.
The H word in a program will (1) call up the TLO from the tool table and (2)
move the tool the distance in the table and (3) transfer the Z0 position from the
tool change position to the part zero.
A Z axis move does not need to appear along with the H word. However this
can be used to bring the tool to a position other than the Z zero position.
EXAMPLE: H8 Z1.5 This will bring the tool 1.5 inches above the gauge point.
SP COMMAND
Save Parameters, This command is used to input the machine parameter list through the RS-232
Using the SP port.
command
To output parameter information.
2) Send the file the parameter information was saved under to the machine.
SU COMMAND
Sum Program, Using The sum command is used to analyze the program without machine motion.
the SU Command The control will process the program as if it is moving the machine, without
regard to feed rate.
EXAMPLE: Using the sum program command to display error messages in the program.
Note: See the FADAL USER MANUAL for information concerning the messages
appearing on the screen.
1) From the command mode type SU then press the ENTER button.
a. The cursor will not be on the screen, meaning the control is processing
the program.
b. Any error messages, while processing the program, will appear on the
screen.
2) When messages appear on the screen, press the MANUAL button to stop
the summing process.
3) Correct the first message that appears and use the SU command again.
4) Follow steps 1-3 until the program can run the SU command and without
any error messages. This will be indicated with the X, Y, and Z axis
locations being displayed and the control returning to the command mode.
EXAMPLE: 1 Using the sum program command to display all moves from the program.
Note: See the FADAL USER MANUAL for information concerning the messages
appearing on the screen.
1) From the command mode type SU,,,,1 then press the ENTER button.
a. On the left hand side of the screen, the control will display all moves in
the program in incremental terms. Regardless if the program is written
in absolute. All positioning decisions are made in incremental.
b. All lines in the program which require intermediary moves (i.e. circles,
fixed cycles, fixed subroutines) will be shown on the screen as decimal
pointed lines when sum program is displaying the moves.
c. The listing can be stopped and started similar to the list mode. Use zero
to stop the listing, and one through nine to start to list at different
speeds, one being the slowest and nine being the fastest.
N57.001 Z-0.15F25.G1
N57.002 Z0.05G0
N57.003 Z-0.05G0
N57.004 Z-0.05F25.G1
N57.005 Z0.2G0
EXAMPLE: 3 Using the sum program command to display all moves from the program and
the absolute position after each move.
Note: See the FADAL USER MANUAL for information concerning the messages
appearing on the screen.
1) From the command mode type SU,,,,2 then press the ENTER button.
a. On the left hand side of the screen, the control will display all moves in
the program in incremental terms. Regardless if the program is written
in absolute. All positioning decisions are made in incremental. And the
absolute position of each move is displayed on the right side of the
screen.
b. All lines in the program which require intermediary moves (i.e. circles,
fixed cycles, fixed subroutines) will be shown on the screen as decimal
pointed lines when sum program is displaying the moves.
c. The listing can be stopped and started similar to the list mode. Use 0 to
stop the listing, and 1 through 9 to list at different speeds, 1 being the
slowest and 9 being the fastest.
N55.M3.S2000. X=0Y=0Z=0
N56.Z0.05D1H1G0 X = 0 Y = 0 Z = 0.0500
N57.001Z-0.15F25.G1. X = 0 Y = 0 Z = -0.1000
N57.002Z0.05G0 X = 0 Y = 0 Z = -0.0500
N57.003Z-0.05G0 X = 0 Y = 0 Z = -0.1000
N57.004Z-0.05F25.G1. X = 0 Y = 0 Z = -0.1500
N57.005Z0.2G0 X = 0 Y = 0 Z = 0.0500
EXAMPLE: 5 Using the sum program command to display all moves from the program, the
absolute position after each move, and the current G code status.
1) From the command mode type SU,,,,3 then press the ENTER button.
EXAMPLE: 6 The first parameter is used to determine what line to begin the sum listing. If
the program is summed up to a particular line in the program, it is not
necessary to have the beginning portion listed again. Doing this will save time
during the summing process.
1) From the command mode type SU,#,,,1 (where # is the line number to start
listing from) then press the ENTER button.
EXAMPLE: 7 The second parameter can be used in combination with the first parameter to
start displaying at any line and stop displaying at any line.
1) From the command mode type SU,1st #, 2nd #,,1 (where 1st # is the first
line to display, and 2nd # is the last number to display) then press the
ENTER button.
EXAMPLE: 8 When summing a program that uses cutter radius compensation, it is best to
first sum the program without cutter radius compensation.
1) This could be done by removing all of the tool diameters in the tool table.
Or by using the third parameter of the sum command.
a. From the command mode type SU,,,1 or SU,,,1,1 or SU,,,1,2 or
SU,,,1,3 then press the ENTER button.
Note: Removing the diameters from the tool table will now allow the summing
of programs with fixed subroutines.
TA COMMAND
Input, From a Tape The control can accept programs or tool data into its memory by using the tape
Punch or Computer input command.
2) From the command mode type TA,1,# (where # is an error option see
below), then press the ENTER button.
3) Prepare the tape punch or the computer, connected to the control, to send
the program or tool data.
OPTION 1: For # type 1. Using this error option for input will cause the control
to halt the input process if an error is detected in the program. Example: Using
the letter O for the number 0, double letters (XX.152), minus sign misplaced (-
Y.45), a comment without a preceding * or ( , a dimension without an axis word
(X.125 .756). Observe, on the screen of the control which line the transmission
was halted at, and correct this line at the text editor or Teletype. After this line is
corrected repeat steps 1-3 above. If no errors are detected the message “TAPE
IS GOOD” will appear.
OPTION 2: For # type 2. When this option is used the control will continue to
accept data even after an error is detected. When transmission of the data is
complete, a message is displayed on the screen “# ERROR(S) READING TAPE.”
If no errors are detected the message “TAPE IS GOOD” will appear. This option
is only recommended when the program being transmitted has sequence
numbers. With sequence numbers in the program the operator can list the
program, if errors are detected, and look for the missing sequence numbers
which were dropped because of errors in the line. Use the insert (IN) command
to replace the missing lines. (see INSERT PROGRAM LINES, USING THE IN
COMMAND)
Note: If the program currently in memory has an O word as the first line of the
program, the program is considered a part of the program library. When the
new program is transmitted to the control, the program currently in memory
will be pushed into the library and retained. If the program currently in
memory does not have an O word as the first line in the program it is not
considered to be a part of the program library. When the new program is
transmitted to the control, the program currently in memory is deleted and
the new program replaces it.
Adding a Program to The tape input (TA) command is used to add another program to the end of the
the End of the program currently active in the control.
Program in Memory
Using the add at end option:
1) The BAUD RATE of the control and the device it is connected to, must be
set at the same rate. (see BAUD RATE, USING THE CD COMMAND)
2) From the command mode type TA,1,#,1 (where # is an error option see
INPUT, FROM A TAPE PUNCH OR COMPUTER), then press the ENTER
button.
3) Prepare the tape punch or the computer, connected to the control, to send
the program or tool data.
4) The program being added to the end can have sequence numbers (any
sequence). After the program has been added to the current program in
memory, from the command mode type NU then press the ENTER button.
This will give the entire program new sequence numbers. (see NUMBER
PROGRAM LINES, USING THE NU COMMAND)
Note: If the NU command is not used the edit features of the PA mode may not
properly function.
Output, to Tape The control can output the program(s) in its memory, through the RS-232 port,
Punch or Computer by using the punch command.
1) The BAUD RATE of the control and the device it is connected to, must be
set at the same rate. (see BAUD RATE, USING THE CD COMMAND)
3) From the command mode type PU,# (where # is a data option), then press
the ENTER button.
4) To output in the EIA format, type PU, #, 1 (where # is the data option) then
press the ENTER button. The number one, for the second parameter is
what establishes the EIA output.
5) To output to a Teletype use the third parameter. Type PU, #,, 1 then press
the ENTER button.
Note: This command is not used when utilizing the FADAL Assist software.
TC,1 COMMAND
Turret (ATC), Open 1) From the command mode type TC,1 then press the ENTER button. The ATC
for Loading will open and remain open until the MANUAL button is pressed. If the Z axis
is not at the cold start position the control will enter the waiting state. Press
the START button to return to the cold start position then ATC will open.
2) Use the TURRET CW and the TURRET CCW buttons to rotate the turret.
3) Press the MANUAL button to close the ATC. This will bring the head down. If
a tool is under the spindle, the tool will be loaded into the spindle and the
ATC will move back to its home position.
Note: When loading tools into the turret to run a program, place tool number
one in the turret and use the TURRET CW button to put the next tool in the
turret until all the tools are placed in the turret. Rotate the turret until the
first tool is in the number one position before setting the Tool Order. (See
TURRET (ATC), ESTABLISH TOOL ORDER; USING THE SETTO COMMAND to
establish tool order).
Tool Changer Crash 1) Press the JOG button to get the Turret into home position.
2) Move to the cold start position using either JOG or the power off procedure:
Type SETCS and press ENTER. Type HO and press Enter, then press START.
4) Use the TURRET CCW or CW button to rotate the turret until there is an open
turret location directly opposing the spindle.
5) From the command mode type SETTO. This will establish this location as
tool number one.
7) Rotate the turret with the TURRET CCW or CW buttons until tool number one
is directly under the spindle, then press the MANUAL button to pick up tool
number one.
Turret Loading, When placing tools in the turret, the location of tool number one can be any
Putting Tools in the convenient turret location. (See TURRET (ATC), ESTABLISH Tool Order; USING
Tool Changer THE SETTO COMMAND)
1) After the turret is open, move the turret around until there is an open spot
directly in front of the open door.
a. Or take the tool out of the location directly in front of the open door.
(See the TC,1 command, to open the turret door.)
2) Place tool #1 in the turret lid by aligning the clip with the V flange of the tool
holder.
a. The tongue in the back of the clip must go into the key slot on the tool
holder, for the tool to be seated properly.
3) Push the TURRET CW button, and then place the next tool in the turret lid.
a. The remaining tools are all placed into the turret lid, in sequential order.
Press the TURRET CW button, after each tool is placed into the lid.
4) Use either the TURRET CW or TURRET CCW button to rotate the turret lid
around so that tool number one, from the program, is directly under the
spindle.
5) Press the MANUAL button to bring the head down over tool number one.
TO COMMAND
Tool Diameter Input, Tool diameters are required for the fixed subroutines except for sub 91 and 93
Using the TO and when using cutter radius compensation in the program.
Command
1) From the command mode type TO,#,DIAMETER VALUE (where # is the tool
number) then press the ENTER button.
EXAMPLE: TO,1,.375This will enter into the tool table (use command DT to see the table),
a tool diameter of .375 for tool number one.
2) To change an existing tool diameter, use step one. This will overwrite the
current diameter in the table.
To view the tool Note: Tool diameters can be entered by using the DT command.
table
(See also DISPLAY TOOL TABLE, USING THE DT COMMAND)
Note: In format 2 with the parameter set to radius the amount entered with the
TO command is input as a radius amount.
UT COMMAND
Utility Option - UT The UT command may be used to get tools from the Turret and automatically
Setting Tool Length enter the tool length offsets into the tool table. The height of the block used to
Offsets establish the tool length offset is automatically compensated for when the
lengths are entered into the table.
1) Put the tools in the turret. (See: TURRET LOADING, PUTTING TOOLS IN THE
TOOL CHANGER.)
2) Place the first tool in the spindle with the tool turret in the proper ATC
position.
3) Establish the Tool Order. (See: MEMORY CLEAR, USING THE NE AND RI
COMMAND.)
To Clear the Tool (See also: Turret (ATC), ESTABLISH TOOL ORDER; USING THE SETTO
Table and Establish COMMAND.)
Tool Order.
4) From the command mode type UT and then press the ENTER button.
1) After typing the UT command and pressing ENTER, type the number 1 and
press the ENTER button. The screen will immediately display the current
tool and offset information.
2) The next question deals with the method used for setting the lengths. This
portion of the manual assumes the operator will JOG TO POSITION.
1) JOG TO POSITION
The tool data for the first tool and the tool setting options menu will appear in
the lower left corner of the screen.
TOOL NUMBER = #
DIAMETER OFFSET = #
LENGTH OFFSET = #
TOOL SETTING OPTIONS:
1) ENTER A TOOL DIAMETER
2) LOCATE TOOL
3) EXIT TOOL SETTING
PRESS OPTION NUMBER:
To enter a tool diameter for the current tool in the spindle press the 1 button.
6) The waiting message will flash on the screen. Press the ENTER button to
make the tool change.
VT COMMAND
Verify Punched Because devices used to punch tapes for program storage malfunction
Tape, Using the VT periodically, the VT command is used to verify that the tape has been punched
Command properly.
2) From the command mode type VT then press the ENTER button.
4) After the tape has been read look at the screen on the control for any
messages.
a. TAPE IS GOOD : This message indicates the program output to the tape
punch is the same on the tape.
b. TAPE DID NOT VERIFY : This message indicates a problem with the
reader or the punch itself.
• Clean the reader, place the tape back in the reader and follow steps
2-4 again.
• Clean the tape guides for anything that would push the tape over,
causing the holes to be punched off to one side of the tape. (Follow
steps 1-4 again).
CNC 88HS
GRAPHICS MENU
Menu The graphics menu of the page editor has been designed to allow the user to
view the part path of the current program in memory. The graphics can be
accessed by pressing the G key from the page editor or by entering the
command DR.
Pressing the A key runs the current program completely through the part path
showing interpolation moves only (movement programmed at a feed rate
G1,G2,G3).
C = CLEAR
Pressing the C key clears the screen and continues auto part path draw at full
table plotting.
F = FULL TABLE
Pressing the F key clears the screen and continues auto part path draw at full
table plotting. This is used after the part path plot has been ZOOMED inward
and the user wished to see the whole part path again on a full table display.
Pressing the M key will toggle the options differences displayed along with the
graphics plot. Toggle display options are incremental moves, absolute
positions, and modal codes. The M key can be pressed while plotting in order
to view the various modes.
O = OPTIONS PLOTTING
Pressing the O key display an additional menu allowing the user to choose
from:
T Plot tool
Once the option key has been pressed, the plotting continues.
S = SINGLE STEP
Pressing the S key, one program line will be plotted. Repeated pressing of the S
key allows the user to step through the program in line by line execution. This
can be canceled at any time by pressing the START button. During single step
plot the current program line will also appear on the screen in G91 incremental
value.
The V Key can be pressed at any time during plotting to change the view from
top to simple isometric view. Plotting restarts from the beginning. This view
may not be rotated.
Z = ZOOM
Move box with the pulse generator press enter to zoom box area.