Skip to main content

Virtual Machine Image Guide

Overview

This 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 produce plugin packages, improving consistency and convenience across development and delivery.

Usage steps

1. Install VMware Workstation Pro

Download and install the latest 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 import it.

Import virtual machine image

After import, you can change how the VM appears in the list (display name).

Rename virtual machine image

3. Start the VM and sign in

After the VM starts, sign in with:

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 sides—a full-stack engineering example)

Plugin folder location

5. Plugin build and packaging

The image includes a plugin build and packaging service, which you can use to compile and package plugins. Open http://虚拟机ip:8008/ in a browser to access the service.