0% found this document useful (0 votes)
2K views516 pages

Arumatik 2.2.1 (E)

The document is an operating manual for the Arumatik control system. It provides 22 warnings and notes about programming, operations, tool compensation, work coordinates, and tool life management. The contents section lists 8 chapters that will explain the display, keyboard, screen basics, main menu, and coordinates screen. Users are advised to read the entire manual fully before using the control system.

Uploaded by

moi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views516 pages

Arumatik 2.2.1 (E)

The document is an operating manual for the Arumatik control system. It provides 22 warnings and notes about programming, operations, tool compensation, work coordinates, and tool life management. The contents section lists 8 chapters that will explain the display, keyboard, screen basics, main menu, and coordinates screen. Users are advised to read the entire manual fully before using the control system.

Uploaded by

moi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 516

Ver.2.2.

KITAMURA

Arumatik
Operating manual

KITAMURA MACHINERY CO., LTD


INTRODUCTION

This manual is intended for use with Arumatik-Mi control. It will cover functionality and
operational aspects of the Arumatik-Mi control. Please read and fully understand this
document prior usage.

REGARDING CONTENTS TO THIS MANUAL

・ Unauthorized reproduction of this manual is strictly prohibited.


・ Contents within this manual may be changed without any prior notifications
・ Please interpret any contents and functions NOT covered in this manual as
“CANNOT DO”.

GENERAL WARNING AND CAUTIONS

01. Prior to operating the machine, thoroughly check the entered data.

02. Kitamura Machinery will not take responsibilities to any changes made to the CNC
data and PMC data (parameter etc.) after machine installation. The factory default
backup data CD is shipped along with the machine. We strongly recommend users
to frequently back up programs, offset data, and any other CNC data.

03. The parameters for the CNC and PMC’s factory default values are set at optimum
values. Typically there is no need to change them. Failure to set a parameter
correctly may result in the machine behaving unexpectedly, possibly causing
damage to the work piece and/or machine itself, or injury to the operator.

04. The operation manual provides an overall explanation on the CNC unit’s functions,
including any optional functions. Some of the optional functions are compatible to
specific models. Therefore, it is strongly recommend checking the machine
specification in advance.

05. The LCD is manufactured with high precision technology. However, you may
experience phenomenon in which some pixels do not turn on or remain on. This
phenomenon is a common attribute of LCDs and is not a defect.
INTRODUCTION

WARNING AND CAUTIONS RELATED TO PROGRAMMING

01. " ; ", "EOB", "%", and "EOR" are symbols used for explanation and comment. The
actual codes for ISO are "CR, LF"("LF") and “%”.The programs created on the Edit
screen are stored in the NC memory in a "CR, LF" format, however, the programs
created with external devices such as the FD or RS-232C may be stored in an "LF"
format. The actual codes for EIA are "EOB (End of Block)" and "EOR (End of Record)".

02. Character of”%” must be inserted at the first and end of program file.
[Example]
% ← Give”%” at the first line(Only ”CR,LF” must not be in there.)
O1000 (TEST)



M30
% ← Insert “%” at the end of program file.

03. Regarding letter limits within each block (within program)


Alphanumeric (Lower Case) 47 letters maximum per block
Alphanumeric (Upper Case) 39 letters maximum per block
Please note to put “(“ “)” when commenting and conform to above letter limits.

04. Abbreviation such as GOTO → GO, FIX → FI cannot be used in macro function.

05. Duplicate addresses within same block will not cause an alarm. The latest address
that you command will be executed.
Example: G0 X-100 X-150: . “X-150” will be executed (not X-100).

06. For external program call M198 P **** is applicable only in the file there is no 0 and
O at the beginning of HD (D/NCFILE) within. It will command in the form of M198
<O****> for HD for O with files. It will command in the form of M98 <O****>,D*
external devices other than HD
INTRODUCTION

07. Because of key sticking during editing, a G code without numbers will be treated as
G00.
When “Pm1227 bit7” is “1”, alarm stop will occur “P33 Format error”.

08. Because of key sticking during editing, numbers without designated address will be
treated as arithmetical processing. See below:
Ex. X-20. -30→It means X[-20. + -30.] As X-50.
When “Pm1274 bit4” is “1”, alarm stop will occur “P33 Format error”.
For arithmetic processing, you need put numbers in parentheses. (Ex. X[-20. -30.])

09. When creating programs, allow appropriate machining conditions, and make sure
that the performance, capacity and limits of the machine and NC are not exceeded.
The examples provided in this manual do not necessary have machining conditions
considered.

WARNING AND NOTES REGARDING PROGRAM CODE

10. There is no G02.2/G03.2 Involute interpolation function.

11. It is not possible to do the inner circle, outer circle switching of the I directive in the
G12/G13 of CNC equipment.

12. There is no G25/G26 spindle speed fluctuation detection function.

13. G84/G74 executes Tap Sync feature.

14. Back boring and fine boring’s shift amount can be adjusted using I, J, K.

15. Dwell command will not work at the bottom of the hole during back boring and fine
boring.

16. Numbers must be enclosed in parentheses “[ ]” while using arc tangent function
ATAN. The resulting value may be wrong if numbers are not enclosed in parenthesis,
Example: # i = ATAN [[# j] / [# k]]
INTRODUCTION

17. G10L70 is a programmable parameter input command. For more information, please
refer to the numerical controller program manual.

18. M98 I_J_K_ commands rotation copy.

WARNING AND NOTES REGARDING PROGRAM OPERATIONS

19. If “Reset” key is pressed while program is running, program display will rewind back
to the beginning (the cursor will move back to the first line of the program)

20. The program display after hitting cycle start (in MDI mode) is same as program
display when running program under single block stop. Make sure to press “reset”
before program editing, or changing program start line.

21. Do not create duplicate program numbers on CNC memory and external devices
(USB, CF card, data server). CNC memory will have highest precedence if there are
duplicate program numbers (ie. O0002 in CNC memory and O0002 in USB) during
work number search function usage (pallet change).

22. O8999 will be called when manual pallet change is executed. If main program was
running prior to manual pallet change, you must search the program again. Switch
to memory mode and search the main program.

23. If the correction mode tool offset is changed, it will be effective from next block that
gets buffered.

24. Please make a habit of using “[ ]” for divide statements. Not enclosing numbers with
“[ ]” can lead to undesired machine movement. Program will read “/” as a block skip
when the “block skip” is turned on. Alternatively, you can change the following
parameter Pm1274.4 = 1 if you strongly desire not using “[ ]”. Take cautions by
checking to see if parameter change works prior to running programs. Kitamura will
not take any responsibility should accidents occur.
INTRODUCTION

NOTES REGARDING TOOL COMPENSATION, WORK COORDINATES, TOOL LIFE


MANAGEMENT
25. System variable tool radius compensation (D) radius is #16001 - # 16999.

26. System variable tool radius compensation (D) wear is #17001 - # 17999.

27. Variable system of work coordinate system 300 is #101001-#115958.

28. Variable system of work coordinate system modal information is # 4012.

29. It is not possible to auto-start the PMC trace function. Once power is turned OFF,
you must reconfigure or reopen the settings then restart trace function.

30. While the tool that you set in the tool life management is in the spindle, the tool
offset value designated in tool life management is utilized (the offset values set in offset
settings will not be utilized).

31. It is not possible to skip tools under tool life management using M code and external
signals.

32. Tool Life Management (Arumatik ver. 1.6.201): For inputting tool life count values
above 30,000, use G10 function.
(Example)
M171 (Stop tool life count)
G10L3P1 (Begin tool life data entry/editing)
P1L40000Q1 (Input 40000 tool life count value
T5 to T5 of Group 1)
G11 (End too life data entry/editing)
M170 (Restart tool life count)
G10L3P1 Begin tool life data entry/editing
P1 (P_) Group Number 1 (Group Number __)
L40000 Tool Life Count/Timer: 40000 (Tool life count is used in this
(L_____) example:Q1)
Q1 Tool life maintenance method: Q1=Count Iterations Q2=Timer
(Q2,Q3) Q3=Cutting Count
CONTENTS

1.OPERATION EQUIPMENT

1-1. EXPLANATION OF DISPLAY MACHINE 1-2


1-2. EXPLANATION OF KEYBOARD 1-3

2.SCREEN BASIC INFORMATION

2-1. SCREEN BASIC INFORMATION LIST 2- 2


2-2. SCREEN BASIC INFORMATION 2- 3
2-3. SCREEN BUTTON 2- 5
2-4. INPUT BOX 2- 8
2-5. CHECK AND WARNING MESSAGE 2- 9
2-6. ABOUT THE TREATMENT OF DATA 2-10
2-6-1. DATA INPUT AND OUTPUT 2-10
2-6-2. FORMAT OF PROCESSING PROGRAM 2-10
2-7. OPERATION WITH THE TOUCH 2-11
2-7-1. Main Menu Call 2-11
2-7-2.Shortcut Menu Call 2-12
2-7-3.Software Keyboard 2-13
2-7-4. Calculator function 2-15
2-7-5. Page scroll 2-16
2-8. SCREEN TRANSITION FIGURE 2-17

3.MAIN MENU SCREEN

3-1. MAIN MENU SCREEN AND FUNCTIONAL LIST 3- 2


3-2. MAIN MENU SCREEN 3- 3

4.COORDINATES SCREEN

4-1. COORDINATES SCREEN AND FUNCTIONAL LIST 4- 2


4-2. COMPREHENSIVE COORDINATES SCREEN 4- 3
4-3. RELATIVE COORDINATES SCREEN 4- 8
4-4. ABSOLUTE COORDINATES SCREEN 4-10
4-5. HANDLE INTERRUPT AMOUNT SCREEN 4-12
4-6. OPERATING MONITOR SCREEN 4-14

a-1
CONTENTS

5.PROGRAM

5-1. PROGRAM SCREEN AND FUNCTIONAL LIST 5- 2


5-2. PROGRAM EDIT SCREEN 5- 3
5-2-1. Content of this screen 5- 4
5-2-2. Editing program 5- 6
5-2-3. Run a program 5-27
5-2-4. Editing and running the MDI program 5-39
5-2-5. Perform background editing 5-40
5-2-6. Saving the Program 5-41
5-2-7. Read the programs 5-45
5-2-7. Button layout 5-47
5-3. PROGRAM LIST SCREEN 5-49
5-4. FILE LIST SCREEN 5-66
5-4-1. When the folder function is disabled 5- 67
5-4-2. When the folder function is enabled 5- 82
5-4-3. Button layout 5-105
5-5.PROCESSING HISTORY SCREEN 5-106

6.OFFSET SETTING

6-1. OFFSET/SETTING SCREEN AND FUNCTION 6- 2


6-2. TOOL OFFSET SCREEN 6- 3
6-3. SETTING SCREEN 6-16
6-4. WORK COORDINATE SYSTEM SCREEN 6-39
6-5. LOCAL MACRO VARIABLES SCREEN 6-50
6-6. COMMON MACRO VARIABLES SCREEN 6-54
6-7. OPERATOR PANEL SCREEN 6-64
6-8. TOOL LIFE MANAGEMENT SCREEN 6-69

a-2
CONTENTS

7.SYSTEM

7-1. SYSTEM SCREEN AND FUNCTION LIST 7- 2


7-2. SYSTEM PARAMETER SCREEN 7- 3
7-3. ABSOLUTE POSITION INITILIZATION SCREEN 7-15
7-4. DGN SCREEN 7-21
7-5. MAGAZINE PARAMETER SCREEN 7-25
7-6. PITCH ERROR CORRECTION PARAMETER SCREEN 7-34
7-7. SERVO PARAMETER SCREEN 7-40
7-8. ETHERNET PARAMETER SCREEN 7-46
7-9. PERIODIC MAINTENANCE SCREEN 7-51

8.MESSAGE

8-1. MESSAGE SCREEN AND FUNCTIONAL LIST 8-2


8-2. MESSAGE SCREEN 8-3

9.GRAPHIC

9-1. GRAPHIC SCREEN AND FUNCTION LIST 9-2


9-2. GRAPHIC SCREEN 9-3

a-3
CONTENTS

10.CUSTOM

10-1. CUSTOM SCREEN AND FUNCTIONAL LIST 10- 2


10-2. CUSTOM MAIN MENU SCREEN 10- 3
10-3. WORK SET SCREEN 10- 5
10-3-1. SETTING SCREEN 10- 7
10-3-2. EDGE SIDE MEASUREMENT SCREEN 10-12
10-3-3. CENTER MEASUREMENT SCREEN 10-19
10-3-4. THREE POINT CENTER MEASUREMENT SCREEN 10-25
10-3-5. CORNER MEASUREMENT SCREEN 10-32
10-4. TOOL MANAGEMENT SCREEN 10-41
10-4-1.NORMAL SCREEN 10-41
10-4-2.EXTENDED SCREEN 10-52
10-4-3.INTEGRATED SCREEN 10-75
10-5. TOOL LENGTH MEASUREMENT SCREEN 10-92
10-6. KITAMURA MONITOR SCREEN 10-98
10-7. AUXILIARY FUNCTION SCREEN 10-104
10-8. MACHINE MAINTENANCE SCREEN 10-106
10-8-1. THE STATE SCREEN OF ATC 10-108
10-8-2. THE STATE SCREEN OF APC 10-112
10-8-3. THE RECORD OF ABNORMAL LOAD SCREEN 10-116
10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN 10-120
10-9. MAINTENANCE SUPPORT SCREEN 10-129
10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN 10-137
10-10-1. NORMAL SCREEN 10-137
10-10-2. EXTENDED SCREEN 10-143
10-11.QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN 10-148
10-12. PALLET RECOGNITION SCREEN 10-153

a-4
1. OPERATION EQUIPMENT

1-1
OPERATION EQUIPMENT 1-1. EXPLANATION OF DISPLAY MACHINE

1. OPERATION EQUIPMENT

This item explains the details of operation panel apparatus.

1-1. EXPLANATION OF DISPLAY MACHINE

② ③


① USB slot : USB slot used for inputting and outputting data. There are three
outlet, but Arumatik can be only recognized up to two USB
memories.

② Speaker : It sounds, when recognized the USB memory, etc.

③ Microphone :(Optional support function)

④ Camera : (Optional support function)

⑤ The touch panel : The control panel is a touch-panel display. It is supported multi-
touch. Operation, such as a button, is done in on this panel.

1-2
OPERATION EQUIPMENT 1-1. EXPLANATION OF DISPLAY MACHINE

1-2. EXPLANATION OF KEYBOARD

① ② ③ ⑤ ⑥ ⑦



⑩ ⑨ ⑪

② Reset key: Used for resetting the CNC control.


RESET

HELP ② Help key: The operation manual of the screen which is currently
operating is displayed.

SHIFT ③ Shift key: Used to select the sub character shown on a key.

INPUT ④ Input key: Used for inputting data into the CNC after typing. A soft
key is also available.

CAN ⑤ Cancellation key: Deletes 1 character at a time that is to the left of the
cursor. This also clears and alarm message that
appears in red on the screen.

1-3
OPERATION EQUIPMENT 1-2. EXPLANATION OF KEYBOARD

ALTER ⑥ Alter key: Used in edit mode. Alters the character or word.

INSERT ⑦ Insert key: Used in edit mode. Inserts a character or word.

DELETE ⑧ Delete key: Used in edit mode. Deletes a character or word.

⑨ Cursor-control-key left: Moves the cursor left.

⑨ On a cursor control key: Moves the cursor left.

⑨ Under a cursor control key: Moves the cursor up.

⑨ Cursor-control-key right: Move the cursor right.

⑩ Page up key: Moves one page back towards the top.


PAGE

PAGE
⑩ Page down key: Moves one page forward towards the end.

1-4
OPERATION EQUIPMENT 1-2. EXPLANATION OF KEYBOARD

POS ⑪ Position screen: Displays the various machines positions relative to


program and machine coordinates.

PROG ⑪ Program screen: Displays the program during edit and memory modes.
Also can be used to select other program screen.

OFFSET
⑪ Offset screen: Displays tool offsets and work offsets.
SETTING

SYSTEM ⑪ System screen: Displays the system screen and allows the selection of
various menus for parameter and maintenance items.
Only authorized personnel should use this function.

MESSAGE ⑪ Message screen: Display various messages or alarms that have occurred.

GRAPH ⑪ Graphic screen: Display a tool path.

CUSTOM1 ⑪ Custom-screen: Displays various features of the control specifically


related to Kitamura functions and service items.

CUSTOM2 ⑪ Custom-made 2 screen key: Display Main Menu.

1-5
2. SCREEN BASIC INFORMATION

2-1
SCREEN BASIC INFORMATION 2-1. SCREEN BASIC INFORMATION LIST

2. SCREEN BASIC INFORMATION

This item explains the basic information on a screen.

2-1. SCREEN BASIC INFORMATION LIST

2-2. SCREEN BASIC INFORMATION

2-3. SCREEN BUTTON

2-4. INPUT BOX

2-5. CHECK AND WARNING MESSAGE

2-6. DATA INPUT AND OUTPUT


2-6-1. DATA INPUT AND OUTPUT
2-6-2. FORMAT OF PROCESSING PROGRAM

2-7. OPERATION WITH THE TOUCH


2-7-1. Main Menu Call
2-7-2.Shortcut Menu Call
2-7-3.Software Keyboard
2-7-4.Calculator function
2-7-5. Page scroll

2-8. SCREEN TRANSITION FIGURE

2-2
SCREEN BASIC INFORMATION 2-2. SCREEN BASIC INFORMATION

2-2. SCREEN BASIC INFORMATION

This item explains the information to which the screen was common.


① O・N number display


O number and N number which has been selected now are displayed.

② Each coordinates display


Relative coordinate, an absolute coordinate, machine coordinates, and the amount of
remaining movements are displayed.

③ Modal G code and each code information


Each modal G code, F, M, H, D, T and S, and SACT (spindle rotational frequency min-
1) are displayed.

④ Block No. (Main, sub), feed rate, the number of machined parts, drive time, cycle time
display
Block No. (Main, sub), feed rate, the number of machined parts, drive time, and the
cycle time are displayed.

2-3
SCREEN BASIC INFORMATION 2-2. SCREEN BASIC INFORMATION

⑤ Status bar
The present selection mode, an emergency stop, the existence of alarm generating,
time, and program operational status are displayed.

Mode list
It is a mode driven automatically by the instruction in the memory
MEM mode
program.
It is a mode driven automatically by the instruction in the CF card
MemC mode
program (The program edit is impossible).
EDIT mode It is a mode by which the program edit is done.
It is a mode driven automatically by the instruction in the RS232C
DNC mode
input program.
MDI mode It is a mode driven automatically by the instruction in MDI program.
HND mode It is a mode by which the axis is moved with a manual pulse generator.
The axis is continuously moved at the manual sending speed with a
JOG mode
manual sending switch.
Mode by which axis is continuously moved at fast-forwarding speed
RAPID mode
with RAPID button.

ZRN mode Mode to do a Manual Zero Return to home position (Reference point)

Program drive state list


EMG The emergency is stopping.
RST NC is being reset.
LSK The paper tape reader is in the state of the label skip.
BST Block stop inside
HLD Drive stop inside
SYN During synchronization and waiting
AUT (*S) is driving automatically.
RDY State of drive completion
IN State that are reading the file from an external source
OUT State that is writing the file to the external

2-4
SCREEN BASIC INFORMATION 2-3. SCREEN BUTTON

2-3. SCREEN BUTTON

① ②

① Button
It is the button arranged on each screen. Operation corresponding to each button is
performed by touching the touch panel which pushes a soft key.
Moreover, the button corresponding to the screen under present selection becomes
invalid.

* "Operation" button : By pushing, the display of a button is changed and a manual


operation button can use now the function currently prepared
for the screen.

② The next button


When two or more buttons are prepared, it is used in order to change a button display.

② Front button
It is used in case it returns to the usual button display from the button display of a
manual operation button.

2-5
SCREEN BASIC INFORMATION 2-3. SCREEN BUTTON

③ Absolute, relative and integrated coordinates button


By pushing each button, coordinates on display at the screen upper left can be
changed. This button is arranged on almost all screens other than a coordinates
screen, and a display changes as follows.

Absolute coordinates display Relative coordinates display

Integrated coordinates display

2-6
SCREEN BASIC INFORMATION 2-4. INPUT BOX

⑤ The display axis change button


When number of axis to use 6 or more, you change the displaying coordinates by
switch button. The button shown in ⑤ will have "+", and will display other
coordinate by switching this button.

In addition, the Button as shown below is the same. The arrow shows the direction of
the axis.

2-7
SCREEN BASIC INFORMATION 2-4. INPUT BOX

2-4. INPUT BOX

In the case of the screen which can input a value, the input box is arranged.

① Input box
It is arranged on all the screens that input a value. If a keystroke is performed, the
value inputted in the box will be displayed. A push on the ENTER key (program
screens are INSERT and the ALTER key) applies a value after inputting a value.

2-8
SCREEN BASIC INFORMATION 2-5. CHECK AND WARNING MESSAGE

2-5. CHECK AND WARNING MESSAGE

In the case that an input value is not right etc., a warning message is displayed.

① Warning message
It is arranged on all screens. When operation without the specified program number
whose input value is not right which overwrites a parameter is performed, a message
is displayed in a red blink character. When the Reset key or any key is pressed, the
message will be stopped.

2-9
SCREEN BASIC INFORMATION 2-6. ABOUT THE TREATMENT OF DATA

2-6. ABOUT THE TREATMENT OF DATA

2-6-1. DATA INPUT AND OUTPUT

CF card or USB type recording media is inserted, or serial connection equipment, data
server, FTP server is prepared, and data are outputted and inputted. The data which
can be outputted and inputted become below on a screen.

・ Program data form: Any name


・ Parameter data form: ALL.PRM
・ Tool offset data form: TOOL.OFS
・ Work coordinate system data form: WORK.OFS
・ Common macro variable data form: COMMON.VAR
・ Tool longevity data form: TLIFE.TLF
・ Tool management data form: TLMNG.DAT
・ Alarm history data form: ALARM.CSV
・ Temperature graph data form: MTEMP.DAT
・ Processing performance data form: PHistory.csv

* Treatment of a recording medium


When two or more USB memories are pointed in, only one of them is input / output.

2-6-2. FORMAT OF PROCESSING PROGRAM

Please defend the following forms when you make the processing program with the
personal computer. Please make the processing program with the text file. Any
character except special characters can be used for the file name.

Content of program:
First line % Please put % at the first.
O0001() The program number and () are described in the
・ first line without fail. To insert the comment, it
describes it while it is ().

G90X0.Y0.Z0. At the end of the line ; it is not needed.


M30
End line % Please put % at the end.

2-10
SCREEN BASIC INFORMATION 2-6. ABOUT THE TREATMENT OF DATA

2-7. OPERATION WITH THE TOUCH

2-7-1. Main Menu Call

If swiping from the top of the screen to downward direction, the main menu screen is
called.

(After the operation)

2-11
SCREEN BASIC INFORMATION 2-6. ABOUT THE TREATMENT OF DATA

2-7-2.Shortcut Menu Call

If swiping from the right edge of the screen to the left, short cut menu is shown. Menu
of shortcuts corresponds to the option of the main menu screen.

2-12
SCREEN BASIC INFORMATION 2-6. ABOUT THE TREATMENT OF DATA

2-7-3.Software Keyboard

When displaying the software keyboard on the screen, can enter text and numeric
values from the software.

When touching this


icon, the soft keyboard
will display.

Is the input possible screen of non-numeric characters usually first appears soft
keyboard similar to the FANUC key.

(FANUC type keyboard)

If switching to smart phone type, press the "UKey" button.


If hoping to enter a number, press the "Num" button.

Note: Soft keyboard is different is what is displayed by the each screen.

2-13
SCREEN BASIC INFORMATION 2-6. ABOUT THE TREATMENT OF DATA

When pressing this


button, the input will be
switched to character
and symbols.

(Smartphone type keyboard : alphabetic input) (Smartphone type keyboard : symbol input)

If want to enter the input of letters and symbols on the keyboard of FANUC press the
“F-Key” button. If hoping to enter a number, press the "Num" button.

(Numeric keypad type keyboard)


To switch to the input of alphanumeric characters and symbols, press the "1→A" button.
It will return to the state it was in before you change the keyboard type.
It is also possible to change the display position of the soft keyboard.

When holding on top of the keyboard for 1


second and sliding to a finger on the screen,
the position of the soft keyboard will change
in accordance with the position of the finger.

If the soft keyboard is hoped to disapper, touch the icon again.

2-14
SCREEN BASIC INFORMATION 2-6. ABOUT THE TREATMENT OF DATA

2-7-4. Calculator function

It is possible to use a calculator instead of a software keyboard on the program edit


screen or common macro screen. You can switch by the setting screen. The calculation
result can be taken in the screen.

(a)

(b)

(a)

(a) When performing function calculation, change to the function calculator


using this menu.

(b) Reflect the calculation result in entry field of Arumatik by selecting


this menu.

By pressing C key with pressing Ctrl key, it will be reflected in Arumatik as


well.

2-15
SCREEN BASIC INFORMATION 2-6. ABOUT THE TREATMENT OF DATA

2-7-5.Page scroll

On the display unit what has a scroll bar on the right or the bottom of the screen, if
swiping in the direction of the bar with one finger, scroll will be made along the finger.

a) Vertical scroll bar


Scroll toward the
top.

Scroll toward the


bottom.

b) Horizontal scroll bar

Scroll toward the Scroll toward the

left. right.

2-16
SCREEN BASIC INFORMATION 2-8. SCREEN TRANSITION FIGURE

2-8. SCREEN TRANSITION FIGURE

Coordinates screen :

POS

Integrated Relative Absolute Operating

Coordinates Coordinates Coordinates Monitor

Program screen :

PROG

Program Program Processing


File List
Edit List List

Program

Edit (All)

Offset setting screen :

OFFSET
SETTING

Tool Work Local Common


Setting
Offset Coordinates Macro Macro

Tool Operation
Longevity panel

2-17
SCREEN BASIC INFORMATION 2-8. SCREEN TRANSITION FIGURE

System screen :

SYSTEM

System Tool Servo Pitch error


Signal
Parameter Position Parameter correction
Monitor

Ethernet Tool Periodic


Parameter Magazine Maintenance

Message screen:

MESSAGE

NC Stop Alarm Operate Alarm


Message Code Message Message History

Graphic screen :

GRAPH

Path

Graphic

2-18
SCREEN BASIC INFORMATION 2-8. SCREEN TRANSITION FIGURE

Custom-made screen :
Custom
CUSTOM1 Menu

Work Tool Auxiliary


Set Menu management Function

Work Set Work Set Work Set Work Set Tool mana Tool Kitamura
(Edge) (Center) (3 Pnt) (Cross) -gement measure Monitor

Work Set

(Parameter)

Machine Maintenance Processing Pallet


Menu Recognition
Maintenance support

Quadrant
State State Machine Machine Processing
projection
Accuracy correction
of ATC of APC Condition Temp /Acceleration override

2-19
SCREEN BASIC INFORMATION 2-8. SCREEN TRANSITION FIGURE

(Note)

2-20
3. Main Menu SCREEN

3-1
Main Menu SCREEN 3-1. Main Menu SCREEN AND FUNCTIONAL LIST

3. Main Menu SCREEN

This item explains the main menu screen.

3-1. Main Manu SCREEN AND FUNCTIONAL LIST

3-2. Main Menu SCREEN


Function: User Menu Addition, User Menu Position Change, User Menu Deletion

3-2
Main Menu SCREEN 3-2. Main Menu MONITOR SCREEN

3-2. Main Menu SCREEN

The list of screen which is often used or is displayed by pressing functional key, example
"POS" key, is displayed with the icon. The screen is changed with touching the icon.

① Transition screen list display


The list of the screen which often used or displayed by pressing functional key,
example "POS", is displayed. When you touch an icon, screen is changed to the
specified function.

② Transition screen group list display


The list of the screen group which displays in ① is displayed. When this tab is
touched, the list of screen is displayed as same as by pressing functional key, with
except "user menu".

3-3
Main Menu SCREEN 3-2. Main Menu MONITOR SCREEN

Basic button arrangement (User Menu):

[User Menu] button : The user menu list is displayed.


[POS] button : The screen list which can change when the POS
key is pushed is displayed.
[PROG] button : The screen list which can change when the PROG
key is pushed is displayed.
[OFFSET SETTING] button : The screen list which can change when the
OFFSET SETTING key is pushed is displayed.
[SYSTEM] button : The screen list which can change when the
SYSTEM key is pushed is displayed.
[MESSAGE GRAPH] button : The screen list which can change when the
MESSAGE key or the GRAPH key is pushed is
displayed.
[CUSTOM1(SETUP)] button : The screen list which can change on the
arrangement selection menu screen on the custom
screen is displayed.
[CUSTOM1(TOOL)] button : The screen list which can change on the tool
management selection menu screen on the custom
screen is displayed.
[CUSTOM1(Machine)] button : The screen list which can change directly from the
state screen of the machine of the custom screen
is displayed.
[CUSTOM1(OTHER)] button : The list of the screen which can change from the
custom screen besides the above mentioned is
displayed.

Button arrangement when pushing the following button (User Menu):

[Option] button : Option menu list is displayed

3-4
Main Menu SCREEN 3-2. Main Menu MONITOR SCREEN

Button arrangement 2 when pushing the following button (User Menu):

[DELETE] button : The screen which corresponded to the icon which has
been selected is deleted from the user menu now.
[ALL] button : It is changed to the screen which corresponded to
[PROGRAM] button : the displayed icon.
[SETTING] button :
[TOOL OFFSET] button :
[PARAM] button :

Basic button arrangement (Except User Menu):

[PRESET] button : The screen which corresponded to the icon which has been
selected is added to the user menu now.
[ALL] button : It is changed to the screen which corresponded to the
[ABS] button : displayed icon is changed. (In this case, when the tab is
changed to "Position", or "POS" button is pushed.)
[REL] button :
[MONI] button :

3-5
Main Menu SCREEN 3-2. Main Menu MONITOR SCREEN

Main Menu screen:

Function list:
・ User Menu Addition
・ User Menu Position Change
・ User Menu Deletion

3-6
Main Menu SCREEN 3-2. Main Menu MONITOR SCREEN

Functional details:

・ User Menu Addition

The screen which is not in the user menu such as screen often used is added to the
user menu.

(1) You changes to the tab where the screen which you want to add belong to.

(2) With pushing "↑", "→", "↓", or "←" key, you change icon which is corresponding
to the screen which you want to add. As for the icon under the selection, the
background becomes yellow

(3) When you push the entry button, the specified icon is added at the end of the
user menu.

3-7
Main Menu SCREEN 3-2. Main Menu MONITOR SCREEN

・ User Menu Position Change


The order of the display of the user menu is changed. You use to change the position
of the icon which is added to the user menu.

(1) With pushing "↑", "→", "↓", or "←" key, you change icon which is corresponding
to the screen which you want to change position.

(2) With pushing "↑", "→", "↓", or "←" key while pressing "Ctrl" key, the display
position of icon is changed.

Note:
It can be moved by Drag & Drop. On this way, it will be specified as to overlap the
position of the icon you want to move.

・ User Menu Deletion


The screen is deleted from the user menu.

(1) With pushing "↑", "→", "↓", or "←" key, you change icon which is corresponding
to the screen which you want to delete.

(2) When the deletion button is pushed, the specified icon is deleted from the menu.

3-8
Main Menu SCREEN 3-2. Main Menu MONITOR SCREEN

Note: About the start of this screen

・ By the setting screen, this screen can set whether to display when this machining
center starts.

3-9
4. COORDINATES SCREEN

4-1
COORDINATES SCREEN 4-1. COORDINATES SCREEN AND FUNCTIONAL LIST

4. COORDINATES SCREEN

This item explains the screen belonging to the POS key (coordinates screen).

POS

4-1. COORDINATES SCREEN AND FUNCTIONAL LIST

4-2. COMPREHENSIVE COORDINATE SCREEN


Function: preset, origin, parts 0, and drives 0

4-3. RELATIVE COORDINATES SCREEN


Function: preset, origin, parts 0, and drives 0

4-4. ABSOLUTE COORDINATES SCREEN


Function: parts 0 and drives 0

4-5. HANDLE INTERRUPT AMOUNT SCREEN


Function: parts 0 and drives 0

4-6. OPERATING MONITOR SCREEN


Function: parts 0 and drives 0

4-2
COORDINATES SCREEN 4-2. COMPREHENSUVE COORDINATES SCREEN

4-2. COMPREHENSIVE COORDINATE SCREEN

Absolutely, the current position of relativity and machine coordinates and the amount
of remaining movements are displayed. Moreover, the origin and (*preset*) can be done
to relative coordinates on this screen.

① Each coordinates display


The relativity for every axis, absoluteness, machine coordinates, and the amount of
remaining movements are displayed.

4-3
COORDINATES SCREEN 4-2. COMPREHENSUVE COORDINATES SCREEN

Basic button arrangement:

[ABS] button : Move to an absolute coordinate screen.


[REL] button : Move to a relative coordinate screen.
[ALL+] button : Switch the coordinate axes to be displayed when total number of
axes is over 5.
[Hndle] button : Move to a handle interrupt amount screen.
[OPRT] button : Display the functional list at the time of a comprehensive
coordinates screen display.

Button arrangement when pushing the following button:

[MONI] button : Move to an operating monitoring screen.


[OPRT] button : Display the functional list at the time of a comprehensive
coordinates screen display.

Button arrangement when pushing a manual operation button:

[PRESET] button : Perform value part preset specified for every axis.
[ORIGN] button : Carry out an origin to every axis and all axes.
[PTSPRE] button : Set the present number of processing parts to 0.

4-4
COORDINATES SCREEN 4-2. COMPREHENSUVE COORDINATES SCREEN

Comprehensive coordinates screen:

Function list:
・ Preset
・ Origin

4-5
COORDINATES SCREEN 4-2. COMPREHENSUVE COORDINATES SCREEN

Functional details:

・ Preset

It is the function to preset an input value on the axis which the relative coordinate
specified.

(1) Each axis is made into an initial, and the value which performs preset is inputted.
When not attaching a small number of points to a value, the value preset becomes
1/1000. The axis name is input by touched axis name on the screen.

(2) If a preset button is pushed, the axial display specified in the initial will blink
and a button will change as follows.

(3) If an execution button is pushed, preset for an input value will be performed by
the specification axis of a relative coordinate. Moreover, a push on the returning
button cancels preset.

4-6
COORDINATES SCREEN 4-2. COMPREHENSUVE COORDINATES SCREEN

・ Origin

It is the function which sets to 0 the coordinate value of the axis which the relative
coordinate specified.

(1) Each axis name is inputted, and the axis which performs an origin is specified.
The axis name is input by touched axis name on the screen.

(2) If an origin button is pushed, the specified axial display will blink and a button
will change as follows.

