Basic robot motion example

PTP HOME
LIN P1
LIN P2

Using loops in KRL

FOR i = 1 TO 10
  LIN P1
ENDFOR

Palletizing loop example

FOR layer = 1 TO layers
 FOR row = 1 TO rows
  FOR col = 1 TO cols
   ; calculate pallet position
  ENDFOR
 ENDFOR
ENDFOR

Generate KRL automatically

Stop writing KUKA palletizing programs by hand. Configure your layout, preview in 3D, download production-ready .SRC and .DAT files.

Generate palletizing code