Posts: 1
Threads: 1
Joined: Dec 2023
Reputation:
0
12-01-2023, 10:17 AM
(This post was last modified: 12-01-2023, 10:43 AM by Albert.)
Hi,
I have a question. Can I see the omron tm robot running the program in tmflow, in robodk?
can I use robodk, like a digital twin?
When I put the tm12x into listening mode, I can no longer run the program.
Posts: 74
Threads: 0
Joined: May 2019
Reputation:
7
12-01-2023, 12:09 PM
(This post was last modified: 12-01-2023, 12:17 PM by Albert.)
Yes, you can use the RoboDK driver to monitor the robot position. The driver retrieves the joints over the modbus interface which needs to be enabled on the robot side. Once you enable modbus you should be able to connect to the robot at any time, motion commands will fail but it will allow you to do read only operations like retrieving the joints.
Once you've got that working, you can load the script located C:\RoboDK\Library\Macros\MonitorJointsReal.py and run it in your station, it will poll the driver a few times a second and update the robot position in RoboDK.