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.

DR_MV_APP

This is an enumeration type constant that specifies the application option used during robot motion execution.

Rank

Constant Name

Description

0

DR_MV_APP_NONE

No specific application option is applied.

1

DR_MV_APP_WELD

Motion is executed with welding application mode enabled.

Defined in: DRFC.h

typedef enum {
    DR_MV_APP_NONE,
    DR_MV_APP_WELD
} DR_MV_APP;