Introduction

RapidSequencer allows you to easily create real-time deterministic programs.

RapidSequencer is a powerful new tool that allows you to easily create real-time deterministic programs.

Previously in RMP real-time deterministic actions needed to be pre-loaded into the firmware with functions like UserLimits or MotionHolds. Now you can create entire programs that run on the firmware in real-time.

Basic Usage & Syntax

RapidSequencer does not have a concept of objects. Everything is a function call in RapidSequencer. It is built off of the RMP motion controller and has many of the same functions. However, there is an important difference in syntax.‌

RapidSequencer functions will have one extra parameter than RapidCode function that needs an object reference (such as Axis, IO, RMPNetworkNode). That extra parameter is the first parameter of RapidSequencer functions, is uint32 type, and represents the id/index of the object.

Syntax example:

Last updated