Skip to main content
Version: 2.8

Installation on Development Client

info

Following installation instructions are dedicated for development and test clients using the IoT Designer.

The installer provided by CyberTech Engineering is named in the following way: HumanOS.IoT.Designer-{os}-{platform}-v{version}-{build-nr}

  • {os}: Currently, only windows is available (win)
  • {platform}: Currently, only x64 platform is supported
  • {version}: HumanOS IoT Designer version
  • {build-nr}: Build number

Example: HumanOS.IoT.Designer-win.x64-v2.2.0-726.exe

Run Installation

  1. Download HumanOS IoT Designer from CyberTech Webseite, [https://www.cybertech.swiss/index.php/en/downloads] or get the latest version from our customer share.

  2. Run the installation program,

    1. The installation checks if an older version is installed. If so, it will be removed first.
    2. The installation files are put to C:\Program Files (x86)\CyberTech\HumanOS.IoT.Designer
    3. The program data files are located in C:\ProgramData\CyberTech\HumanOS.IoT.Designer
  3. Additionally, the HumanOS TRIAL Runtime can be installed which is included in the designer installation

    Selection of Components

    1. The installation checks if an older version is installed. If so, it will be removed first.
    2. The installation files are put to C:\Program Files (x86)\CyberTech\HumanOS.IoT.Runtimes
  4. Install different HumanOS Runtimes, e.g. productive runtimes for Windows x86/x64 or for linux ARM systems.

    Runtime Installation

    1. Get the latest version from our customer share.
    2. The installation files are put to C:\Program Files (x86)\CyberTech\HumanOS.IoT.Runtimes
  5. Go to Windows Start Menu and start the HumanOS.IoT.Designer v2 out of the CyberTech folder.

  6. Import your HumanOS License to the License Management

    1. Start HumanOS IoT Dsigner and go to "Portal" - "Manage Licenses"

      Main Screen

    2. Click to button "Add" and select your "HumanOS.lic" license file

    3. Click to button "Synchronize" to download existing device licenses, if you have already licenses acquired.

  7. You are ready to rule the world!

Run UnInstallation

  1. Go to the Windows Program and Features or run the Uninstall.exe program.

  2. The uninstallation of runtimes checks if a Windows Service ist still using the binaries from the HumanOS Runtime.

    Main Screen

  3. The HumanOS IoT Projects are not removed.

Configuration

The HumanOS® IoT Designer is preconfigured.

NOTE

In some places on the internet, the designer cannot access safely the https://portal.humanos.ch url due to certificate errors. In these cases, you have to set the IgnoreCertificateErrors setting in the appsettings.json file:

"HumanOSPortal": {
"Url": "https://portal.humanos.ch",
"IgnoreCertificateErrors": true
},