(3) When an execution button is pushed, the coordinate value of the specification
axis of a relative coordinate will be set to 0.
Or when all axis button is pushed, the coordinate’s value of all axes of relative
coordinates becomes 0.

4-7
COORDINATES SCREEN 4-3. RELATIVE COORDINATES SCREEN

4-3. RELATIVE COORDINATES SCREEN

The current position of relative and machine coordinates and the amount of remaining
movements are displayed. Moreover, on this screen, an origin and preset can be
performed to a relative coordinate.

① Coordinates display
The relativity of each axis, machine coordinates, and the amount of remaining
movements are displayed.

4-8
COORDINATES SCREEN 4-3. RELATIVE COORDINATES SCREEN

Basic button arrangement:

[ABS] button : Move to an absolute coordinate screen.


[REL+] button : Switch the coordinate axes to be displayed when total number of
axes is over 5.
[ALL] button : Move to a comprehensive coordinates screen.
[Hndle] button : Move to a handle interrupt amount screen.
[OPRT] button : Display the functional list at the time of a relative coordinate
screen display.

Button arrangement when pushing the following button:

[MONI] button : Move to an operating monitoring screen.


[OPRT] button : Display the functional list at the time of a relative coordinate
screen display.

Button arrangement when pushing a manual operation button:

[PRESET] button : Perform value part preset specified for every axis.
[ORIGIN] button : Carry out an origin to each axis or all axes.
[PTSPRE] button : Set the present number of processing parts to 0.

Functional details:
It is the same as that of a comprehensive coordinates screen.

4-9
COORDINATES SCREEN 4-4. ABSOLUTE COORDINATES SCREEN

4-4. ABSOLUTE COORDINATES SCREEN

Absolutely, the current position of machine coordinates and the amount of remaining
movements are displayed.

① Coordinates display
The absoluteness of each axis, machine coordinates, and the amount of remaining
movements are displayed.

4-10
COORDINATES SCREEN 4-4. ABSOLUTE COORDINATES SCREEN

Basic button arrangement:

[ABS+] button : Switch the coordinate axes to be displayed when total number of
axes is over 5.
[REL] button : Move to a relative coordinate screen.
[ALL] button : Move to a comprehensive coordinates screen.
[Hndle] button : Move to a handle interrupt amount screen.
[OPRT] button : Display the functional list at the time of a relative coordinate
screen display.

Button arrangement when pushing the following button:

[MONI] button : Move to an operating monitoring screen


[OPRT] button : Display the functional list at the time of a relative coordinate
screen display.

Button arrangement when pushing a manual operation button:

[PTSPRE] button : Set the present number of processing parts to 0.

4-11
COORDINATES SCREEN 4.5 HANDLE INTERRUPT AMOUNT SCREEN

4-5. HANDLE INTERRUPT AMOUNT SCREEN

Absolutely, the current position of machine coordinates and the amount of remaining
movements are displayed.

① Coordinates display
The absoluteness of each axis, machine coordinates, and the amount of remaining
movements are displayed.

4-12
COORDINATES SCREEN 4.5 HANDLE INTERRUPT AMOUNT SCREEN

Basic button arrangement:

[ABS] button : Move to an absolute coordinate screen.


[REL] button : Move to a relative coordinate screen.
[ALL] button : Move to a comprehensive coordinates screen.
[Hndle+] button : Switch the coordinate axes to be displayed when total number
of axes is over 5.
[OPRT] button : Display the functional list at the time of a relative coordinate
screen display.

Button arrangement when pushing the following button:

[MONI] button : Move to an operating monitoring screen


[OPRT] button : Display the functional list at the time of a relative coordinate
screen display.

Button arrangement when pushing a manual operation button:

[PTSPRE] button : Set the present number of processing parts to 0.

4-13
COORDINATES SCREEN 4-5. OPERATING MONITOR SCREEN

4-6. OPERATING MONITOR SCREEN

The load meter [%] of each axis and a spindle speedometer [/min] are displayed.

① Each axis loading meter


The load of X, Y, Z, A, and C (A and C are displayed when axis exists) axis is displayed
by a bar graph [%].
The load display to 150% is possible.

② Spindle load meter


The load of a spindle is displayed by a bar graph [%].
The load display to 150% is possible.

③ Spindle speedometer
The rotational frequency of a spindle is displayed by a bar graph [/min].
A speed display is possible to the mechanical maximum rotating speed.

4-14
COORDINATES SCREEN 4-5. OPERATING MONITOR SCREEN

Basic button arrangement:

[OPRT] button : Display the functional list at the time of an operating monitoring
screen display.

Button arrangement when pushing the following button:

[ABS] button : Move to an absolute coordinate screen.


[REL] button : Move to a relative coordinate screen.
[ALL] button : Move to a comprehensive coordinates screen.
[Hndle] button : Move to a handle interrupt amount screen.
[OPRT] button : Display the functional list at the time of an operating monitoring
screen display.

Button arrangement when pushing a manual operation button:

[PTSPRE] button : Set the present number of processing parts to 0.

4-15
5. PROGRAM

5-1
PROGRAM 5-1. PROGRAM SCREEN AND FUNCTIONAL LIST

5. PROGRAM

PROG This item explains the screen belonging to the PROG key (program screen).

Transition to 5.5 PROCESSING HISTORY SCREEN

Transition to 5.4 FILE LIST SCREEN

Transition to 5.3 PROGRAM LIST SCREEN

Transition to 5.2 PROGRAM EDIT SCREEN

Transition to 5-4-1. When the folder function is disabled


1) Case of not Serial or 5-4-2. When the folder function is
disabled 1) Case of not Serial

Transition to 5-4-1. When the folder function is


disabled 2) Case of Serial

5-2
PROGRAM 5-1. PROGRAM SCREEN AND FUNCTIONAL LIST

5-1. PROGRAM SCREEN AND FUNCTIONAL LIST

1) PROGRAM EDIT SCREEN(Normal Screen/Full Screen)

MDI program edit


All modes:BG edit DNC drive
MDI program drive

Rewind, next block display,


Memory card drive, Restart drive

EDIT/MEM Mode:
O search, Punch, Read

Program edit, EX edit,


Memory card editing, Skip execution,
Edit during Block stopping,
G/M code Guidance

2) PROGRAM LIST SCREEN

All modes:BG edit

EDIT/MEM Mode :
O search, Punch, Read and F deletion.

3) FILE LIST SCREN

F search, F read, N read, Punch,


F delete, F copy and F name change

4) PROCESSING HISTORY SCREEN

Sorting, Search, F Delete, Punch

5-3
PROGRAM 5-2. PROGRAM EDIT SCREEN

5-2. PROGRAM EDIT SCREEN (Normal Screen/Full Screen)

5-2-1. Content of this screen

1) Normal Screen

(a)

(b)
(c)

① Program edit box


It is a box where the program of the program number which has been selected now
can be edited at the MemC mode of EDIT and MDI.

② High-speed processing mode status display


Processing mode G5P# are displayed.

③ Spindle load meter


The load of a spindle is displayed by a bar graph [%].
The load display to 150% is possible at the maximum.
In addition, the spindle load meter display in the cord information column will be
only a program edit display.

5-4
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

2) Full Screen

① Program edit box


It is a box where the program of the program number which has been selected now
can be edited at the MemC mode of EDIT and MDI.

5-5
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

5-2-2 Editing program

Making new program

(1) "O+ program number" (2) INSERT key is pressed. (3) Program specified in
(example: O0100) is (1) will be created.
inputted.

If specified already created program, the alarm is displayed.

5-6
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Calling the registered program (O search)

-· Specify the program name directly

(1) Enter name of the program which want to use. Name of the program will be entered
as format "O" + program number, example "O0100".

(2) Press the O search button. Alternatively, you can press the ↑ key or the ↓ key.

or

(3) Specified program is called.

-·Select from the list and enter

(1) Press the O search button with nothing inputted. The program list is displayed on
the left side.

(2) Touch the name of the program you want to call. The name of the program you want
to call is displayed in the input field.

(3) Press the O search button, ↑ key, or ↓ key. The specified program is called.

5-7
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Changing program number

(1) On a state in which the (2) Press the ALTER key. (3) The program which has
program you want to been called will change
rename is called, enter to the specified name.
the program name after
change.

Removing programs

(1) Enter name of the program which want to remove.

・ If one program, enter the program name (ex. O0100).


・ If remove a range of specific program number, press
"O", the first program number what is wanted to
delete, "O" and a last program number.
・ If the entire program number, enter "O-9999".

(2) Press the Delete key.

(3) When the entire program, the


confirmation button will be displayed.
If press the Execute button, they will
be removed.

5-8
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Input Character string

(1) String (Ex. "F1000") (2) Press “INSERT” key. (3) It will be inserted after
which be inserted enter. the cursor of (1) position.

Note:
If want to insert more than one row, should enter a line separator ";". Example
"G90; X0.0; Y0.0; Z0.0;".
If want to insert a comment, should enclose at the beginning and end of the string "()".
Please insert ";" (semicolon) if want to add a new line.

Replace Character string

(1) After moving the cursor to (2) Press the “INSERT” key. (3) It will be overwritten to
the word (Ex:"Z0") which the cursor position.
want to change, enter the
string you want to change
(Ex:"Z10.").

5-9
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Delete Character string

(1) To the location where (2) Press the “Delete” key. (3) The specified word will
want to delete the string, be deleted.
move the cursor.

Delete one or more blocks

(1) Move to a row to start (2) Press the Delete key. (3) Up to a specified word
deletion, and enter the block will be collectively
word (Ex: M6) that is deleted.
only in the block you
want to delete.

5-10
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Searching word or character

(1) Enter the searching (2) Press the search button (if (3) The cursor will move
string (or character) search upward, press to the position of the
(Ex:G4). "SRH ↑ " button. Or if specified string (or
search downward, press character).
"SRH ↓".) or ↑/↓key (if
search upward, press ↑
key. Or if search
downward, press ↓ key.).

Note:
Because store the search string when pressing button, it is capable of
continuous search. But because not store when pressing ↑/↓key, you need to
enter a sure search string before searching.
When finished searching, the background color of the target string will change
to pale yellow.

Rewinding

(1) When press the Rewind button, the cursor will move to the top.

Note:
Even if press the reset button, the cursor move to the top.

5-11
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Copying some or all words

(1) Press the EX-EDT button, further press the COPY button.

(2) Specify the copy range. There are the following three method of the specifying of
moving range.

a) Copy from the specified location to another specified position

1 2

b) Copy from the specified position to the end

1 2

c) Copy all

(3) When press the EXEC button, then stores the contents of a specified range. If want
to cancel, press the Back button.

5-12
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Cutting some or all words

(1) Press the EX-EDIT button, further press the MOVE button.

(2) Specify the cut range. Move specified range has the following three methods.

a) Cut from the specified location to another specified position

1 2

b) Cut from the specified position to the end

1 2

c) Cut all

(3) When press the EXEC button, then will cut the specified rang with storing the
contents.

5-13
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Paste the copied or the cut content

(1) Call the program that (2) Press the EX Edit button, (3) Contents stored by the
want to paste, and and further press the copy or cut will be
further move the cursor INSERT button. inserted.
to the pasting position.

Inserting a specified program

(1) Call the program that (2) Press the EX Edit button, (3) Contents of the specified
want to paste, and and further press the program will be inserted.
further move the cursor INSERT button.
to the pasting position.
Enter the program name
(Ex: "O62").

5-14
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Creating a new program that has the copied contents of the specified range

(1) Press the EX-EDT button, and further press the COPY button.

(2) Specify the copy range. There are the following three method of the specifying of
moving range.

a) Copy from the specified location to another specified position

1 2

b) Copy from the specified position to the end

1 2

c) Copy all

(3) When name of the copying destination of the program (for example: O100) enter
and press the EXEC button, the specified program name will be created with the
same content as the content of the specified range. Because content is stored, can
paste it into other programs.

5-15
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Creating a new program that has the moving contents of the specified range

(1) Press the EX-EDT button, and further press the MOVE button.

(2) Specify the copy range. There are the following three method of the specifying of
moving range.

a) Cut from the specified location to another specified position

1 2

b) Cut from the specified position to the end

1 2

c) Cut all

(3) When name of the moving destination of the program (for example: O100) enter
and press the EXEC button, the specified program name will be created with the
same content as the content of the specified range. Because content is stored, can
paste it into other programs.

5-16
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Replacing the word to the specified word, or the character to the specified
character

(1) Press the EX-EDT button, and further press the CHANGE button.

(2) Specifies the word to be replaced (or character). Background color of the target
word will change to pale yellow.

(3) Specifies the string (or characters) that you want to replace.

(4) Do the replacement operation of the search target string. Replace in two ways as
following.

a) Operating while checking in every one of the replaced word.

i. Press the skip button or ii. When press the "1-EXEC" iii. When replaced, then
1-EXEC button, and the button, the target word cursor move to the
cursor will have moved will be replaced to the next target word.
to the target word. specified word (If not
want to replace, press the
"SKIP" button).

b) Replace all of the subject (It does not depend on the position of the cursor).

5-17
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Return before editing

(1) When you done editing operations such as insert, change, and delete the string,
as shown in the figure below, UNDO button is enabled. Press the UNDO button.
Or press the U key while holding down the Ctrl key.

OR

(2) Edit immediately before is returned and is displayed.

Revert to before UNDO application

(1) When press the UNDO button, REDO button is enabled. Press the REDO button.
Or, press the W key while holding down the Ctrl key.

OR

(2) Content that was returned by the UNDO


button will be returned and displayed.

5-18
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Editing a program in the memory card

(1) To use this function, you need to enable the "Memory card editing function" at the
Settings screen.

(2) Select the memory card operation buttons.

(3) Select the DS button.

(4) Button will change as shown in the figure below, edit subject will be the program in
DS.

5-19
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

After that, can use the editing function, but there are the following differences
from the memory operation.

The difference of editing function between memory operation and the memory card operation (DS)
Editing function Memory operation Memory card operation
Cursor movement Take always synchronized Possible to change the
with the CNC synchronous / asynchronous by
setting screen. Normally used
in asynchronous.
EX-Edit(Paste) Affixed Allowed from other Not pasting from other
programs programs
Program Delete Possible to delete program It can be removed only
except the locked. program in display. Program in
non-display is able to delete at
the file list screen.
Deletion of specified Possible to delete program Do not work
range program except the locked.
All programs Delete Possible to delete program Do not work
except the locked.
Saving editing By the parameters on the Save at mode change or screen
setting screen, save change
program
immediately after editing
operation or save at the
time of mode change /
screen change
Editing of BG-Edit Possible on BG-Edit Impossible on BG-Edit
Call restriction 2MB or less (depending on Until 1,000,000Byte
the amount of free
And until 1,500,000 Blocks
memory)

Note:
After edit save, all blank in the program will be removed except for the comment
section.

When you transition to another screen while editing a large program, the screen
may not be displayed anything. The large program may be in such a state in Max
5 minutes.

5-20
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Calling the memory card program

- When the folder function is invalid

Please refer to P7 "Calling the registered program (O search)".

- When the folder function is enabled2

(1) Press the O search button with nothing inputted. The program list is displayed on
the left side.

(2) To use the program in the sub folder, touch the folder name on the left side. The file
name on the right is changed to the program list in the subfolder.

(3) Touch the name of the program you want to call. The program name (and sub folder
name) to be called is displayed in the entry field.

(4) Press the O search button, ↑ key, or ↓ key. The specified program will be called

5-21
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Canceling the program editing state of the memory card

(2) To use this function, you need to enable the "Memory card editing function" at the
Settings screen.

(2) Select the memory card operation buttons.

(3) Select the DS button.

(4) Button will change as shown in the figure below, edit subject will be the program
in DS.

Note:
When the memory card editing has been enabled, status of the memory card
editing will not be released even if mode is changed from MEM to EDIT. In order to
release, this operation is required.

5-22
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Displaying the guidance of G/M code

1) Displaying always

If the word with the current cursor is G code or M-code, you will see the guidance
of the G / M code on the screen.

Note:
If this display is not necessary, it not show by changing the items in the "G/M
Guidance display" of the setting screen.

2) Displaying by search

(1) Enter the G-code or M-code you want to search, press the G/M search button.

(2) A result of the search, when there are more candidate than one, list will be
displayed.

5-23
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

(3) If press the Select button on the list that has displayed on (2), or if only one is
found by searching, the detail screen will be displayed.

(4) To close the guidance screen, press the door icon in the upper-right corner.

5-24
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Switch between the normal and full screen

(1) Switch by button

Switch by the "program" button. (At the time of the above button layout EDIT
mode)

(2) Switch by gesture

By the expanding
operation the normal
screen is changed to full
screen.

By the reduction
gesture operation full
screen is changed to the
normal screen.

5-25
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Note of Editing:

Please refer to "Programming manual M700V/M70 series" of MITSUBISHI


Electric for the programming.

If the program with big size is editing, it may take some time to edit. In this case,
"immediate update when editing" in the settings screen is set to OFF, the editing should
be soon. In addition, the edits in this mode may be lost when there is a power loss that is
not expected. When mode changes and the screen is changed, the edited content will be
automatically registered.

When the program, that has no comment next to O-number and has a comment
in second line, call again, the comment in the second line will be displayed on the
first line. Please note that the input state may not be the holding case.

When block skip is on, even if there is editing cursor in the line where "/" is added
at head, on the NC the position of the cursor will be placed on the line with no "/",
on the lower. If such a line exceeds 30 consecutive lines, the position will not be
guaranteed. For this reason, if there are more than 30 lines of "/" at the
beginning, machining may start from an unexpected position, so if you exceed 30
lines, you need to insert an N code or comment in between.

(Before correction) (After correction)


N1(DRILL) N1(DRILL)
G90 G54 G0 X0 Y0 G90 G54 G0 X0 Y0
The position
G43 Z100. H1 G43 Z100. H1
on the NC
S4000 S4000
M3 M3
G98 G83 Z0. R50. Q5. F600 G98 G83 Z0. R50. Q5. F600
/ N101 X-200. Y100. / N101 X-200. Y100.
/ N102 X-190. / N102 X-190.
/ N103 X-180. Edit
編集上の cursor / N103 X-180.
/ N104 X-170. position
カーソル位置
/ N104 X-170.
/ N105 X-160. / N105 X-160.
・ ・
・ ・
・ ・
/ N132 X160. The position / N132 X160.
/ N133 X170. on the NC (COMMENT)
/ N134 X180. / N133 X170.
/ N135 X190. / N134 X180.
/ N136 X200. / N135 X190.
N201 X-200. Y50. / N136 X200.
N202 X-190. N201 X-200. Y50.
N203 X-180. N202 X-190.
・ N203 X-180.

5-26
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

5-2-3. Run a program

Call the program(O Search)

Please refer to "Calling the registered program (O search)" on page 6.

Operation of the program in the memory card

To run the memory outside of the program, you will need to change to the memory
card operation mode.

(1) Press the card operation button.

(2) Select the device name of a program you want to run (example USB1).

(3) If choose, the device name will be added next to the title with showing a
situation where the button is selected, and the mode will be changed from
"MEM" to "MemC".

(4) Call the program. Please refer to "Calling the program (O search)" for the call
of the program.

Note:
Please copy the program, that use on operate the memory card in HD/DS, with the
file list screen. Also can add by the editing function in DS.

5-27
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Processing by running the program

After calling the program that you want to run


has been completed, run by pressing the cycle
start button.

Note:

If want to run the program from the middle, please leave the cursor on start
position in the EDIT mode.

If the same coordinate axes have been described more than one on the same line, it will
be executed later ones are priority.

Please note that values less than the minimum unit is rounded on boundary 6.

It is not possible to change the abbreviated name of the macro function in conditional
statement. For example, can not omit "GO" to "GOTO".

When the tap is processed, value of F is not value in program, and is processing value.

Canceling the operation of the program in the memory card

Please refer to "Canceling the program editing state of the memory card" on
page 20.

5-28
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Resume a stopped program during run

(1) "PROGRAM RESTART" button is made light mode by


pressing at the same time "ENABLE" button on
Operation panel.

(2) With press the fifth "MSTB histry" button on the left
button, display the resume processing information
panel.

On the resumption information panel, programs that use the last time, the
position, the coordinate, the difference between the position and the current
position on the program, and the applied code value are displayed.

(3) The right buttons is changed to the button for the restart with pressing the next
button.

(4) With pressing the "Resume position" button, displays the restart position
command. If the last program is on subprogram, command from the subprogram
is created. If want to resume from the main program, press the "Restart position"
button again.

5-29
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

(Resume command from the subprogram) (Resume command from the main program)

Format of the command : Oxxxx/D Nxx xx Bxx

Oxxxx : Program name


D : Device code of sub program
(non:Memory, U:USB1, C:USB2, H:HD, D:DS)
Nxx xx : Sequence number (The first number is number of occurrences from
the beginning, and second number is the Sequence number. if
number of occurrences is 1, this number will be omitted.)
Bx : Line number under the sequence number

Note:
Edit the resume command, it is possible to modify to start working from another
location.

(5) If want to resume the last program, press the P type button. Otherwise, press the
Q type button. Resume position will be displayed. If the restart position can not
be set a message is displayed. (Note: If the P type can not be used, will be in the
state the button is not available.)

Note: P type and Q type of use applications

P type : When want to restart the program that was previously used because
the tool is damaged.

Q type : If want to resume the program when the power is turned on again by
the power failure etc.

(6) For manually returned to the restart position,


the mode will be changed to "JOG".

5-30
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

(7) With pressing "X+", "X-", "Y+", "Y-", "Z+" or "Z-" button on operation panel, move
the tool to resume position so as not to hit the work on the basis of the
resumption remaining distance of the position information on the resumption
position information panel. If once you navigate to the appropriate position, the
value of the resumption position information will change to the magenta.

(8) Back to MEM mode.

(9) With pressing the "Tab Change" button, change to display the "M.S.T.B."
information of the resumption information panel.

(10) Since the cursor appears, move to the resume code at the cursor key. When press
the "Resume of Code" button, the appropriate code will be applied. Make this
operation before cycle start, please be sure to return to the state before the stop.
If it resume without spindle rotation or by another tool, it will cause interference
or tool breakage.

When press the "Resume of


Code" button, the specified
code will be re-applied.

5-31
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

(11) With pressing PROGRAM RESTART button and the ENABLE button at the
same time of the operation panel, the PROGRAM RESTART button becomes to
off state. When press the cycle start button, it will start resume processing.

Note:
Please enable # 1302 in the parameter screen if it is wanted to move to automatically at
restart position by pressing the cycle start. In this case, please be aware of the return
order of the axis. Return order of the axis, please refer to # 2082.

If you run a P-type, and then move axis in dry run.

If the last program was sub-program, device name of the main program will not be
displayed.

The resume position information and M.S.T.B. information is displayed by the


operation of the (7). It does not appear at the time of (3).
Please be sure to run the operation of the (9) before the cycle start. If not run, it
will cause tool breakage or collision.

5-32
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Editing content of the running program

(1) In during program is running, press the SINGLE


BLOCK button.

(2) When the status becomes BST state, change from


MEM mode to EDIT mode.

(3) Edit the program. Editing features as compared to the normal editing, you cannot
use the following functions.

a) O Search
b) Creating a new program and changing program name, removing the program
c) Paste to other programs of the EX editing functions in the "copy", by specifying the
O number
d) Substitution in bulk for the whole program by "substitution" of EX editing functions
e) EX editing functions "movement"

In addition, the line that had run cannot be edited.

(4) When the editing is finished, confirm that there is


a cursor to the line where want to resume to run,
and return to the MEM mode.

(5) Press the cycle start button, operation will be resumed.

5-33
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Note:
If executed the interrupt operation in the MDI mode just before, the display do not
switch to editable.
If carry out this operation by continuing input from MEM mode, the screen may stops
scrolling on the way. In this case, when coming back the transition to the other screen,
this state is repaired.
You can not be edited in the memory card operation.
If changed the dial from MEM mode in AUTO state to the EDIT mode, editable display
may not be occasionally switched. Please change to the EDIT mode from after
confirming BST state by pressing the SINGLE BLOCK button.

5-34
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Run from the middle skip

(1) In order to stop a running program temporarily, press


the SINGLE BLOCK button in the control panel. (If
want to stop at exactly the specific location, please add
the M00 to line that want to stop.)

(2) The dial of the operation panel will be changed


to the EDIT mode.

(3) By the following procedures to move the cursor.

Use Key Function Description and details


↑Key Machining restart position will be before a single line
from current line*.
↓Key Machining restart position will be after a single line
from current line.
Page↑Key Machining restart position will be before a single page
from current line*.
Page↓Key Machining restart position will be after a single page
from current line.
SRH↑Button Machining restart position will be a line which there
is a specified character before current line*.
SRH↓Button Machining restart position will be a line which there
is a specified character after current line.
* You cannot return to position which running is finished.

(4) Return to the "Mem" mode, and press the cycle start button, resume
processing.

5-35
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Note:
The function of string search is that the result of search "N10" for example, is "N100".It is
supposed to find all the strings with the string (when memory card drive).

After changing the execution position of the program during machining in MEM mode,
run by changing the MDI mode, and back to MEM mode again, the display will show
before changing the execution position. But, be careful that start position is where you
have changed.

If you run the subprogram by changing the MDI mode to cycle start during in MEM mode,
you will not be able to change the position of program execution running in MEM mode.

If you change the second line of the program with MEM mode in state that is terminated
by single block state after running in MDI mode, you will not be able to return to the first
line.

5-36
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Running the DNC operation

(1) Change the dial on the control panel to the DNC mode. In addition, pressing
the cycle start button, the program that has been read from the serial will be
executed.

Note:
Please operation after confirming that the serial equipment can be normally read.
When cycle-start button is pressed without reading normally, it is not possible to return
normally since the power will be put again.
After the DNC drive is executed, the program of the memory drive is changed position
to head.
If reset is pushed while driving DNC, push cycle start button and then be changed the
state which starts from the beginning. The processing is not executed though the axis
movement is done. Afterwards, when cycle start button is pushed, the processing is
executed.

5-37
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Switch to the next block display

a) Switching by pressing the NEXT button

Note: For cancel the next block display, press the "program" button.

b) Switching by gesture

Except EDIT mode, NEXT display is changed to program display by the left
swiping gesture, also program display is changed to NEXT display by the right
swiping gesture.

Move the cursor to the top

This function is used when operation is wanted to re-processed from first position
after pressing reset for any reason.

(1) When press the REWIND button, the cursor will move to the top.

5-38
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

5-2-4 Editing and running the MDI program

Editing the MDI program

Because MDI program is to have a fixed program number, the following functions
are not available.

 Program can not change, delete, and create.


 Copy, cut, pasted and inserted from other program.
 Replacement of word or character.

With the exception of the above, you can normal editing. Please refer to the "Editing
5.2.2 program" for more information.
It note that the difference between the normal program editing can be edited in the
BST state.

Running the MDI program.

As well as the normal program, it will be executed by pressing the cycle start
button.
The difference between the normal program is a point capable of executing program
even during execution (it is called MDI interrupt).
In addition, when run, the program is discarded (There is also a setting that does
not destroy).

5-39
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

5-2-5.Perform background editing

Perform the program editing regardless of the mode

(1) When pressed the BG-EDT button, can edit the program other than that selected
by the current MEM mode.

(2) Program editing frame is changed to blue, button becomes BG-END button.

When press the BG-END button, BG editing is canceled.

Note :

Program or sub-program, that have currently selected or be running, can not be


edited at BG editing and executed O search.

5-40
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

5-2-6 Saving Program

Saving one program to the external

(1) Press the PUNCH button.

(2) Select a device of saving. (Select HD in the example)

(3) Except in the serial, you will see a list of programs, that are
candidates of save, on the left side. Trace the scroll bar to the
right of the list, change the content you are viewing

(4) If the folder function is enabled and you want to save it on the
subfolder, click the save subfolder.

(5) When click on the object name, the name of the program to save
will be displayed in the input field.

- When the folder function is disabled.

5-41
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

- When the folder function is enabled.

(6) When press the EXEC button, the specified program will be saved to the specified
destination.

Note:
If there is the same program number of four digits when O number is eight digit
display, the file is deleted at the same time as file of eight digits being output.
In the case of serial, please enter name directly.
When the memory editing, saved from memory, and when the memory card
editing, saved from DS.
You can also directly enter name of file, what you want to read, without selection
from this select list. .

5-42
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Saving the specified range of the programs to the external

(1) Press the PUNCH button.

(2) Select a device of saving.

(3) Except in the serial, you will see a list


of programs, that are candidates of
save, on the left side. If press the
Range button, will be able to input
range setting.

(4) Trace the scroll bar to the right of the list, click on the name
of the program to start saving.

2 1

(5) On same way, click the name of the


program to end the save. Once you
set up correctly, it will be displayed
in the input field with pressing the
Set button. If you make a mistake,
please re-enter from (4) after
pressing the clear button.

(6) When press the EXEC button, the specified program will be saved to the
specified destination.

Note:
In the case of serial, please enter name directly.
You can also directly enter name of file, what you want to read, without selection
from this select list. .
The method of saving in the subfolder is the same method as "Saving one
program to the external

5-43
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

Saving all of the program to the external

(1) Press the PUNCH button.

(2) Select a device of saving.

(3) If want to save with adding unique name, enter.

(4) When press the All button, the saving name will be displayed in the input field.

Note: If you enter nothing in the stage of (3), "O-9999" is displayed in the input
field.

(5) When press the EXEC button, the specified program will be saved to the
specified destination.

Note:
The method of saving in the subfolder is the same method as "Saving one
program to the external

5-44
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

5-2-7. Read the programs

Read one or more programs

(1) Press the READ button.

(2) Select a device of reading. (Select HD in the example)

(3) Except in the serial, you will see a list of file-name, that are
candidates of read, on the left side. Trace the scroll bar to the
right of the list, change the content you are viewing

(4) When the folder function is enabled and you want to read a
file in the subfolder, click the save subfolder.

(5) When click on name of object, the name of the file to read will
be displayed in the input field.

- When the folder function is disabled.

5-45
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

- When the folder function is enabled.

(6) When press the EXEC button, the specified file will be read from the specified
destination.

Note:
When O number is four digit display, the file of the program number of eight digits
cannot be taken. When eight digit display, both the file of the program number of
four digit and eight digits can be taken.
In the case of serial, please enter name directly.
When the memory editing, saved from memory, and when the memory card
editing, saved from DS.
You can also directly enter name of file, what you want to read, without selection
from this select list. .

5-46
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

5-2-8. Button layout

1) Edit mode button layout

 Only when the card editing is valid

2) MEM mode button layout

5-47
5. PROGRAM 5-2. PROGRAM EDIT SCREEN (Normal / Full)

3) DNC mode layout

4) MDI mode layout

5) HND/JOG/ZRN mode layout

5-48
5. PROGRAM 5-3. PROGRAM LIST SCREEN

5-3. PROGRAM LIST SCREEN

The list of the program registered in the NC memory is displayed. BG-EDIT from
this screen it is also possible to search for O, to read, and to punch.

① ②

⑤ ⑥ ⑦
③ ④

① Program use number and the remainder number


A present program use number and the remainder number which can be used are
displayed.

② Number of all program characters and numbers of remainder characters


The number of use characters of all programs and the numbers of remainder
characters which can be used are displayed.

③ Serial number
The serial number is displayed. In the range program deletion, the range is decided
by this number.

② Program number display

5-49
5. PROGRAM 5-3. PROGRAM LIST SCREEN

The program number of the program registered in the NC memory is displayed.

⑤ Comment display
The comment set up is displayed when the comment is set to the program itself.

③ Update date and time


It will view the updated date and time of the program.

⑦ Number of character use


The number of use of the character at each program is displayed.

5-50
5. PROGRAM 5-3. PROGRAM LIST SCREEN

Button arrangement at EDIT mode:

Basic button arrangement:

[PROGRAM] button : Move to a program edit display (full-screen display).


[File DIR]button : Move to directory screen.
[OPRT] button : Display the functional list at the time of a program table
screen display.

Button arrangement when pushing the following button:

[USB] button : Move to a directory screen (Memory Card). This button is


displayed only at the time of EDIT mode.
[SERIAL] button : Move to a directory screen (Serial). This button is displayed
only at the time of EDIT mode.
[HD] button : Move to a directory screen (HD). This button is displayed only
at the time of EDIT mode.
[Ethernet] button : Move to a directory screen (Ethernet). This button is displayed
only at the time of EDIT mode.
[OPRT] button : The functional list at the time of a program table screen
display is displayed.

Button arrangement 1 when pushing a manual operation button:

[BG-EDT] button : It cannot be concerned with operational status but program edit
can be performed (the program chosen in the main edit displays
removes).
[O SRH] button : The search by a program number is performed.

5-51
5. PROGRAM 5-3. PROGRAM LIST SCREEN

When a manual operation button is pushed, it is the arrangement 2 (when the following
button is pushed) of a button. :

[READ] button : Perform the program input or the total program data input
from a card or serial, Built-in disk, FTP server to NC memory.
[PUNCH] button : Perform the program output from NC memory to a card or
serial, Built-in disk, FTP server, or a total program data output.
[F DEL] button : Remove the program of the NC memory.

5-52
5. PROGRAM 5-3. PROGRAM LIST SCREEN

Button arrangement at DNC mode of MEM:

Basic button arrangement:

[PRGRAM] button : Move to a program edit display (full-screen display).


[NEXT] button : Move to a program table screen.
[OPRT] button : Display the functional list at the time of a program table screen
display.

Button arrangement when pushing the following button:

[FileDIR] button : Move to a file list screen. (When card editing is valid)
[OPRT] button : The function list when the program edit screen is displayed is
displayed.

Button arrangement 1 when pushing a manual operation button:

[BG-EDT] button : It cannot be concerned with operational status but program


edit can be performed (the program chosen in the main edit
displays removes).
[O SRH] button : The search by a program number is performed.

When a manual operation button is pushed, it is the arrangement 2 (when the following
button is pushed) of a button. :

[READ] button : Perform the program input or the total program data input
from a card, serial, Built-in disk, FTP server to NC memory.
[PUNCH] button : Perform the program output from NC memory to a card, serial,
Built-in disk, FTP server or a total program data output.
[F DEL] button : Remove the program of the NC memory.

5-53
5. PROGRAM 5-3. PROGRAM LIST SCREEN

Button arrangement at ZRN mode of MDI, HND, and JOG:

Basic button arrangement:

[PRGRAM] button : Move to a program edit display (full-screen display).


[NEXT] button : Move to a program table screen.
[OPRT] button : Display the functional list at the time of a program table screen
display.

Button arrangement when pushing the following button:

[FileDIR] button : Move to a file list screen. (When card editing is valid)
[Processing history]button : Move to Processing history screen. (only HND,JOG,ZRN
mode)
[OPRT] button : Display the functional list at the time of a program table
screen display.

Button arrangement when pushing a manual operation button:

