Skip to main content

Rokae Robot

Glossary

TermDescription
RobotAssistThe host computer software for Rokae Robot xCore control system, with functions including robot motion control, program writing, parameter configuration, status monitoring, etc. It can run on xPad2 teach pendant, PC and other devices.
HMIHuman Machine Interface.
HMIDHMI Device, Human Machine Interface Device.
RCRobot Controller.
RCIRokae Control Interface, Rokae robot external control interface, supporting low-level real-time control.
SDKSoftware Development Kit, software development toolkit, supporting low-level control of robots through C++ and other languages, which will gradually replace RCI.
ProjectProject, a management collection of programs, tasks and other objects that control robot operation; project data objects can be exported and reused in other projects or robots.
TaskIn xCore, we call it a Task.
ModuleIn xCore, we call it a Program Module.
ElbowArm angle, referring to the angle between the arm plane and the reference plane. The arm plane refers to the plane formed by the robot's upper arm and forearm, and the reference plane refers to the arm plane formed when the end effector reaches the same pose with axis 3 at zero.
RLRokae Robot Language, Rokae robot language, containing rich instructions, allowing robot tasks to be built based on RL.
xPad2Teach pendant.
RSCRobot Safety Controller.
JOGJogging.
Null Space MotionFor redundant degree-of-freedom robots, null space motion can be used to achieve joint motion while the end effector remains stationary.
PERS VariablePersistent variable. If the value of this type of variable changes during program execution, the initial value of the variable will be automatically modified to the current value, thus achieving "persistent" storage.