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

Catching RoboDK messages

#1
Hello,

I would like to catch RoboDK messages from a python script.

In the following exemple, running the script on an empty station will result in a RoboDK message asking us to select a robot.

Code:
from robolink import * # RoboDK API
from robodk import * # Robot toolbox
RDK = Robolink()

settings = RDK.AddMillingProject('settings')
settings.setMachiningParameters()
print('this will only be printed once the RoboDK message has been taken care of')


I would like to be able to catch the RoboDK message and remove it from my python script.

这样做呢?

Thank you,

Abraham




Users browsing this thread:
1 Guest(s)