[BG-EDT] button : It cannot be concerned with operational status but program


edit can be performed (the program chosen in the main edit
displays removes).

5-54
5. PROGRAM 5-3. PROGRAM LIST SCREEN

A program table screen basic operation (At the MDI mode of EDIT, MEM, and MemC):

Basic operation list:


・ Page sending
・ New program making (Only the EDIT mode)
・ Program deletion (Only the EDIT mode)
・ All program deletion (Only the EDIT mode)
・ Range program deletion (Only the EDIT mode)
・ O search (Only EDIT, MEM, and the MemC mode)

A program table screen basic operation (At the ZRN mode of DNC, HND, and JOG):

Basic operation list:


・ Page sending

Program table screen function:

Function list:
・ BG edit (object: All modes)
・ Read (program) (object: EDIT and MEM mode)
・ Punch (program) (object: EDIT and MEM mode)

5-55
5. PROGRAM 5-3. PROGRAM LIST SCREEN

Basic operation:

・ Page sending
Page ↑↓ key is used for doing page sending.

・ New program making


In order to create a program newly, "O+ program number" (example: O1) is inputted,
and the INSERT key is pressed.
The form of O+ number (less than 4 figures) can be used for a program number.
(Example: O0001)
A warning message is displayed when inputted "O+ program number" is already
registered into NC memory.

・ Program deletion
In order to delete the program registered into NC memory, program-number" to do
"O+ deletion of is inputted and the DELETE key is pressed.

・ All program deletion


It is input to delete all programs registered in the NC memory as O-9999, and
presses the DELETE key.

・ Range program deletion


The consecutive numbers of the program of which "NO+ consecutive-numbers of the
eliminated program + and (comma) +NO+ deletion was done in order to have carried
out range specification of the program registered into NC memory and to have
deleted it " inputting the DELETE key pushing (Example:NO1 and NO5).

・ O search
A program is searched and it displays on a program edit box.
In order to perform O search, after inputting a program number, pushing O-search
button or inputting a program number, one on a direction key and of the bottom is
pushed.
A warning message is displayed when the searched program does not exist.
If O search is performed on a program table screen, it will move to a program edit
display.

5-56
5. PROGRAM 5-3. PROGRAM LIST SCREEN

The function is detailed:

・ BG-EDIT (object: All modes)


It is the function which cannot be concerned with the operational status of a program
but program edit can perform.
However, the program under the present selection and operation and a subprogram
cannot be changed O searched during BG-EDIT.
If BG edit button is performed on a program table screen, it will move to a program
edit display.

5-57
5. PROGRAM 5-3. PROGRAM LIST SCREEN

・ Punch (program) (object: EDIT and MEM mode)

It is the function to save the program saved in NC memory at a USB type recording
media, or serial, Built-in disk, FTP server.

(1) The button arrangement changes as follows if the punch button is pressed.

(2) When 'USB' or 'Serial', ‘HD’, ‘Ethr’ button is pressed, the button layout is
changed as follows.

(3) If a program number to punch is inputted and an execution button is pushed, the
program in NC memory is saved at a USB type recording media, or equipment
that is connected to a serial cable, Built-in disk, FTP server.
When the program of a same name has already existed in the USB type recording
media, the check message of overwrite is displayed.
A cancellation button is pushed when canceling an execution button and a punch
to overwrite.

Program batch acquisition:


In order to acquire all the programs in NC memory at once, O-9999 or ALL.PRG
is inputted and (2) is performed.
When inputting ALL.PRG, it is possible to attach and save arbitrary numbers
beside ALL.
In that case, "ALL+ arbitrary number +.PRG" is inputted. (Example: ALL1.PRG)

Acquisition of Specified range program:


If you wish to save range of NC Program that you specify, example from O1000 to
O2000, you type "O1000,2000" and press "EXEC" button. The filename is saved as
"O1000-2000".

5-58
5. PROGRAM 5-3. PROGRAM LIST SCREEN

・ Read (program) (object: EDIT and MEM mode)

Please refer to "5-2-7 Read the programs".

5-59
5. PROGRAM 5-3. PROGRAM LIST SCREEN

Operation with touch panel

・ O Search

(1) The button is changed in the state to display "O search button".

(2) The program to be searched is clicked. The object is displayed by operating


the scroll bar if the object is not displayed.

(3) When the object is clicked, the program name of the object is displayed on the
screen. Afterwards, O search button is pushed.

5-60
5. PROGRAM 5-3. PROGRAM LIST SCREEN

・ Punch

(1) As shown in the above figure, the screen changes in the state that the button
was displayed from the read/punch immediately before execution.

(2) And then click the program name of punch object in a state where the user
presses the program button if you want to punch a single program. If you
want to punch the whole program, and then press the whole program button.
If you want to punch a range program the user presses the range program
button, you can click the name of the program in order of start program
number and end program number. In addition, the range program selected is
possible to reset the input content by pressing the delete button. By operating
the scroll bar if the object is not displayed to display the object.

(3) When the program number is displayed, the execution button is pushed.

5-61
5. PROGRAM 5-3. PROGRAM LIST SCREEN

・ Program deletion

(1) The button is changed to the deletion menu as shown in the above figure.

(2) The program name to be deleted is clicked. The object is displayed by


operating the scroll bar if the object is not displayed.

(3) When the number for the deletion is displayed, the execution button is
pushed.

5-62
5. PROGRAM 5-3. PROGRAM LIST SCREEN

Operation with touch pad

・ O Search

(1) The mouse cursor is put on the program to be searched. The object is
displayed by operating the scrol2l bar if the object is not displayed.

(2) The menu is displayed with pushing the button right on touch pad, and "To
Current" menu is clicked. The state becomes that O search is executed, and
the screen changes.

5-63
5. PROGRAM 5-3. PROGRAM LIST SCREEN

・ Punch

(1) The mouse cursor is put on the program to be punched. The object is displayed
by operating the scroll bar if the object is not displayed.

(2) When punching onto the card. "To HD" menu is clicked when want to copy to
HD, “To FTP server” menu is clicked when want to copy to FTP Server, or “To
Serial” menu is click when want to copy to Serial equipment.

(3) When the execution button is pushed, the punch is executed.

5-64
5. PROGRAM 5-3. PROGRAM LIST SCREEN

・ Program deletion

(1) The mouse cursor is put on the program to be deleted. The object is displayed
by operating the scroll bar if the object is not displayed.

(2) The menu is displayed pushing a right button of the touch pad, and, in
addition, "Deletion" is clicked.

(3) When the execution button is pushed, the deletion is executed.

5-65
5. PROGRAM 5-4. FILE LIST SCREEN

5-4. FILE LIST SCREEN

This screen changes depending on whether the folder function is enabled or invalid.
The difference between the two screens is as follows.

The folder function Disabled Enabled

Only when mouse Already display


Display cursor
cursor is on
Number of rows to
15 Rows×2Col = Sum.30 15 Rows(×1Col)
display at one time

Program comment Do not display Do display

File stamp Date only Both date and time

USB/CF card/Ether
⇔HD/DS, Other between USB and CF
Copy function
HD⇔DS card can be used

Possible between
Move function Not supported
identical devices

5-66
5. PROGRAM 5-4. FILE LIST SCREEN

5-4-1. When the folder function is disabled

1) Case of not Serial

It performs data input / output between NC and USB memory / CF card, HD (internal
disk), DS, or Ethernet.

① Serial number, file name, size, and with update date


It displays the consecutive numbers of the file stored in the USB type recording media,
a file name, size, and with a update date.

② Recording capacity, free capacity


It displays the maximum capacity and free capacity on the CF card or USB type of
recording medium.

5-67
5. PROGRAM 5-4. FILE LIST SCREEN

Change the listing device

To display a list of devices different from the currently displayed list, press the target
button on the left side.

Read the file with the specified number

Read the specified file into NC.

- Read from the button menu

(1) Press the F read button to display the F read menu.

(2) Touch the file you want to read on the screen or enter the number.

or

(3) Press the F SET button.

(4) If you want to read as a different program, enter the program name and press
the O SET button.

5-68
5. PROGRAM 5-4. FILE LIST SCREEN

(5) Press the EXEC button to read.

(6) If you want to read other files, Repeat steps (2). When you are done, press the
CAN button.

- Read from the mouse click

(1) Move the mouse cursor to the target line and press the right mouse button of the
mouse pad on the keyboard. When the menu is displayed, click with selecting "F
Read".

(2) The remainder is the same as (4) and after of "Read from button menu".

Note :
Readable files are limited to the following types.

・ Program data form: File name excluding the following data file
names
・All program data form: ALL.PRG
・Part Program data form: Program name + “-“ + Program name
(Ex.O0100-0200)
・ Tool offset data form: TOOL.OFS
・ Work coordinate system data form: WORK.OFS
・ Common macro variable data form: COMMON.VAR
・ Tool longevity data form: TLIFE.TLF
・ Tool management data form: TLMNG.DAT / TLMNG.CSV

5-69
5. PROGRAM 5-4. FILE LIST SCREEN

Enter the file name and read the file

(1) Press the N READ button to display the N Read menu.

(2) After entering the file name to be read, press the F NAME button.

(3) If you want to read as a different program, enter the program name and press
the O SET button.

(4) Press the EXEC button to read.

(5) If you want to read other files, repeat the steps after (2). When you are done,
press the CAN button.

Note :
Readable files are the same as files that can be read with F Read. Please refer to
“Read the file with the specified number” notes.

5-70
5. PROGRAM 5-4. FILE LIST SCREEN

Output program or data in memory to the outside

We will output the file from the NC to the device.

(1) Press the PUNCH button to display the punch menu.

(2) Indicate the file type to output. To output the program file, press the program
button.

To output the data file, press the corresponding data button.

To save a data file with a unique name, enter the number before pressing the
button.

(3) In the case of a program, a selection list will be displayed. Select the program and
click on it.
After setting, press the F NAME button.

(4) To output the program with another program name, enter the program name and
press the O SET button.

5-71
5. PROGRAM 5-4. FILE LIST SCREEN

(5) Press the EXEC button to output.

(6) To punch another file, (2) do the following work. When you are done, press the
CAN button.

Note :
Punchable files are as follows.

・ Program data form: Program name. (Example: O0001)


・All program data form: ALL.PRG
・Part Program data form: Program name + “-“ + Program name
(Ex.O0100-0200)
・ Parameter data form: ALL.PRM
・ Tool offset data form: TOOL.OFS
・ Work coordinate system data form: WORK.OFS
・ Common macro variable data form: COMMON.VAR
・ Tool longevity data form: TLIFE.TLF
・ Tool management data form: TLMNG.DAT / TLMNG.CSV
・ Temperature graph data form: MTEMP.DAT

5-72
5. PROGRAM 5-4. FILE LIST SCREEN

Delete the specified files

Delete the specified file in the device.

- Delete from menu button

(1) Press the F DEL button to display the delete menu.

(2) Click the specified files. It is also possible to enter the number directly. It is
possible to specify multiple deletion targets.

(3) When it is displayed in the input field, press the F SET button to confirm the
deletion target.

(4) Delete by pressing the EXEC button.

(5) To delete another file, repeat the process from (2) on down. When you are done,
press the CAN button.

5-73
5. PROGRAM 5-4. FILE LIST SCREEN

- Delete from right-click-menu

(1) Move the mouse cursor to the target line and press the right mouse button of the
mouse pad on the keyboard. When the menu is displayed select Delete and click.

(2) The remainder is the same as (4) and after of "Delete from the button menu".

5-74
5. PROGRAM 5-4. FILE LIST SCREEN

Copy files to another storage device

Copy files from the current device to another device. Copying is possible between the
following devices. The copy destination is assigned to the button.

Current Device Target Device Note


USB/CF Card HD Any file is possible.
DS Program file only
HD USB(1/2) Any file is possible.
DS Program file only
Ethernet Any file is possible.
DS USB(1/2) (Program file only)
HD (Program file only)
Ethernet (Program file only)
Ethernet HD Any file is possible.
DS Program file only

- Copying with Button Menu

(1) Press the copy button to display the copy menu (In the example below, select copy
from HD to USB / CF card).

(2) Click the copy targets (Note: Only one can be specified with DS). It is also possible
to enter a direct number (to separate more than one, please separate it with ",").

(3) Press the F SET button to confirm the target.

5-75
5. PROGRAM 5-4. FILE LIST SCREEN

(4) Press the EXEC button to copy.

(5) To copy another file, repeat the process from (2) on down. When you are done press
the CAN button.

- Copying with Right-Click menu

(1) Move the mouse cursor to the target line and press the right mouse button of the
mouse pad on the keyboard. When the menu is displayed, select the menu that
copy to target device, and click. (in the example of the following figure, when
copying to USB / CF card is selected).

(2) The remainder is the same as (4) and after of "Copying with Button Menu".

Note :
If you copy a file with multiple programs to DS, it breaks down into a single program
and copies it. In addition, the program name which was an arbitrary file name is
changed to the same name as the program number.

5-76
5. PROGRAM 5-4. FILE LIST SCREEN

Change the name of the specified file

Change the name of the specified program file except all programs (this function
cannot be used in DS).

- Rename with menu button

(1) Press the copy button to display the copy menu (In the example below, select copy
from HD to USB / CF card).

(2) Click the change name target. It is also possible to enter a direct number.

(3) Press the F SET button to confirm the target.

(4) Enter the name after change and press the F NAME button.

(5) Press the execute button to change the name.

(6) To rename another file, repeat the process from (2) on down. When you are done
press the CAN button.

5-77
5. PROGRAM 5-4. FILE LIST SCREEN

- Rename with Right-Click menu

(1) Move the mouse cursor to the target line and press the right mouse button of
the mouse pad on the keyboard. When the menu is displayed, select "Rename"
and click it.

(2) The remainder is the same as (4) and after of "Rename with Button Menu".

5-78
5. PROGRAM 5-4. FILE LIST SCREEN

2) Case of Serial

Perform the input and output data with the PC, or input and output devices are
connected to RS-232C and NC. This screen can be displayed only in EDIT mode.

Note : This screen does not appear any information about the files recorded in the
destination at all.

5-79
5. PROGRAM 5-4. FILE LIST SCREEN

Read data via serial

(1) Press the N READ button to display the N Read menu.

(2) Enter the filename to read. Set the filename as follows.

File type Name designation


Program (single) Specify when reading with the specified program
name. When wanted to import as it is, enter nothing.
Program (Multiple) Specify when reading with the specified program
name. When wanted to import as it is, enter nothing.
Program (range) Enter nothing. ( Since it treats multiple files as
reading them, designation is unnecessary)
All programs Enter “ALL.PRG”
Tool offset data Enter “TOOL.OFS”
Work offset data Enter “WORK.OFS”
Common variable data Enter “COMMON.VAR”
Tool life data Enter “TLIFE.TLF”
System parameters data Enter “ALL.PRM”
Tool management data Enter “TLMNG.DAT” (In case of the integrated
screen, enter "TLMNG.CSV")
Data other than the above table cannot be read.

After inputting, press O setting button.

(3) Press EXEC button to execute reading.

(4) To read further data Repeat (2) and after. When the reading operation is
completed, press the CAN button.

5-80
5. PROGRAM 5-4. FILE LIST SCREEN

Punch data via serial

(1) Press the punch button to display the punch menu.

(2) Please refer to "Output program or data in memory to the outside". Note that
inputting a unique name for serial output does not work.

5-81
5. PROGRAM 5-4. FILE LIST SCREEN

5-4-2. When the folder function is enabled

1) Case of not Serial

It performs data input / output between NC and USB memory / CF card, HD


(internal disk), DS, or Ethernet.

(2)

(1)

(1) Serial number, file name, size, and with update date

Displays the serial number, file name, comment (program file only), size, update
date and time of the file stored on the recording medium.

(2) Recording capacity, free space

Displays the maximum capacity and free space of the recording medium.

Note :
In case of Ethernet, comment of the program file is not displayed.

5-82
5. PROGRAM 5-4. FILE LIST SCREEN

Change the listing device

To display a list of devices different from the currently displayed list, press the target
button on the left side.

Change list display into the subfolder

- Change with key inputting

(1) Use ↑/↓ keys to change the cursor to the corresponding subfolder.

(2) Press the ENTER key.

- Change with touch

(1) Double click on the target folder name.

5-83
5. PROGRAM 5-4. FILE LIST SCREEN

Change list display into parent folder

- Change with key inputting

(1) Use the ↑/↓ keys to change the cursor to "<↑>".

(2) Press the ENTER key.

- Change with touch

(1) Double click on “<↑>” of first line.

Note :
The operation to change the folder does not work when doing work such as F read,
punch, etc.

5-84
5. PROGRAM 5-4. FILE LIST SCREEN

Read the file with the specified number

Read the specified file into NC.

- Read from the button menu

(1) Move the cursor to the file name to be read with ↑/↓ cursor. Or click.

Or

(2) Press the F read button to display the F read menu.

(3) If you want to read as a different program, enter the program name and press
the O SET button.

(4) Press the EXEC button to read.

(5) When you are done, press the CAN button. To continue reading another file, touch
the target file and then press the F setting button. After that repeat (3) and after.

5-85
5. PROGRAM 5-4. FILE LIST SCREEN

- Read from the mouse click

(1) Move the mouse cursor to the target line and press the right mouse button of the
mouse pad on the keyboard. When the menu is displayed, click with selecting "F
Read".

(2) The remainder is the same as (4) and after of "Read from button menu".

Note :
Readable files are limited to the following types.

・ Program data form: File name excluding the following data file
names
・All program data form: ALL.PRG
・Part Program data form: Program name + “-“ + Program name
(Ex.O0100-0200)
・ Tool offset data form: TOOL.OFS
・ Work coordinate system data form: WORK.OFS
・ Common macro variable data form: COMMON.VAR
・ Tool longevity data form: TLIFE.TLF
・ Tool management data form: TLMNG.DAT / TLMNG.CSV

While this process is in progress, you cannot move to another folder.

5-86
5. PROGRAM 5-4. FILE LIST SCREEN

Output program or data in memory to the outside

We will output the file from the NC to the device.

(1) Press the PUNCH button to display the punch menu.

(2) Indicate the file type to output. To output the program file, press the program
button.

To output the data file, press the corresponding data button.

To save a data file with a unique name, enter the number before pressing the
button.

(3) In the case of a program, a selection list will be displayed. Select the program and
click on it.
After setting, press the F NAME button.

(4) To output the program with another program name, enter the program name and
press the O SET button.

5-87
5. PROGRAM 5-4. FILE LIST SCREEN

(5) Press the EXEC button to output.

(6) To punch another file, (2) do the following work. When you are done, press the
CAN button.

Note :
Punchable files are as follows.

・ Program data form: Program name. (Example: O0001)


・All program data form: ALL.PRG
・Part Program data form: Program name + “-“ + Program name
(Ex.O0100-0200)
・ Parameter data form: ALL.PRM
・ Tool offset data form: TOOL.OFS
・ Work coordinate system data form: WORK.OFS
・ Common macro variable data form: COMMON.VAR
・ Tool longevity data form: TLIFE.TLF
・ Tool management data form: TLMNG.DAT / TLMNG.CSV
・ Temperature graph data form: MTEMP.DAT

5-88
5. PROGRAM 5-4. FILE LIST SCREEN

Delete the specified files or folders

Delete the specified file in the device.

- Delete from menu button

(1) Move the cursor to the file name (folder name) to be read with ↑/↓ cursor. Or
click.

Or

(2) Press the F DEL button to display the delete menu.

(3) Click the specified file. It is also possible to enter the number directly. It is
possible to specify multiple deletion targets.

(4) When it is displayed in the input field, press the F SET button to confirm the
deletion target.

5-89
5. PROGRAM 5-4. FILE LIST SCREEN

(5) Delete by pressing the EXEC button.

(6) To delete another file or folder, repeat the process from (2) on down. When you
are done, press the CAN button.

- Delete from right-click-menu

(1) Move the mouse cursor to the target line and press the right mouse button of the
mouse pad on the keyboard. When the menu is displayed select Delete and click.

(2) The remainder is the same as (4) and after of "Delete from the button menu".

5-90
5. PROGRAM 5-4. FILE LIST SCREEN

Copy files to another storage device

Copy files from the current device to another device or from the folder currently being
displayed to another folder.
Only program files can be copied to DS.

- Copy from menu button

(1) Move the cursor to the file name (folder name) to be read with ↑/↓ cursor. Or
click.

Or

(2) Press the copy button to display the copy menu.

(3) If you want to copy more than one at a time, click on multiple copies again. It is
also possible to enter a direct number (to specify more than one, separate them
with ",").

Press the F SET button to confirm the target.

5-91
5. PROGRAM 5-4. FILE LIST SCREEN

(4) Press the execute button and the copy target will be memorized.

The memorized result is displayed in light characters at the lower right.

(5) Move to copy destination. When changing the device, refer to "Change the listing
device", for changing the folder, refer to "Change list display into the subfolder" or
"Change list display into parent folder" Please give me.

(6) Press the PASTE button to display the paste menu.

(7) Press the EXEC button to copy to the current device or folder. (Memory to be
copied will be deleted when pasted).

5-92
5. PROGRAM 5-4. FILE LIST SCREEN

- Copy from Right-Click menu

(1) Move the mouse cursor to the target line and press the right mouse button of the
mouse pad on the keyboard. When the menu is displayed, select "COPY" and
click on it.

(2) If you are copying more than once, click on multiple copies again. It is also possible
to enter a direct number (to specify more than one, separate them with ",").

Press the F SET button to confirm the target.

(3) Press the execute button and the copy target will be memorized.

The memorized result is displayed in light characters at the lower right.

5-93
5. PROGRAM 5-4. FILE LIST SCREEN

(4) Move to copy destination. When changing the device, refer to "Change the listing
device", for changing the folder, refer to "Change list display into the subfolder" or
"Change list display into parent folder" Please give me.

(5) On any line, press the right mouse button on the mouse pad on the keyboard.
When the menu is displayed, select "paste" and click on it.

(6) Press the EXEC button to copy to the current device or folder. (Memory to be
copied will be deleted when pasted).

Note :
If you copy a file with multiple programs to DS, it will be decomposed into a single
program to be copied and copied. In addition, the program name which was an
arbitrary file name is changed to the same name as the program number.

5-94
5. PROGRAM 5-4. FILE LIST SCREEN

Move files to another folder

Move files between parent folder and child folder or child folder in the same device.

- Move from menu button

(1) Move the cursor to the file name (folder name) to be read with ↑/↓ cursor. Or
click.

Or

(2) Press the MOVE button to display the move menu.

(3) If want move some files at a time, click on multiple move objects again. It is also
possible to enter a direct number (to specify more than one, separate them with
",").

Press the F SET button to confirm the target.

(4) Press the EXEC button and the move target will be memorized.

5-95
5. PROGRAM 5-4. FILE LIST SCREEN

The memorized result is displayed in light characters at the lower right.

(5) Move to move destination. When changing the device, refer to "Change the listing
device", for changing the folder, refer to "Change list display into the subfolder" or
"Change list display into parent folder" Please give me.

(6) Press the PASTE button to display the paste menu.

(7) When you press the EXEC button, it moves to the current device or folder. (When
pasted, the memory of the move target will be erased).

5-96
5. PROGRAM 5-4. FILE LIST SCREEN

- Move from Right-Click menu

(1) Move the mouse cursor to the target line and press the right mouse button of the
mouse pad on the keyboard. When the menu is displayed, select "MOVE" and
click on it.

(2) If you move some more at a time, click on multiple move objects again. It is also
possible to enter a direct number (to specify more than one, separate them with
",").

Press the F SET button to confirm the target.

(3) Press the EXEC button and the move target will be memorized.

The memorized result is displayed in light characters at the lower right.

5-97
5. PROGRAM 5-4. FILE LIST SCREEN

(4) Move to move destination. When changing the device, refer to "Change the listing
device", for changing the folder, refer to "Change list display into the subfolder" or
"Change list display into parent folder" Please give me.

(5) On any line, press the right mouse button on the mouse pad on the keyboard.
When the menu is displayed, select "paste" and click on it.

(6) When you press the EXEC button, it moves to the current device or folder. (When
pasted, the memory of the move target will be erased).

5-98
5. PROGRAM 5-4. FILE LIST SCREEN

Create a folder

Create a folder under the device (the created folder is called a subfolder). You cannot
create new folders under the subfolders.

- Create from menu button

(1) Press the folder creation button to display the folder creation menu.

(2) Enter the folder name to be created.

(3) F NAME Press the button to confirm the creation name.

(4) Press the EXEC button to create the folder.

(5) To create other folders, repeat the process from (2) on down. When the creation
work is completed, press the CAN button.

5-99
5. PROGRAM 5-4. FILE LIST SCREEN

- Move from Right-Click menu

(1) From the arbitrary line, press the right mouse button on the mouse pad on the
keyboard. When the menu is displayed, select "Create Folder" and click it.

(2) After that, it is the same as (2) onwards “Created from the menu button”.

Note :
This function is not supported on Ethernet.

5-100
5. PROGRAM 5-4. FILE LIST SCREEN

Change the name of the specified file

Change the name of the specified program file except all programs (this function
cannot be used in DS).

- Rename with menu button

(1) Move the cursor to the file name (folder name) to be read with ↑/↓ cursor. Or
click.

Or

(2) Press the RENAME button to display the name change menu.

(3) To change the currently selected one to another one, click the change name target.
It is also possible to enter a direct number.

Press the F SET button to confirm the target.

(4) Enter the name after change and press the F name button.

5-101
5. PROGRAM 5-4. FILE LIST SCREEN

(5) Press the EXEC button to change the name.

(6) To rename another file, repeat the process from (3) on down. When you are done
press the Cancel button.

- Rename with Right-Click menu

(1) Move the mouse cursor to the target line and press the right mouse button of
the mouse pad on the keyboard. When the menu is displayed, select "Rename"
and click it.

(2) The remainder is the same as (4) and after of "Rename with Button Menu".

5-102
5. PROGRAM 5-4. FILE LIST SCREEN

2) Case of Serial

It performs data input / output with the input / output device or PC connected via NC
and RS - 232C.
This screen can be displayed only in EDIT mode.

In this screen, no information on the files recorded at the connection destination is


displayed.

5-103
5. PROGRAM 5-4. FILE LIST SCREEN

Read data via serial

Refer to "Read data via serial" for serial when the folder function is disabled.

Punch data via serial

(1) Press the PUNCH button to display the punch menu.

(2) Please refer to "Output programs or data in memory to the outside" after that.
Note that inputting a unique name for serial output does not work.

5-104
5. PROGRAM 5-4. FILE LIST SCREEN

5-4-3 Button layout

1) When the folder function is disabled

(a) Button layout (except DS / serial) : Except DS (CNC Card)

※ Processing history button is displayed in HND


/ JOG / ZRN mode

※ F copy varies depending on the devicey


(b) Button layout (DS) :

※ Processing history button is displayed in HND /


JOG / ZRN mode

(c) Button layout (Serial) :

※ Processing history button is displayed in HND /


JOG / ZRN mode

2) When the folder function is disabled

(a) Button layout (except DS / serial) : Except DS(CNC Card)

※ Processing history button is displayed in HND


/ JOG / ZRN mode

(b) Button layout (DS) :

※ Processing history button is displayed in HND /


JOG / ZRN mode

(c) Button layout (Serial) :

※ Processing history button is displayed in HND /


JOG / ZRN mode

5-105
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

5-5. PROCESSING HISTORY SCREEN


Display and record the results of the processed by the program operation can be output.
To take advantage of this screen you need to use set by setting screen.

(1) (2) (3) (4) (5) (6) (7) (8)

(1) (Data) No.


Allocate the No. in the recorded order. Data of the same No. does not exist at the
same time.

(2) (Program) Source


Machining program it can display if it has been recorded in operation at any location.

(3) Program (Name)


You can display the program name of the recorded data.

(4) Start date and time


Of the recorded data, it will display the date and time that initiated the process.

(5) End date and time


Of the recorded data, it will display the date and time to complete the processing.

5-106
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

(6) State
Displays the end status of cycle start. The meaning of the displayed word is as
follows.
FIN : By the M30 / M02 the cycle start was stopped command.
RST : With operator's pressing the reset button it stopped.
HLD : With operator's pressing the HOLD button it stopped.
EMG : With operator's pressing the EMG button it stopped.
UNK : Cause unknown (Mainly stopped because of power off.)
Please note that the time at which the power shutdown occurred will not be
recorded if a power failure occurs during cycle start. The time when the cycle
start state changes to BST or HLD is set.

(7) Cycle time


Of the recorded data, it will show the took time to processing.

(8) Proccing (Time)


Of the recorded data, it will show the took time to processing.

5-107
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

Button arrangement at all modes:

Basic button arrangement (right side):

[ProgDIR] button : Move to a program table screen.


[FileDIR] button : Move to a file list screen. (When card editing is valid)
[OPRT] button : Display the functional list at the time of a program edit
screen display.

Basic button arrangement (left side):

[Date and Time]button : It will sort the data in the processing time and date order.
[Source]button : It will sort the data by program group.
[PROGRAM]button : It will sort the data in the order of O number.
[Cycle time]button : Sort by length order of the machining time.
[↑]button([↓]button) : Ascending order, it will switch the descending order.

Button arrangement when pushing the following button:

[PROGRAM] button : Move to a program edit display.


[NEXT] button : Move to a block next screen.
[OPRT] button : Display the functional list at the time of a program edit
screen display.

Button arrangement when pushing a manual operation button:

[SEARCH] button : O number by typing, and then search for processing data.
[PUNCH] button : Output the processing performance data to each device.
[F DEL] button : Delete of processing performance data.

5-108
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

Processing performance list screen basic operation:

Basic operation:
・Record of processing data
・Page sending

Processing performance list screen function:

Function list:
・Sorting
・Search
・F Delete
・Punch

5-109
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

Basic Operation:

・Record of processing data


At setting screen, if the processing results screen is active, the data and programs
when they cycle start is automatically recorded. (Reset button, when the user
presses the emergency stop button during operation, the data is recorded.)

・Page sending
Page ↑↓ key is used for doing page sending.

The function is detailed:

・Sorting
Sort in the order in which you specify the machining data.

If the user presses the date and time button to display at the processing start date
and time order.

5-110
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

If the user presses the source button to display rearranges every program operation
group. It will appear in the following order.

MEM : Memory operation of the program.


USB : Program of the memory card operation (USB)
Ether : Program of the memory card operation (Ethernet)
CNC : Program of the memory card operation (DS)
DNC : DNC operation of the program

When the user presses the program button, the program name (O number) is
displayed in order.

5-111
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

When the user presses the cycle time button to display rearranges the length order
of the processing time.

When the user presses the ↑ / ↓ button, the order in which you are currently viewing
will change in the opposite direction.

・Search
Enter the O number, it is a feature that when you press the search button
corresponding data is highlighted.

Example):Enter the O5205 and presses the search button

5-112
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

・Punch

It is a function to preserve the recorded processing data set in the NC memory to an


external storage device. You can store CF cards, USB type recording media, devices
connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・Processing performance data Format:PHistory.CSV

(1) When the user presses a punch button right of the button placement is as
follows.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button
layout is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "PHistory1.CSV".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the processing data being displayed on the
screen is saved in the device selected in (1). When the program of a same name
has already existed, the check message of overwrite is displayed. A
cancellation button is pushed when canceling an execution button and a punch
to overwrite.

・The data was subjected to punch, " * " is displayed next to the O number.

5-113
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

・F Delete
This is the function that you want to delete the specified machining data.

The left side of the button placement and presses the F Delete button is as follows.

There are 4 types of units to be deleted.

· Delete with specified number (Multiple designations at once)


· Delete range with specified number
· Delete data that has already punched
· Delete all data

 By input data No. which want to delete data delete.

Example):When you press the F SET button and enter "1, 5, 15," it will be
displayed as follows. Pressing the execute button, the data that is
displayed in yellow is removed.

5-114
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

 Deletes data up to the specified No. all at once.

Example):When the user presses the F SET button Enter the "15", it will be
displayed as follows. Pressing the execute button, the data that is
displayed in yellow is removed.

 Delete all data

Example):When the user presses the all data button, "ALL" is entered in the input
field. And pressing the F setting button will be displayed as follows.
When the user presses the run button, all of the data will be deleted.

5-115
5. PROGRAM 5-5. PROCESSING HISTORY SCREEN

 Deletes punched data (data with "*" next to O number).

Example):When the user presses the recorded button, "REC" is entered in the
input field. And pressing the F setting button will be displayed as
follows.When the user presses the execute button to remove the
recorded data that is displayed in yellow.

5-116
6. OFFSET SETTING

6-1
OFFSET/SETTING 6-1. OFFSET/SETTING SCREEN AND FUNCTION

6. OFFSET/SETTING
This chapter explains the screen belonging to the {OFFSET SETTING} key (Offset/
Setting screen).

OFFSET
SETTING

6-1. OFFSET/SETTING SCREEN AND FUNCTION

6-2. TOOL OFFSET SCREEN


Function: No. search, tool length measurement, an input, + input, punch, read

6-3. SETTING SCREEN


Function: Input

6-4. WORK COORDINATE SYSTEM SCREEN


Function: No. search, tool length measurement, an input, + input, punch, read

6-5. LOCAL MACRO VARIABLES SCREEN

6-6. COMMON MACRO VARIABLES SCREEN


Function: No. search, an input, + input, punch, read

6-7. OPERATOR PANEL SCREEN

6-8. TOOL LIFE MANAGEMENT SCREEN


Function (Normal screen): No. search, T search, an input, group edit,
Group No. deletion, punch, read
Function (Group edit screen): input tool number, tool number delete,
end group edit, input

6-2
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

6-2. TOOL OFFSET SCREEN

The amount of tool offset can be displayed and it can input. It is also possible to input
the coordinate value of each axis as a value. The screen displayed changes with tool
compensation types (the following figure is the screen of tool compensation type II).


(1) Tool offset number


A tool offset number is displayed. This number is searched in No. search.

(2) Setting and displaying tool offset


