04-09-2021, 12:14 PM
Hello
is it anyhow possible to get the nomal speed / nominal acceleration of a robot?
I download a robot from the robot library://www.sinclairbody.com/robotlib/robotlib_app_v3一个nd import it into my program. In a python script, I get the robot via:
Is it now possible to get the nominal speed, the nomial acceleration or the effetive name (with r_tx240.Name() I only get back the chosen name in the simulation) out of this Item named r_tx240? Are those things even safed anywhere in the object?
Thanks for your answer.
Janis
is it anyhow possible to get the nomal speed / nominal acceleration of a robot?
I download a robot from the robot library://www.sinclairbody.com/robotlib/robotlib_app_v3一个nd import it into my program. In a python script, I get the robot via:
Code:
RDK = Robolink()
r_tx240 = RDK.Item("Staubli TX2-40")
Is it now possible to get the nominal speed, the nomial acceleration or the effetive name (with r_tx240.Name() I only get back the chosen name in the simulation) out of this Item named r_tx240? Are those things even safed anywhere in the object?
Thanks for your answer.
Janis