Skip to main content

Rokae+ Client Plugin

  • The Rokae+ Client Plugin (referred to as client plugin / HMI plugin) runs on the human-machine interface of a PC or teach pendant. It is used to extend process UI, interaction, and instruction editing. It can work together with the Controller Plugin, or be used independently.

What It Can Do

  • Embed custom UI (center area, status bar, side panel, physical buttons, full screen, etc.)
  • Exchange data with controller plugins, read/write business data, and query robot status
  • Register process instruction UI, handle events, and output logs

Configuration and installation: see Configuration Format and Installation and Usage.


Lifecycle

StageDescription
InitializationRegister UI, events, etc.
Dependencies ReadyLogic after other modules are ready
UI DisplayDisplay the plugin UI
IdlePeriodic idle processing
UnloadClean up subscriptions and resources

Version

Current version: 1.0.2.6. See Release Notes for changes.


  1. Dependencies and Environment
  2. Create a Simple HMI Plugin
  3. Function ModulesAPI Reference
  4. ExamplesInstallation and Usage