Different manual combination table

Different manual combination table

Konrad.O
Autodesk Support Autodesk Support
6,433 Views
64 Replies
Message 65 of 65

Different manual combination table

Konrad.O
Autodesk Support
Autodesk Support

WIP

A copy of the archived "Different manual combination table" topic:

https://forums.autodesk.com/t5/robot-structural-analysis-forum/editing-load-cases-in-excel-api/m-p/8... 



Konrad Ociepka
Senior Product Owner - Structural Analysis
0 Likes
6,434 Views
64 Replies
Replies (64)
Message 60 of 65

bac5VG3Q
Community Visitor
Community Visitor

Hello, 

 

Regarding these comments, I would like to make sure that Robot API is not able to copy the load table (single loads) to Robot through VBA. I found this video that shows how a single load is created (minute 20:20):

https://www.youtube.com/watch?v=6Kv4zqgRGOo&list=RDCMUCQA3aXtNDnsT80V59qQmKGQ&start_radio=1&rv=6Kv4z...

I would like to do the same with a loop so a total of 100 or 200 loads are applied to the Robot model from a predefined excel sheet.

Thanks for your help.

0 Likes
Message 61 of 65

Stephane.kapetanovic
Mentor
Mentor

hi @bac5VG3Q 

Obtaining a copy of the complete table seems not implemented but it is possible to iterate line by line.

this youtube example shows the creation of a load record with API from VBA. In your case you can create a loop through an algorithm or an Excel table.

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 62 of 65

WALIDGIO
Advocate
Advocate

hello,

i used to copy this type of excel table to Robot in this format as it is in Robot Tables

WALIDGIO_0-1720000629509.png

as it is in RSA 

WALIDGIO_1-1720000684370.png

 

But in your sheet the nature of cases is now showing,

please can you add case nature and if it possible to format the table as showing in the image

 

can you solve it thank you

0 Likes
Message 63 of 65

Stephane.kapetanovic
Mentor
Mentor

hi @WALIDGIO 

the macro contained in "RMI_loadcomb_nested_with_subnatures_3" that you're using isn't based on emptying your project table as it is. Instead, it allows you to edit, modify and rewrite combinations directly from Excel to the Case Server.
However, the case natures encountered during reading are listed in the "Basic" tab in J2 "Available case natures names" and in C3 and following on a case-by-case basis.
As this is a free program, you can modify it as you see fit.

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 64 of 65

WALIDGIO
Advocate
Advocate

Yes, I'm trying to import seismic Cases but it only load Basic case

WALIDGIO_0-1720009287559.png

 

but my combination includes seismic cases how to add the in the sheet

 

WALIDGIO_1-1720009401101.png

 

0 Likes