Typical palletizing structure
A palletizing program calculates X/Y offsets for rows and columns and stacks layers vertically.
Example KRL loop
FOR layer = 1 TO 5
FOR row = 1 TO 4
FOR col = 1 TO 3
PLACE_POS.X = PALLET_BASE.X + (col * BOX_LENGTH)
PLACE_POS.Y = PALLET_BASE.Y + (row * BOX_WIDTH)
PLACE_POS.Z = PALLET_BASE.Z + (layer * BOX_HEIGHT)
ENDFOR
ENDFOR
ENDFORGenerate KRL automatically
Stop writing KUKA palletizing programs by hand. Configure your layout, preview in 3D, download production-ready .SRC and .DAT files.
Open the generator