The tool offset is displayed and it inputs. In a tool compensation type 1 case, only one
left sequence is displayed.
・ Tool compensation type
Tool compensation type I (#1037=1):
There is no distinction of form compensation and wear compensation, and the
quantity which united form compensation and wear compensation is set up as
compensation data.

・ Tool compensation type II (#1037=2):


There is distinction of form compensation and wear compensation and form
compensation and wear compensation are separately set up as compensation data.

6-3
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

Basic button arrangement:

[SETTING] button : The setting screen is displayed.


[WORK] button : The work coordinate system screen is displayed.
[OPRT] button : Display the functional list at the time of a tool offset screen display.

When the {+} button is pressed:

[LOCAL] button : The local macro-variables screen is displayed.


[COMMON] button : The common macro-variables screen is displayed.
[OPR] button : The operator panel screen is displayed.
[TOOL LIFE] button : The tool life screen is displayed.
[OPRT] button : Display the functional list at the time of a tool offset screen
display.

When pushing {OPRT} button

[NO.SRH] button : No. search is performed.


[MEASURE]button : does the measurement.
[C Input] button : The length of the tool is measured.
[+ Input] button : + Input.
[Input] button : Data is usually inputted.

6-4
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

When pushing {+} button

[Clear] button : The tool-offset data registered with the NC data is back to the not
entered inputting state.
[READ] button : The tool offset data from the USB or equipment that is connected
to a serial cable, to the NC memory is input.
[PUNCH] button : The tool offset data from the NC memory to the USB or equipment
that is connected to a serial cable, is output.

Tool offset screen operation:

Basic operation list:


・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Tool offset screen function:

Function list:
・ No. search
・ Measurement
・ C input (Measurement of length of tool)
・ Input
・ + input
・ Clear
・ Punch (tool offset)
・ Read (tool offset)

6-5
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

Operation:

・ Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.
Cursor movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used in order to perform a value input.
Input value is entered in the value of as it is if you put a decimal point, but if do not
put a decimal point with the value of 1/1000 (in the case of mm, if the inch 1/10000)
when pointed recognition mode is entered.

Note: The pointed recognition mode can be changed on the setting screen.

Example): As shown in the following figure, move cursor to arbitrary places. Input
10. Press the INPUT key. 10.000 is set up as shown in the following figure.

・ Value extraction

6-6
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

6-7
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

The function is detailed:

・ No. search
It is a function to search for the tool offset number.

(1) The searched number is input, and the No. search button is pressed.

(2) The cursor moves to the search object.

Example): When 20 is input, and the No. search button is pressed, the No. search
is executed.

6-8
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

・Measurement
Set by subtracting the input value from the value of the machine coordinate of the
specified axis.
(1) Enter the input value [X10.].

(2) Press the measurement button.

(3) Machine coordinate X axis of the value - 10 is set.

6-9
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

・ C input (tool length measurement)


A standard tool and a tool to measure are applied to a mechanical fixing point or the
fixing point of a work, and the difference of a standard tool and a tool to measure is
acquired. This difference is registered as an amount of tool length compensation.

(1) Put a standard tool in a manual operative method to a mechanical fixing point.
(2) Press the POS key and display a relative coordinate screen.
(3) An origin function is used and the relative coordinate value of the Z-axis (or X,
the Y-axis) is set to 0.
(4) Return to a tool offset screen and apply a tool to measure to a mechanical fixing
point. The Z-axis (or X, the Y-axis) relative coordinate value at this time is the
difference of a standard tool and a tool to measure. It is displayed. This difference
serves as the amount of tool length compensation.
(5) Move cursor to a place to input the amount of tool length compensation into.
(6) Choose the axis which inputs Z (or X, Y) and is inputted as an amount of tool
length compensation.
(7) Push {C input} button.

(8) The relative coordinate of the axis set up by (6) is inputted.

6-10
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

・ Input
It is a function to input the value with a button. The cursor is set to an arbitrary
place, and after the value is input, the input button is pressed.

・ + input
It is a function to add the input value to a set value and to input the value. The
cursor is set to an arbitrary place, and after the value is input, + input button is
pressed.

Example): Set value 10.000+ value of input 20.000 = value 30.000 of the final input
is input.

6-11
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

・Clear
The tool-offset data that has been entered in the NC data is backed to non-input
state in all terms, or in units of geometry or wear.

(1) When you press “Clear” button, button placement changes as below.

(2) When you press the all clear button, all to return to the non-input state.

(3) If you press the "Geometry", all column of "Geometry" are returned to non-input
state.

(4) If you press the "Wear", all column of "Wear" are returned to not-input state.

6-12
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

・ Punch (tool offset)


It is a function to preserve the tool offset data set in the NC memory to an external
storage device. You can store CF cards, USB type recording media, devices connected
to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・ Work coordinate system data form: TOOL.OFS

(1) The button arrangement changes as follows if the punch button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "TOOL1.OFS".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the tool offset data in the NC memory is saved
in the device selected in (1). When the program of a same name has already
existed, the check message of overwrite is displayed. A cancellation button is
pushed when canceling an execution button and a punch to overwrite

6-13
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

・ Read (tool offset)


This function overwrites tool offset data saved externally to NC memory.

File kind which can be read:

・ Tool offset data form: TOOL.OFS

(1) The button arrangement changes as follows if the read button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the unique
name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

6-14
OFFSET/SETTING 6-2. TOOL OFFSET SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder
name in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

6-15
OFFSET/SETTING 6-3. SETTING SCREEN

6-3. SETTING SCREEN

The thing to change a basic setting can be done.

① Set display
Each setting is displayed.

6-16
OFFSET/SETTING 6-3. SETTING SCREEN

Basic button arrangement:

[TOOL OFFSET] button : The tool offset screen is displayed.


[WORK] button : The work coordinate system screen is displayed.
[OPRT] button : Display the functional list at the time of a tool offset screen
display.

When the {+} button is pressed:

[LOCAL] button : The local macro-variables screen is displayed.


[COMMON] button : The common macro-variables screen is displayed.
[OPR] button : The operator panel screen is displayed.
[TOOL LIFE] button : The tool life screen is displayed.
[OPRT] button : Display the functional list at the time of a tool offset screen
display.

When pushing [OPRT] button

[ON:1] button : Input 1 in the column which can input only the 1 or 0 (ON).
[OFF:0] button : Input 0 in the column which can input only the 1 or 0 (OFF).
[INPUT] button : Usually input.

6-17
OFFSET/SETTING 6-3. SETTING SCREEN

Settings screen basic operations:


Basic operation list:
・Movement of the cursor
・Page sends
・Value-string input
・String extraction (shortcut setting only)

Settings screen function:


Function list:
・Input

6-18
OFFSET/SETTING 6-3. SETTING SCREEN

Setting screen set operation:

Set list:

The first page:


・ Parameter writing Enable/Disable
・ Input unit change inch / metric
・ Immediate Update Enable/Disable
・ Language change Japanese/ English / Germany/ Simplified Chinese
French / Italian / etc (Option)
・ Using Ethernet Enable/Disable
・ Memory Card Drive function with using
USB(1/2) / HD / DS Enable/Disable
・ Point Mode Enable/Disable

The second page:


・ Mirror image Mirror image ON/OFF

The third page:


・ Part Total
・ Part Required
・ Part count M code
・ Power on time
・ Operating time
・ Cycle time
・ Data and Time

The fourth page:


・ O number display digit number setting Eight digits / Four digit
・ The main menu display setting ON / OFF
・ Absolute coordinates display position setting Tool center / Tool outer
・The number of display axis setting 8 axis / 5 axis
・Axial rotation angle unit setting 10 degree/ 5 degree
・Screen saver function setting ON / OFF
・Touch panel function setting ON / OFF
・Cycle display line number setting 20 lines / 30 lines / 40 lines
・Automatic transition feature function setting ON / OFF
・G/M guidance display function setting ON / OFF

6-19
OFFSET/SETTING 6-3. SETTING SCREEN

The fifth page:


・Alarm mail settings Effective / Invalid
・Alarm output format setting ASCII / UTF-8 / UTF-16
・Processing history using setting Effective / Invalid
・CNC card display change to "DS" setting Effective / Invalid
・The program list screen transition setting when PROG button is pressed
Effective / Invalid
・Memory card editing feature setting Effective / Invalid
・Setting the cursor synchronization function on memory card editing
Effective / Invalid
・Calculator function Effective / Invalid
・Serial cycle wait time
・Password setting

The sixth page:


・Folder function Effective / Invalid
・Unused tool Always editable Effective / Invalid
・Automatic rewind at MEM Effective / Invalid

The seventh page:


- Backup Schedule Setting

The eighth page:


- Alarm mail transmission settings

6-20
OFFSET/SETTING 6-3. SETTING SCREEN

Operation:

・ Movement of cursor
The under on the direction key is used to move the cursor.

・ Page sending
Page ↑↓ key is used for doing page sending.

Operation by Gesture:
When swiping upward or downward, page is transited.

The function is detailed:

・ Input
It is the function to input a value using a button. Cursor is united with arbitrary
places and an input button is pushed after inputting a value. Moreover, the input of
the item set up by 1or0 can also push ON: 1 and OFF: 0 button.

6-21
OFFSET/SETTING 6-3. SETTING SCREEN

Setting is detailed:

The 1st page:

・ Parameters write enable / disable setting


Set the enable / disable of parameter change in the target screen.

Target: system parameters screen, servo parameters screen, Ethernet parameters


screen, pitch error correction parameters screen, Kitamura Monitor screen,
processing accuracy level selection screen, quadrant projection correction
override screen (If you change the value at the time of the parameter writing
effective, a warning message is displayed)

Input value: 1: Parameter write enabled 0: Parameter write invalid

・ Input unit change inch / metric

Offset settings screen, I set the inch / mm display of each coordinate.

Target: tool offset screen, work coordinate system screen, local macro variable screen,
common macro variable screen, tool life management screen, display each
coordinate

Input value: 1: inch setting 0: Miri setting

6-22
OFFSET/SETTING 6-3. SETTING SCREEN

・Language switching setting

Set the display language of the screen.

Target: All screen

Input value: 1: Japanese, 0: English, 11: German, 12: French, 13: Italian,
22: Chinese (Simplified), other supported languages

・ EDIT immediate update enable / disable setting

In the program edit screen, you can set whether to reflect on every input the results
of the edit. Is set to ON if normal program size is small, if the program size is large is
set to OFF, you can increase the editing speed.

Target: program edit screen

Input value: 1: Immediate reflect 0: mode switching during reflect

・ Ethernet function available setting

Make this feature to ON if you want to use the Ethernet function.

Target: all of the screen to input and output files

Input value: 1: you do not want to use 0: to use

・ Memory Card Drive function with using USB(1/2) / HD / DS

USB(1/2), DS, for CNC card, you can set whether or not to use the memory operation
function, respectively.

Target: Program screen

Input value: 1: you do not want to use 0: to use

・ Point recognition mode

If the unit of mm, 1/10000 in the case of inch) entered integer value 1/1000 or a
numerical value that was, Set directly or an integer value.
Target: General coordinate screen, relative coordinates screen, tool offset screen, work
coordinate system screen, common macro variable screen, tool life
management screen, setup configuration screen, tool management screen,
tool length measurement screen

Input value: 1: set in the point 0: Set as it is

6-23
OFFSET/SETTING 6-3. SETTING SCREEN

The 2nd page:

・Processing-axis mirror image Enable / Disable setting

Set the enable / disable of mirror image of each axis.

Target: Valid processing axis

Input value: 1: Mirror image Enable 0: Mirror image invalid

6-24
OFFSET/SETTING 6-3. SETTING SCREEN

The 3rd page:

・ Machined parts set number

Displays the current number of machined parts, and set. To make settings, move the
cursor to this setting, you can enter the value.

Target: processing component count display of all of the screen

Input value: 0-99999

・Required number of components set

View the current number of required parts, and set. To make settings, move the cursor
to this setting, you can enter the value.

Target: the required number of parts display of all of the screen

Input value: 0-99999

・Parts count M code setting

I set the M code that counts the number of repetitions machining of the work piece. If
you run the M code that you set in this setting during operation, processing
component count is incremented by 1.

Target: program edit screen, program editing screen (full screen)

Input value: 0-99

6-25
OFFSET/SETTING 6-3. SETTING SCREEN

・ Electrification time setting (display only)


Displays the total of the machine power-on time, you can set.

Target: Settings screen, custom screen

Input value: Any

・And operation time setting

Displays the total of automatic operation time, and set. To make settings, move the
cursor to this setting, you can enter the value.

Target: Display operating time of all of the screen

Input value: special (entered in 00:00:00 format)

・Cycle time setting (display only)

After pressing the cycle start, feed hold stop, single block stop, it displays the total of
automatic operation time to press the reset.

Target: No screen

Input value: Disabled

・Date setting

And displays the current date, and set. To make settings, move the cursor to this
setting, you can enter the value.

Target: Settings screen

Input value: special (entered in 0000/00/00 format)

・And time setting

View the current time, and set. To make settings, move the cursor to this setting, you
can enter the value.

Target: time display of all of the screen

Input value: special (entered in 00:00:00 format)

6-26
OFFSET/SETTING 6-3. SETTING SCREEN

The 4th page:

・ Program number 8-digit / 4-digit setting

Display of O number to set whether to display an 8-digit or four-digit.

Target: All screen

Input value: 1: O number 8-digit display 0: O number 4-digit display

・Main menu display settings

To display the main menu screen at startup, you can set whether to use around the
menu screen.

Target: All screen


Input value: 1: to be used as a center screen 0: use as a help screen

・Absolute coordinate display position setting

Either the tool center the display of absolute coordinates, you can set whether the
periphery of the tool.

Target: The screen that displays all of the coordinates


Input value: 1: center 0: periphery

6-27
OFFSET/SETTING 6-3. SETTING SCREEN

・Display the number of axes setting


Absolute, relative, I set the number of display axis of comprehensive coordinates.
Target: The screen that displays all of the coordinates

Input value: 1: 8 axis 0: 5-axis

・Setting axial rotation angle unit


Set the unit of angle when rotating the shaft.
Target: graphic screen

Input value: 1:10 degrees 0: 5 degrees

・Screensaver setting
If you want to use the screen saver function to ON. Turn OFF if you do not use.
Target: All screen

Input value: 1: you do not want to use 0: to use

・Touch panel setting

This item is a dummy. Do not work.

・Cycle display line number setting


Program edit screen I set the number of display lines at the time of cycle start in (full
screen).
Target: Program editing screen (full screen)

Input value: 0:20 lines 1:30 lines 2:40 lines

・Alarm screen automatic-transition function setting


For transition to automatically alarm screen, this value set to ON when an alarm
occurs.
Target: All screen

Input value: 0: Manual transition 1: Automatic transition

6-28
OFFSET/SETTING 6-3. SETTING SCREEN

・G/M guidance display function setting

If use a function to display the guidance of the G-code or M code for the current cursor
on the program screen, it will set ON.
Target: Program edit screen (Normal / Full)

Input value: 0: Display off 1: Display on

6-29
OFFSET/SETTING 6-3. SETTING SCREEN

The 5th pages:

・Alarm mail settings

If you want to use the alarm mail function to ON. Turn OFF if you do not use.
Target: No

Input value: 1: you do not want to use 0: to use

・Alarm output format setting

Set the file format of the alarm output.


Target: The message output in the message screen

Input value: 0: ASCII 1: UTF-8 2: UTF-16

・Processing history setting

When using the process results screen to ON. Turn OFF if you do not use.
Target: Program edit screen (Normal / Full), program list screen, file list screen

Input value: 1: you do not want to use 0: to use

・CNC card display change to "DS" setting

When display of "CNC Card" is hoped to set "DS" as same as Mitsubishi HMI, this
input item will be set to "ON".
Target: A file input and output screen all

Input value: 0: Display of "CNC Card" 1: Display of "DS"

6-30
OFFSET/SETTING 6-3. SETTING SCREEN

・The program list screen transition setting when PROG button is pressed

If the program list screen is hoped to translate to with pressing the PROG button in
the program screen or program full screen, this input item will be set to "ON". When
this is set to "ON", the program screen or program full screen will be translated to
with pressing "PROG" button in the program list screen.
Target: The program screen, program full screen, program list screen.

Input value: 0: ASCII 1: UTF-8 2: UTF-16

・Memory card editing feature setting

In the program screen or program full screen, if will edit the program in the CNC
card, set it to "ON".
Target: The program screen, program full screen.

Input value: 0: Not use 1: Utilize

・Setting the cursor synchronization function on memory card editing

In the program screen or program full screen, if not to synchronize the position of the
CNC and the lines on editing a CNC card, set it to "OFF".
Target: The program screen, program full screen.

Input value: 0: Invalid 1: Synchronism

・Calculator function setting

Set whether to use the calculator function on the program screen and common macro
screen.
Target: The program screen, common macro screen.

Input value: 0: Invalid 1: Valid

・Serial cycle wait time setting

When data is read from serial, it reads multiple times consecutively. You specifies the
time to wait before the next reading after one reading. By this specified it is possible to
prevent a read error that occurs due to earlier read cycle to serial.
Target: Screen with file I / O function what has available for by serial.

Input value: 0- : Specified value [millisecond]

6-31
OFFSET/SETTING 6-3. SETTING SCREEN

・Password setting

You password setting. To make settings, move the cursor to this setting, enter the
password, and then press the Change Password button.
Target: Settings screen

Input value: Any

6-32
OFFSET/SETTING 6-3. SETTING SCREEN

The 6th pages:

・Folder function settings

To use the folder function, set it to "ON". You will be able to exchange files into
subfolders.
Target: The program screen, program full screen, and file list screen

Input value: 1: do use 0: do not use

・Unused T ever-editable settings

Set it to "ON" if you want to edit data of unused tools even when edit lock is applied.
Target: Tool life screen

Input value: 0: ASCII 1: UTF-8 2: UTF-16

・Auto Rewind at MEM setting

When changing from EDIT mode to MEM mode, set whether the program is rewinded
or not.
Target: Program edit screen (Normal / Full)

Input value: 1: do use 0: do not use

6-33
OFFSET/SETTING 6-3. SETTING SCREEN

The 7th pages:

① ② ③ ④

① Backup function setting


Set the enable / disable the backup function. Automatic backup feature is enabled
when effectively set. If you disabled, backup is not performed, you will not be able to
change the settings.

② Backup cycle setting


Set to perform a backup on whether a weekly basis or a monthly basis.

6-34
OFFSET/SETTING 6-3. SETTING SCREEN

③ Backup time setting


Specifies the time to perform the backup. ▼ to press the button, and then specify the
backup time by selecting the number in the list.

④ Backup save set number


If the backup of up to now have been saved in the same folder, you can specify
whether to save the backup to any number in the maximum. When it comes to more
number of backup is specified, the oldest backup is deleted when you back up the
latest data.
Up to 30 days worth of data can be stored.

⑤ Backup Date Set


If the backup cycle is monthly, specifies the day to perform the backup. To select the
backup date, after selecting the execution date in touch pad or touch pad, select the
day to perform the backup with the arrow keys, and then press the INPUT key.
Pressing the INPUT key locations were pressed is displayed in green. The day of the
place where it has been displayed in this green will be the backup execution date.

⑥ Backup day of week setting


If the backup cycle is weekly, specify the day of the week that you want to back up.
Backup will be is executed on a specified time of day of the week you check.

⑦ Data specified date to be restored


It is displayed a list of the data that was backed up to date, and select the date and
time you want to return to the time of restoration. After the selection, and press the
restore button, so return to the data of the specified date and time.

6-35
OFFSET/SETTING 6-3. SETTING SCREEN

・Backup button

When press “Backup” button, backup will be run soon.

・Restore button

Restore the backup data to the NC. When presses the "Restore" button, restore each
data of the specified restore data date.

Data backed up and restored:

・ALL.PRG(All program)
・ALL.PRM(All parameter)
・Tool offset data
・Work coordinate system data
・Common macro variable data
・Tool longevity data
・Tool management data

6-36
OFFSET/SETTING 6-3. SETTING SCREEN

The 8th pages:

・Previous alarm transmission date set (display only)


I will display the last date and time of the alarm sending.

・SMTP server name setting


I will specify the SMTP server name. To make settings, move the cursor to the
setting, and then enter the SMTP server name.

・Sender
Specify the mail address from which the mail is sent. Depending on the mail server
you use, you may not be able to send e-mails unless it corresponds to a registered
account.

・Port number setting


I specify the port number name. To make settings, move the cursor to this setting,
enter the port number.

6-37
OFFSET/SETTING 6-3. SETTING SCREEN

・User name setting


I will specify the user name. To make settings, move the cursor to the setting, and
then enter the user name.

・Connection protection settings


I will specify the protection of connection. ▼ to press the button, and then specify
the protection of connection to select None or STARTTLS in the list.

・Password setting
Your password setting. To make settings, move the cursor to this setting, you can
password.

・And certification method setting


I will specify the certification scheme. ▼ to press the button, and then specify the
certification system by selecting the authentication without either normal password
authentication in the list.

・Mail address setting


You e-mail address set. To make settings, move the cursor to this setting, enter the
e-mail address, and then press the Enter button.

・And monitoring stop button


I will stop the monitoring of automatic e-mail transmission. When the user presses
the monitoring stop button to stop the automatic email sending function.

6-38
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

6-4. WORK COORDINATE SYSTEM SCREEN

View the work coordinate system offset, you can enter. By options, coordinate system
offset sets the number of 96 pairs, or 300 set I (optional) can be added.

① ②

① Work coordinate system name


The work coordinate system name is displayed. In the No. search, (*S) searches for
this name.

② Work coordinate system display


Each work coordinate system offset is displayed. The work coordinate system of the
axis (except axis is PLC type) is displayed.

6-39
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

Functions of the soft keys

[TOOL OFFSET] button : The tool offset screen is displayed.


[SETTING] button : The setting screen is displayed.
[OPRT] button : Display the functional list at the time of a tool offset screen
display.

When the {+} button is pressed:

[LOCAL] button : The local macro-variables screen is displayed.


[COMMON] button : The common macro-variables screen is displayed.
[OPR] button : The operator panel screen is displayed.
[TOOL LIFE] button : The tool life screen is displayed.
[OPRT] button : Display the functional list at the time of a tool offset screen
display.

When pushing {OPRT} button

[NO.SRH] button : No. search is performed.


[MEASUR] button : The length of the tool is measured.
[+ INPUT] button : Perform + input.
[INPUT] button : Data is usually inputted.

When pushing {+} button

[READ] button : The tool offset data from the USB or equipment that is
connected to a serial cable to the NC memory is input.
[PUNCH] button : The tool offset data from the NC memory to the USB or
equipment that is connected to a serial cable, is output.

6-40
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

Work coordinate screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Work coordinate screen function:

Function list:
・ No. search
・ Measurement of length of tool
・ Input
・ + input
・ Punch (work coordinate system)
・ Read (work coordinate system)

6-41
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

Operation:

・ Movement of cursor
←↑↓→ key is used for doing cursor moving. As shown in the figure below, it is
moved in grid units. It is also used to display after the first 6-axis (except for the
axis PLC).
{PUNCH} The tool offset data from the NC memory to the card is output.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used in order to perform a value input.
Input value is entered in the value of as it is if you put a decimal point, but if do not
put a decimal point with the value of 1/1000 (in the case of mm, if the inch 1/10000)
when pointed recognition mode is entered.

Note: The pointed recognition mode can be changed on the setting screen.

Example): As shown in the following figure, move cursor to arbitrary places. Input
10. Press the INPUT key. 10.000 is set up as shown in the following figure.

6-42
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

・ Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

6-43
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

The function is detailed:

・ No. search
It is the function which search work piece coordinate system offset. For searching
EXT, for searching G54-G59, and G54.1 P1-, only a number is inputted searching
EXT, G54-G59.

(1) The searched work coordinate system is input, and the No. search button is
pressed.

(2) The cursor moves to the search object.

Example): When 20 is input, and the No. search button is pressed, the No. search
is executed.

6-44
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

・ The amount measured value direct entry of work coordinate system offset

Set as shown in the following example.

(1) Entering "X10.", and then press the measurement button.

(2) To the specified coordinates, the value that is added -10. to the machine
coordinates is inputted.

6-45
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

・ Input

It is the function to input a value using a button. Cursor is united with arbitrary
places and an input button is pushed after inputting a value.

・ + input

It is a function to add the input value to a set value and to input the value. The
cursor is set to an arbitrary place, and after the value is input, + input button is
pressed.

Example): Set value 10.000+ value of input 20.000= value 30.000 of the final input
is input.

6-46
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

・ Punch (work coordinate system data)

It is a function to preserve the work coordinate system data set in the NC memory
to an external storage device. You can store CF cards, USB type recording media,
devices connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・ Work coordinate system data form: WORK.OFS

(1) The button arrangement changes as follows if the punch button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "WORK1.OFS".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the work coordinate system data in the NC
memory is saved in the device selected in (1). When the program of a same name
has already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

6-47
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

・ Read (work coordinate system data)

This function overwrites work coordinate system data saved externally to NC


memory.

File kind which can be led:


・ Work coordinate system data form: WORK.OFS

(1) The button arrangement changes as follows if the lead button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the unique
name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

6-48
OFFSET/SETTING 6-4. WORK COORDINATE SYSTEM SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder name
in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

6-49
OFFSET/SETTING 6-5. LOCAL MACRO VARIABLES SCREEN

6-5. LOCAL MACRO VARIABLES SCREEN

Local macro variables are displayed. It is prepared to 1-33 for every sub program call
level of a user broad view. The level is from 0 to 4.
On this screen, it is only displayed.

① Local macro variable display


The local macro variable of each level of 0-4 is displayed.

Level 0: There is no user macro call.


Level 1: User macro call level 1
Level 2: User macro call level 2
Level 3: User macro call level 3
Level 4: User macro call level 4

6-50
OFFSET/SETTING 6-5. LOCAL MACRO VARIABLES SCREEN

User macro call level:


The user macro call level is a relation of the figure below.

Level0 Level 1 Level 2 Level 3 Level 4

O1( ); O2( ); O3( ); O4( ); O5( );

・ ・ ・ ・ ・

・ ・ ・ ・ ・

G65 P2; G65 P3; G65 P4; G65 P5; ・

・ ・ ・ ・ ・

・ ・ ・ ・ ・

M99; M99; M99; M99;

Functions of the soft keys

[Common #100-199] button : Common macro-variables #100-#199 screen


is displayed
[Common #500-999] button : Common macro-variables #500-#999 screen
is displayed
[Common #100100-800199] button : Common macro-variables #100100-#800199
screen is displayed. This button is displayed
at the time of #1316 CrossCom =1.
[OPRT] button : Displays a list of functions during the local
macro variable screen display.

When the {+} button is pressed:

[TOOL OFFSET] button : The tool offset screen is displayed.


[SETTING] button : The setting screen is displayed.
[WORK] button : The work coordinate system screen is displayed.
[OPRT]button : Displays a list of functions during the local macro variable
screen display.

6-51
OFFSET/SETTING 6-5. LOCAL MACRO VARIABLES SCREEN

Operation button is pressed when the button is located:

[No.SRH]button : Do number search

Local macro variable screen operation:

Operation list:
・ Movement of cursor
・ Page sending

Local macro variable screen function:

Feature List:
·・No. search

6-52
OFFSET/SETTING 6-5. LOCAL MACRO VARIABLES SCREEN

Basic operation:

Page sends
To do page feed, you can use the page ↑ ↓ key.

Feature Details:

· No. search
It is the ability to search the local macro variables.
(1) Conduct a search, enter the local macro variable number, and then press the No.
Search button.

(2) To move the cursor to the search target.

6-53
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

6-6. COMMON MACRO VARIABLES SCREEN

Common macro variables are displayed and inputted. The common macro variables
which can be used are set to #100-199, #500(#400) -999, and #100100-800199.


① Common macro variable number


The common macro-variables number is displayed. This number is searched in No.
search.

② Common macro variable display


The common each macro variable is displayed.

6-54
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

Functions of the soft keys

[LOCAL] button : Local macro-variables #1-#33 screen is


displayed.
[Common #500-999] button : Common macro-variables #500-#999 screen is
displayed
[Common #100100-800199] button : Common macro-variables #100100-#800199
screen is displayed. This button is displayed at
the time of #1316 CrossCom =1.
When the {+} button is pressed:

[TOOL OFFSET] button : The tool offset screen is displayed.


[SETTING] button : The setting screen is displayed.
[WORK] button : The work coordinate system screen is displayed.

When the {OPRT} button is pressed:

[NO.SRH] button : No. search is performed.


[+ INPUT] button : Perform + Input.
[INPUT] button : Data is usually inputted.

When pushing {+} button

[READ] button : The tool offset data from USB, or equipment that is connected to a
serial cable, Built-in disk, FTP server to the NC memory is input.
[PUNCH] button : The tool offset data from the NC memory to the USB or equipment
that is connected to a serial cable, Built-in disk, FTP server is

6-55
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

output .

Common macro variable screen basic operation:

Basic operation list:


・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Common macro variable screen function:

Function list:
・ No. search
・ Input
・ + input
・ Punch (common macro variable)
・ Read (common macro variable)

6-56
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

Operation:

・ Movement of cursor

In order to move cursor, the direction key left, a top, and the bottom use the right.
Cursor movement moves per grid, as shown in the following figure.

・ Page sending

Page ↑↓ key is used for doing page sending.

・ Value input

The INPUT key is used in order to perform a value input.


Input value is entered in the value of as it is if you put a decimal point, but if do not
put a decimal point with the value of 1/1000 (in the case of mm, if the inch 1/10000)
when pointed recognition mode is entered.

Note: The pointed recognition mode can be changed on the setting screen.

Example): If cursor is united with arbitrary places like the following figure left, 10.
is inputted and the INPUT key is pressed, 10.000 will be inputted like the
following figure right.

6-57
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

・ Value extraction

The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

6-58
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

The function is detailed:

・ No. search
It is a function to search for the common macro variable.

(1) The searched work coordinate system is input, and the No. search button is
pressed.

(2) The cursor moves to the search object.

Example): When 150 is input, and the No. search button is pressed, the No. search
is executed.

・ Input
It is the function to input a value using a button. Cursor is united with arbitrary
places and an input button is pushed after inputting a value.

If be changed to empty, press the input button without input value, or press the
enter key after pressing the Space key.

6-59
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

・ + input
It is the function to add an input value to a preset value and to input a value. Cursor
is united with arbitrary places and + input button is pushed after inputting a value.

Example): Set value 10.000+ value of input 20.000 = value 30.000 of the final input
is input.

6-60
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

・ Punch (common macro variable data)


It is a function to preserve the common macro variable data set in the NC memory
to an external storage device. You can store CF cards, USB type recording media,
devices connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・ Common macro variable data form: COMMON.VAR

(1) The button arrangement changes as follows if the punch button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "COMMON1.VAR".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the common macro variable data in the NC
memory is saved in the device selected in (1). When the program of a same name
has already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

6-61
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

・ Read (common macro variable data)


This function overwrites common macro variable data saved externally to NC
memory.

File kind which can be led:


・ Common macro variable data form: COMMON.VAR

(1) The button arrangement changes as follows if the lead button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the unique
name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

6-62
OFFSET/SETTING 6-6. COMMON MACRO VARIABLES SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder
name in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

6-63
OFFSET/SETTING 6-7. OPERATOR PANEL SCREEN

6-7. OPERATOR PANEL SCREEN

The switches on an operation board can be operated on a screen.

① Set item display


The set item is displayed.

6-64
OFFSET/SETTING 6-7. OPERATOR PANEL SCREEN

Functions of the soft keys

[LOCAL] button: The local macro-variables screen is displayed.


[COMMON] button: The common macro-variables screen is displayed.
[TOOL LIFE] button: The tool life screen is displayed.

When pushing {+} button

[TOOL OFFSET] button: The tool offset screen is displayed.


[SETTING] button: The setting screen is displayed.
[WORK] button: The work coordinate system screen is displayed.

6-65
OFFSET/SETTING 6-7. OPERATOR PANEL SCREEN

Operator panel screen operation:

Operation list:
・ Cursor movement
・ Page sends
・ On/off of setting

Operator panel screen set operation:

Set list:
・ MAN.ABS
・ MT.LOCK
・ AUX.LOCK
・ Z.LOCK

6-66
OFFSET/SETTING 6-7. OPERATOR PANEL SCREEN

Operation:

・ Cursor movement
The under on the direction key is used for the cursor to move.

・Page sends
To do page feed, you can use the page ↑ ↓ key.

・ On/off of setting
In order to change ON/OFF of a setup, cursor is united with the place which wants
to change a setup, and the direction key left and a right button are used.
It will become OFF, if the direction key right is pushed and ON and the direction
key left will be pushed.
* is attached to the present setting state.

Example): Push the direction key right and turn ON a setup.

6-67
OFFSET/SETTING 6-7. OPERATOR PANEL SCREEN

Setting is detailed:

・ MAN.ABS (manual absolute)


Enable/Disable of whether to add the amount of movements by a manual input to a
coordinate value are set up. When it confirms, the amount of movements by a
manual operative method is not added to a coordinate value.

・ MT.LOCK (machine lock)


Enable/Disable of a machine lock are set up. When it confirms, a machine does not
move, but only a coordinate’s display is updated as the machine is moving.

・ AUX.LOCK (Auxiliary function lock)


Enable/Disable of Auxiliary -function lock are set up. When it confirms, instructions
of M, S, T, and the B code are locked, and are not performed.

・ Z.LOCK (Z axis lock)


Effective/invalidity of Z axis lock is set. Z axis cannot be locked when keeping
effective, and the moving thing be done.

Note;
The item since second pages is reserved, as of December 1, 2013. Please do not
change as long as while our company is not specified.

6-68
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

6-8. TOOL LIFE MANAGEMENT SCREEN

Life managed data, such as a use situation of a tool, is set up and inputted. A group
number can be registered on this screen.

① ②

① Group number display


The group number registered is displayed. A maximum of 1000 groups can register.

Set range: 1-99999999

6-69
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

② Group state display


The state of a group number is displayed.
Group number status display list
Normal The tool registered is normal.
Under cutting It is cutting using one of the tools registered.
Those with a life tool The tool which reached the life is one of the tools registered.
All tool lives All the tools registered have reached the life.

③ Selection group display


The number of the group into which the present principal-axis tool is registered is
displayed. It becomes a blank when the tool is not registered.

6-70
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

Tool life management screen (at the time of group edit):


The following screens will be displayed, if cursor is united with arbitrary group
numbers and an edit button is pushed. On this screen, a detailed setup of registration of
a tool keeper number etc. can be performed.

① ② ③ ④ ③ ⑤ ⑥ ⑦ ⑧ ⑨

① Tool number
The tool number registered in the group number is set, and displayed. Up to 1000
It is possible to register.
Set range: 1-99999999

② Status
The status of each tool is set, and displayed.
View The view of status
Unsed It is made 0 when a tool is exchanged to a new article.
Using It is set to 1 when cutting is actually started.
When the use data (tool exchange frequency at time) exceeds the lifetime data,
Life Over
it becomes two.

6-71
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

③ Method(Mtd)
The method of each tool is displayed, and set.
Display Tool length compensation data system
The compensation data of tool life managed data is dealt with as a
Offset Code(0) compensation number, it replaces with the compensation number
ordered by a processing program, and compensation is performed.
The compensation data of tool life managed data is dealt with as an
Add offset Val amount of addition compensation, it adds to the amount of
(1) compensation which the compensation number ordered by a processing
program shows, and compensation is performed.
The compensation data of tool life managed data is dealt with as an
Offset Value amount of direct compensation, it replaces with the amount of
(2) compensation which the compensation number ordered by a processing
program shows, and compensation is performed.

④ Tool length compensation


It displays, and is united and set as the data format specified by the system of (3).

⑤ Cutter compensation
It displays, and is united and set as the data format specified by the system of (3).

⑥ Auxiliary
Is unused.
Setting range: 0 to 65535

⑦ life
The corresponding life in each tool, use time (minutes), the mounting number of
times (the number of times wearing the spindle), use the number of times
One of the (drilling number of times), I set according to the format specified in the
method of ③.If you enter 0, life will be infinite.

Setting range:
Use time 0 ~ 4000 [min]
Mounting number 0-65000 [times]
Use the number 0-65000 [times]

6-72
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

⑧ count
Usage data of each tool, I will display according to the method specified in the
tool life management system.
During machine lock, in auxiliary function lock, during the dry run, when a single
block, count of usage data is not performed.

Setting range:
Use time 0 ~ 4000 [min]
Mounting number 0-65000 [times]
Use the number 0-65000 [times]

⑨ life type
View of the management system: ○○○ (example: 000)
Right○ tool life management system
0:Use Time Manage a time that is running cutting feed
Tool I managed in the number of times that the spindle tool during a tool
change. However it does not count the number of times when the cutting
1:MNT Count
feed command from getting the spindle tool the (G01, G02, G03, etc.) do
not run even once.
Cutting feed command from fast-forward command (G00, etc.) when the
2: Use Count changes in (G01, G02, G03, etc.)
Counts.

6-73
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

Functions of the soft keys

[LOCAL] button : The local macro-variables screen is displayed.


[COMMON] button : The common macro-variables screen is displayed.
[OPR] button : The operator panel screen is displayed.
[OPRT] button : Display the functional list at the time of a tool offset screen
display.

When pushing {+} button

[TOOL OFFSET] button : The tool offset screen is displayed.


[SETTING] button : The setting screen is displayed.
[WORK] button : The work coordinate system screen is displayed.

When pushing {OPRT} button

[NO.SRH] button : No. search is performed.


[T-SRH]button : Displays the specification with the specified tool number.
[DELETE] button : The tool number is deleted.
[EDIT] button : The group edit is ended.
[INPUT] button : The value is input.

When pushing {+} button

[READ] button : The tool life data from the USB or equipment that is connected
to a serial cable, to the NC memory is input.
[PUNCH] button : The tool life data from the NC memory to the USB or
Equipment that is connected to a serial cable is output.

6-74
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

At the time of a group edit display:

Functions of the soft keys

[INSERT] button : The tool number is inserted.


[DELETE] button : The tool number is deleted.
[END] button : The group edit is ended.
[INPUT] button : The value is input.

When Input “Status”

[Unused] button : The state of the tool is changed to "Unused".


[Using] button : The state of the tool is change to "Using".
[Life Over] button : The state of the tool is changed to "Life Over".
[End]Button : The group edit is ended.
[INPUT] button : The value is input.

When Input “Method”

[Ofst Code]button : The correction is changed to method of offset code reference.


[Add ofst] button : The correction is changed to method of addition offset value.
[Ofst val] button : The correction is changed to method of setting offset amount.
[End]Button : The group edit is ended.
[INPUT] button : The value is input.

6-75
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

When Input “Life type”

[Use time] button : The judgment of the tool life is changed to using time.
[MNT count] button : The judgment of the tool life is changed to frequency of
mounting tool.
[Use Count] button : The judgment of the tool life is changed to using frequency.
[End]Button : The group edit is ended.
[INPUT] button : The value is input.

6-76
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

Tool life screen operation:

Operation list:
・ Cursor movement
・ Page sending
・ Value input

Tool life screen function:

Function list:
・ No. search
・ Input
・ Group edit
・ Group number deletion
・ Punch (tool longevity management data)
・ Read (tool longevity management data)

Group edit screen:


・ Tool number insertion
・ Tool number deletion
・ Group edit end
・ Input

6-77
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

Operation by the Gesture:


By the expanding gesture the group screen is changed to the specification screen
which is belonged to group that is with the current cursor, by the shrinking gesture
the specification screen is changed to the group screen.

6-78
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

Operation:

・ Cursor movement
Normal screen:
The under on the direction key is used for the cursor to move.

Edit screen:
The right <under on the left of the direction key> is used for the cursor to move.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used to input the value. When the value under the input is
deleted by one character, the CAN key is pressed.

6-79
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

Detailed function (normal screen):

・ No. search
It is a function to search for the group number.

(1) The searched group number is input, and the No. search button is pressed.

(2) The cursor moves to the search object.

Example): When two is input, and the No. search button is pressed, the No. search
is executed.

