• Home
  • User Manual
  • Tutorials
  • API
  • Updates
Search Results for

    Show / Hide Table of Contents
    • Overview
    • twin Mirror
      • Install the twin Mirror
      • Embed the twin Mirror into your HMI
      • React on user-events
      • Manipulate 3D objects
      • Add labels and buttons
      • Camera Control
      • Modify Scene Properties

    Install the twin Mirror

    This documentation provides an 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, follow the installation guide for twin. To use twin, you need a valid license.

    In order to install the license you 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, you can, for example, create a batch file. Follow these steps to create a new .bat file that performs the specified action:

    1. Open a text editor (such as Notepad) on your system.
    2. Copy and paste the following content into the text editor:
       start "twin Server" /D "%programfiles%\digifai\twin\V3S_Server\Program" V3S_Server.exe <filename> true
      
      Replace <filename> with the actual path to your *.v3sproj file.
    3. Save the file with a .bat extension (e.g., start_twin_server.bat).
    In this article
    Back to top Copyright © Eberle Automatische Systeme GmbH & Co KG