For the complete documentation index, see llms.txt. This page is also available as Markdown.

🆕Palletizing PSX Example

This palletizing example shows how to develop a palletizing program with a custom HMI. Using the custom HMI panel users can define the pallet layout (layers, rows, and columns), set the box dimensions, select the pallet side, and monitor the task status in real time.

HMI Panel File

Open

Robot Program File

Polyscope Setup

To install this HMI application in a production environment follow these steps:

1) Features

Inside Application tab define the following Frames.

Feature Name

A_FEATURE

B_FEATURE

BOX_FEATURE

2) Application Variables

Inside Application tab define those variables.

Variable Name
Default Value

rows

2

columns

4

layers

8

selected_pallet

"A"

box_length

300

box_width

400

box_height

200

start_row

0

start_column

0

start_layer

0

completed_A

False

completed_B

False

enabled_A

True

enabled_B

True

Last updated