Star orbiting
Process control by PLC
Down channel | Orbit channel | Escape channel | Escape condition |
Vext =0, Vext = VGen, | Vprog, start / stop | Vext | Vext< 0 and |
The resulting geometry of the “star orbiting” machining strategy is shown in the figure in the section Superimposing geometry and escape motions. This operation mode is designed to finish-machine cavities in corners. It requires the orbit channel to remain in position in each corner while the down channel expands. After expanding, the down channel must wait at the centre until the orbit channel has positioned itself in the next corner before the down channel can expand again. Synchronising the two channels can be achieved using the #SIGNAL and #WAIT commands, as shown in the following program excerpts.
One way of organising velocity planning is for the spark generator to specify an external velocity for the escape channel as usual. The velocity of the down channel is also specified by the spark generator, but if a negative velocity is specified by the spark generator, it is overwritten in the PLC by zero velocity. Consequently, escape motions are only executed by the escape channel.
Programming Example
Down channel - star orbiting
Programming Example
Orbit channel - star orbiting