|
|
# OpenTCS Installation
|
|
|
On this page you will find a manual about how to install OpenTCS. The OpenTCS software is primarily used on a Ubuntu Mate system, so it will *probably* work with any Debian based system.
|
|
|
On this page you will find a manual about how to install OpenTCS. The OpenTCS software is primarily used on a Ubuntu Mate system, so it will *probably* work with any Debian based system.
|
|
|
|
|
|
## Installation
|
|
|
To install OpenTCS you have to go to [their website](http://www.opentcs.org/en/download.html) and download the latest version. After downloading extract the archive into a directory to your preference. In almost each folder you will find some files called *.sh. You can use `ls -lAh` to check whether the files are executable, if they are not executable use `chmod +x <filename>.sh` to make it executable.
|
|
|
To install OpenTCS you have to go to [their website](http://www.opentcs.org/en/download.html) and download the latest version. After downloading extract the archive into a directory of your preference. In almost each folder you will find some files called `*.sh`. You can use `ls -lAh` to check whether the files are executable, if they are not executable use `chmod +x <filename>.sh` to make it executable.
|
|
|
|
|
|
Go into the OpenTCS PlantOverview folder (inside the OpenTCS bin folder) and run `startPlantOverview.sh`. After Opening the PlantOverview go to File - Load Model. Navigate to the folder where the PlantOverview is installed and enter the data folder. In here you will find a demo model.
|
|
|
Make sure that the mode is set to "Modelling Mode" at File - Mode. Now you'll be able to design your warehouse.
|
|
|
|
|
|
If you are done developing your warehouse. You have to start the Kernel, you can do this by going inside the OpenTCS Kernel folder (inside the OpenTCS bin folder) and running the `startKernel.sh`. Go back to the PlantOverview application and click on File - Persist model in the kernel.
|
|
|
If you are finished developing your warehouse. You have to start the Kernel, you can do this by going inside the OpenTCS Kernel folder (inside the OpenTCS bin folder) and running the `startKernel.sh`. Go back to the PlantOverview application and click on File - Persist model in the kernel.
|
|
|
Now you can go to the kernel and enable the loopback adapter for a vehicle. Next you have to go to the PlantOverview and right click the enabled vehicle. After that click on Change integration level - ... to utilize this vehicle for transport orders. Now you can add transport orders and you will see your chosen vehicle moving across your warehouse.
|
|
|
|
|
|
[Home](https://git.fhict.nl/I312980/move-it/wikis/home) |
|
|
\ No newline at end of file |