ROS with Robot Structural Analysis

ROS with Robot Structural Analysis

ali_ihsan_adham
Observer Observer
424 Views
4 Replies
Message 1 of 5

ROS with Robot Structural Analysis

ali_ihsan_adham
Observer
Observer

Hi,

 

I’m coming back to Robot after a few years. I’m trying to create a simple column model by running a VBA script. While I can find a few Robot libraries for RC design and other things, I can not find “Robot Object Library” in the VBA editor Tools->references. 

Is it still possible to to run Robot from a VBA macro? If so, how can I install or add the Robot Object Library?

 

Thank you in advance

0 Likes
425 Views
4 Replies
Replies (4)
Message 2 of 5

Stephane.kapetanovic
Mentor
Mentor

hi @ali_ihsan_adham 

you may not have installed the sdk

https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Where-can-be-found...

https://help.autodesk.com/view/RSAPRO/2024/ENU/?guid=GUID-B211D4CA-811B-4A9C-91EA-21BCE3808163

Best Regards

Stéphane Kapetanovic

Did you find this post helpful? If it gave you one or more solutions,
don't forget to accept the solution and leave a < like !
EESignature
0 Likes
Message 3 of 5

ali_ihsan_adham
Observer
Observer

Hi @Stephane.kapetanovic 

Thanks for the reply.

ROBOT was installed automatically on my work machine, so I cannot access the installation files.

Also, I can not find this folder on my computer. 
C:\Autodesk\WI\Autodesk Robot Structural Analysis Professional 20xx\x64\Tools\RSASDK

There is no "Autodesk Robot Structural Analysis Professional 20xx" under WI. Is there another way to access the ROBOT object library from VBA?

Thanks in advance,

0 Likes
Message 4 of 5

Stephane.kapetanovic
Mentor
Mentor

hi @ali_ihsan_adham 

You will not receive assistance here for your own specific installation, you must contact your support service.
If the SDK is installed, Excel automatically detects the possible locations of the .tlb files.

The Robot library appears in the list of references as “Robot Object Model XX.0.”
To check if it is accessible, open Excel, go to the Developer tab, then Visual Basic, open Tools > References, and search for it in the list by ticking the corresponding box.
You can also manually browse to a path such as:
C:\Program Files\Autodesk\Robot Structural Analysis Professional 20XX\System\Exe\robotom.tlb

Best Regards

Stéphane Kapetanovic

Did you find this post helpful? If it gave you one or more solutions,
don't forget to accept the solution and leave a < like !
EESignature
0 Likes
Message 5 of 5

ali_ihsan_adham
Observer
Observer

Thank you. I found it.