·・T. search
The T number is searched, it is the ability to open the edit screen of the group that
contains the target of the T number.

(1) Enter the T number to perform a search, and then press the T search button.

(2) Search target of T number group edit screen is opened to be included, the cursor will
move to the target T number

6-80
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

・ Input
It is the function to input a group number. When it inputs according to the place
where the group number is already registered in new group registration and cursor
when cursor is inputted according to a blank, it becomes group number change.

(1) The cursor is set to the place where an empty column or the group number is
registered.

(2) The group number after new registration or change is inputted, and an input
button is pushed.

6-81
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

(3) It is new-registered or a group number is changed. In new registration, a group


edit display is displayed.

Example): The cursor is set to an empty column or the place where the group number
has already been registered. [3] is input and the [Input] button is pressed.

Group number new is registered Group number is changed

・ Group edit
It is a function to edit the group which registers by the normal screen.

(1) The cursor is set to the place where the group is edited, and the edit button is
pressed.

6-82
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

(2) The group edit screen is displayed.

Example): The cursor is matched to group number 3, and the edit button is pressed.

・ Group number deletion


The registered group number is deleted.

(1) Input a group number to delete and push a deletion button.

(2) A push on a deletion button changes a button as follows. A push on an execution


button deletes a group number. A cancellation button is pushed in order to cancel
group number deletion.

6-83
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

・ Punch (tool life management data)


It is a function to preserve the tool life managed data set in the NC memory to an
external storage device. You can store CF cards, USB type recording media, devices
connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・ Tool life managed data Form : TLIFE. TLF

(1) The button arrangement changes as follows if the punch button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "TLIFE.TLF".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the tool life managed data in the NC memory
is saved in the device selected in (1). When the program of a same name has
already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

6-84
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

・ Read (tool life management data)


This function overwrites tool life data saved externally to NC memory.

File kind which can be led:


・ Tool life management data form: TLIFE.TLF

(1) The button arrangement changes as follows if the lead button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the unique
name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

6-85
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder
name in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

6-86
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

Detailed function (group edit screen):

・ Tool number insertion


It is a function to insert the tool number. When the inserted tool number overlaps
with the tool number registered in other group numbers, the alert message is
displayed.

(1) The inserted tool number is input, and the insertion button is pressed.

Example): The inserted tool number is input as 13, and the insertion button is
pressed.

6-87
OFFSET/SETTING 6-8. TOOL LIFE MANAGEMENT SCREEN

・ Tool number deletion


It is the function which delete the tool number registered. It is deletable also by
inputting 0 into a tool number.

(1) The cursor is matched to the deleted tool number, and the deletion button is
pressed.

・ Group edit end


It is the function which ends group edit. An end button is pushed in order to end
group edit.

・ Input
It is the function to input a value using a button. Cursor is united with arbitrary
places and an input button is pushed after inputting a value.

6-88
7. SYSTEM

7-1
SYSTEM 7-1. SYSTEM SCREEN AND FUNCTION LIST

7. SYSTEM

This chapter explains the screen belonging to the SYSTEM key (system screen).

SYSTE

7-1. SYSTEM SCREEN AND FUNCTION LIST

7-2. SYSTEM PARAMETER SCREEN


Function: No. search, parameter list display, input, punch, and read

7-3. ABSOLUTE POSITION INITILIZATION SCREEN


Function: parameter list display, input

7-4. DGN SCREEN


Function: No. search

7-5. MAGAZINE PARAMETER SCREEN


Function: No. search, magazine change, clear magazine, and main axis,
standby tool change, and input

7-6. PITCH ERROR CORRECTION PARAMETER SCREEN


Function: Input and No. search and + input

7-7. SERVO PARAMETER SCREEN


Function: No. search and input

7-8. ETHERNET PARAMETER SCREEN


Function: No. search and input

7-9. PERIODIC MAINTENANCE SCREEN


Function: Display, delete, change of monitoring items, items remaining time reset,
edit count type, check sheet edit, add, change or delete a custom item,
punch, read

7-2
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

7-2. SYSTEM PARAMETER SCREEN

The list screen of a system parameter can be displayed and set up.
A system parameter is divided into what is set up common to an axis or equipment, the
thing individually set up for every axis, and the thing individually set up for every
system.

② ③ ④

① System parameter name and number of pages


The name of the system parameter displayed now, the present number of pages, and
the total number of pages are displayed.

② System parameter number


The number of a system parameter is displayed. This number is searched in No. search.

③ System parameter comment display


The comment on each parameter is displayed.

7-3
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

④ System parameter input column


It is a column which inputs the system parameter. For the parameter set individually
in each axis
From on to securing input column of 5 lines or less, and input column of X, Y, Z, A, and
C axis in order

7-4
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

Functions of the soft keys

[Initializ Abs Pos] button : Magazine parameter screen is displayed.


[PMC] button : The button of the function belonging to PMC is displayed.
[MG] button : Magazine parameter screen is displayed. (When enabled)
[OPRT] button : The functional list of a system parameter screen is
displayed.

When the {PMC} button is pushed:

[PMCLAD]button : Start the ladder editing software.


[PMCDGN]button : Diagnosis nose screen is displayed
[HMI]button : Mitsubishi HMI is displayed.

When the {+} button is pushed

[PITCH] button : Pitch-error-compensation parameter screen is displayed.


[SV PRM] button : Servo parameter screen is displayed.
[ETHPRM] button : The Ethernet parameter screen is displayed.
[OPRT] button : The functional list of system parameters is displayed.

When the {+} button is pushed (2)

[Periodic Mainte] button : Periodic Maintenance screen is displayed


[OPRT] button : The functional list of system parameters is displayed.

7-5
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

When the {OPRT} button is pushed

[NO.SRH] button : No. search is performed.


[PARA KIND] button : The list of parameters is displayed.
[INPUT] button : Data is inputted.

When the {+} button is pushed

[READ] button : The parameter input from a USB or equipment that is connected
to a serial cable, to NC memory is performed.
[PUNCH] button : The parameter output from NC memory to a USB or equipment
that is connected to a serial cable, is performed.

7-6
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

System parameter screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

System parameter screen function:

Function list:
・ No. search
・ Parameter list display
・ Input
・ Punch (all parameters)
・ Read (all parameters)

Operation by the Gesture:


When swiping to the left or right direction, display of the parameter group is changed.
Change will transition to the button order of the parameter group.

7-7
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

Operation:

・ Movement of cursor
In order to move cursor, a direction key top and the bottom are used. Cursor
movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used to input the value. When the value under the input is
deleted by one character, the CAN key is pressed.

・ Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

7-8
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

・ Change the viewing axis


The parameters to be set for each axis, use the "→" key to display the items when
six or more axes. Enter the "←" key to return to the axis of the first five.

7-9
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

The function is detailed:

・ No. search
It is a function to search for the system parameter number.

(1) The searched number is input, and the {No. SRH} button is pressed.

(2) The cursor moves to the search object.

Example): When 1010 is input, and the {No. SRH} button is pressed, the No. search
is executed.

7-10
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

・ Parameter list display


It is a function to display the system parameter of each kind.

(1) A push on the {Para kind} button changes button arrangement as follows.

(2) The button of the parameter which wants to be displayed is pressed.

Example): When the {BASEAXSPEC} button is pressed, the basic axis


specification parameter is displayed.

・ Input
It is a function to input the value with a button. The cursor is set to an arbitrary
place, and after the value is input, the input button is pressed.

7-11
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

・ Punch (all parameters)


It is a function to preserve the system parameters data set in the NC memory to an
external storage device. You can store CF cards, USB type recording media, devices
connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・ All parameter form: ALL.PRM

(1) The button arrangement changes as follows if the punch button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "ALL1.PRM".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the system parameters data in the NC
memory is saved in the device selected in (1). When the program of a same name
has already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

7-12
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

・ Read (all parameters)


This function overwrites system parameters data saved externally to NC memory.

File kind which can be led:


・ All parameter form: ALL.PRM

(1) The button arrangement changes as follows if the read button is pressed.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the unique
name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

7-13
SYSTEM 7-2. SYSTEM PARAMETER SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder
name in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

7-14
SYSTEM 7-3. DGN SCREEN

7-3. ABSOLUTE POSITION INITILIZATION SCREEN

When needed such as when you change the number of axes, the initialization of the
axis, the position of the axis is determined with giving the absolute value.


① Check items and setting items


For each axis, items which is confirmed the situation, and the item to be set is
displayed.

② What to check
Displays the setting status of each axis.

③ Setting input field initialization


It is a field that you enter when you initialize the axis position.

7-15
SYSTEM 7-3. DGN SCREEN

Functions of the soft keys

[PARAM] button : Parameter screen is displayed.


[PMC] button : The button of the function belonging to PMC is displayed.
[MG]button : Magazine parameter screen is displayed (If the display is enabled).
[OPRT] button : A functional list of a magazine parameter screen is displayed.

When the {PMC} button is pushed:

[PMCLAD]button : Start the ladder editing software.


[PMCDGN]button : Diagnosis nose screen is displayed
[HMI]button : Mitsubishi HMI is displayed.

Button arrangement when pushing the following button:

[PITCH] button : Move to a pitch error compensation parameter screen.


[SV PRM] button : Move to a servo parameter screen.
[ETHPRM] button : Move to an Ethernet parameter screen.
[OPRT] button : Display the functional list at the time of a system-parameter
screen display.

Button arrangement when pushing the following button (2):

[Periodic Mainte] button : Periodic Maintenance screen is displayed


[OPRT] button : The functional list of system parameters is displayed.

7-16
SYSTEM 7-3. DGN SCREEN

When the {OPRT} button is pushed

[Back]button : The axis to display is changed to the previous axis.


[Next]button : The axis is changed to next axis.
[Input]button : Data is inputted.

7-17
SYSTEM 7-3. DGN SCREEN

Absolute position initialization screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Absolute position initialization screen function:

Function list:
・ Input

Operation by the Gesture:


When swiping to the left or right direction, display of the coordinate axes is changed.
Coordinate axes to be changed is the display order of the axis are displayed in the
upper left.

7-18
SYSTEM 7-3. DGN SCREEN

Operation:

・ Movement of cursor
In order to move cursor, a direction key top and the bottom are used. Cursor
movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used to input the value. When the value under the input is
deleted by one character, the CAN key is pressed.

・ Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

7-19
SYSTEM 7-3. DGN SCREEN

The function is detailed:

・A coordinate system setting by dogless way

(1) You will set on "JOG" mode or, "HNDL" mode if you want to use this function.

(2) When "next" button is pressed (or "previous" button), axis which the state has
become invalid is changed.

(3) Enter 1 in the "Absolute position set". The status changes to "matching" criteria.

(4) Enter 1 in the "reference point". State is set to "return the reference point."

(5) Appears on the "Machine end" until the grid distance from current location. For
changing origin to current position, set to "zero-p" value from "Machine end".

(6) Using the manual pulse, moves the axis in the negative direction.

(7) When the movement stops, the origin is set and "State" is set to "completed".

(8) After this, restart the machine.

7-20
SYSTEM 7-4. DGN SCREEN

7-4. DGN SCREEN

On of the signal of each device and off are displayed.


① Device name display


Each device name is displayed. This number is searched in No. search.

② DGN display
ON of the signal for every device and an OFF state are displayed.

7-21
SYSTEM 7-4. DGN SCREEN

About the kind of the device:

Device table
Device Range of device Point Unit Content
X X0~X1FFF 8192 1bit Input signal to PLC (machine input etc.)
Output signal to PLC (machine output
Y Y0~Y1FFF 8192 1bit
etc.)
M M0~M10239 10240 1bit For memory temporary
F F0~F1023 1024 1bit Temporary alarm message
L L0~L511 512 1bit Latch relay (backup memory)
SM SM0~SM1023 128 1bit Special relay
TI TI0~TI703 704 1bit Timer point of contact
TO TO0~TO703 704 1bit Timer output
TS TS0~TS703 704 16bit Timer set value
TA TA0~TA703 704 16bit Timer being value
STI STI0~STI63 64 1bit Multiplication timer point of contact
STO STO0~STO63 64 1bit Multiplication timer output
STS STS0~STS63 64 16bit Multiplication timer set value
STA STA0~STA63 64 16bit Multiplication timer being value
CI CI0~CI255 256 1bit Counter point of contact
CO CO0~CO255 256 1bit Counter output
CS CS0~CS255 256 16bit Counter set value
CA CA0~CA255 256 16bit Counter being value
D D0~D2047 2048 16bit Data register
R R0~R13311 13312 16bit File register
SB SB0~SB1FF 512 1bit Special
B B0~B1FFF 8192 1bit Special
V V0~V255 256 1bit Special
SW SW0~SW1FF 512 16bit Special
SD SD0~SD127 128 16bit Special
W W0~W1FFF 8192 16bit Special

7-22
SYSTEM 7-4. DGN SCREEN

Functions of the soft keys

[<]:button : End a DGN screen and move to a system-parameter screen.


[NO.SRH] button : No. search is performed.

DGN screen basic operation:

Basic operation list:


・ Movement of cursor
・ Page sending

DGN screen function:

Function list:
・ No. search

Operation:

・ Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.
Cursor movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

7-23
SYSTEM 7-4. DGN SCREEN

The function is detailed:

・ No. search
It is a function to search for the device name.

(1) The searched device name is input, and the No. search button is pressed.

(2) The cursor moves to the search object.

Example): When X1FFF is input, and the No. search button is pressed, the No.
search is executed.

7-24
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

7-5. MAGAZINE PARAMETER SCREEN

A magazine parameter is displayed and set up. In order to make NC recognize the tool
with which the machine was equipped, a tool keeper number is set as a tool. A tool
keeper number is registered corresponding to the magazine pot by which it is equipped
with the tool, a principal axis, and a waiting position.
By tool selection instructions or tool exchange instructions, when a magazine pot and
a tool keeper number change, a new tool keeper number is displayed.
(Note: This screen is displayed only if the display is enabled.)

① ②


① Spindle tool pot number


The pot number of the spindle tool is displayed.

② Spindle/standby tool number


The tool number with which the spindle and the standby pot are equipped is displayed.
The kind of tool is displayed on D.

7-25
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

③ Magazine pot number display


A magazine pot number is displayed. A pot number exists to 1-30. This number is
searched in No. search.

④ Tool number and tool number-D display


Tool number and tool number-D is displayed. The tool number of 1-30 is inputted into
a tool number. Moreover, tool number - The kind of tool is registered into D.

Tool number-D input value:


0: Standard tool
1: Weight tool
2: Large diameter tool

The tool is not installed when the display of the tool number is 0 or it is in the spindle.
It is thought it not is in the magazine, and confirm the tool, please.
“0" is only 1 piece. The tool number in spindle and pot number 1-30.

7-26
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

Functions of the soft keys:

[PARAM] button : Parameter screen is displayed.


[Initializ Abs Pos] button : Magazine parameter screen is displayed.
[PMC] button : The button of the function belonging to PMC is displayed.
[OPRT] button : A functional list of a magazine parameter screen is
displayed.

When the {PMC} button is pushed:

[PMCLAD]button : Start the ladder editing software.


[PMCDGN]button : Diagnosis nose screen is displayed
[HMI]button : Mitsubishi HMI is displayed.

Button arrangement when pushing the following button:

[PITCH] button : Move to a pitch error compensation parameter screen.


[SV PRM] button : Move to a servo parameter screen.
[ETHPRM] button : Move to an Ethernet parameter screen.
[OPRT] button : Display the functional list at the time of a system-parameter
screen display.

Button arrangement when pushing the following button (2):

[Periodic Mainte] button : Periodic Maintenance screen is displayed


[OPRT] button : The functional list of system parameters is displayed.

7-27
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

When pushing {OPRT} button:

[NO.SRH] button : No. search is performed.


[Magazine CLEAR] button : The parameter of a magazine is eliminated.
[Change Wait Spindle] button : Spindle/ standby tool number is changed.

When pushing {OPRT} button (When there is a cursor in SP tool number D):

[NO.SRH] button : No. search is performed.


[STAND] button : 0 is set to SP axis tool number D. The tool of the set tool number
is usually handled as a tool.
[HEAVY] button : 1 is set to SP axis tool number D. The tool of the set tool number
is handled as a weight tool, and the ATC speed slows more than
usually.
[WIDE] button : 2 is set to SP axis tool number D. The tool of the set tool number
is treated as a large diameter tool, and doesn't store the tool in the
both next-doors of the set number.

When pushing {Change Wait Spindle } button:

[Change Spindle] button : The spindle tool number set up now is changed.
[Change Spindle State] button : The spindle tool number-D set up now is changed.
[Change Next] button : The standby tool number set up now is changed.
[Change Next State] button : Standby tool number-D set up now is changed.

7-28
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

Magazine parameter screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input

Magazine parameter screen function:

Function list:
・ No. search
・ Magazine data clearness
・ Main axis/standby tool number change

7-29
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

Operation:

・ Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.
Cursor movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used in order to perform a value input. The CAN key is pressed
when carrying out 1 character deletion of the value under input. A warning message
is displayed when the tool keeper number to set up overlaps.

7-30
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

The function is detailed:

・ No. search
It is a function to search for the magazine pot number.

(1) The searched magazine pot number is input, and the No. search button is pressed.

(2) The cursor moves to the search object.

Example): When magazine pot number 20 is input, and the No. search button is
pressed, the No. search is executed.

7-31
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

・ Magazine data clearness


It is the function which eliminates the parameter of a magazine number present on
display.

(1) A push on a magazine clear button changes button arrangement as follows. The
check message of whether to perform a magazine clearance is displayed in that
case.

(2) The parameter of the magazine number being displayed to press the execution
button now is deleted.
The number of 1-30 is automatically set in the tool number.
When the cancellation button is pushed, a clear magazine is canceled.

Example):To an automatic target when the magazine number one screen is


displayed, and a magazine clear button is pressed. The number of 1-30 is set in
the tool number.

7-32
SYSTEM 7-5. MAGAZINE PARAMETER SCREEN

・ Spindle / standby tool number change


It is the function to change the spindle / standby tool number of a magazine number
present on display.
(1) A push on a {Change Wait Spindle} button arrangement as follows.

[Change Spindle] button : The Spindle tool number set up now is changed.
[Chasnge Spindle State] button : The spindle tool number-D set up now is changed.
[Change Next] button : The standby tool keeper number set up now is
changed.
[Change Next State] button : Standby tool keeper number-D set up now is
changed.

(2) Value is input, and when the user presses the button of the spindle / standby tool
number to make changes, the spindle / standby tool number is changed.

Example): When two is input, and the main axis change button is pressed, the main
axis number is changed to two.

・ Input
It is a function to input the value with a button. The cursor is set to an arbitrary
place, and after the value is input, the input button is pressed.

7-33
SYSTEM 7-6. PITCH ERROR CORRECTION PARAMETER SCREEN

7-6. PITCH ERROR CORRECTION PARAMETER SCREEN

The pitch error correction parameter of each axis is displayed, and set. The pitch
according to setting.
The thing to correct the error of each axis can be done. The pitch error correction
parameter is not set according to each machine, and do not change basically, please.

① ②

① Pitch error correction parameter number


A pitch-error-compensation parameter number is displayed.
A pitch-error-compensation parameter number exists to #4101-5124. This number is
searched in No. search.

② Pitch error correction parameter display


The pitch error correction parameter is displayed.

7-34
SYSTEM 7-6. PITCH ERROR CORRECTION PARAMETER SCREEN

Functions of the soft keys:

[SV PRM] button : Servo parameter screen is displayed.


[ETHPRM] button : The Ethernet parameter screen is displayed.
[OPRT] button : A functional list of a system parameter screen is displayed.

Button arrangement when pushing the following button:

[Periodic Mainte] button : Periodic Maintenance screen is displayed


[OPRT] button : The functional list of system parameters is displayed.

Button arrangement when pushing the following button (2):

[PARAM] button : Move to a system-parameter screen.


[Initializ Abs Pos] button : Magazine parameter screen is displayed.
[PMC] button : The button of the function belonging to PMC is displayed.
[MG] button : Move to a magazine parameter screen.
(If the display is enabled)
[OPRT] button : Display the functional list at the time of a pitch error
compensation parameter screen display.

When the {PMC} button is pushed:

[PMCLAD]button : Start the ladder editing software.


[PMCDGN]button : Diagnosis nose screen is displayed
[HMI]button : Mitsubishi HMI is displayed.

7-35
SYSTEM 7-6. PITCH ERROR CORRECTION PARAMETER SCREEN

{OPRT} button is pushed:

[NO.SRH] button : No. search is performed.


[+ Input] button : Perform + input.
[Input] button : Data is usually inputted.

Pitch error correction parameter screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Pitch error correction parameter screen function:

Function list:
・ No. search
・ + input
・ Input

7-36
SYSTEM 7-6. PITCH ERROR CORRECTION PARAMETER SCREEN

Operation:

・ Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.
Cursor movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used to input the value. When the value under the input is
deleted by one character, the CAN key is pressed.

・ Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

7-37
SYSTEM 7-6. PITCH ERROR CORRECTION PARAMETER SCREEN

The function is detailed:

・ No. search
It is a function to search for the pitch error correction parameter number.

(1) The searched number is input, and the No. search button is pressed.

(2) The cursor moves to the search object.

Example): When 4180 is input, and the No. search button is pressed, the No. search
is executed.

・ Input
It is the function to input a value using a button. Cursor is united with arbitrary
places and an input button is pushed after inputting a value.

7-38
SYSTEM 7-6. PITCH ERROR CORRECTION PARAMETER SCREEN

・ + input
It is a function to add the input value to a set value and to input the value. The
cursor is set to an arbitrary place, and after the value is input, + input button is
pressed.

Example): Set value 10.000+ value of input 20.000= value 30.000 of the final input
is input.

7-39
SYSTEM 7-7. SERVO PARAMETER SCREEN

7-7. SERVO PARAMETER SCREEN

The screen where the servo parameter which relates to each axis is displayed, and set
the servo parameter
It is a parameter set individually in each axis.


② ③

① Servo parameter number


The number of a servo parameter is displayed. A servo parameter number exists to
#2201-2456. This number is searched in No. search.

② Servo parameter comment display


The comment on each parameter is displayed.

③ Servo parameter input column


It is the column which inputs a servo parameter. For the parameter individually set
up for every axis, the input column of a maximum of five lines is secured, and it has
become the input column of X, Y, Z and A, and C axis from the top at order.

7-40
SYSTEM 7-7. SERVO PARAMETER SCREEN

Functions of the soft keys:

[PITCH] button : The pitch-error-compensation parameter screen is displayed.


[ETHPRM] button : The Ethernet parameter screen is displayed.
[OPRT] button : A functional list of a system parameter screen is displayed.

Button arrangement when pushing the following button:

[Periodic Mainte] button : Periodic Maintenance screen is displayed


[OPRT] button : The functional list of system parameters is displayed.

Button arrangement when pushing the following button (2):

[PARAM] button : Move to a system-parameter screen.


[Initializ Abs Pos] button : Magazine parameter screen is displayed.
[PMC] button : The button of the function belonging to MC is displayed.
[MG] button : Move to a magazine parameter screen. (If the display is
enabled)
[OPRT] button : Display the functional list at the time of a pitch error
compensation parameter screen display.

When the {PMC} button is pushed:

[PMCLAD]button : Start the ladder editing software.


[PMCDGN]button : Diagnosis nose screen is displayed
[HMI]button : Mitsubishi HMI is displayed.

7-41
SYSTEM 7-7. SERVO PARAMETER SCREEN

{OPRT} button is pushed:

[NO.SRH] button : No. search is performed.


[Input] button : Data is usually inputted.

Servo parameter screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Servo parameter screen function:

Function list:
・ No. search
・ Input

7-42
SYSTEM 7-7. SERVO PARAMETER SCREEN

Operation:

・ Movement of cursor
In order to move cursor, a direction key top and the bottom are used.
Cursor movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used to input the value. When the value under the input is
deleted by one character, the CAN key is pressed.

・ Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

The function is detailed:

・ No. search
It is a function to search for the servo parameter number.

(1) The searched number is input, and the No. search button is pressed.

7-43
SYSTEM 7-7. SERVO PARAMETER SCREEN

(2) The cursor moves to the search object.

Example): When 2210 is input, and the No. search button is pressed, the No. search
is executed.

・Parameter List
This is a function to display the system parameters for each type.

(1) Presses the para type button, the button arrangement will change as follows.

(2) Then press the button of the parameter you want to display.

Example): When you press the basic axis specification button, you will see the basic axis
specification parameters.

7-44
SYSTEM 7-8. ETHERNET PARAMETER SCREEN

・ Input
It is the function to input a value using a button. Cursor is united with arbitrary
places and an input button is pushed after inputting a value.

7-45
SYSTEM 7-8. ETHERNET PARAMETER SCREEN

7-8. ETHERNET PARAMETER SCREEN

The screen where the Ethernet parameter which relates to the Ethernet
communication is displayed, and set.


② ③

① Ethernet parameter number


The number of the Ethernet parameter is displayed. A servo parameter number exists
to #1925-9781. This number is searched in No. search.

② Ethernet parameter comment display


The comment on each parameter is displayed.

③ Ethernet parameter input column


It is a column which inputs the Ethernet parameter.

7-46
SYSTEM 7-8. ETHERNET PARAMETER SCREEN

Functions of the soft keys:

[PITCH] button : The pitch-error-compensation parameter screen is displayed.


[SV PRM] button : The servo parameter screen is displayed.
[OPRT] button : A functional list of a system parameter screen is displayed.

Button arrangement when pushing the following button:

[Periodic Mainte] button : Periodic Maintenance screen is displayed


[OPRT] button : The functional list of system parameters is displayed.

Button arrangement when pushing the following button (2):

[PARAM] button : Move to a system-parameter screen.


[Initializ Abs Pos] button : Magazine parameter screen is displayed.
[PMC] button : The button of the function belonging to MC is displayed.
[MG] button : Move to a magazine parameter screen.
[OPRT] button : Display the functional list at the time of a pitch error
compensation parameter screen display.

When the {PMC} button is pushed:

[PMCLAD]button : Start the ladder editing software.


[PMCDGN]button : Diagnosis nose screen is displayed
[HMI]button : Mitsubishi HMI is displayed.

7-47
SYSTEM 7-8. ETHERNET PARAMETER SCREEN

{OPRT} button is pushed:

[NO.SRH] button : No. search is performed.


[Input] button : Data is usually inputted.

Ethernet parameter screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Ethernet parameter screen function:

Function list:
・ No. search
・ Input

7-48
SYSTEM 7-8. ETHERNET PARAMETER SCREEN

Operation:

・ Movement of cursor
In order to move cursor, a direction key top and the bottom are used.
Cursor movement moves per grid, as shown in the following figure.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used to input the value. When the value under the input is
deleted by one character, the CAN key is pressed.

・ Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

7-49
SYSTEM 7-8. ETHERNET PARAMETER SCREEN

The function is detailed:

・ No. search
It is a function to search for the Ethernet parameter number.

(1) The searched number is input, and the No. search button is pressed.

(2) The cursor moves to the search object.

Example): When 1926 is input, and the No. search button is pressed, the No. search
is executed.

・ Input
It is the function to input a value using a button. Cursor is united with arbitrary
places and an input button is pushed after inputting a value.

7-50
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

7-9. PERIODIC MAINTENANCE SCREEN

The screen is displayed of the item what maintenance is necessary, and can be edited.
And it is referred and edited the maintenance time.

① ⑥
③ ④ ⑤

① Maintenance time status display


To the maintenance item, I will sign displays the maintenance of situation.

② Item Name
The maintenance items are displayed. You can change the addition, deletion, and item
name by editing.

③ Check period
The life time are displayed.

④ Remaining time
And then displays the time required maintenance. You can change the time by editing.

⑤ Count type
The count type are displayed. You can change the type by the editing.

7-51
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

⑥ Reset button
This is the button to reset the remaining time of the item. Remaining time becomes
less than 0 hours, it will be displayed in red for items that has passed the exchange
and inspection period.

⑦ Lubrication chart
Than machine instruction manual, to display the refueling table. The contents to
be displayed will differ depending on the model options contents of the customer.
Make the enlarged display by touching the image portion.
(※ enlarged display is only available when panel touch feature is enabled.)

To return to the original size, and then touch the enlarged image.

7-52
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

Functions of the soft keys:

[(OPRT)]button : The regular maintenance screen function list is displayed.

Button arrangement when pushing the following button:

[PARAM] button : Move to a system-parameter screen.


[Initializ Abs Pos] button : Magazine parameter screen is displayed.
[PMC] button : The button of the function belonging to MC is displayed.
[MG] button : Move to a magazine parameter screen.
[OPRT] button : Display the functional list at the time of a pitch error
compensation parameter screen display.

When the {PMC} button is pushed:

[PMCLAD]button : Start the ladder editing software.


[PMCDGN]button : Diagnosis nose screen is displayed
[HMI]button : Mitsubishi HMI is displayed.

Button arrangement when pushing the following button (2Time):

[PITCH] button : The pitch-error-compensation parameter screen is displayed.


[SV PRM] button : The servo parameter screen is displayed.
[ETHPRM] button : The Ethernet parameter screen is displayed.
[OPRT] button : A functional list of a system parameter screen is displayed.

7-53
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

Button arrangement when displaying watch item (item name)

[Type] button : Shift to the regular maintenance screen registration item


candidate display.
[Clear] button : The selection item is deleted.
[Detail] button : The check seat software of the watch item is started. (Only when
the item is registered by the registration item candidate
(machine))
[INPUT]button : Input usually.

When the next button is pressed:

[READ] button : Watch item information to the NC memory and the registration
item candidate of the user making are input to a USB Memory
or HD, FTP Server.
[PUNCH] button : Watch item information to the NC memory and the registration
item candidate of the user making are outputted from a USB
Memory or HD, FTP Server.
[ALL Reset]button : It will return the settings to the initial state.

[State] button : The watch item display screen is displayed.


[MACHIN] button : The registration item candidate display (machine) is displayed.
[NC] button : The registration item candidate display (NC) is displayed.
[Custom] button : The registration item candidate display (Custom) is displayed.
[(OPRT)]button : The registration item candidate operation is displayed.

7-54
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

[Select] button : The watch item display screen is displayed.

[Select] button : The item selecting now is selected as a registration item.


[Clear] button : The item under the selection is deleted.
[+INPUT] button : The character is adding input in the selection item.
[INPUT]button : The character is input to the selection item.

7-55
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

Ethernet parameter screen operation:

