abb_robot_msgs/GetRAPIDNum Service

File: abb_robot_msgs/GetRAPIDNum.srv

Raw Message Definition

#-------------------------------------------------------------------------------
# Description:
#   The purpose of this service definition, is to define a way to get the value
#   of a RAPID 'num' symbol (e.g. a variable) defined in an ABB robot controller
#   system.
#-------------------------------------------------------------------------------

#-------------------------------------------------------------------------------
# Service request fields
#-------------------------------------------------------------------------------
# Path to the targeted RAPID symbol.
RAPIDSymbolPath path

---

#-------------------------------------------------------------------------------
# Service response fields
#-------------------------------------------------------------------------------
# Value of the RAPID symbol.
float32 value

# 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

abb_robot_msgs/RAPIDSymbolPath path

float32 value
uint16 result_code
string message