Interface Simulation Overview
The Interface Simulation is a program designed to provide a comprehensive set of endpoints, specifically beneficial for simulation and WMS development. These endpoints are structured similarly to those in the regular interface to ensure consistency and ease of use. To prevent any confusion and clearly differentiate it from the standard interface, the Simulation Interface is established as a distinct program. It operates with its own unique URL and Port. It is important to note that the endpoints accessible through the Simulation Interface will not be available in a production environment.
Endpoint
http://<server>:44002/api/v1/simulation
Configuration
The configuration process for the Interface Simulation is similar to that of the regular interface. It can be customized through the appsettings.json file, which is in JSON format and editable using any standard text editor.
Note: It is necessary to restart the Interface Simulation for any changes to take effect.
The configurable parameters include:
AutoStore (Boolean): When set to true, the AutoStore Simulation will automatically initiate the simulated AutoStore system, setting the system mode to RUNNING.
Driver.Hostname (String): This parameter specifies the IP address where the ASDriver is operational. The default value is 127.0.0.1.
Urls (String): This defines the HTTP URL used to host the Interface Simulation. The default setting is http://0.0.0.0:44002.
Updated 2 months ago