FANUC Series 30i/300i/300is-MODEL A. Machining Center System. User's manual - page 211

 

  Index      Manuals     FANUC Series 30i/300i/300is-MODEL A. Machining Center System. User's manual (B-63944EN/03)

 

Search            copyright infringement  

 

 

 

 

 

 

 

 

 

 

 

Content      ..     209      210      211      212     ..

 

 

 

FANUC Series 30i/300i/300is-MODEL A. Machining Center System. User's manual - page 211

 

 

12.SETTING AND DISPLAYING DATA

 OPERATION 

B-63944EN/03

 

 

- 1644 - 

-  Explanations about the custom macro screen (pattern data screen) 
    BOLT HOLE 

An arbitrary character string consisting of 12 or less characters can be 
displayed as a pattern data title. 
 

    TOOL. 

An arbitrary character string consisting of 10 or less characters can be 
displayed as a variable name. 
*BOLT HOLE* 
The comment text consists of nine 12-character blocks, or the 
comment can be up to 12 lines (10.4-inch display) or 8 lines (7.2 or 
8.4-inch display) with one block counted as one line. 
 
Machine tool builders should program variable name and comment 
text character strings, using custom macros, and save them in program 
memory. 

B-63944EN/03

 OPERATION 

12.SETTING AND DISPLAYING DATA

 

 

- 1645 - 

 

Screens of a 15-inch display unit 

 

12.3.16 

Displaying and Entering Setting Data (15-inch Display Unit) 

 
Data such as the TV check flag and punch code is set on the setting 
data screen. On this screen, the operator can also enable/disable 
parameter writing, enable/disable the automatic insertion of sequence 
numbers in program editing, and perform settings for the sequence 
number comparison and stop function. 
See III-9.2 for automatic insertion of sequence numbers. 
See III-12.3.17 for the sequence number comparison and stop function. 
This subsection describes how to set data. 
 

Procedure for setting the setting data 

Procedure 

Select the MDI mode. 

Press function key 

3  Press vertical soft key [SETTING] to display the setting data 

screen. 

 

This screen consists of several pages. 

 

Press page key 

 or 

 until the desired screen is 

displayed. 

 

An example of the setting data screen is shown below. 

 

 

Fig. 12.3.16 (a) SETTING (HANDY) screen (15-inch) 

12.SETTING AND DISPLAYING DATA

 OPERATION 

B-63944EN/03

 

 

- 1646 - 

 

                                 

Fig. 12.3.16 (b) SETTING (MIRROR IMAGE) screen (15-inch) 

 

Move the cursor to the item to be changed by pressing cursor 

keys 

Enter a new value and press horizontal soft key [INPUT]. 

 

Explanation 
 - PARAMETER WRITE 

Setting whether parameter writing is enabled or disabled. 
0 : Disabled 
1 : Enabled 
 

 - TV CHECK 

Setting to perform TV check. 
0 : No TV check 
1 : Perform TV check 
 

 - PUNCH CODE 

Setting code when data is output through reader/puncher interface. 
0 : EIA code output 
1 : ISO code output 

 

 - INPUT UNIT 

Setting a program input unit, inch or metric system 
0 :  Metric 
1 :  Inch 
 

B-63944EN/03

 OPERATION 

12.SETTING AND DISPLAYING DATA

 

 

- 1647 - 

 - I/O CHANNEL 

Using channel of reader/puncher interface. 
0 :  Channel 0 
1 :  Channel 1 
2 :  Channel 2 
 

 - SEQUENCE NO. 

Setting of whether to perform automatic insertion of the sequence 
number or not at program edit in the EDIT mode. 
0 : Does not perform automatic sequence number insertion. 
1 : Perform automatic sequence number insertion. 
 

 - PROGRAM FORMAT 

Setting of whether to use the Series 15 format. 
0:    Uses the standard format. 
1:    Uses the Series 15 format. 
For the Series 15 format, refer to Chapter II-6 in the User's Manual (T 
series) or Chapter II-7 of Part II in the User's Manual (M series). 
 

 - SEQUENCE STOP 

Setting the sequence number with which the operation stops for the 
sequence number comparison and stop function and the number of the 
program to which the sequence number belongs 
 

 - MIRROR IMAGE 

Setting of mirror image ON/OFF for each axes. 
0 : Mirror image off 
1 : Mirror image on 
 

 - Others 

Page key 

 or 

 can also be pressed to display the 

SETTING (TIMER) screen. See III-12.3.18 for this screen. 
 

12.SETTING AND DISPLAYING DATA

 OPERATION 

B-63944EN/03

 

 

- 1648 - 

12.3.17 

Sequence Number Comparison and Stop (15-inch Display 

Unit) 

 
If a block containing a specified sequence number appears in the 
program being executed, operation enters single block mode after the 
block is executed. 
 

Procedure for sequence number comparison and stop 

Procedure 

Select the MDI mode. 

Press function key 

