F4000N_revD.pdf - 第50页

F4000N Series Operating Manual Section 5: Point T ype & Function Reference Part # 562187N - 1 Rev . D Sep 201 2 49 © 20 12 Fisnar Inc. 1.12.6 Brush Area: Circle 1 Brush Area: Circle 1 , causes the tip to „paint‟ the …

100%1 / 118
F4000N Series Operating Manual
Section 5: Point Type & Function Reference
Part # 562187N-1
Rev. D Sep 2012
48
© 2012 Fisnar Inc.
1.12.5 Brush Area: Circle Band
Brush Area Circle Band causes the tip to „paint‟ a defined circular band area by following a
spiral path from the outside limit of the circle to the center of the circle.
After registering the Brush Area Circle Band command, jog the tip to a point on the outside
limit of the circle to be brushed and register that location as a Line Start point. Then jog
the tip directly across to the center of the circle and register that location as a Line End
point (the tip will not dispense a straight line between these two points):
If, for example, a brush width of 5 mm and Band of 15mm was used, the tip will take the
following path when the program is run:
Line Start
Line End
Paint Area
F4000N Series Operating Manual
Section 5: Point Type & Function Reference
Part # 562187N-1
Rev. D Sep 2012
49
© 2012 Fisnar Inc.
1.12.6 Brush Area: Circle 1
Brush Area: Circle 1, causes the tip to „paint‟ the defined area by following a spiral path
from the center of the circle to the outside limit of the circle. It works in reverse of the
Circle function.
After registering the Brush Area Circle command, jog the tip to a point where you want to
register the center of the circle and register that location as a Line Start. Then jog the tip
directly across on the outside limit of the circle to be brushed and register that location as
a Line End point (the tip will not dispense a straight line between these two points):
If, for example, a brush width of 5 mm was used, the tip will take the following path when
the program is run:
An open or closed option is also available for this function. Selecting the Closed option will
make a whole circle after making the spiral. Selecting the Open option will make the spiral
without closing the outer circle.
Closed Circle1: Creates a spiral from
the center to the outside finishing with
a closed circle.
Line End
Paint
Area
Line
Start
Open Circle1: Creates a spiral from
the center to the outside.
F4000N Series Operating Manual
Section 5: Point Type & Function Reference
Part # 562187N-1
Rev. D Sep 2012
50
© 2012 Fisnar Inc.
1.13 Call Subroutine
A subroutine is a set of instructions that are located after the End Program instruction.
Call Subroutine causes the machine to jump to a specified memory address and execute
the instructions found there using coordinates specified at the Call Subroutine instruction.
When the End Program instruction for the subroutine is reached, program execution will
continue at the address immediately after the Call Subroutine instruction.
The Call Subroutine function is most useful to repeat a pattern anywhere on the work-
piece, as opposed to the Step & Repeat function where the pattern must be repeated in
straight lines, at fixed distances from each other.
The following example illustrates the use of the Call Subroutine instruction. An
explanation follows.
Address
Instruction
1
Line Speed = 20
2
Call Subroutine (X1,Y1,Z1) address 7
3
Call Subroutine (X2,Y2,Z2) address 7
4
Call Subroutine (X3,Y3,Z3) address 7
5
Call Subroutine (X4,Y4,Z4) address 7
6
End Program
7
Line Start (Xs,Ys,Zs)
8
Line End (Xe,Ye,Ze)
9
End Program
START
Addr. 2
X1,Y1,Z1
Addr. 3
X2,Y2,Z2
Addr. 4
X3,Y3,Z3
Addr. 5
X4,Y4,Z4
END