You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
MOVE_MODE
This is an enumeration type constant that refers to the display method for the location to move to when motion is controlled in the robot controller, and is defined as follows.
Rank |
Constant Name |
Description |
|---|---|---|
0 |
MOVE_MODE_ABSOLUTE |
Absolute Coordinate |
1 |
MOVE_MODE_RELATIVE |
Relative Coordinate |
Defined in: DRFC.h
typedef enum {
MOVE_MODE_ABSOLUTE = 0,
MOVE_MODE_RELATIVE,
} MOVE_MODE;