MONITORING_SPEED

This is an enumeration type constant that refers to the velocity mode of the robot controller, and is defined as follows.

Rank

Constant Name

Description

0

SPEED_NORMAL_MODE

Normal Velocity Mode

1

SPEED_REDUCED_MODE

Deceleration Velocity Mode

Defined in: DRFC.h

// speed mode enumerated value
typedef enum {
    SPEED_NORMAL_MODE,
    SPEED_REDUCED_MODE
} MONITORING_SPEED;