Skip to main content

Rokae+ Client Plugin

Rokae+ Client Plugin (referred to in this document as client plugin / HMI plugin) runs on the xCore client and works together with controller plugins to form the Rokae+ plugin ecosystem.

Appearance and Entry Points

Plugin Lifecycle (PluginBase)

StageMethodDescription
1init()Register UI, events, initEventSystem(), etc.
2afterInit()Logic after other modules are ready
3render()UI display
4idle()Periodic idle
5detach()Clean up subscriptions and resources before unload

Client Plugin Version

  1. Dependencies and Environment
  2. Create a Simple HMI Plugin
  3. Function Modules -> API Reference
  4. Examples -> Installation and Usage