Skip to main content

Virtual Machine Image Guide

Overview

This image is a VMware virtual machine image. It provides a Linux environment for multi-platform plugin compilation and plugin packaging tools. You can use it to compile plugin source code, perform cross-platform builds, and generate plugin packages, improving consistency and convenience across development and delivery.

Usage Steps

1. Install VMware Workstation Pro

Download and install the latest version of VMware Workstation Pro. After you obtain the virtual machine image file, import it in VMware Workstation Pro as described below.

2. Import the Virtual Machine Image

Open VMware Workstation Pro and drag the virtual machine image file into the main window to complete the import.

Import virtual machine image

After import, you can change the display name of the virtual machine in the list as needed.

Rename virtual machine image

3. Start and Sign In to the Virtual Machine

After the virtual machine starts, sign in with the following account:

ItemValue
Usernamerokae
Password123456

4. Plugin Project Directories

After sign-in, plugin-related projects are located by default at:

/home/rokae/rokae/xplugin

Directory layout:

Directory nameDescription
clientHMI (client) plugins
controllerController plugins
electricclawpluginElectric gripper sample plugin (includes both HMI and controller sidesa full-stack engineering example with complete front-end and back-end interaction)

Plugin folder location

5. Plugin Compile and Package

The image includes a plugin compile and packaging service that you can use to compile and package plugins. Open http://<VM-IP>:8008/ in a browser to access the service.