Standard program structure of orbit channel
Below is an example of an NC program for an orbit channel which is started from the down channel in the orbit channel as shown in the orbit channel coupling.
Programming Example
Standard program structure of orbit channel
The dynamics are limited in N2010 - N2030 due to the superimposed channel constellation.
The channel is moved to its start position in N2040.
The channel coupling to the down channel is created in N2050 by the orbit channel. The command is the counterpart of block N6000 in orbit channel coupling. It also defines the maximum scaling radius and the maximum equidistant distance. These parameters are transferred from the down channel when the program is called.
The interface of the orbit channel to the down channel is opened in N2060. The X and Y MCS coordinates are transferred from the orbit channel to the down channel via this interface.
N2070 ensures that it is not possible to move backwards over this block.
A machining coordinate system is generated and selected in N2080 and N2090.
N2100 contains the motion to the starting point of the actual orbit geometry.
![]() | The second motion block is implicitly interpreted as an orbit geometry block and must therefore be part of the orbit geometry. |
N2110-N2140 contain the definition of the real-time cycle for the endless real-time loop in N2160-N2180 [FCT-C32 Real-time cycles].
N2150 sends a signal to the down channel so that it can continue machining. The down channel waits for this signal in block N6002, as described in the NC program in the section Coupling programs.
![]() | With an equidistant orbit geometry, the orbit channel is only ready when a closed orbit geometry is present in the interpolator of the CNC. This is indicates on the HLI by the “orbit_active_r” signal. With an equidistant orbit geometry, machining in the down channel should only be continued after this signal is set to True. |
The actual orbit geometry is generated in an endless real-time loop in N2160-N2180.
All machining coordinate systems of the orbit channel are deleted in N2190.