Operation list:
・ Movement of cursor
・ Page sending
・ Value input
・ Value extraction

Feature List:
・Display of monitoring items
・And deletion of monitoring items
・And change of monitoring items
・Item remaining time reset of
・Editing count type
・Check sheet editing
・Adding custom items
・And change of custom items
・Delete the custom item
・Initialization of display
・Punch
・Reed

7-56
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

Operation:

・ Movement of cursor
In order to move cursor, a direction top, bottom, left, and right key are used. The
cursor movement moves in each cell as shown in the figure below.

・ Value input
The INPUT key is used to input the value. When the value under the input is
deleted by one character, the CAN key is pressed.

7-57
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

・ Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

・ Display of warning
When the remainder time of any of the watch items passes, warning comes to be
displayed on the alarm message screen.

7-58
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

The function is detailed:

- Watch item display

① ② ③ ⑤ ⑥ ⑦

① State of watch
The count of present is shown.
(Space) : Count stop inside of present
@ : In counting
* : The remainder time none

② Item number
Item number is shown.

③ Name of Item
The name of the item is displayed. When 41 characters or more are input, over 41st
characters is erased.

④ Check period
Longevity is shown. When the count is reset, the remainder time becomes equal to
the value of the longevity set here.

⑤The remainder time


The remainder time until generating of the alarm of the watch item is displayed.
The unit is hour. It displays value within the range from 0 to 99999.

7-59
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

⑥ Count type
The count type is displayed. Each count type decreases the remainder time in
showing in the following tables.

----- : The remainder time is not decreased.


All : Count regardless of the state of the machine.
PowerOn : State whose power supply of machine is On.
Rdy or Run : While the machine is not stopping the emergency when
being energizing.
Run : State to be driving automatic operation.
Cut : State when it is being cut

⑦ Reset Button
When the user presses each button, the remaining time of the corresponding row is
reset, it will be the same value as the check period.

- Deletion of watch item

(1) The cursor is moved at the item name or the remainder time of item No which
wants to be deleted.

(2) The button arrangement changes into the following states when “Clear” button
is pressed.

7-60
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

(3) When “Exec” button is pressed, the item is deleted.

- Change in watch item

An arbitrary item name of watch item (item name) display screen is overwritten in
the registration item candidate.

(1) The registration destination is chosen on watch item (item name) display screen,
and “Entry” button is pressed.

(2) Cursor is put on the item which wants to register, and when the machine, NC or
the custom button is pressed, the registration candidate list is displayed.

7-61
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

(3) The operation button is pressed on each registration item list screen.

Watch item name list (Machine) Watch item name list (NC)

Watch item name list (Custom)

(4) The button arrangement changes as follows if the cursor is matched to the item
which wants to register, and the “Select” button is pressed.

(5) When the execution button is pressed, item name is changed.

7-62
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

- Reset at the remainder time of item

The remainder time of the item is overwrited at the longevity time.

(1) The cursor is moved to item of line which wants to reset the remainder time.

(2) When “Clear” button is pressed, the button arrangement is changed as follows.

(3) If “Exec” button is pressed, the remainder time reaches longevity time and the
same value.

7-63
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

- Edit of count type

The count type is changed.

(1) When the type button is pressed, the button arrangement is changed as follows.

(2) The cursor is moved to item of line which wants to change the count type.

(3) With pressing "No" button, "All" button, "Power on" button, "Run" button or
"Cut" button, the count type is changed.

7-64
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

- Check seat edit

The check seat screen starts when “Detail” button is pressed while selecting an
arbitrary item.

② ③ ④ ⑤

① Item number and item name


The number and the item name of the selected watch item are displayed.

② Date
The date when it was checked is displayed.

③ Time
The time when it was checked is displayed.

④ Span
The period passed since it is checked is displayed by time.

⑤ Entry column
It is a free filling in column. For instance, please use to record of name of the
person who fill in the check list, or to record the amount of the replenishment oil.

7-65
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

The operation of the Arumatik each button becomes impossible while the check seat
software is starting. Please operate Arumatik after ending software pushing “Exit”
button.
The check seat is operated as follows.

(1) The check seat software is started by pushing a detailed button.

(2) When the input button is pressed, a new item is made.

7-66
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

(3) After it is input in on the input box, the item is input to the input column by
pressing the Input key or "Save" button is pressed.

(4) The edit mode is ended pressing preservation.

(5) With pressing “EXT” button, it is back to the Arumatik operation.

7-67
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

- Addition of custom item

An arbitrary item name can be added about the watch item. It is able to add as
follows.

(1) With pushing "Operation" button after the custom item is selected, the state of
the display of the button of the figure below is changed.

(2) The cursor moves to the item of the non-setting with ↑ and ↓ key.

(3) After the added item name is input, "INPUT" button is pushed. The item name
is displayed at the position with the cursor.

- Change in custom item

(1) With pushing "Operation" button after the custom item is selected, the state of
the display of the button of the figure below is changed.

(2) The cursor moves to the item which wants to change with ↑ and ↓ key.

(3) After the changed item name is input, "Input" button is pushed. The item name
is changed to the position with the cursor. When "+ INPUT" is pressed, It is
added after a present content.

7-68
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

- Deletion of custom item

(1) With pushing "Operation" button after the custom item is selected, the state of
the display of the button of the figure below is changed.

(2) The cursor moves to the item which wants to delete with ↑ and ↓ key.

(3) When a clear button is pushed, the content of a present line is deleted.

- Initialization of display

If you hope to re-displayed in the language which you is using, or you hope to return
all to the initial state, this function will be used. In the following manner, to
perform the initialization.

(1) The display of the button you do the following.

(2) "ALL Reset" button is pressed. The following buttons are displayed.

(3) When you press "EXEC" button, to return to the initial state.

7-69
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

- Punch

It is a function to preserve the watch item information and the user making data set
in the NC memory to an external storage device. You can store CF cards, USB type
recording media, HD (Built in disk), or FTP server.

Punched file kind:


(3) Watch item information Form: MAINTENA.DAT
(4) Registration item candidate of user making Form: MAINTEMC.DAT

(1) The button arrangement changes as follows if the punch button is pressed. (It
is not possible to output to the serial connection equipment on this screen)

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(4) When the EXEC button is pushed, he watch item information and the user
making in the NC memory is saved in the device selected in (1). When the
program of a same name has already existed, the check message of overwrite is
displayed. A cancellation button is pushed when canceling an execution button
and a punch to overwrite.

7-70
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

- Read

This function overwrites watch item information and the user making data saved
externally to NC memory.

Read file kind:


Watch item information Form: MAINTENA.DAT
Registration item candidate of user making Form: MAINTEMC.DAT

(5) The button arrangement changes as follows if the punch button is pressed. (It
is not possible to output to the serial connection equipment on this screen)

(6) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) When the folder function is enabled, the load destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the load
destination and click "<←>", the load subfolder name is reflected in the input
field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

Notes) About the file making for the Read


Miscommunication might be generated by the difference of the language of the set
language and the personal computer which uses. Please edit the file output from
the punch function of this screen after thoroughly setting the language on
Arumatik and the language of the personal computer which uses. Moreover, please
do not do the operation which corresponds to changing the language code etc. when
editing.

7-71
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

Note) Example of file format description content

(1) Watch item information (MAINTENA.DAT)

% The file reading is begun from %.


G10_L60_P01_A8_R-10_[LUBRICANT]_Q3
G10_L60_P02_A8_R-5_[CUTTNG OIL]_Q3

G10_L60_P10_A148_R-2_[AIR UNIT EULER]_Q2
% The file reading is ended with %.

Explanation of each parameter

G10_L60_Pp_Aa_Rr_[n]_Qq

P : Item number
Set by the integer of between 1 and 10.

A : Longevity

R : The remainder time


Set by the integer of between -99999 and 99999.

N : Item name
Caution)The following characters cannot be used. : * [ ]

Q :Count Type
0 : Invalidity 3 : In Driving
1 : All Time 4 : In Cutting
2 : On Power 5 : Drivable

Ex) G10 L60 P02 A8000 R-5000 [LUBRICANT] Q3

The second item of watch item information: longevity 8000 hours


Remainder time : 5000 hours
Item name : "Lubricant"
Count type : "Be driving".

7-72
SYSTEM 7-9. PERIODIC MAINTENANCE SCREEN

(2) Registration item candidate of user making (MAINTEMC.DAT)

% The file reading is begun from %


G10_L61_P01_[]
G10_L61_P02_[ Arrangement stand cleaning ]

G10_L61_P10_[]
% The file reading is ended with %

Explanation of each parameter

G10_L61_Pp_[n]

P : Item number
Set by the integer of between 1 and 10.

N : Item name
Caution)The following characters cannot be used. : * [ ]

Ex) G10 L61 P02 [Arrangement stand cleaning]

The second item of watch item information: “Arrangement stand cleaning”

7-73
SYSTEM

Note

7-74
8. MESSAGE

8-1
MESSAGE 8-1. MESSAGE SCREEN LIST

8. MESSAGE

This chapter explains the screen belonging to the MESSAGE key (message screen).

MESSAGE

8-1. MESSAGE SCREEN AND FUNCTIONAL LIST

8-2. MESSAGE SCREEN


Display: NC message display, stop code display, and alarm message display
OP message display and message career display

8-2
MESSAGE 8-2. MESSAGE SCREEN

8-2. MESSAGE SCREEN

NC message and stop code and alarm message, OP message, and message
The career is displayed.

① Message display
The kind of message which has been selected now is displayed.

8-3
MESSAGE 8-2. MESSAGE SCREEN

Message kind list:


Number of
Display item Content maximum
displays
Operation alarm, a program error, MCP alarm,
NC alarm 10 pieces
servo alarm, system alarm, etc. are displayed.
An automatic operation state or the halt condition
Stop code (ST code) 4 pieces
under automatic operation is displayed.
The message such as abnormal machines is
Alarm message 4 pieces
displayed.
The message of operator information is displayed.
Operator message Moreover, the macro alarm message of # 3000 is 4 pieces
displayed.
The history of the alarm generated by the present
Message history and a message is displayed. A maximum of 50 50 pieces
pieces can be displayed.

Functions of the soft keys:

[NC MSG] button : Display NC message under generating.


[ST CODE] button : Display the stop code under generating.
[ALMS] button : Display the alarm message under generating.
[OP MSG] button : Display the operator message under generating.
[HISTRY] button : Display the history of the message generated by the present.

Next button is pressed when the button is located:

[CLEAR]button : Clear the alarm history


[PUNCH]button : Save alarm message of NC memory to the USB type
of recording medium, or the Built-in disk or FTP
server.
[MANUAL]button : Display the alarm manual of this screen.

8-4
MESSAGE 8-2. MESSAGE SCREEN

Message screen operation:

Operation list:
・ Movement of cursor
・ Page sending (Only the message career display :)

Message screen function:

Feature List:
・Guidance Display
・Punch

Operation by the Gesture:


When swiping to the left or right direction, display of alarm list is changed. Display
the type of alarm you want to change is the order of the buttons that are displayed
first.

8-5
MESSAGE 8-2. MESSAGE SCREEN

Operation:

・ Movement of cursor
[↑][↓]key is used in order to move cursor. Cursor movement moves per grid, as
shown in the following figure.

・ Page sending (Only the message career display :)


Page ↑↓ key is used for doing page sending.

・ Guidance display
If a detailed explanation of the alarm is to display, the cursor will be is set to the line
which wants to be displayed, and "Help" button will be pushed. The following alarm
guidance is displayed.

8-6
MESSAGE 8-2. MESSAGE SCREEN

・Punch
It is function that the alarm message of NC is to save to an external storage device.
You can store CF cards, USB type recording media, HD (Built in disk), or FTP server.

(1) Presses the punch button, button arrangement will change as follows.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "ALARM1.CSV".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the tool offset data in the NC memory is saved
in the device selected in (1). When the program of a same name has already
existed, the check message of overwrite is displayed. A cancellation button is
pushed when canceling an execution button and a punch to overwrite.

8-7
9. GRAPHIC

9-1
GRAPHIC 9-1. GRAPHIC SCREEN AND FUNCTION LIST

9. GRAPHIC

This chapter explains the screen belonging to GRAPH key.

GRAPH

9-1. GRAPHIC SCREEN AND FUNCTION LIST

9-2. GRAPHIC SCREEN


Function:
Drawing
Clear drawing
Drawing starting point movement
Drawing magnification change
Change on drawing side
Change in the painter's coordinate system

9-2
GRAPHIC 9-2. GRAPHIC SCREEN

9-2. GRAPHIC SCREEN

It is possible to draw in the tool route of the program which has been selected now.
Drawing is possible in Edit mode and the Mem mode (including memory card operation).

② ③

① Tool route display


The tool path of the program under operation is displayed. The starting point of
drawing, magnification, and a drawing side can be changed.

② Program display
The program chosen and run now is displayed.

③ Drawing side and magnification display


The drawing side and the magnification are displayed. The display is changed
according to the change on the drawing side.

9-3
GRAPHIC 9-2. GRAPHIC SCREEN

Functions of the soft keys:

[REF ←] button : Move the starting point of drawing to the left.


[REF ↑] button : Move the starting point of drawing upwards.
[REF ↓] button : Move the starting point of drawing downward.
[REF →] button : Move the starting point of drawing to the right.
[CENTER] button : Move focusing on the starting point of drawing.
[DRAW] button : Start drawing.
[CLEAR] button : Clear drawing.
[MAG] button : Change the magnification of drawing.
[D SIDE] button : Change a drawing side.
Workpiece Coordinate The coordinate that serves as a reference for drawing, is
/Machine Coordinate changed to the work piece coordinate from the machine
:
coordinate or to the machine coordinate from the work piece
coordinate.

ALTER If you want to see six or more axes, change the axis to be displayed.

9-4
GRAPHIC 9-2. GRAPHIC SCREEN

Message screen basic operation:

Basic operation list:


・ Drawing starting point movement

Function list:
・ Drawing beginning
・ Drawing clearness
・ Drawing magnification change
・ Change on drawing side
・ Change in the painter's coordinate system

9-5
GRAPHIC 9-2. GRAPHIC SCREEN

Operation by Gesture:

- Movement of viewpoint

While tap the green of the points, which means the point of view, release from the
screen after move to the viewpoint position you want to change.

- Rotation

If want to rotate the transverse direction to the axis towards the screen, when swipe
with two fingers upward or downward, rotation angle value of the right side will be
changed. When your finger is released from the screen, draw again in specified
angle if it is drawn.

If want to rotate the vertical direction to the axis towards the screen, when swiping
with two fingers to the right or the left direction, rotation angle value of the right

9-6
GRAPHIC 9-2. GRAPHIC SCREEN

side will be changed. When your finger is released from the screen, draw again in
specified angle if it is drawn.

If want to rotate with respect to the vertical axis on the screen, when the rotation
indicated by the two fingers to the right or the left direction, rotation angle value of
the right side will be changed. When you release your finger from the screen, drawn
again in specified angle if it is drawn.

To return the rotation state to the initial state, do double-tap (touching as tap twice)
on the screen that is shown rotation state.

- Scaling display

The expand gesture will be done if the display magnification is hoped to enlarge, or
the shrinking gesture will be done if the display magnification is hoped to shrinke.
While operating, right next to the magnification is changed. When your finger is
released from the screen, draw again with specified magnification if it is drawn.

9-7
GRAPHIC 9-2. GRAPHIC SCREEN

- Change the viewing axis

If change the display axis type, rotation gesture is done on the axis display to the
right. The order in which they are change is equivalent to the order of the buttons.
When you release your finger from the screen, draw again in specified display axis
type if it is drawn.

9-8
GRAPHIC 9-2. GRAPHIC SCREEN

Operation:

・ Drawing starting point movement


The starting point of drawing is moved. The starting point is expressed as with a
green circle, and drawing begins from the position of the starting point.

(1) The starting point moves with the REF* switch. If a central button is pushed, it
can return focusing on the starting point.

Example): REF← button is pushed, and the starting point of drawing is moved left.

9-9
GRAPHIC 9-2. GRAPHIC SCREEN

The function is detailed:

・ Drawing
Drawing is started.

Procedure:

(1) Select EDIT mode or MEM mode in a program edit display, and do O search of
the program which wants to draw.

(2) Display a graphic screen, move the drawing starting point to arbitrary places,
and push a {DRAW}.

(3) After pushing a drawing button, the message which shows the completion of
drawing preparation is displayed on the screen lower right.

(4) Drawing will be started after display the message. The message which shows
under drawing is displayed on the lower right of a tool path display during
drawing.

9-10
GRAPHIC 9-2. GRAPHIC SCREEN

・ Drawing clearance
It is the function which eliminates the graphics currently displayed on the tool-path
display. A drawing clearance can be used after finished drawing.

(1) A push on a clear button eliminates the graphics currently displayed.

9-11
GRAPHIC 9-2. GRAPHIC SCREEN

・ Drawing magnification change


It is a function to change a graphic drawing magnification. According to the specified
magnification, show the tool path. If they are already drawn, they are re-drawn.

(1) A magnification button is pushed.

(2) The button arrangement changes as follows if the magnification button is pressed.

(3) The magnification of x1 and x 2 drawing changes if {MAG+} button is pressed.


{MAG-} button
The magnification of x3 and x2 drawing changes if pressed multiple times. When
done in the drawn state, it will be redrawn to fit the change of inclination of the
axis. In addition, when you press the draw button, it will be redraw in the state
tailored to the inclination of the modified axis.A present drawing magnification is
displayed in the drawing side and the magnification display.

Display magnification × display magnification × five times a time

Display magnification

9-12
GRAPHIC 9-2. GRAPHIC SCREEN

・ Change on drawing side


It is the function to change the point of view of the drawing. According to view of
the drawing that you change, the tool path is displayed. If they are already drawn,
they are re-drawn.

(1) The drawing side button is pressed.

(2) The button arrangement changes as follows if the drawing side button is pressed.

(3) A push on each button of XY, YZ, ZY, XZ, and XYZ changes the display of a
drawing side or a magnification display. When done in the drawn state, it will be
redrawn to fit the change of inclination of the axis. In addition, when you press
the draw button, it will be redraw in the state tailored to the inclination of the
modified axis.

Drawing side XY Drawing side XYZ

9-13
GRAPHIC 9-2. GRAPHIC SCREEN

・ Change in the painter's coordinate system


It is the function that used to change the coordinate system to draw. At initial, it is
the work coordinate system, if it is hoped to be changed to the machine coordinate
system, press "Work piece Coordinate" button. When press again, be backed to the
work piece coordinate system. If they are already drawn, they are re-drawn.

・Drawing surface axis tilt setting


This is a function to set the slope of the plot axes. Displays the tool path in
accordance with the inclination that has been set.

(1) Press the drawing surface button.

(2) Press the Next button.

(3) When the user presses the button to the next, to display a button that you can
set the inclination of the axis up, down, left, or right

[REF↑]button : On the basis of the left and right direction of the axis of
the initial display, and rotated upward direction.
[REF↓]button : On the basis of the left and right direction of the
axis of the initial display, and then rotated
downward direction.
[REF←]button : With respect to the vertical direction of the axis of
the initial display, it will rotate in a clockwise
direction.
[REF→]button : Relative to the vertical axis of the initial display, to
rotate counterclockwise.
[Reposit]button : To return to the first of the displayed axis state.

9-14
GRAPHIC 9-2. GRAPHIC SCREEN

Example):Relative to the vertical axis by pressing the shaft → button to rotate


counterclockwise.

(4) When further pressed the button to the next, the inclination of the axis clockwise,
to display a button that can be set in a counter-clockwise.

Clockwise button : With respect to the vertical direction of the axis of the
initial display, I will rotate in a clockwise direction
Counterclockwise : Relative to the vertical axis of the initial display,
button to rotate counterclockwise.
[Reposit]button : To return to the first of the displayed axis state.

Example):Relative to the vertical axis presses the clockwise button to rotate clockwise.

(5) When done in the drawn state, it will be redrawn to fit the change of inclination
of the axis. In addition, when you press the draw button, it will be redraw in the
state tailored to the inclination of the modified axis.

9-15
10. CUSTOM

10-1
CUSTOM 10-1. CUSTOM SCREEN AND FUNCTIONAL LIST

10. CUSTOM

This chapter explains the screen belonging to CUSTOM1 key (custom-made screen).

CUSTOM1

10-1. CUSTOM SCREEN AND FUNCTIONAL LIST

10-2. CUSTOM MAIN MENU SCREEN


10-3. WORK SET SCREEN
10-3-1. SETTING SCREEN
10-3-2. EDGE SIDE MEASUREMENT SCREEN
10-3-3. CENTER MEASUREMENT SCREEN
10-3-4. THREE POINT CENTER SCREEN
10-3-5. CORNER MEASUREMENT SCREEN
10-4.TOOL MANAGEMENT SCREEN
10-4-1. NORMAL SCREEN
10-4-2. EXTENDED SCREEN
10-4-3. INTEGRATED SCREEN
10-5. TOOL LENGTH MEASUREMENT SCREEN
10-6. KITAMURA MONITOR SCREEN
10-7. AUXILIARY FUNCTION SCREEN
10-8. MACHINE MAINTENANCE SCREEN
10-8-1. THE STATE OF ATC SCREEN
10-8-2. THE STATE OF APC SCREEN
10-8-3. THE RECORD OF ABNORMAL LOAD SCREEN
10-8-3. MACHINE TEMPERATURE SCREEN
10-9. MAINTENANCE SUPPORT SCREEN
10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN
10-10-1. NORMAL SCREEN
10-10-2. EXTENDED SCREEN
10-11. QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN
10-12. PALLET RECOGNITION SCREEN

10-2
CUSTOM 10-2. CUSTOM MAIN MENU SCREEN

10-2. CUSTOM MAIN MENU SCREEN

The menu belonging to the custom screen is displayed. With the custom screen, the
operator can set up the each function with just a few keystrokes.

① Custom main menu screen


The list of the custom menu is displayed.

10-3
CUSTOM 10-2. CUSTOM MAIN MENU SCREEN

Functions of the soft keys:

[WR-SET] button : WORK SET screen will be displayed.


[TOOL MANAGE] button : Tool management menu will be displayed.
[G/M LIST] button : Auxiliary list screen will be displayed.
[MAINTE] button : Machine maintenance screen will be displayed.
[SUPORT] button : Maintenance support screen will be displayed.

Button arrangement when pushing the following button:

[PROCES] button : Processing accuracy level selection screen will be displayed.

10-4
CUSTOM 10-3. WORK SET SCREEN

10-3. WORK SET SCREEN

With the custom screen, the operator can set up the work offsets with just a few
Keystrokes. Four types of measurements are possible.

① Work set menu display


A list of a provision menu is displayed.

10-5
CUSTOM 10-3. WORK SET SCREEN

Functions of the soft keys:

[SIDE] button : Move to an end-face measurement screen.


[CENTER] button : Move to a main measurement screen.
[3 POINT] button : Move to a three-point center measurement screen.
[CORNER] button : Move to a corner measurement screen.
[RETURN] button : Return to custom-made menu panel.

Button arrangement when pushing the following button:

[Probe Setting] button : Move to a provision setting screen.


[RETURN] button : Return to custom-made menu panel.

10-6
CUSTOM 10-3-1. SETTING SCREEN

10-3-1. SETTING SCREEN

A setup about a provision function is performed. On a provision setting screen, a tool


radius, the amounts X and Y of tool compensation, and tool length are set up. A value
is set up according to the form of a tool.

① Setting display
A setup of provision is displayed.

A tool radius, the amounts X and Y of tool compensation, and tool length can be set up.

10-7
CUSTOM 10-3-1. SETTING SCREEN

Functions of the soft keys:

[RETURN] button: Return to provision menu panel.

10-8
CUSTOM 10-3-1. SETTING SCREEN

Setting screen basic operation:

Basic operation list:


・ Movement of cursor
・ Value input
・ Value extraction

Setting screen setting operation:

Setting list:
・ Tool radius
・ Tool compensation X
・ Tool compensation Y
・ Tool length

10-9
CUSTOM 10-3-1. SETTING SCREEN

Basic operation:

・ Movement of cursor
In order to move cursor, a direction key top and the bottom are used.

・ Value input
The INPUT key is used in order to perform a value input.
Input value is entered in the value of as it is if you put a decimal point, but if do not
put a decimal point with the value of 1/1000 (in the case of mm, if the inch 1/10000)
when pointed recognition mode is entered.
The CAN key is pressed when carrying out 1 character deletion of the value under
input.

Note: The pointed recognition mode can be changed on the setting screen.

Example): Unite cursor with arbitrary places like the following figure left, input 10. ,
and it is the INPUT key.
If it pushes, 10.000 will be inputted like the following figure right.

10-10
CUSTOM 10-3-1. SETTING SCREEN

・ Value extraction :
The INPUT key is used in order to extract a character string. Cursor is extracted as
shown in the following figure.
When it unites with a character string to carry out and the INPUT key is pressed, a
character string is extracted and it is an input box.
It enters inside.

Setting list:

・ Tool radius
The radius of a measurement tool is set up.

・ Tool compensation X
The X direction shift amount of a measurement tool is set up.

・ Tool compensation Y
The direction shift amount of Y of a measurement tool is set up.

・ Tool length
The length of a measurement tool is set up.

10-11
CUSTOM 10-3-2. EDGE SIDE MEASUREMENT SCREEN

10-3-2. EDGE SIDE MEASUREMENT SCREEN

X+
Y-
Z
X-

Y+


① Work coordinate system display


The work piece coordinate system chosen now is displayed and set up.
The work piece coordinate system displayed and set up can be changed by a page ↑
↓ key.
The work piece coordinate system set up is shifted by a tool radius by the direction to
which an instrument is applied.

② Machine coordinates display


The value which shifted the tool radius to the present machine coordinates turns into
setting of ①.

10-12
CUSTOM 10-3-2. EDGE SIDE MEASUREMENT SCREEN

③ Input guide display


The input guide is displayed. The guidance chart is changed by changing the tab, and
the content of the input matched to work is shown.

④ Probe Radius display


If click here, it will change to the probe configuration screen.

Functions of the soft keys:

[+X POS] button : Set up a work piece coordinate system noting that an instrument
is applied from X+.
[-X POS] button : Set up a work piece coordinate system noting that an instrument
is applied from X-.
[+Y POS] button : Set up a work piece coordinate system noting that an instrument
is applied from Y+.
[-Y POS] button : Set up a work piece coordinate system noting that an instrument
is applied from Y-.
[RETURN] button : Return to provision menu panel.

Button arrangement when pushing the following button:

[Z POS] button : Input a work piece coordinate system noting that an instrument
is applied from Z.
[RETURN] button : Return to provision menu panel.

10-13
CUSTOM 10-3-2. EDGE SIDE MEASUREMENT SCREEN

Edge side measurement screen basic operation:

Basic operation list:


・ Setup display work coordinate system change

Edge side measurement screen function:

Functional list:
・ The direction coordinates input of X+
・ The direction coordinates input of X-
・ The direction coordinates input of Y+
・ The direction coordinates input of Y-
・ Z coordinates input

10-14
CUSTOM 10-3-2. EDGE SIDE MEASUREMENT SCREEN

Operation:

・ Setup display work coordinate system change


In order to change the work coordinate system set up and displayed, a page ↑↓
key is pressed.

Functional details:

・ The direction coordinates input of X+ / direction coordinates input of Y+


When X and the Y-axis were moved in the direction of + and an instrument was
applied to a work, it set up on the 9-3-2. provision setting screen.
It is the function which adds a tool radius to the present machine coordinates, and
is set as X of a work piece coordinate system, and the Y-axis.

(1) A work piece coordinate system to input a coordinate value into is displayed, X
and the Y-axis are moved in the direction of +, and an instrument is applied to a
work.

X+

Y+

10-15
CUSTOM 10-3-2. EDGE SIDE MEASUREMENT SCREEN

(2) A push on X+ coordinates button or Y+ coordinates button sets the value by which
the tool radius was added to the present X and Y-axis machine coordinates as X
of the work piece coordinate system currently displayed, and the Y-axis.

Example): Set up a tool radius with 10., move X and the Y-axis in the direction of
+, apply a measurement tool to a work, and push [+XPOS] button.

10-16
CUSTOM 10-3-2. EDGE SIDE MEASUREMENT SCREEN

・ The direction coordinates input of X- / direction coordinates input of Y-


When X and the Y-axis were moved in the direction of - and an instrument was
applied to a work, it set up on the 9-3-2. provision setting screen.
It is the function which subtracts a tool radius on the present machine coordinates,
and is set as X of a work piece coordinate system, and the Y-axis.

(1) A workpiece coordinate system to input a coordinate value into is displayed, X


and the Y-axis are moved in the direction of -, and an instrument is applied to a
work.

Y-
X-

(2) A push on X-coordinates button or a Y coordinate button sets the value with
which the tool radius was subtracted by the present X and Y-axis machine
coordinates as X of the work piece coordinate system currently displayed, and the
Y-axis.

Example): Set up a tool radius with 10. move X and the Y-axis in the direction
of -, and apply a measurement tool to a work, [-X pos] button is pushed.

10-17
CUSTOM 10-3-2. EDGE SIDE MEASUREMENT SCREEN

・ The direction coordinates input of Z


When it moves to Z shaft orientations and an instrument is applied to a work, it is
the function to set the machine coordinates of the Z-axis as the Z-axis of a work piece
coordinate system.

(1) A work piece coordinate system to input a coordinate value into is displayed, an
axis is moved in the direction of Z, and an instrument is applied to a work.

(2) A push on Z coordinates button sets the value of the present Z-axis machine
coordinates as the Z-axis of the work piece coordinate system currently displayed.

Example): Move an axis in the direction of Z, apply a measurement tool to a work,


and push [Z POS] button.

10-18
CUSTOM 10-3-3. CENTER MEASUREMENT SCREEN

10-3-3. CENTER MEASUREMENT SCREEN

A measurement tool is applied to the both ends of a work, main coordinates are measured,
and it sets up as a workpiece coordinate system. It is mainly used to a square work.

① Work piece coordinate system display


The work piece coordinate system chosen now is displayed and set up. The work piece
coordinate system displayed and set up can be changed by a page ↑↓ key.

② Machine coordinates display


The present machine coordinates are displayed.

10-19
CUSTOM 10-3-3. CENTER MEASUREMENT SCREEN

③ Measurement coordinates display


The measurement coordinates of the measured work both ends are displayed. This
coordinate value is used in order to search for the center of a work. In order to change
the measurement coordinates point of work both ends, a direction key top and the
bottom are pushed.

④ Input guide display


The input guide is displayed. The guidance chart is changed by changing the tab, and
the content of the input matched to work is shown. Moreover, a coordinate’s axis name
which the background is a yellow shows the position of the input object.

⑤ Probe Radius display


If click here, it will change to the probe configuration screen.

Button arrangement when pushing the following button:

[X POS] button : Measure the machine coordinates of the end faces X1 and X2 of
the direction of X.
[Y POS] button : Measure the machine coordinates of the end faces Y1 and Y2 of
the direction of Y.
[SET] button : Set the main coordinates computed from the machine coordinates
of the both ends of X and the direction of Y as a work piece
coordinate system.
[RETURN] button : Return to provision menu panel.

10-20
CUSTOM 10-3-3. CENTER MEASUREMENT SCREEN

Center measurement screen basic operation:

Basic operation list:


・ Setup display work coordinate system change
・ Measurement coordinates point change

Main measurement screen function:

Functional list:
・ The X direction / direction work both-ends center coordinates measurement of Y

10-21
CUSTOM 10-3-3. CENTER MEASUREMENT SCREEN

Basic operation:

・ Setup display work coordinate system change


In order to change the work coordinate system set up and displayed, a page ↑↓
key is pressed.

・ Measuring [ coordinates ] point change


For changing the point (X1, Y1 or X2, Y2) of X and the work both ends for every Y-
axis measuring [ coordinates ], a direction key top and the bottom are pushed.
Usually, when it finishes measuring the point 1 (X1, Y1) measuring [ coordinates ],
it is, It already changes to point 2 (X2, Y2) of one of the two measuring [ coordinates ]
automatically.

Y2

Y1

X1 X2 X1 X2

Y2

Y1

Work inner side measurement Work outside measurement

The present point measuring [coordinates] is surrounded and displayed by [ ].

10-22
CUSTOM 10-3-3. CENTER MEASUREMENT SCREEN

Functional details:

・ The X direction / direction work both-ends center coordinates measurement of Y


It is the function to measure the machine coordinates of the work both ends of the X
directions / the direction of Y, and to search for main coordinates.
The turn of measurement is either if the direction applied to a work is contrary to
the 1st time at the 2nd time.
You may begin.

(1) Touch a measurement tool to one of edge of a work. It is a measurement tool to


X1 of the following figure as an example.

Y2

Y1

X1 X2 X1 X2

Y2

Y1

(2) If X coordinates button is pushed, the present X-axis machine coordinates to the
measurement coordinates display of X1

10-23
CUSTOM 10-3-3. CENTER MEASUREMENT SCREEN

(3) When a measurement tool is first touch to X1, touch a measurement tool to X2.

Y2

Y1

X1 X2 X1 X2

Y2

Y1

(4) If X coordinates button is pushed, the present X-axis machine coordinates to the
measurement coordinates display of X2

(5) It is operated by transposing the procedure of (1) - (4) to Y1 and Y2. X1, X2, Y1,
and Y2 to the work coordinate system which will be displayed now if a setting
button is pushed after completing measurement
The center coordinates of a work are set up.

* Center coordinates are not set up when all coordinate values are not set as the
measurement coordinates display.

10-24
CUSTOM 10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

A measurement tool is applied to three points of a work, the main coordinates of a circle
are measured, and it is as a work coordinate system.
It sets up. It is mainly used to a circular work.


① Work coordinate system display


The work coordinate system chosen now is displayed and set up. The work
coordinate system displayed and set up can be changed by a page ↑↓ key.

10-25
CUSTOM 10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

② Machine coordinates display


The present machine coordinates are displayed.

③ Measurement coordinates display


The measurement coordinates of three measured works are displayed.

④ Input guide display


The input guide is displayed. The position of the input object is shown according to
the background color of the axis name.

⑤ Probe Radius display


If click here, it will change to the probe configuration screen.

Button arrangement when pushing the following button:

[XY POS] button : Measure 3 point X1 of a work, and the machine coordinates of
Y1, X2, Y2, Z3, and Z3.
[SET] button : Set the main coordinates computed from the machine coordinates
of three points of a work as a work piece coordinate system.
[RETURN] button : Return to provision menu panel.

10-26
CUSTOM 10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

Three-point center measurement screen basic operation:

Basic operation list:


・ Setup display work coordinate system change
・ Measurement coordinates point change

Three-point center measurement screen function:

Functional list:
・ Three work center coordinates measurement

10-27
CUSTOM 10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

Basic operation:

・ Setup display work coordinate system change


