In our NC Solutions database you will find solutions for frequently required tasks

Solution in principle for the clearing of differing contours

NC FAQ1006

Question:

It should be possible to machine selectable contours with SL2 cycles in a program. 

Answer:

In the SL cycles a subprogram, named in Cycle 14, can be written consisting of solely of CALL PGM / Call LBL commands for using a selectable contour from another (main) program.

Global solution:

CYC DEF 14 ... 10

LBL10

CALL PGM 4711.h (or TNC:\Path\4711.h)

LBL 0

PGM 4711 can therefore be started by any program, and so only one instance is necessary.

Furthermore, a LBL number can be determined by a Q parameter as follows.

Local solution:

Q30 = 20

CYC DEF 14 ... 10

LBL10

CALL LBL Q30

LBL 0 

Follow the link below to view a sample program from our NC Solutions database.

Link:

SL-cycle with selectable contour

Product type

FAQ Milling TNC 640 TNC 426/430 iTNC 530 TNC 620 TNC 320 2-D contours Programming station Programming station VirtualBox Machine control TNC7
Back to overview