ReadAnalog
-
class
compas_rrc.ReadAnalog(io_name)[source] Bases:
compas_fab.backends.ros.messages.std_msgs.ROSmsgRead analog is a call that requests the value of an analog input signal.
Examples
# Read analog analog_input_1 = abb.send_and_wait(rrc.ReadAnalog('ai_1'))RAPID Instruction:
AInputNote
For additional help, check the ABB Reference Manual.
Methods
__init__(io_name)Create a new instance of the instruction.
from_msg(msg)parse_feedback(result)Parses the result as a
float.