File: abb_rapid_sm_addin_msgs/GetEGMSettings.srv
Raw Message Definition
#-------------------------------------------------------------------------------
# Description:
# The purpose of this service definition, is to define a way to get 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
---
#-------------------------------------------------------------------------------
# Service response fields
#-------------------------------------------------------------------------------
# The settings used for RAPID EGM instructions.
EGMSettings settings
# 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