abb_rapid_sm_addin_msgs/SetEGMSettings Service

File: abb_rapid_sm_addin_msgs/SetEGMSettings.srv

Raw Message Definition

#-------------------------------------------------------------------------------
# Description:
#   The purpose of this service definition, is to define a way to set the value
#   of a predefined RAPID variable of the custom RAPID data type "EGMSettings".
#
# Note:
#   This variable is defined in each RAPID motion task, in ABB robot controller
#   systems, that are using the RobotWare "StateMachine Add-In".
#-------------------------------------------------------------------------------

#-------------------------------------------------------------------------------
# Service request fields
#-------------------------------------------------------------------------------
# The RAPID task, where the variable exists.
string task

# New settings to use for RAPID EGM instructions.
EGMSettings settings

---

#-------------------------------------------------------------------------------
# Service response fields
#-------------------------------------------------------------------------------
# Service success/failure indicator.
# Refer to 'abb_robot_msgs/ServiceResponses' for defined error codes.
uint16 result_code

# Status message (empty if service succeeded).
string message

Compact Message Definition

string task
abb_rapid_sm_addin_msgs/EGMSettings settings

uint16 result_code
string message