In order to change the work coordinate system set up and displayed, a page ↑↓
key is pressed.

・ Measuring point change in order to change three points


(X1, Y1 or X2, Y2 or X3, Y3) of a work measuring a direction key top and the bottom
are pushed. Usually, if it finishes measuring the point 1 (X1, Y1) measuring , it will
change to the point 2 (X2, Y2) measuringautomatically, and if it finishes measuring
the point 2 (X2, Y2) measuring, it will change to the point 3
(X3, Y3) measuring automatically.
X2,Y2 X1,Y1

X3,Y3

・Three work measurement The present point measuring [ coordinates ] is surrounded


and displayed by [ ].

10-28
CUSTOM 10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

Functional details:

・ Three work center coordinates measurement


It is the function to measure the machine coordinates of three works and to calculate
main coordinates from a coordinate value.
As long as the position applied to a work is different, you may begin the turn of
measurement from anything.

(1) Apply a measurement tool to either of three points of a work. It is to X1 and Y1


of the following figure as an example.

X2,Y2 X1,Y1

X3,Y3

(2) If XY coordinates button is pushed, the present X and Y-axis machine coordinates
to the measurement coordinates display of X1 and Y1
It is set up. Measuring point [ ] moves to X2 and Y2 automatically in that case.

10-29
CUSTOM 10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

(3) Apply a measurement tool to X2 and Y2.

X2,Y2 X1,Y1

X3,Y3

(4) If XY coordinates button is pushed, the present X and Y-axis machine coordinates
to the measurement coordinates display of X2 and Y2
It is set up. Measuring [coordinates] point [ ] moves to X3 and Y3
automatically in that case.

(5) Apply a measurement tool to X3 and Y3.


X2,Y2 X1,Y1

X3,Y3

10-30
CUSTOM 10-3-4. THREE POINT CENTER MEASUREMENT SCREEN

(6) If XY coordinates button is pushed, the present X and Y-axis machine coordinates
to the measurement coordinates display of X3 and Y3
It is set up. Measuring point [ ] moves to X1 and Y1 automatically in that case.

(7) If a setting button is pushed after completing measurement of X1, X1, Y2, Y2, X3,
and Y3, it will display now.
The main coordinates of a work are set as a work piece coordinate system.

* Main coordinates are not set up when all coordinate values are not set as the
measurement coordinates display.

10-31
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

10-3-5. CORNER MEASUREMENT SCREEN


By applying the measurement tool to four points of work, to measure the corner
coordinates of the work, and set it as the work coordinate system.
Mainly it uses for the square of work.


① Work coordinate system display


View and set work coordinate system that is currently selected.
Display, work coordinate system to be set, you can change the page ↑ ↓ key.
Setting the work piece coordinate system is, the direction of applying the measuring
tool is calculated by the tool radius shifted value.

10-32
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

② Machine coordinates display


It will display the current machine coordinate. Shift the value of the tool radius in
the current machine coordinate is the setting value.

③ Measurement coordinates display


It displays the measurement coordinates of the measured work three points.
The coordinate values are used to determine the corner coordinates of the work.
To change the measurement coordinate point of the work ends, on the direction key,
and then press down.
Measurement coordinate’s display is, by the direction of applying the measurement
tool, to display the tool radius shifted value.

④ Input guide display


It will display the input guide. The position of the target that input I is shown by
the background color of the axis name.

Basic button layout:

[+ DIR] button : Measure the machine coordinates of the direction measuring


planes X3, Y3, X4, and Y4 of + of a work.
[- DIR] button : Measure the machine coordinates of the direction measuring
planes X1, Y1, X2, and Y2 of - of a work.
[SET] button : Set the corner coordinates, which are calculated from the
machine coordinates of the four points of the work to the work
coordinate system.
[RETURN] button : Return to the setup menu screen.

10-33
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

Corner measurement screen basic operation:

Basic operation list:


・ Setup display work piece coordinate system change
・ Measurement coordinates point change

Corner measurement screen function:

Functional list:
・ Corner coordinates measurement

10-34
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

Basic operation:

・ Setup display work coordinate system change


In order to change the work coordinate system set up and displayed, a page ↑↓
key is pressed.

・ Measuring point change


To switch between the four-point coordinate measuring surface of (X1, Y1 or X2, Y2
or X3, Y3 or X4, Y4) of work, on the direction key, and then press down. When
normally finishes measuring the coordinate measuring point 1 (X1, Y1),
automatically switches to the coordinate measuring point 2 (X2, Y2). The same is
true for coordinate measuring point 3 (X3, Y3), 4 (X4, Y4).

The current coordinate measuring [coordinates] point, it has been displayed


enclosed in [ ].

10-35
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

Functional details:

・ Corner coordinates measurement

It is the function for measuring the machine coordinates of the four points of the
work, and obtaining the corner coordinates.
If the position to touch the work is if different on each side, the order of measurement
you may start from any.

(1) It will touch the measurement tool in any of the four points of the work. As shown
in the figure below X1, Y1 and touch the measurement tool as an example.

X1,Y1

X2,Y2

X4,Y4
X3,Y3

(2) Check the direction against the tool, and presses a - direction button, X1, in the
measurement coordinate display of Y1, the current X, the tool radius in the Y-
axis machine coordinate is set a negative value. In that case, the coordinate
measuring surface [ ] will move automatically to the X2, Y2.

10-36
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

(3) Apply a measurement tool to X2 and Y2.

X1,Y1

X2,Y2

X4,Y4
X3,Y3

(4) Check the direction against the tool, and presses + / - direction button, X2, in the
measurement coordinate display of Y2, the current X, the tool radius in the Y-
axis machine coordinate is set a negative value. In that case, the coordinate
measuring surface [ ] will move automatically to the X3, Y3.

10-37
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

(5) Apply a measurement tool to X3 and Y3.

X1,Y1

X2,Y2

X4,Y4
X3,Y3

(6) Check the direction against the tool, and presses a + direction button, X3, in the
measurement coordinate display of Y3, the current X, the tool radius in the Y-
axis machine coordinate is set a positive value. In that case, the coordinate
measuring surface [ ] will move automatically to the X4, Y4

10-38
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

(7) Apply a measurement tool to X4 and Y4.

X1,Y1

X2,Y2

X4,Y4
X3,Y3

(8) Check the direction against the tool, and presses a + direction button, X4, in the
measurement coordinate display of Y4, the current X, the tool radius in the Y-
axis machine coordinate is set a positive value. In that case, the coordinate
measuring surface [ ] will move automatically to the X1, Y1.

10-39
CUSTOM 10-3-5. CORNER MEASUREMENT SCREEN

(9) After completing the measurement of X1,X1,Y2,Y2,X3,Y3,X4,Y4, and presses the


setting button, the work piece coordinate system that is currently displayed, it is
set corner coordinates of the work piece.

Note: If select + or – button, refer as following.


+ Direction When it was applied to the left side from the measuring
point 1 to the direction of movement of 2 (or 4 to 3)
- Direction When it was applied to the right side from the measuring
point 1 to the direction of movement of 2 (or 4 to 3)

+ Direction - Direction

X2,Y2 X1,Y1

X1,Y1 X2,Y2

10-40
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

10-4. TOOL MANAGEMENT SCREEN

10-4-1. NORMAL SCREEN

It can carry out on one screen, such as a setup etc. of the tool name for every tool, the
offset number to be used, the diameter of a large, and a weight tool.
The offset data changed on this screen become the same as having set up on the offset
screen, and the data set as the offset screen on this screen is reflected.
Moreover, a setup of wear compensation can also be performed on this screen.

① T(tool)/P (magazine) number display


A tool keeper number (fixation) and the number (variable) of the magazine in which
the tool is stored are displayed.

② Tool information
Tool information, including a tool name, tool offset, etc., is set up.
It can set up for every tool.

10-41
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Button arrangement (at the time of a tool name setup):

Tool name setup key: A tool name is set up. A cursor is moved to the line of a tool name
and a tool name is set up by pushing a tool name setup key.

State 1 button arrangement (tool state specification):

[STAND] button : Specification which usually treats the set-up tool as a tool
is performed.
[HEAVY] button : Specification which treats the set-up tool as a weight tool is
performed. When treated as a weight tool, if it calls, revolution of
a magazine will be performed at a low speed.
[WIDE] button : Specification which treats the set-up tool as a diameter tool of a
large is performed. A tool is not stored in the magazine of the
neighbors of the diameter tool of a large when treated as a
diameter tool of a large.
[RETURN] button : It returns to a tool management menu screen.

Other button arrangement:

[READ] button : The tool management data obtained with the output button is
applied to NC.
[PUNCH] button : Tool management data is outputted to a recording media.
[T-SEAR] button : T (tool) number is searched.
[RETURN] button : It returns to a tool management menu screen.

10-42
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Tool management screen basic operation:

Basic operation list:


・ Movement of cursor
・ Value input
・ Value extraction

Tool management screen function:

Functional list:
・Tool management
・Tool management output
・Tool management input

10-43
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Basic operation:

・Movement of cursor
In order to move a cursor, the direction key left, a top, and the bottom use the right.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key after input value is used in order to perform a value input.

Example): When it is input like the left of the figure below as 10, and presses the
INPUT key, 10.000 is input.

・Value erase
The INPUT key without input value is used in order to erase an input value.

10-44
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Functional details:

・Tool management

The tool management data registration method of a tool management function


becomes below.

(1) T1 (tool keeper number 1) is set up as an example. A cursor is united with the
column of T1, a cursor is moved to the line of a "tool name", and a tool name setup
key is pushed. A push on a tool name setup key will set up a tool name.

If you want to change the blank, you will enter "Input" key.

(2) A cursor is moved to the line of "L-OFFS" and the offset number used by tool
length compensation is inputted.

If you want to change the blank, you will enter "Input" key. After the input, the
tool length, tool diameter is also changed in the space.

10-45
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(3) A cursor is moved to the line of "TOOL-L" and the offset value used by tool length
compensation is set up.

If you enter "Input" key without input number, cell will change to 0.

(4) A cursor is moved to the line of "L-WEAR" and the amount of wear of tool length
compensation is set up.

If you enter "Input" key without input number, cell will change to 0.

(5) A cursor is moved to the line of "D-OFFS " and the offset number used by cutter
compensation is set up.

If you want to change the blank, you will enter "Input" key. After the input, the
tool diameter, diameter of friction is also changed in the space.

10-46
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(6) A cursor is moved to the line of "TOOL-D", and the offset value used by cutter
compensation is set up. Although a screen top is expressed as a diameter, offset
data are set up in a radius.

If you enter "Input" key without input number, cell will change to 0.

(7) A cursor is moved to the line of "path wear" and the amount of wear of cutter
compensation is set up.

If you enter "Input" key without input number, cell will change to 0.

(8) A cursor is moved to the line of "STATUS" and weight and the diameter tool of a
large are usually set up.

10-47
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(9) (In the case of equipment with tool breakage detection function) Move your
cursor to the line "tool breakage detection", set the on and off.

Tool management data is registered in the procedure of (1) - (8) above.

10-48
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool management data output

It is a function to preserve the present tool management data set in the NC memory
to an external storage device. You can store CF cards, USB type recording media,
devices connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・Tool management data form : TLMNG.DAT

(1) A push on an output button will change button arrangement as follows.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "TLMNG1.DAT".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the present tool management data in the NC
memory is saved in the device selected in (1). When the program of a same name
has already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

10-49
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool management data input

This function overwrites present tool management data saved externally to NC


memory.

File kind which can be punched:


・Tool management data form : TLMNG.DAT

(1) A push on an input button will change button arrangement as follows.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the unique
name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

10-50
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder
name in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

10-51
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

10-4-2. EXTENDED SCREEN

With setting each tools of name and offset number, form, various data of tool, example
material or the performance, can be set up.


① T(tool)/P (magazine) number display


A tool keeper number (fixation) and the number (variable) of the magazine in which
the tool is stored are displayed.

② Tool information
Tool information, including a tool name, tool offset, etc., is set up.
It can set up for every tool.

10-52
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Button arrangement (at the time of a tool name setup):

Tool name setup key: A tool name is set up. A cursor is moved to the line of a tool name
and a tool name is set up by pushing a tool name setup key.

State 1 button arrangement (tool state specification):

[STAND] button : Specification which usually treats the set-up tool as a tool
is performed.
[HEAVY] button : Specification which treats the set-up tool as a weight tool is
performed. When treated as a weight tool, if it calls,
revolution of a magazine will be performed at a low speed.
[WIDE] button : Specification which treats the set-up tool as a diameter tool
of a large is performed. A tool is not stored in the magazine of
the neighbors of the diameter tool of a large when treated as
a diameter tool of a large.
[RETURN] button : It returns to a tool management menu screen.

Normal button arrangement:

[READ] button : The tool management data obtained with the output button is
applied to NC.
[PUNCH] button : Tool management data is outputted to a recording media.
[SEAR] button : T (tool) number is searched.
[RETURN] button : It returns to a tool management menu screen.

10-53
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

When Next Button Pressed:

[IMAGE ENTRY] button : To register the image of each tool, this button is press.
[RETURN] button : It returns to a tool management menu screen.

When “SEAR” Button Pressed:

[No-SEAR] button : Finding data of sequence No.


[T-SEAR] button : Finding data of Tool No.
[Pot-SEAR] button : Finding data of Pot No.
[RETURN] button : It returns to a tool management menu screen.

10-54
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Tool management screen basic operation:

Basic operation list:

・ Movement of cursor
・ Value input
・ Value extraction

Tool management screen function:

Functional list:

・Tool management
・Tool usage display function
・Cutting condition registration function
・Cutting conditions automatic calculation function
・Cutting condition automatic setting function
・Tool image display function
・Tool image registration function
・Tool management output
・Tool management input

10-55
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Basic operation:

・Movement of cursor

In order to move a cursor, the direction key left, a top, and the bottom use the right.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key after input value is used in order to perform a value input.

Example): When it is input like the left of the figure below as 10, and presses the
INPUT key, 10.000 is input.

10-56
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Functional details:

・Tool management

The tool management data registration method of a tool management function


becomes below.

(1) A cursor is moved to the line of a "tool name", and a tool name setup key is pushed.
A push on a tool name setup key will set up a tool name.

If you want to change the blank, you will push "Clear" button.

(2) A cursor is moved to the line of "H-OFFS" and the offset number used by tool
length compensation is inputted.

If you want to change the blank, you will push "Clear" button. After the input,
the tool length, tool diameter is also changed in the space

10-57
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(3) A cursor is moved to the line of "TOOL-L" and the offset value used by tool length
compensation is set up.

If you push "Clear" button, cell will change to 0.

(4) A cursor is moved to the line of "L-WEAR" and the amount of wear of tool length
compensation is set up.

If you push “Clear” button, cell will change to 0.

(5) A cursor is moved to the line of "D-OFFS" and the offset number used by cutter
compensation is set up.

If you want to change the blank, you will press "Clear" button. After the input, the
tool diameter, diameter of friction is also changed in the space

10-58
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(6) A cursor is moved to the line of "TOOL-D", and the offset value used by cutter
compensation is set up. Although a screen top is expressed as a diameter, offset
data are set up in a radius.

If you press "Clear" key, cell will change to 0.

(7) A cursor is moved to the line of "path wear" and the amount of wear of cutter
compensation is set up.

If you press "Clear" key, cell will change to 0.

(8) When push Page Down key or push ↓ Key at last row, page is moved to next, a
cursor is moved to the line of "STATUS" and weight and the diameter tool of a
large are usually set up.

10-59
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool usage display function

If tool which is mounted in spindle is registered on the tool management screen,


the use career of the tool is recorded and its content can be be confirmed and be
edited.

(The record of the use career of the tool is begun from point the tool is registered
on the tool management screen. Please note that the record cannot be confirmed by
going back.)

CLP count The count from which its tool is installed in the main axis is
displayed. (Unit:Set)

Cut time Time to have done the cutting feed while its tool is mounted is
displayed. (Unit:Minute)

CLP time Time to have done cutting feed while its tool is mounted is
displayed. (Unit:Minute)

Cut Dist The distance which the cutting feed was done while its tool is
mounted is displayed.

※1 In each item, the error of about 1~20 percent might be included in the value.
Please use the record as a standard.

※2 If the value of each item of the installation frequency, the installation time,
the cutting time, and the cutting distance is edited, the input might
uncommonly become invalid in the tool mounted on spindle. It Inputs again
until becoming effective or it is possible to edit surely by inputting with its
tool not mounted in spindle.

10-60
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Cutting condition registration function

S instruction value and F instruction value of each tool needed when the processing
program is made can be recorded.

(1) Cursor is moved to the line of "S", and S instruction value is set.

(2) Cursor is moved to the line of "F", and F instruction value is set

10-61
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Cutting conditions automatic calculation function

Calculate automatically measure of S command value · F command value by


setting the feed and cutting speed. Calculate automatically measure of S command
value · F command value by setting the feed and cutting speed

An example of the use of this function is shown.

(a) S command value

S command value is automatically entered when you enter the cutting speed if
you type the reference diameter.

10-62
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(b) F command value

(1) F command value is automatically entered when you enter the feed in a
state in which the S command value is entered.

10-63
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

You can be set as the feed per tooth instead of per feed. If you enter the case
number of teeth, the feed is re-set to send one per blade, F command value
is recalculated.

10-64
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Cutting condition automatic setting function

In the processing of fact, there are many be obtained from table of the cutting
conditions than tool type, material, non-cutting material for the setting of the feed
and cutting speed. Accordance with the cutting condition table shown below, make
the automatic input of the feed and cutting speed.

When the feed and cutting speed is automatically set by this function, F and S
command will be re-set by the calculation if possible cutting conditions auto
configuration feature

Cutting table

Steel material Cast iron Aluminum alloy


Tool NameMaterial Speed Feedrate Speed Feedrate Speed Feedrate
Endmill Carbide 65 0.1/Edge 100 0.1/Edge 600 0.1/Edge
Endmill Heiss 28 0.1/Edge 28 0.1/Edge 150 0.1/Edge
Drill Carbide 110 0.15 65 0.15 180 0.2
Drill Heiss 30 0.18 25 0.2 180 0.2
Drill Coating 40 0.18 40 0.2 85 0.2
TAP - 14 Pitch 130 Pitch 1000 Pitch
Facemill Carbide 150 0.1/Edge 180 0.1/Edge 500 0.13/Edge
Fraise Coating 200 0.1/Edge 180 0.1/Edge 1000 0.13/Edge
Fraise Cermet 200 0.1/Edge 18 0.1/Edge 50 0.13/Edge
Fraise Solid ream 18 0.2 18 0.13 50 0.13
Ream Heiss 8.5 0.2 8.5 0.2 30 0.2
Boring Carbide 100 0.12 100 0.13 200 0.13

An example of the use of this function is shown below.

(1) Set the tool name on the first page, and set the tool material and the non-cutting
material on the third page,

10-65
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(2) The cutting speed and feed rate are automatically set if the cutting condition
satisfies the condition in the cutting condition table.

10-66
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool image display function


The grasp of the tool setting by displaying the image corresponding to the tool
name on the tool management screen is facilitated.

The display position can be moved by doing the slide while touching on the touch
panel in the image display frame.

10-67
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Individual image tool setting function

The tool image can be individually set according to T number (tool number).

Explain as an example of the case where the image is set in the tool of T50.

(1) The image is preserved right under the drive in the USB memory by the file
name "T50.jpg".

T50.JPG

(2) The USB memory is connected from the USB slot of Arumatik.

10-68
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(3) When "Image Entry" is pushed, image registration menu is displayed.

10-69
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(4) When "T50.JPG" is touched after “USB" button and "Register" button is pushed,
"Execution" button is appearing and it is pushed.

10-70
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(5) T50.JPG is registered, and "T50.JPG" is displayed in the column of the data
which has been registered. The registration screen is ended when pressing
"End" button.

The registration screen is ended when pressing "End" button.

※ The image file corresponds only to the JPEG form.

※ The image is displayed by the size of 300×300 regardless of former size.


Image data is recommend what is making by the size of 300×300.

※ When the total of the registration image file exceeds 2.0GB, it is not
possible to register newly. In that case, please select unnecessary
registration ending data, delete the data which has been registered by
pressing "Delete" button.

10-71
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool management data output

It is a function to preserve the present tool management data set in the NC memory
to an external storage device. You can store CF cards, USB type recording media,
devices connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・Tool management data form : TLMNG.DAT

(1) A push on an output button will change button arrangement as follows.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "TLMNG1.DAT".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the tool offset data in the NC memory is
saved in the device selected in (1). When the program of a same name has
already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

10-72
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool management data input

This function overwrites present tool management data saved externally to NC


memory.

File kind which can be punched:


・Tool management data form : TLMNG.DAT

(1) A push on an input button will change button arrangement as follows.

(2) When 'USB' or 'Serial', ‘HD’, ‘Ethr’ button is pressed, the button layout is
changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the
unique name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

10-73
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder
name in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

10-74
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

10-4-3. INTEGRATED SCREEN

It can carry out on one screens, such as a setup etc. of the tool name for every tool, the
offset number to be used, the diameter of a tool, and a tool weight, management of tool
life.
The offset data changed on this screen become the same as having set up on the offset
screen, and the data set as the offset screen on this screen is reflected. A setup of wear
compensation can also be performed on this screen. Some part of data of the tool-life
can be set and be changed.




① Spindle Tool No./Next Tool No.


The tool number connected with the folder and the tool number in the state of the
standby are displayed.

② Spindle Tool / Next Tool information


T Information on the spindle tool and next tool is displayed. It is not possible to change.

10-75
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

③ Pot number display


The pot number is displayed. If a pot which will be changed is not setting tool number,
its number is possible to change.

④ Tool information display (1)


Tool information on the tool name and the tool offset, etc. is set. Each tool can be set.


⑥ Tool breakage detection


The function of tool breakage detection is displayed and status of using is displayed.
The change is also possible.

⑦ Tool information display (2)


The tool life data is set. It can be set on each tool excluding tool life group No .

10-76
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Button arrangement (Left side):

[Pot ↓] button : Data is changed to display in order of the Pot number.


[T-No.↓] button : Data is changed to display in order of the Tool number.
[T-Type] button : Data is changed to display in order of the tool type.
[Clear] button : The input content is deleted.

Button arrangement (at the time of a tool name setup):

Tool name setup key: A tool name is set up. A cursor is moved to the line of a tool name
and a tool name is set up by pushing a tool name setup key.

Button arrangement (tool state specification):

[STAND] button : Specification which usually treats the set-up tool as a tool
is performed.
[HEAVY] button : Specification which treats the set-up tool as a weight tool is
performed. When treated as a weight tool, if it calls, revolution of
a magazine will be performed at a low speed.
[Wide] button : Specification which treats the set-up tool as a diameter tool of a
large is performed. A tool is not stored in the magazine of the
neighbors of the diameter tool of a large when treated as a
diameter tool of a large.
[RETURN] button : It returns to a tool management menu screen.

10-77
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Button arrangement (at tool breakage detection):

[ON] button : The function of tool breakage detection is set in use.


[OFF] button : The function of tool breakage detection is set in not use.
[RETURN] button : It returns to a tool management menu screen.

Button arrangement (at status of tool life):

[Unused] button : The state of the tool life is set in "Unused".


[Using] button : The state of the tool life is set in "Using".
[Life Over] button : The state of the tool life is set in "Life Over".
[RETURN] button : It returns to a tool management menu screen.

Button arrangement (at type of tool life):

[Use Time] button : The type of tool life is set in "Use Time".
[MNT Count] button : The type of tool life is set in "Mount Count".
[Use Count] button : The type of tool life is set in "Use Count".
[RETURN] button : It returns to a tool management menu screen.

10-78
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Other button arrangement:

[SEARCH] button : It search data by the tool number or the pot number or the tool
name.
[READ] button : The tool management data obtained with the output button is
applied to NC.
[PUNCH] button : Tool management data is outputted to a recording media.
[RETURN] button : It returns to a tool management menu screen.

Button arrangement when the next button is pressed:

[Magazine CLEAR] button : The state of the magazine is initialized.


[Change Wait Spindle] button : It changes in the state that spindle/next tool
number can be changed.
[RETURN] button : It returns to a tool management menu screen.

When “Spindle/Pot Change” button is pressed:

[Change Spindle State] button : Type of spindle tool is changed to the number what
is specified.
[Change Next State] button : Type of next tool is changed to the number what is
specified.

[STAND] button : The type of the spindle or next tool is changed to "Standard".
[HYAVY] button : The type of the spindle or next tool is changed to "HEAVY".
[Wide] button : The type of the spindle or next tool is changed to "WIDE".

10-79
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Tool management screen basic operation:

Basic operation list:


・ Movement of cursor
・ Value input
・ Value extraction

Tool management screen function:

Functional list:
・Tool management
・Tool or Pot, Tool name search
・Magazine initialization
・Spindle tool / next tool change
・Tool management output
・Tool management input

10-80
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Basic operation:

・Movement of cursor
In order to move a cursor, the direction key left, a top, and the bottom use the right.

・ Page sending
Page ↑/↓ key is used for doing page sending.←→ key is pushed while pushing the
Ctrl key for side sending.

・ Value input
The INPUT key after input value is used in order to perform a value input.

Example): When it is input like the left of the figure below as 100., and presses the
INPUT key, 100.000 is input.

・Value erase
If you delete the input value, you changes to the position which wants to be deleted,
and "Clear" button is pushed.

When "Execution" is selected when the button like the above figure is displayed,
input data is deleted.

10-81
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

Functional details:

・Tool management
The tool management data registration method of a tool management function
becomes below.

(1) As an example, Pot number 1 is set. If there is a change in Tool number, the
cursor is matched to the row of T number, and the change value is input. As for
a present line when a near pot is "Wide" tool, when it is a spindle or a next tool,
the entire line cannot do the change input.

(2) The cursor to the column of "Tool name" is moved, and an arbitrary character is
input after Tool name set button is pushed, or after an arbitrary character is
input tooling name set button is pushed. Setting name can input alphabet + sign.
It is not necessary to push tooling name set button if the tool type is not changed
when changing.

(3) The cursor is moved to the column of "H-OFS", and the offset number used by
tool offset is inputted.

When the head of the value of "H-OFS" is "H", or when the head of the value of
"TOOL-L" is "L", it is not possible to input.

10-82
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(4) A cursor is moved to the line of "TOOL-L" and the offset value used by tool length
compensation is set up. When the head of the value of "H-OFS" is "H" or the head
of this value is "L", the change input cannot be done. When the head of this value
is "*", it is displayed by the value to which the length correction of the tool
longevity screen is added.

(5) A cursor is moved to the line of "L-WEAR" and the amount of wear of tool length
compensation is set up. When the head of the value of "H-OFS" is "H" or the head
of this value is "L", the change input cannot be done. When the head of this value
is "*", it is displayed by the value to which the length correction of the tool
longevity screen is added.

(6) A cursor is moved to the line of "D-OFS” and the offset number used by cutter
compensation is set up.

When the head of the value of "D-OFS" is "D" or the head of “TOOL-D” value is
"L", the change input cannot be done.

10-83
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(7) “A cursor is moved to the line of "the diameter of a tool", and the offset value used
by cutter compensation is set up. Although a screen top is expressed as a
diameter, offset data are set up in a radius. When the head of the value of "D-
OFS" is "D" or the head of “TOOL-D” value is "L", the change input cannot be
done. When the head of this value is "*", it is displayed by the value to which
the radius correction of the tool longevity screen is added.

(8) A cursor is moved to the line of "path wear" and the amount of wear of cutter
compensation is set up. When the head of the value of "D-OFS" is "D" or the head
of “TOOL-D” value is "L", the change input cannot be done. When the head of
this value is "*", it is displayed by the value to which the radius correction of the
tool longevity screen is added.

(9) A cursor is moved to the line of "Tool Type" and weight and the diameter tool of
a large are usually set up.

The pot adjoined cannot be input when it is setting in "Wide". They cannot be
input when it is not setting "Wide".

10-84
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(10) (In the case of equipment with tool breakage detection function) Move your
cursor to the line "Tool Check Command", set the on and off.

(11) Tool life group No. cannot be added, not be changed, and be deleted on this
screen. A setting is done on the tool life screen.

(12) A cursor is moved to the line of "Status" and set up status of tool life.

10-85
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

(13) A cursor is moved to the line of "Life type" and set up type of tool life.

(14) A cursor is moved to the line of "Life Set" and set up value of tool life set.

(15) A cursor is moved to the line of "Life Count" and set up value of tool life count.

Tool management data is registered in the procedure of (1) - (15) above.

10-86
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool management data search


When the tool number is retrieved, Txx (xx is a tool number) is input, and the
search button is pushed. The cursor moves to the line with T code of the
correspondence. When the pot number is retrieved, Pxx (xx is a pot number) is
input, and the search button is pushed. The cursor moves to the line with the pot
number of the correspondence. When the tool name with the specified character
string is retrieved, the character string is input. It is retrieved from a present line
to the subordinate position. The cursor moves to the line if found.

・Magazine data clearness


It is the function which eliminates the parameter of a magazine number present on
display.

(1) A push on a magazine clear button changes button arrangement as follows. The
check message of whether to perform a magazine clearance is displayed in that
case.

(2) The parameter of the magazine number being displayed to press the execution
button now is deleted.
The All numbers is automatically set in the tool number.
When the cancellation button is pushed, a clear magazine is canceled.

10-87
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・ Spindle / next tool number change


It is the function to change the spindle / next tool number of a magazine number
present on display.

(1) A push on a {Change Wait Spindle} button arrangement as follows.

[Change Spindle State] button : The spindle tool number-D set up now is changed.
[Change Next State] button : Next tool keeper number-D set up now is changed.

(2) When the value is input, and the button of the changed spindle / next tool number
is pressed, spindle / next tool number is changed. The background color of the
line which became spindle / next and the released line is changed.

(3) To change the state of the tool of spindle / next, “Spindle-D change” / “Next-D
change” button is pushed.

When the button like the above figure is displayed, the button of the
correspondence is pushed.

10-88
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool management data output

It is a function to preserve the present tool management data set in the NC memory
to an external storage device. You can store CF cards, USB type recording media,
devices connected to the serial cable, HD (Built in disk), or FTP server.

File kind which can be punched:


・Tool management data form : TLMNG.CSV

(1) A push on an output button will change button arrangement as follows.

(2) When 'USB' or 'Serial', ‘HD’, ‘Ethr’ button is pressed, the button layout is
changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "TLMNG1.CSV".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the tool management data in the NC memory
is saved in the device selected in (1). When the program of a same name has
already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

10-89
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

・Tool management data input

This function overwrites a tool management data saved externally to NC memory.

File kind which can be punched:


・Tool management data form : TLMNG.CSV

(1) A push on an input button will change button arrangement as follows.

(2) When 'USB' or 'Serial', ‘HD’, ‘Ethr’ button is pressed, the button layout is
changed as follows.

(3) Read files selection list will be displayed (except for serial) and it will be selected
from here.

- If the folder function is invalid, or if the read source device is Ethernet:

1) Select the file to read from the displayed file list. When selected, the
unique name is reflected in the entry field

- If the folder function is enabled:

1) Click the subfolder name of the save destination and display the contents
under the subfolder.

10-90
CUSTOM 10-4.TOOL MANAGEMENT SCREEN

2) Clicking the file name to be read reflects the unique name and sub folder
name in the entry field.

(4) When you press the EXEC button, it will be loaded into the NC memory from
the device specified in (1). To cancel reading, press the CAN button.

10-91
CUSTOM 10-5. TOOL LENGTH MEASUREMENT SCREEN

10-5. TOOL LENGTH MEASUREMENT SCREEN

The amount of the correction of the correction of the length of the tool is measured.
Apply the point of the tool to the working reference plane, and the SET button.
The machine coordinates of Z axis are set to the place of the correction number at the
cursor position by pushing automatically.
Z axis automatically returns to the beginning point after it sets it.
The tool to be measured next without changing the screen can be called.

③ ②

① Tool offset display


The offset number and the offset value are displayed. It is also possible to input
directly the value by matching the cursor, inputting the value, and pushing INPUT.

② Tool number
The tool number installed in the main axis is displayed now.

③ Machine coordinates
Present machine coordinates are displayed.

10-92
CUSTOM 10-5. TOOL LENGTH MEASUREMENT SCREEN

④ Bias value display


The value of Bias is displayed.

⑤ Input guide display


The input guide is displayed.

Button arrangement:

[SET] button : Z axis machine coordinates are input to the offset number at the
cursor position, and Z axis starting point returns.
[BIAS] button : The distance is set as a bias when the location of measurement is a
working reference plane and is away. When the value is input, and
BIAS button is pressed, bias is set.
[ATC] button : The tool that wants to measure is installed in the main axis. When
ATC button is pressed after the tool number installed in the main
axis is input, tools are exchanged.
[X-Y-ORG](Z) button : X-Y axis (Z axis) is moved to the machine datum. When this button
is pressed, the button arrangement is changed. X-Y axis (Z axis) is
moves to the machine datum when EXEC button is pressed after it
changes.
[Return] button : It returns to the previous screen.

10-93
CUSTOM 10-5. TOOL LENGTH MEASUREMENT SCREEN

Tool length measurement operation:

Basic operation list:


・Movement of cursor
・Page sending
・Value input
・Bias value input

Tool length measurement function:

Function list:
・Tool length measurement

10-94
CUSTOM 10-5. TOOL LENGTH MEASUREMENT SCREEN

Operation:

・Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used in order to perform a value input.

Example): When it is input like the left of the figure below as 20., and presses the
INPUT key, 20.000 is input.

・Bias value input


The value is input to input the bias value, and the bias button is pressed.

10-95
CUSTOM 10-5. TOOL LENGTH MEASUREMENT SCREEN

The function is detailed:

・ Tool Length Measurement

(1) The cursor is set to the position of the offset number in which it wants to set the
length of the tool.

(2) The tip of the blade of the tool is moved to a standard position.

Standard position

10-96
CUSTOM 10-5. TOOL LENGTH MEASUREMENT SCREEN

(3) SET button is pressed. Z axis machine coordinates are input to the offset number
at the cursor position when SET button is pressed, and Z axis starting point
returns.

(4) Next, the tool of the number input to input the tool number to be measured, and
to press ATC button is exchanged for a present tool.

(5) 1)~5) it is operation is repeated.

10-97
CUSTOM 10-6. KITAMURA MONITOR SCREEN

10-6. KITAMURA MONITOR SCREEN

It is the ability to monitor the load on the motor spindle abnormalities by changes in
the cutting process. In addition to tool abnormality, you can also control the feed rate
override. (This screen is displayed only if it is supported.)


① The value of parameter is referenced.

② Use to set the mode of the monitor. If you want to use the monitor function, you set
"Teach" (teachings cutting mode) or "Monitor" (monitoring cutting mode). You set to
"Manual" when you do not want to use.

③ You set what you use a feed override control or not.