Press vertical soft key [SETTING].   

Press page key 

 or 

  several times until the following 

screen is displayed. 

 

 

 

Fig. 12.3.17 (a) SETTING (HANDY) screen (15-inch) 

 

Enter in (PROGRAM NO.) for SEQUENCE STOP the number 
(1 to 99999999) of the program containing the sequence number 
with which operation stops. 

Enter in (SEQUENCE NO.) for SEQUENCE STOP (with eight 
or less digits) the sequence number with which operation is 
stopped. 

When automatic operation is executed, operation enters single 
block mode at the block containing the sequence number which 
has been set. 

 

B-63944EN/03

 OPERATION 

12.SETTING AND DISPLAYING DATA

 

 

- 1649 - 

Explanation 
  - Sequence number after the program is executed 

After the specified sequence number is found during the execution of 
the program, the sequence number set for sequence number 
compensation and stop is decremented by one. 

 - Exceptional blocks 

If the predetermined sequence number is found in a block in which all 
commands are those to be processed within the CNC control unit, the 
execution does not stop at that block. 

[Example]  N1 #1=1 ; 
 

N2 IF[#1 EQ 1]GOTO 08 ; 

 

N3 GOTO 09 ; 

 

N4 M98 P1000 ; 

 

N5 M99 ;

 

In the example shown above, if the predetermined sequence number is 
found, the execution of the program does not stop. 
 

  - Stop in the canned cycle 

If the predetermined sequence number is found in a block which has a 
canned cycle command, the execution of the program stops after the 
return operation is completed. 
 

  - When the same sequence number is found several times in the program 

If the predetermined sequence number appears twice or more in a 
program, the execution of the program stops after the block in which 
the predetermined sequence number is found for the first time is 
executed. 
 

  - Block to be repeated a specified number of times 

If the predetermined sequence number is found in a block which is to 
be executed repeatedly, the execution of the program stops after the 
block is executed specified times. 
 

12.SETTING AND DISPLAYING DATA

 OPERATION 

B-63944EN/03

 

 

- 1650 - 

12.3.18 

Displaying and Setting Run Time, Parts Count, and Time 

(15-inch Display Unit) 

 
Various run times, the total number of machined parts, number of 
parts required, and number of machined parts can be displayed.   
This data can be set by parameters or on this screen (except for the 
total number of machined parts and the time during which the power 
is on, which can be set only by parameters). 
This screen can also display the clock time. The time can be set on the 
screen. 
 

Procedure for Displaying and Setting Run Time, Parts Count and Time 

Procedure 

Select the MDI mode. 

Press function key 

Press vertical soft key [SETTING].   

Press page key 

 or 

  several times until the following 

screen is displayed. 

 

 

 

Fig. 12.3.18 (a) SETTING (TIMER) screen (15-inch) 

 

To set the number of parts required, move the cursor to PARTS 
REQUIRED and enter the number of parts to be machined. 

To set the clock, move the cursor to DATE or TIME, enter a new 
date or time, then press horizontal soft key [INPUT]. 

 

B-63944EN/03

 OPERATION 

12.SETTING AND DISPLAYING DATA

 

 

- 1651 - 

Explanation 
 - PARTS TOTAL 

This value is incremented by one when M02, M30, or an M code 
specified by parameter No. 6710 is executed. This value cannot be set 
on this screen. Set the value in parameter No. 6712. 
 

 - PARTS REQUIRED 

It is used for setting the number of machined parts required. 
When the "0" is set to it, there is no limitation to the number of parts. 
Also, its setting can be made by the parameter No 6713. 
 

 - PARTS COUNT 

This value is incremented by one when M02, M30, or an M code 
specified by parameter No. 6710 is executed. The value can also be set 
by parameter No. 6711. In general, this value is reset when it reaches 
the number of parts required. Refer to the manual issued by the 
machine tool builder for details. 
 

 - POWER ON 

Displays the total time which the power is on. This value cannot be set 
on this screen but can be preset in parameter No. 6750. 
 

 - RUN TIME 

Indicates the total run time during automatic operation, excluding the 
stop and feed hold time. 
This value can be preset in parameter No. 6751 or No. 6752. 
 

 - CUTTING TIME 

Displays the total time taken by cutting that involves cutting feed such 
as linear interpolation (G01) and circular interpolation (G02 or G03). 
This value can be preset in parameter No. 6753 or No. 6754. 
 

 - FREE PURPOSE 

This value can be used, for example, as the total time during which 
coolant flows. Refer to the manual issued by the machine tool builder 
for details. 
 

 - CYCLE TIME 

Indicates the run time of one automatic operation, excluding the stop 
and feed hold time. This is automatically preset to 0 when a cycle start 
is performed at reset state. It is preset to 0 even when power is 
removed. 
 

  - DATA and TIME 

Displays the current date and time. The date and time can be set on 
this screen. 
 

 

 

 

 

 

 

 

Content      ..     209      210      211      212     ..