Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Setting variables for TM Robots

#1
Is it possible to change robot variables using RoboDK? 

I also need to communicate using Modbus. We use Techman robots. Thanks
#2
If you are using the API, you can change the state of digital outputs using the setDO command. Depending on the robot controller, a certain digital output id can be mapped to a variable. For example, when you use TM robots you'll be wrtting this variable through modbus:
Code:
modbus_write("TCP_1", 0, "DO", 800+do_id, 1)
  




Users browsing this thread:
2 Guest(s)