4 break point function, 5 high-speed cutting – Yaskawa YASNAC PC NC Programming Manual User Manual

Page 219

Advertising
background image

4 - 82

YASNAC PCNC Programming Manual

Chapter 4: Enhanced Level Commands

Example

4.2.4

Break Point Function

The function displays “BREAK POINT!” message and suspends program execution in the block
stop mode when the block assigned with the sequence number that is set for a parameter is exe-
cuted. The message “BREAKPOINT!” can be cleared by the cycle start or reset operation.

The sequence number to call up this function is set for the following parameters:

4.2.5

High-speed Cutting *

By converting the linear interpolation mode (G01) or circular interpolation mode (G02, G03)
commands in the part program memory into the axis move distance per unit time (to be referred to
as segment data), high-speed cutting is made possible.

(1) Programming Format

Enclose the part of program to be operated at high-speed cutting mode with “HON” and
“HOF”.

Example of Programming

(G91 F10000;)

. . . . . .

HON;

X100;

Y100;

X50;

X50 Y50;

HOF;

. . . . .

Feedrate (m/min)

Stored Stroke Limit Area Width (mm)

4

26
36

0.4
2.4
3.6

pm0801

Break point sequence number 1

pm0802

Break point sequence number 2

Advertising