Master Data Pallet Type

The ALC palletizing software calculates optimal stacking patterns of orders consisting of a set of articles. Every article is linked to one package type, which describes its physical parameters. For every Package Type and Pallet Type one or more Layer Patterns are defined.
Depending on the customer's requirement different Pallet Types will be used during the palletizing.
The core parameters of a Pallet Type are:
- pallet_no (int): Unique identifier of a Pallet Type
- pallet_name (str): Name of the Pallet Type
- pallet_length (int): Length of the pallet
- pallet_width: (int): Width of the pallet
- pallet_height: (int): Height of the actual empty pallet
- load_height (int): Maximum load height, which can be used to put units onto the pallet.
All dimensions values are currently given in inches * 100. Thus a pallet, which has a length of 48 inches, has to be given as pallet_length = 4800.
In the following table, different Pallet Types are displayed.
![]() Pallet Type 1: Large Pallet |
![]() Pallet Type 2: Half Pallet |
Actions

| Button | Action |
|---|---|
| Select File | Select a file in a specified Excel Format to be imported |
| Import Pallet Types | By pressing the button "Import Pallet Type" you can import stored values from an Excel file. The import file must be first selected via the button "Select file". |
| Export Pallet Types | By pressing the button "Export Pallet Type" an Excel file is created and supplied to download. This file contains all stored values in the above summarized columns. |
| Add Pallet Type | By pressing the button "Add Pallet Type" the following dialog box will pop up |
Add Pallet Type Dialog

| Field | Description |
|---|---|
| Pallet No | Unique pallet no |
| Pallet Name | Pallet name |
| Length | Length of the pallet in 100 * inches |
| Width | Width of the pallet in 100 * inches |
| Height | Height of the pallet in 100 * inches |
| Load Height | Maximum load height, which can be used to put units onto the pallet in 100 * inches |
With the button "Save" you can save all changes. With the button "Cancel" you can abort all changes.
Pallet Type Table

| Field | Description |
|---|---|
| Pallet No | Unique pallet no |
| Pallet Name | Pallet name |
| Length | Length of the pallet in 100 * inches |
| Width | Width of the pallet in 100 * inches |
| Height | Height of the pallet in 100 * inches |
| Load Height | Maximum load height, which can be used to put units onto the pallet in 100 * inches |
| Show 10 entries | With changing this value you can display more or less records in the table |
| Search | You can search any element by typing any string into this field |
| Buttons 1,2, ... Next | You can scroll through the list of pallet types |
Context Sensitive Menu of Pallet Type Table
With a right-click on any line in the Pallet Type Table the following context sensitive menu will pop up:

| Button | Description |
|---|---|
| Edit | By pressing the button "Edit" you can change the existing values for the selected Pallet Type. |
| Delete | By pressing the button "Delete" you can delete the selected Pallet Type. |
Edit Pallet Type Dialog

| Field | Description |
|---|---|
| Pallet No | Unique pallet no |
| Pallet Name | Pallet name |
| Length | Length of the pallet in 100 * inches |
| Width | Width of the pallet in 100 * inches |
| Height | Height of the pallet in 100 * inches |
| Load Height | Maximum load height, which can be used to put units onto the pallet in 100 * inches |
With the button "Save" you can save all changes. With the button "Cancel" you can abort all changes.

