Install the twin Mirror
This documentation provides a overview of how you can install the twin mirror on your system.
Installing twin
First of all, twin must be installed on your system. To do so you can follow the installation guide for twin. To use twin, you need a valid license.
In order to install the license your can follow the license installation guide too.
Create a batch file to start the server with your project
To start the twin server with a specific project your have to create a batch file.
To create a .bat
file that performs the specified action, follow these steps:
Open a text editor (such as Notepad) on your system. Copy and paste the following content into the text editor:
start "V3S Server" /D "C:\Eberle Automatische Systeme\twin\V3S_Server\Program" V3S_Server.exe "Your Project Path here" true
Replace "Your Project Path here"
with the actual path to your project.
Save the file with a .bat extension (e.g., start_v3s_server.bat
).