10-98
CUSTOM 10-6. KITAMURA MONITOR SCREEN

④ You refer to the value of each tool. You can also enter a value, the value of any change.

10-99
CUSTOM 10-6. KITAMURA MONITOR SCREEN

Button arrangement when pushing the following button:

[Manual] button : The manual mode.


[Teach] button : The Teach mode
[Moni] button : The Monitor mode
[Feedrate Control] button : The switch of feederate-override-control is changed to the
ON or OFF
[Data] button : Change the screen of the monitor data for each tool.

[NO.SRH] button : Move the cursor to the specified number.


[Clear] button : Clear the line-data.
[Moni] button : Change the monitor screen.

10-100
CUSTOM 10-6. KITAMURA MONITOR SCREEN

Kitamura monitor screen basic operation

Basic operation list:


・ Movement of cursor
・ Page sending
・ Value Input

Kitamura monitor screen function:

Functional list:
・ Monitor mode
・ Average
・ Maximum

10-101
CUSTOM 10-6. KITAMURA MONITOR SCREEN

Basic operation:

・Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.

・ Page sending
Page ↑↓ key is used for doing page sending.

・ Value input
The INPUT key is used in order to perform a value input.

Example): When it is input like the left of the figure below as ten, and presses the
INPUT key, ten is input.

・Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

10-102
CUSTOM 10-6. KITAMURA MONITOR SCREEN

The function is detailed:

・Monitor mode
Sets the mode of the monitor function. Set one of the manual mode, cutting mode
(Monitor) or cutting teaching mode (TEACH).

・Average
Sets the amount of average override tool.

・Maximum
Sets the maximum allowable amount of override tool.

10-103
CUSTOM 10-7. AUXILIARY FUNCTION SCREEN

10-7. AUXILIARY FUNCTION SCREEN

The list of G and the M codes can be displayed.

① G, M code designation
The list of G and the M codes is displayed. * Mark is attached to the G code or M code.
It means it’s an option.

② G/M code guidance display


The line that the mouse cursor is riding, it will show a detailed guide of G / M code.

10-104
CUSTOM 10-7. AUXILIARY FUNCTION SCREEN

Button arrangement when pushing the following button:

[G CODE] button : Display the G cord list.


[M CODE] button : Display the M cord list.
[RETURN] button : Return to custom-made menu panel.

Auxiliary-function screen function:

Basic operation list:


・ PAGE Skip

Basic operation:

・ PAGE Skip
In order to perform a skip, a page ↑↓ key is used.

・ LINE Skip
In order to perform a line feed, a ↑↓ key is used.

・ Display of G/M code Guidance


To view the details of the G / M code, touch the line of G / M code you want to know.

Operation by the Gesture :


When swiping to the right direction, display is switch to list of M code. Also when
swiping to the left direction, display is switch to list of G code.

10-105
CUSTOM 10-8. MACHINE MAINTENANCE SCREEN

10-8. MACHINE MAINTENANCE SCREEN

Machine maintenance is displayed. A display item is fluctuated by the existence of APC


and APC axis.

① Machine status display


Machine state is displayed. A display item is fluctuated by the existence of APC and
AC axis.
A skip is performed by a page ↑↓ key. In the last page, they are principal-axis hours
worked and a tool.
The number of times of exchange and the number of times of palette exchange are
displayed for the version of software etc.

10-106
CUSTOM 10-8. MACHINE MAINTENANCE SCREEN

Button arrangement when pushing the following button:

[ATC] button : Move to the state screen of ATC.


[PALLET] button : Move to the state screen of a pallet (APC).
[Rec of Abnor. Load] button : Move to the record of abnormal load screen
[M-TEMP] button : Move to a machine temperature display screen.

* In order to return to custom-made menu panel, push a front button.

Mechanical state screen function:

Basic operation list:


・ PAGE Skip

Basic operation:

・ PAGE Skip
In order to perform a skip, a page ↑↓ key is used.

Operation by the Gesture :


When swiping upward or downward, the screen will scroll.

10-107
CUSTOM 10-8-1. THE STATE SCREEN OF ATC

10-8-1. THE STATE SCREEN OF ATC

The state of ATC is displayed. A setup of maintenance mode-on / OFF of ATC is also
from this screen.

① ATC status display


The state of ATC is displayed. A display item is fluctuated by the existence of APC and
AC axis.
A skip is performed by a page ↑↓ key.
The change of a setup of maintenance mode-on / OFF is in the MDI mode state for
safety.
It becomes effective only when the item in maintenance mode is being displayed.

10-108
CUSTOM 10-8-1. THE STATE SCREEN OF ATC

Button arrangement when pushing the following button:

[MACHIN] button : Move to a mechanical state screen.


[PALLET] button : Move to the state screen of a pallet (APC).
[Rec of Abnor. Load] button : Move to the record of abnormal load screen
[MAINTE] button : Change ON in maintenance mode.

* In order to return to custom-made menu panel, push a front button.

When the maintenance mode On(case MDI mode in HX Series)

[PT.UCP] button : While you hold down to return the magazine (when enabled).
[PT.UCP] button : While you hold it down, proceed with the magazine (when
enabled).
[PT.MG] button : While you hold it down, move the pot to the magazine side.
[PT.SP] button : While you hold it down, move the pot to the side of the spindle.
[MENTE] button : Change OFF in maintenance mode.

When the maintenance mode On (case MDI mode and 2 magazines or more in HX Series)
(The Next button is pressed)

[CR MG1] button : Career 1 is advanced while this button is pushing.


[CR MG2] button : Career 2 is advanced while this button is pushing.
[CR UCP] button : The career is returned while this button is pushing (It is
effective).
[CR CLP] button : The career is advanced while this button is pushing (It is
effective).
[MENTE] button : Change OFF in maintenance mode.

10-109
CUSTOM 10-8-1. THE STATE SCREEN OF ATC

When the maintenance mode On (case MDI mode and 3 Magazines in HX Series)
(The Next button is pressed)

[AAM FD] button : Assist arm is advanced while this button is pushing.
[AAM BK] button : Assist arm is returned while this button is pushing.
[AAM OT] button : Assist arm is moved outside while this button is pushing.
[AAM IN] button : Assist arm is moved inside while this button is pushing.
[MENTE] button : Change OFF in maintenance mode.

When the maintenance mode On (case MDI mode and 3 Magazines in HX Series)
(The Next button is pressed)

[AAM R1] button : Assist arm is turned around by 180° on side of magazine 1
[AAM R2] button : Assist arm is turned around by 180° on side of magazine 2
[AAM T1] button : Assist arm is reversed by 90° on side of magazine 1
[AAM T2] button : Assist arm is reversed by 90° on side of magazine 2
[MENTE] button : Change OFF in maintenance mode.

When the maintenance mode On (case MDI mode and 3 Magazines in HX Series)
(The Next button is pressed)

[AAM LK] button : Assist arm is fixed.


[AAM UK] button : Assist arm is fixing released.
[MENTE] button : Change OFF in maintenance mode.

10-110
CUSTOM 10-8-1. THE STATE SCREEN OF ATC

State screen function of ATC:

Basic operation list:


・ PAGE Skip

Basic operation:
・ PAGE Skip
In order to perform a skip, a page ↑↓ key is used.

Operation by the Gesture :


When swiping upward or downward, the screen will scroll.

Note : About maintenance button.

The maintenance buttons, example PT.UCP button, will act if you operate as follows.
It does not work with the normal length press.

1) The first will do 1 click. (Release touch


toward the button once the screen.)

2) When touching quickly again and holding,


it will function. (Please operate in the
manner of a double-click.)

3) In the typical long pressing, as performing


(2) operation with omitting (1) operation, it
displays the square of the recognition
marks on the screen as shown on the left.
Not recognized in this state.

10-111
CUSTOM 10-8-2. THE STATE SCREEN OF APC

10-8-2. THE STATE SCREEN OF APC

The state of APC is displayed. A setup of maintenance mode-on / off of APC is also from
this screen.

① APC status display


The state of APC is displayed. This page is not displayed when there is not APC.
A skip is performed by a page ↑↓ key.
The change of a setup of maintenance mode-on / off is in the MDI mode state for safety.
It becomes effective only when the item in maintenance mode is being displayed.

10-112
CUSTOM 10-8-2. THE STATE SCREEN OF APC

② Number of input pallet work

Enter the number of work to be processed. Change of the input position is done in the
↓ ↑ key.

10-113
CUSTOM 10-8-2. THE STATE SCREEN OF APC

Button arrangement when pushing the following button:

[MACHIN] button : Move to a mechanical state screen.


[ATC] button : Move to the state screen of ATC.
[Rec of Abnor. Load] button : Move to the record of abnormal load screen
[MAINTE] button : Change ON in maintenance mode.

* In order to return to custom-made menu panel, push a front button.

Button arrangement when the maintenance mode On

[PL.UCP] button : While you hold down the button to return to the front of the
pallet.
[PL.CLP] button : While you hold down the button to move forward the pallet.
[PL.UP] button : While you hold it down, raise on the position of the pallet (only
HX Series)
[PL.DWN] button : While you hold it down, lower down the position of the pallet (only
HX Series)
[MAINTE] button : Change Off in maintenance mode.

Button arrangement when the button is pressed the next button (only HX Series):

[PL.CW P1] button : While you hold down the button rotates Pallet clockwise.
[PL.CCW P2] button : While you hold down the button and rotate Pallet
counterclockwise.
[MAINTE] button : Change Off in maintenance mode.

10-114
CUSTOM 10-8-2. THE STATE SCREEN OF APC

State screen function of APC:

Basic operation list:


・ PAGE Skip

Basic operation:

・ PAGE Skip
In order to perform a skip, a page ↑↓ key is used.

Operation by the Gesture :


When swiping upward or downward, the screen will scroll.

Note : About maintenance button.

The maintenance buttons, example PL.UCP button, will act if you operate as follows.
It does not work with the normal length press.

1) The first will do 1 click. (Release touch


toward the button once the screen.)

2) When touching quickly again and holding,


it will function. (Please operate in the
manner of a double-click.)

3) In the typical long pressing, as performing


(2) operation with omitting (1) operation, it
displays the square of the recognition
marks on the screen as shown on the left.
Not recognized in this state.

10-115
CUSTOM 10-8-3. THE RECORD OF ABNORMAL LOAD SCREEN

10-8-3. THE RECORD OF ABNORMAL LOAD SCREEN

The situation of the collision frequency of work is displayed. The log of the alarm
generated at that time and the frequency are displayed.

① Work collision frequency situation display


The situation of the work collision frequency on up 20 times in the past is displayed
as each axis and processing.

10-116
CUSTOM 10-8-3. THE RECORD OF ABNORMAL LOAD SCREEN

② Work collision frequency situation display


The history of the work collision up to 20 times in the past is displayed.

10-117
CUSTOM 10-8-3. THE RECORD OF ABNORMAL LOAD SCREEN

Button arrangement when pushing the following button:

[MACHIN] button : Move to a mechanical state screen.


[ATC] button : Move to the state screen of ATC.
[PALLET] button : Move to the state screen of a pallet (APC).
[M-TEMP] button : Move to a machine temperature display screen.

[No. of Time] button : Move to the frequency career display screen.


[History] button : Move to the collision frequency career screen.

10-118
CUSTOM 10-8-3. THE RECORD OF ABNORMAL LOAD SCREEN

The Record of Abnormal Load screen basic operation:

Basic operation list:


・ PAGE Skip

Basic operation:

・ PAGE Skip
In order to perform a skip, a page ↑↓ key is used.

Operation by the Gesture :

When swiping to the left, display will be switched to abnormal history count screen,
also when swiping to the right direction, display will be switched to the error history
screen.

10-119
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

A machine temperature display screen is displayed. Each current temperature of CH,


the maximum, and the minimum temperature are displayed.
If a page is moved by a page ↑↓ key, the temperature graph in every month will be
displayed for 24 hours.

① ② ③ ④ ⑤

① Temperature sensor locative calls


The sensor position from CH1 to CH8 is displayed.

② Current temperature display


The current temperature for every CH is displayed.

③ It is a graphical representation color display the whole CH.


The temperature color for every CH drawn on a graph screen is displayed.

④ The minimum temperature display


The minimum temperature for every CH by the present is displayed.

10-120
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

⑤ The maximum temperature display


The maximum temperature for every CH by the present is displayed.

⑥ Temperature graph setting display


A setup at the time of carrying out temperature graph is displayed. Changing on each
graph screen a setup

Setting item:

・ The minimum temperature, the maximum temperature (common to graph)


Graph is displayed in the range (Y-axis) from the minimum to the maximum
temperature.
Setting range: -80 ~ 80[℃]

・ Time of onset and end time (graph -- individual)


Graph is displayed in the range (X-axis) from a start to end time.
Setting range: 0~24[h] (24-hour graph), 0~12 [Month] (annual graph)

Tmep[℃]

Time[24h] or Time[Month]

10-121
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

Temperature display page button arrangement:

[MACHIN] button : Move to a mechanical state screen.


[ATC] button : Move to the state screen of ATC.
[PALLET] button : Move to the state screen of APC.
[Rec of Abnor. Load] button : Move to the record of abnormal load screen
[DELETE] button : Eliminate the maximum and the minimum
temperature and input the present temperature.

Temperature graph display page button arrangement:

[MACHIN] button : Move to a mechanical state screen.


[REDRAW]button : Redraw a graph.
[DELETE] button : Eliminate the maximum and the minimum temperature and
input the present temperature.
[TE-MAX] button : Input the maximum display temperature.
[TE-MIN] button : Input the minimum display temperature.

Button arrangement when pushing the following button:

[PUNCH] button : Input temperature data from a USB or equipment that is


connected to a serial cable.
[START] button : Input start display time.
[END] button : Input end display time.

10-122
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

Machine temperature display screen basic operation:

Basic operation list:


・ PAGE Skip
・ Value input

Machine temperature display screen function:

Functional list:
・ The maximum / minimum temperature elimination
・ Graph redraw
・ Temperature / time magnification setup
・ Temperature data output
・ Temperature data input

10-123
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

Operation by the Gesture:


If swiping with one finger upward or downward, display is cahnge to toggles
temperature display or graph display (24h / year).
In addition, the graph display is it has the following gesture function.

Specific time or a specific temperature display

When the expansion gesture is done with respect to horizontal direction (time) or
longitudinal direction (temperature), it is displayed in a state with a limited display
period or the display temperature.

Change a specific period of time or a specific temperature display position

In state of displaying what is restricted with respect to Lateral (time) or the


longitudinal direction (temperature), if swiping operation with two fingers, a range
of the display period will be moved.

10-124
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

Operation:

・ PAGE Skip
In order to perform a skip, a page ↑↓ key is used.

・ Value input
The INPUT key is used in order to perform a value input. The CAN key is pressed
when carrying out 1 character deletion of the value under input.

Functional details:

・ The maximum / minimum temperature delete


It is the function which delete the maximum [by the present], and the minimum
temperature. The temperature change from the present temperature can be seen by
inputting the present temperature.

Example): If the delete button is pushed, as shown in the following figure, current
temperature will input into the maximum and the minimum temperature
column it is carried out.

10-125
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

・ Temperature / time magnification setup


It is the function to set up the display magnification of temperature graph. Set a
vertical axis as display temperature and set a horizontal axis as display time.
Temperature graph is displayed.
Temperature - 80-80 [℃], and time (24h) are [0-24[time] and time (Month)] in 0-12
[one month].

Temperature magnification setup (graph vertical axis) :


(1) Input a value as 25 and push a TE-MAX button.

(2) Input a value as 15 and push a TE-MIN button.

(3) Temperature graph is displayed [the display maximum temperature] for 40


degrees C and the display minimum temperature as 20 degrees C.

10-126
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

Time magnification setup (graph horizontal axis) :

(1) A value is inputted as -2 and a start button is pushed.

(2) Input a value as -8 and push an end button.

(3) Temperature graph is displayed [display time of onset] for -2 [h] and display end
time as -8 [h].

10-127
CUSTOM 10-8-4. MACHINE TEMPERATURE DISPLAY SCREEN

・ Temperature data output

It is a function to preserve the present temperature (24 hours) and the present
accumulation temperature (one month) data set in the NC memory to an external
storage device. You can store CF cards, USB type recording media, devices connected
to the serial cable, HD (Built in disk), or FTP server.

File kind in which an output is possible:

・ Temperature data Form : MTEMP. DAT

(1) A push on an output button changes button arrangement as follows.

(2) When one of the displayed buttons of (1) is pressed, is pressed, the button layout
is changed as follows.

(3) If you wish to add a unique name to the file (except serial), enter the unique
number here. If you enter "1", it saves with "MTEMP1.DAT".

(4) When the folder function is enabled, the save destination selection list is
displayed subfolders of the card or HD. Click the subfolder name of the save
destination and click "<←>", the save subfolder name is reflected in the input
field.

(5) When the EXEC button is pushed, the temperature data in the NC memory is
saved in the device selected in (1). When the program of a same name has
already existed, the check message of overwrite is displayed. A cancellation
button is pushed when canceling an execution button and a punch to overwrite.

10-128
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

10-9. MAINTENANCE SUPPORT SCREEN

The part list of the machine is displayed. The part list can be expanded, and the work
such as the reductions be done.

10-129
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

① The list of the part list registered now is displayed.

② The kind and the number of pages of part lists being displayed now are displayed.

③ The part list (drawing) is displayed.

④ The part list (part name) is displayed.

10-130
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

Maintenance support Top page button arrangement:

[Alarm message] button : The details of the alarm that is currently occurring is
displayed.
Right button (in ○) : The displayed part list is specified. <> The display item is
switched with the button.
[RETURN] button : It returns to the previous screen by one.
[EXIT] button : The maintenance support is ended.

When referring to the alarm message:

[Previous Alarm] button : (Except the first) to display the contents of the alarm with
the last time.
[Next Alarm] button : (If there is another alarm) the contents of another alarm is
displayed.
[RETURN] button : It returns to the previous screen by one.
[END] button : The maintenance support is ended.

Button arrangement when part list is displayed:

[Screen enlargement] button : The screen is displayed expanding by 5%.


[Reduced screen] button : The screen is displayed reducing by 5%.
[To restore] button : The screen returns to a full display.
[BACK] button : The part list of one of the previous state is displayed.
[NEXT] button : The following part list of one is displayed.
[PARTS LIST] button : The detailed part list is displayed.
[RETURN] button : It returns to the previous screen by one.
[END] button : It returns to the custom menu screen.

10-131
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

Button arrangement when part list is displayed:

[BACK] button : The part list of one of the previous state is displayed.
[NEXT] button : The following part list of one is displayed.
[PARTS LIST] button : The detailed part list is displayed.
[RETURN] button : It returns to the previous screen by one.
[EXIT] button : It returns to the custom menu screen.

10-132
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

Operation by the Gesture:

Scaling function of the parts diagram

When the parts diagram is displayed, if doing the expansion gesture from the
center position you want to enlarge, the specified range is enlarged. In addition, if
doing the shrinking gesture, enlarge the display range.

Change the viewpoint position of the parts diagram

In a state of displaying enlarge the parts diagram, if swiping with two fingers,
change the range that is seen.

Others, in state of that there are multiple pages on parts diagram or parts list, , page
scroll is doing by swiping up or down with one finger.

10-133
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

・Display of alarm

When an alarm has occurred, the description of the contents of the alarm is displayed.

(1) When you press the "Alarm Messages" button, the contents of the alarm message
will be displayed.

The alarm guidance related to the machine is displayed. Besides, the following
screens are displayed.

(2) When you see the next alarm, press the button "next alarm". When you look at
the contents of the previous alarm again, press the button "previous alarm."

(3) Since there is no alarm display content more than this when the button "next
alarm" is not displayed, go back to the first screen, and press the "Back" button.

Note: Please use the Help function on the message screen from this function. The
guidance of all almost the alarms is displayed.

10-134
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

・Part list display

The part list in each part is displayed.

(1) The part list to be displayed is selected from the button. When the item is
switched, the < > button is pressed.

(2) When the button is pressed, the part list is displayed.

(3) If the screen is hoped to display expanding, "Screen enlargement" button is


pushed, and if the screen is hoped to display reducing, "Reduced screen" button
is pushed. At first, when expanding, the point on the left is mainly expanded.
When the screen is returned to displaying whole, "To restore" button is pressed.

(4) To change view point of the screen, the bar, which is displayed to corner, is moved
up-down or left-right.
.

10-135
CUSTOM 10-9. MAINTENANCE SUPPORT SCREEN

(5) The next page button is pressed when page sending is done. When only the part
list is displayed, the part list button is pressed.

10-136
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

10-10-1. NORMAL SCREEN

In order to realize improvement in processing accuracy, and shortening of cycle time,


the parameter united with the degree of finish demand is rewritten. A parameter can
be easily rewritten by which orders it a G code also in automatic operation.
Please use it in high-speed highly precise control mode on the relation it is unrelated to
these parameters being effective.

① Parameter setting
The processing accuracy selection parameter is set. There are a standard screen and
a processing selection screen, and a standard parameter and the parameter when it
gives priority the speed, and accuracy gives priority are set respectively.

10-137
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

Processing selection button pressing and time arrangement of button:

[STAND] button : It moves to the standard parameter setting screen


[RETURN] button : It returns to the custom menu screen.

[Standard] button pressing and time arrangement of button:

[SELECT] button : It moves to the setting of the parameter of the speed priority and
the accuracy priority screen.
[RETURN] button : It returns to the custom menu screen.

Processing accuracy level selection screen basic operation:

Basic operation list:


・ Movement of cursor
・ Value input
・ Value extraction

Processing accuracy level selection screen function:

Functional list:
・Processing accuracy level selection

Operation by the Gesture:


If swiping to the left, change to the processing accuracy parameter editing, also if
swiping to the right direction, change to the normal parameter editing.

10-138
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

Operation:

・Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.
Cursor movement moves per grid, as shown in the following figure.

・Value input
The INPUT key is used in order to perform a value input.
The CAN key is pressed when carrying out 1 character deletion of the value under
input.

Example): As shown in the following figure, move cursor to arbitrary places.


Input 10 Press the INPUT key. 10 is set up as shown in the following figure.

10-139
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

・Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

Functional details:

・Processing accuracy level selection


Please order it the following G codes before and behind high-speed highly precise
control mode at the time of a cutting sending start.

Instruction method:
G990 Q*

Q0 ; Standard setup
Q1. ; Speed priority
Q2. ; |
Q3. ; Accuracy priority

*It becomes alarm when it is ordered Q codes other than the above.

10-140
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

Notes:

(1) Since prediction of a block is performed if it is ordered G990 into high-speed


highly precise control mode, a parameter may write and replace during axial
movement and is very dangerous to it.
Please be sure to carry out before and after going into high-speed highly precise
control mode.

(2) They are the modes other than high-speed highly precise control in the state
where the parameter is rewritten.
Since it may have a bad influence on the contrary if the modes other than high-
speed highly precise control are used in the state where the parameter is
rewritten, please be sure to return a parameter to a standard setup by “G990Q0.”
after canceling high-speed highly precise control.
However, the state and sending speed of processing change and high-speed highly
precise control mode is used again.
When carrying out, you may rewrite a parameter continuously.

(3) For safety, after processing accuracy function capability use should perform
instructions of G990, and should surely return a parameter to a standard setup.
When it changes into the time of a power supply injection, or an emergency stop
state, he is trying to return to a standard parameter setup automatically, but the
parameter changed depending on conditions may not become effective, and may
have a bad influence on processing accuracy.

(4) The setting of this parameter, you must have the professional knowledge. Please
contact us at once if you want to change the value.

10-141
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

The example of processing accuracy level selection function:

G91;
Parameter setup of speed serious
G990Q1.
; ←
consideration it is alike and rewrites.
(G5.1Q1) ← High-speed highly precise control mode-on
G5P10000;
G01X10.F1500;
Y-20.
X-20.

Y20.;
X10.;
G5P0;
(G5.1Q0) ← High-speed highly precise control mode-off
G4X3.

To a parameter setup of accuracy
G990Q3.
; ←
serious consideration rewriting
(G5.1Q1) ← High-speed highly precise control mode-on
G5P10000;
G01X10.F300;
Y-20.

X-20;
Y20.;
X10.;
G5P0;
(G5.1Q0) ← High-speed highly precise control mode-off
G990Q0.
; ← It rewrites to a standard parameter setup
M30;

10-142
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

10-10-2. EXTENDED SCREEN

In order to realize improvement in processing accuracy, and shortening of cycle time,


the parameter united with the degree of finish demand is rewritten. A parameter can
be easily rewritten by which orders it a G code also in automatic operation.

① Parameter setting
Set the processing accuracy selection parameters. You can set the parameters of the
conditions 1 to 3, respectively to use 1 to 3. (All 9 patterns)

10-143
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

Basic button arrangement:

[ALL Reset] button : Set all of the parameters in the reference parameter.
[App1(P1)] button : The parameters to be set to App1 and displays them on the screen.
[App2(P2)] button : The parameters to be set to App2 and displays them on the screen.
[App3(P3)] button : The parameters to be set to App3 and displays them on the screen.
[RETURN] button : It will return to the machine accuracy menu screen.

Processing accuracy select function screen basic operations:

Basic operation list:

・Cursor movement
・Value input
・Value extraction

Processing accuracy selection function screen function:

Function list:

・Processing accuracy selection

10-144
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

Operation:
・Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the right.
Cursor movement moves per grid, as shown in the following figure.

・Value input
The INPUT key is used in order to perform a value input.
The CAN key is pressed when carrying out 1 character deletion of the value under
input.

Example): As shown in the following figure, move cursor to arbitrary places.


Input 50 Press the INPUT key. 50 is set up as shown in the following figure.

10-145
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

・Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

Functional details:

・Processing accuracy level selection


Please order it the following G codes before and behind high-speed highly precise
control mode at the time of a cutting sending start.

Instruction method:

G120.1 P* Q*

P:Processing applications command(It cannot be omitted)


0:Select standard parameter
1:Select App1
2:Select App2
3:Select App3

Q:Processing conditions command(Q command default is Q1)


1:Select Cond.1
2:Select Cond.2
3:Select Cond.3

In the command methods other than the above will result in an error.
Also, by directing the G121, you can cancel the processing accuracy selection.

10-146
CUSTOM 10-10. PROCESSING ACCURACY LEVEL SELECTION SCREEN

Notes:

(1) G120.1, G121 command, please command alone block. If you do not want to
command alone block it will result in an error.

(2) G120.1 in the machining program during execution that was parameter
switching by the command, if you make an emergency stop and reset, you switch
to the reference parameter. In addition, when the program end (M02, M30), also
switched to the reference parameters when the power is turned on again.

(3) G120.1, in order to carry out the parameter switching from slowing down by the
G121 command, it may damage the work. G120.1, G121 command at the time,
please so as to command from the Make sure that the tool is away from the work.

(4) The setting of this parameter, you must have knowledge of the specialty. Please
contact us at once to our company if you want to change the value.

Example:

G91;
G120.1P1Q1; ← Rewrite the parameter(App1,Cond1)
G01X10.F1500;
Y-20.
X-20.;
Y20.;
X10.;
G4X3.;
G121.1P1Q3; ← Rewrite the parameter(App1,Cond3)
G01X10.F300;
Y-20.;
X-20;
Y20.;
X10.;
M30; ← Back to the reference parameters set
by the program end

10-147
CUSTOM 10-11. QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN

10-11. QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN

The quadrant at the time of performing circle cutting changes etc. When the hand of
cut of a servo motor is reversed, the projection called a quadrant projection with a time
delay to the position instructions for which the actual motion of a table was given to
the servo motor by the influence of fricative etc. occurs.
For this reason, a level difference etc. may arise in a cutting side and processing
accuracy (deviation from circular form or field accuracy) may fall.
In order that this function may reduce effectively the projection and the eat lump by
the quadrant projection which occurs from a processing-conditions difference, it
rewrites the quadrant projection compensation parameter by a G code, and realizes
improvement in processing accuracy.

① Parameter setting
A quadrant projection compensation parameter is set.
There are a standard screen and an override screen and the parameter of the
standard time and the parameter at the time of an override are set, respectively.
OV button pressing and time arrangement of button:

10-148
CUSTOM 10-11. QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN

[STAND] button : It moves to a standard parameter setup screen.


[RETURN] button : It returns to a custom-made menu screen.

STAND button pressing and time arrangement of button:

[OV] button : It moves to the parameter setup screen at the time of an override.
[RETURN] button : It returns to a custom-made menu screen.

Processing accuracy level selection screen basic operation:

Basic operation list:


・ Movement of cursor
・ Value input
・ Value extraction

Quadrant projection correction override screen function:

Functional list:
・Quadrant projection correction override

Operation by the Gesture:


If swiping to the left, change to the high-speed and low-speed parameter editing, also
if swiping to the right direction, change to the normal parameter editing.

10-149
CUSTOM 10-11. QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN

Basic operation:

・Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the Right
cursor. Cursor movement moves per grid, as shown in the following figure.

・Value input
The INPUT key is used in order to perform a value input.
The CAN key is pressed when carrying out 1 character deletion of the value under
input.

Example): As shown in the following figure, move cursor to arbitrary places.


Input 1 Press the INPUT key. 10 is set up as shown in the following figure.

10-150
CUSTOM 10-11. QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN

・Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

Functional details:

・Quadrant projection correction override


Please order it the following G codes before circle cutting considered that processing
accuracy falls by generating of a quadrant projection, or the corner R section block.

G990 RX. FY ;
X;The radius of a tool center course(mm)
Y;Feed speed

When you would like to return a parameter to a standard setup,

G990 R0
Please order it this.
Moreover, processing accuracy can be further raised by using together with a
processing accuracy function preselection capability (it is also ordered the Q code
together).
Please refer to the page of a processing accuracy function preselection capability
screen for the details of a processing accuracy function preselection capability.
It becomes alarm when not ordered in the above-mentioned R (Q) and the F code.

10-151
CUSTOM 10-11. QUADRANT PROJECTION CORRECTION OVERRIDE SCREEN

Notes:

(1) The F code should order it the actual sending speed (instruction value of a
program) (cutting sending override value) x.
Even when instructions and an actual sending speed change with an automatic
corner override or circle radius sending speed clamps, it calculates internally
and the amount of quadrant projection compensation is calculated at an actual
sending speed.
(2) The R code should order it the radius (instruction radius) (tool radius) ± of a tool
center course.
+: Area around
-: Round the inner
(3) When it changes into the time of a power supply injection, or an emergency stop
state, it returns to standard parameter setup automatically.
(4) The setting of this parameter, you must have the professional knowledge. Please
contact us at once if you want to change the value.

The example of quadrant projection correction override function:

When the perimeter is processed using a φ8mm end mill


(The diameter of a tool shall be set to the offset number 1)

Rewriting of a parameter (9 mm in radius of


G91F4000; a tool center course, cutting sending F4000)
G990R9.F4000;
G05.1Q1; A.I. Artificial Intelligence (nano) outline
control mode ON
G41X0Y-10.I10.J0H1;
G01X10.;
G02X5.Y-5.R5.;
G01Y-20. ;
G02X-5.Y-5.R5.;
G01X-20. ;
G02X-5.Y5.R5.;
G01Y20.;
G02X5.Y5.R5.

G01X10.;
G40.Y10.
A.I. Artificial Intelligence (nano) outline control
G05.1Q0; mode OFF
G990R0; It rewrites to standard parameter setup.
G4X3.;
M30;

10-152
CUSTOM 10-12. PALLET RECOGNITION SCREEN

10-12. PALLET RECOGNITION SCREEN

The program can be executed alone compared with each work by installing eight kinds
of work in one pallet. Which program (work) is executed can be selected by setting on
the custom screen as "SET-FN".

(a) (b)

(c)

(a) The arrangement setting of each work is shown.

SET-FN : State of arrangement completion


SET-KP : Arranging set state maintenance (re-setting and unnecessary)
NO-SET : State of non-arrangement

(b) The number of the executed program of each work is shown.

(c) The work number search function is shown.

10-153
CUSTOM 10-12. PALLET RECOGNITION SCREEN

Pallet Recognition Top page button arrangement:

[SET-FN] button : Set "arrangement completion" to Palette of target


[NO-SET] button : Set "non-arrangement" to Palette of target
[SET-KP] button : Set "status of maintenance" to Palette of target
[WorkNo.] button : Set ON or OFF to function of work number search
[RETURN] button : Return to Custom menu

Pallet Recognition screen basic operation:

Basic operation list:

・ Movement of cursor
・ Value input
・ Value extraction

Pallet Recognition screen function:

Functional list:

・Setting status of arrangement

10-154
CUSTOM 10-12. PALLET RECOGNITION SCREEN

Basic operation:

・Movement of cursor
In order to move cursor, the direction key left, a top, and the bottom use the
right. Cursor movement moves per grid, as shown in the following figure.

・Value input
The INPUT key is used in order to perform a value input.
The CAN key is pressed when carrying out 1 character deletion of the value
under input.

Example): As shown in the following figure, move cursor to arbitrary places.


Input 1 Press the INPUT key. 10 is set up as shown in the following figure.

10-155
CUSTOM 10-12. PALLET RECOGNITION SCREEN

・Value extraction
The INPUT key is used in order to extract a value. If it unites with the value which
wants to extract cursor as shown in the following figure and the INPUT key is
pressed, a value will be extracted and it will enter in an input box.

Functional details:

・Pallet Recognition

(1) In using, set the following parameters.

№ Parameter Value Settings


a) #6404.5 1 Work number search effective when power supply is
turned on
b) #6404.6 1 Work number search function effective
c) #6510.6 1 Pallet recognition function effective
d) #6510.7 1 Arrangement completion maintenance function
effective
e) #18213 17 The number of +1 of programs which search for work
number

(2) You will add the "M60" just before the "M30" in each NC program to be called.

O****;



M60 ;
M30 ;

10-156
CUSTOM 10-12. PALLET RECOGNITION SCREEN

(3) When the program is called, it will be processed in the following flow.

a. The presence of unprocessed work (Arranged) of an in-flight pallet is checked


in the pallet exchange program when the processing ends and “M60" is
instructed.

b. The program of the work processed next without exchanging the pallet when
there is unprocessed work (Arranged) is automatically called, and executed
(start at the cycle).

c. The arrangement changes into "Unarrangement" (Processed (*O)) at the same


time as calling the program.

d. When all the work of pallet in machine becomes "Unarrangement", the pallet
is exchanged. And, when the presence of unprocessed work (Arranged) is
checked, and it exists, the work number search is executed. (a) - (d) is repeated
at the following. The state of the arrangement that the maintenance setting is
done is forwarded to the buffer of the arrangement setting (temporary storage
area where it is checked to have processed) at the same time as exchanging the
pallet at the arrangement maintenance.

Note: When unprocessed work (work which has been arranged) does not exist in an
in-flight pallet after exchanging the pallet, the machine stops.

10-157

You might also like