USING THE NUMERICAL CONTROL 3
5 BASIC PROGRAMMING
5.10 PROGRAMMING ROUTING
5.10.1 Elements and geometrical figures
1) From the «EDITOR\ASSISTED» page select the instrument and the command desired; to program the routing of a slot (with the ASOLA_00 command) select instrument
and command .
2) Select the command desired and press the ENTER key to access the setting of fields, as described in “DESCRIPTION OF THE FIELDS FOR TECHNOLOGICAL DATA” (page 5-39).
3) When setting of the fields is complete, press the ENTER key on the <OK> field to confirm the programming; to abort press ESC. Then save the program.
The following is a description of the macros available for creating geometrical figures and elements. The parameters present in these macros are “local”.
LINE_00 command
Select ; creates a line between two points, P1 (first point) and P2 (second point). The parameters to be set during application of the macro are shown below.
P1
P2 x2
x1
y2 y1
5
BASIC PROGRAMMINGBIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
LINE_01 command
Select ; creates a line which starts from point P1 with an angle <a> and length <l>. The parameters to be set during application of the macro are shown below.
LANGXCOS command
Select ; creates a line which starts from point P1 with an angle <alf> (other than 90° and 270°) and ends on point PK, which is on a straight line parallel to side 1 and at a distance <xk>
from it. The parameters to be set during application of the macro are shown below.
LANGYCOS command
Select ; creates a line which starts from point P1 with an angle <alf> (other than 0° and 180°) and ends on point PK, which is on a straight line parallel to side 4 and at a distance <xk>
from it. The parameters to be set during application of the macro are shown below.
P1 x1
y1
a
l
P1 x1
y1 alf
PK xk
P1 x1
y1 alf
PK
yk
PROGRAMMING ROUTING
BIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
DUELINCO command
Select ; creates two lines, the first between points P1 and P2 and the second between points P3 and P4. Generally these lines are programmed on opposite sides, for squaring the panel. The parameters to be set during application of the macro are shown below.
CIRCLE_00 command
Select ; creates a circle with centre on point P1 and radius <r>. The parameters to be set during application of the macro are shown below.
P1
x2 x1
y2 y1
P2
y3
y4
x4
x3
P4
P3
P1 x1
y1
r
5
BASIC PROGRAMMINGBIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
ARC3P command
Select ; creates an arc passing through three points, P1 (first point), P2 (second point) and P3 (third point). The parameters to be set during application of the macro are shown below.
ARCC2P command
Select ; creates an arc with centre on point PC and passing through two points, P1 (first point) and P2 (second point). The parameters to be set during application of the macro are shown below.
ARCR2P_1 command
Select ; creates an arc having opening less than 180° with radius <r> and passing through two points, P1 (first point) and P2 (second point); the arc is calculated on the left of the straight
P1 x1
y1
y2y3
x2 x3
P2 P3
P1 x2
y1
yc
y2
xc x1
P2
PC
PROGRAMMING ROUTING
BIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
line passing from point P1 to point P2. The parameters to be set during application of the macro are shown below.
ARCR2P_2 command
Select ; creates an arc having opening greater than 180° with radius <r> and passing through two points, P1 (first point) and P2 (second point); the arc is calculated on the right of the straight line passing from point P1 to point P2. The parameters to be set during application of the macro are shown below.
ARCR2P_3 command
Select ; creates an arc having opening less than 180° with radius <r> and passing through two points, P1 (first point) and P2 (second point); the arc is calculated on the right of the straight line passing from point P1 to point P2. The parameters to be set during application of the macro are shown below.
P1 x1
y1
y2
x2
P2 r
P1 x2
y1
y2
x1
P2
r
P1 x1
y1
y2
x2
P2 r
5
BASIC PROGRAMMINGBIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
ARCR2P_4 command
Select ; creates an arc having opening greater than 180° with radius <r> and passing through two points, P1 (first point) and P2 (second point); the arc is calculated on the left of the straight line passing from point P1 to point P2. The parameters to be set during application of the macro are shown below.
BOX_00 command
Select ; creates a rectangle with right angles of length <a> and width <b> at a distance <d1>
from side 1 and <d2> from side 4. The parameters to be set during application of the macro are shown below.
BOX_01 command
Select ; creates a rectangle of length <a> and width <b> at a distance <d1> from side 1 and
<d2> from side 4, with connecting arcs of radius <r1> on the top left-hand corner and of radius
<r2> on the top right-hand corner. The parameters to be set during application of the macro are shown below.
P1 x1
y1
y2
x2
P2 r
d1
d2
a
b
d1
d2
a
b
r1
r2
PROGRAMMING ROUTING
BIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
BOX_02 command
Select ; creates a rectangle of length <a> and width <b> at a distance <d1> from side 1 and
<d2> from side 4, with a connecting arc of radius <r> on each corner. The parameters to be set during application of the macro are shown below.
BOX_03 command
Select ; creates a rectangle of length <a> and width <b> at a distance <d1> from side 1 and
<d2> from side 4, with connecting arcs of radius <r> on the top corners and of radius <R> on the bottom corners. The parameters to be set during application of the macro are shown below.
d1
d2
a
b
r r
r r
d1
d2
a
b
R r
5
BASIC PROGRAMMINGBIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
OVALE command
Select ; creates an oval of length <A> and width <B> with centre on point C. The parameters to be set during application of the macro are shown below.
ELLISSE command
Select ; creates an ellipse of length <a> and width <d> with centre on point pc. The parameters to be set during application of the macro are shown below.
TRIANG_S command
Select ; creates a right-angled triangle of length <L> and width <H>. The parameters to be set during application of the macro are shown below.
xc
yc
A
BC
xc
yc
a
bpc
L
H
PROGRAMMING ROUTING
BIESSE S.p.A. Woodworking Machinery
0405e02f.fm - biesse120100
TRIANG_R command
Select ; creates a right-angled triangle of length <L> with connecting arcs of radius <r2> on the top corner, of radius <r1> on the bottom right-hand corner and of radius <r3> on the bottom left-hand corner; the base of the triangle is at a distance <H> from side 4. The parameters to be set during application of the macro are shown below.
ASOLA_00 command
Select ; creates a slot of length <L> and radius <R>, with centre on point pc. The parameters to be set during application of the macro are shown below.