Introduction
In ProdSys, you can set up a logistic robot file that can be sent to an automatic storage system to trigger shelf actions directly from the picklist. This feature streamlines operations by allowing users to download the file to a fixed location, which in turn activates the storage system to go to a specific shelf. This article explains how to configure and use the logistic robot file feature.
Purpose of the Logistic Robot File
The logistic robot file is used to communicate with an automatic storage system. It enables the system to retrieve or place items in specific storage locations based on the picklist in ProdSys. By downloading the robot file, you can automate storage movements, ensuring accuracy and efficiency in the storage process.
How the Logistic Robot File Works
When a picklist is generated in ProdSys, the user can download the logistic robot file. The file contains parameters that instruct the storage system to move to a specific location. The location code (e.g., "R01#S01#B01") is parsed into segments, which are inserted into the robot file using placeholders like {P1} to {P10}. Each placeholder corresponds to a part of the location code, as follows:
{P1} = R01 (Row 1)
{P2} = S01 (Shelf 1)
{P3} = B01 (Box 1)
These values are then used to trigger the shelf action in the storage system.
How to Set Up the Logistic Robot File in ProdSys
Access the Logistic Robot File Settings:
Navigate to
System > Settings > Logistic Robot File
. Here, you will configure the format of the file that will be sent to the automatic storage system.
Create or Modify the Robot File Format:
In the settings, you will see a format editor where you can set up the structure of the file. The file should contain placeholders like {P1}, {P2}, etc., which correspond to different parts of the location code.
Example:
<Command>
<Machine> {P01}</Machine>
<Opening>{P02}</Opening>
<Tray>{P03}</Tray>
<Tilt>{P04}</Tilt>
</Command>Link Location Codes to the Robot File:
The location codes in the warehouse (for example, "R01#S01#H01") are mapped to the placeholders in the robot file.
Set the file extension:
In the top right corner you can set the file extension like XML, TXT, CSV and so onEdit the the location code in the Warehouse location:
Open the Warehouse location
Edit the Location code and enter a value like ab#01#06
Download the Robot File from the Picklist:
Once the logistic robot file is set up, users can download it directly from the Picklist. Enter the Action menu on the line and select Download
The downloaded file triggers the storage system to retrieve or store items at the correct shelf and location.
Best Practices
Verify Location Codes: Ensure that the location codes are accurate and consistent with the storage system's configuration.
Test the Robot File: Before implementing it in full-scale operations, test the robot file with a few sample picklists to verify that it works as expected.
Regular Updates: Periodically review and update the robot file format and location codes to match changes in the storage system or warehouse layout.
Conclusion
Setting up a logistic robot file in ProdSys allows seamless communication with automatic storage systems. By automating shelf actions based on the picklist, businesses can improve efficiency, reduce errors, and streamline their inventory management processes.