Different manual combination table

Different manual combination table

Konrad.O
Autodesk Support Autodesk Support
6,256 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,257 Views
64 Replies
Replies (64)
Message 40 of 65

Anonymous
Not applicable

Yes, I can see the problem now. When I'm using load combinations as basic load cases as well as having 27+ basic load cases, the factors from load combinations get written to the same columns as the last basic load cases.

 

Maybe I'm asking for too much, but do you know any way to make the xls file adaptive to the number of basic load cases imported?

0 Likes
Message 41 of 65

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @Anonymous

 

This macro works for combinations made of simple cases only.

For example comb 1200 contains comb 1000 + simple case



Rafal Gaweda
Message 42 of 65

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @Anonymous

 

Finally I got your point.

Macro with no limits for simple cases and combinations (also embedded) attached.



Rafal Gaweda
Message 43 of 65

Anonymous
Not applicable

Fantastic! This is so useful.

Thank you

0 Likes
Message 44 of 65

mgaafar
Advocate
Advocate

Thanks, Rafal for your effort, I find this sheet very important and helpful.

If I may suggest also to make the sheet read Static-Seismic load cases in case a Seismic load case is created. it happened that I had one in a model and it didn't catch it in the import/export generation.

0 Likes
Message 45 of 65

danielroure2267
Contributor
Contributor

Hello
It's a good macro, do you know if there is a statement to block redisplay in RSA to accelerate the transfer?
Kind regards



 

0 Likes
Message 46 of 65

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @danielroure2267 

 

Near the beginning of code add

RobApp.Interactive = 0

at the end

 

RobApp.Interactive = 1


Rafal Gaweda
0 Likes
Message 47 of 65

danielroure2267
Contributor
Contributor

Thank you

0 Likes
Message 48 of 65

danielroure2267
Contributor
Contributor

Hello

do you think it is possible to accelerate again?
the insert of a combination is done in 1 second; I have 80000
I found the link below but I do not know how to introduce it
is it necessary to limit the cache (ApplyCache) to a number of combinations?
is what BeginMultiOperation, (IRobotCombServer?) can be used

 

 

https://knowledge.autodesk.com/fr/support/robot-structural-analysis-products/troubleshooting/caas/sf...

 

thanks

Message 49 of 65

rokas_varanauskas
Advocate
Advocate

This appears to have no effect on time it takes to transfer combinations from Excel to RSA. In one project we have just under 2000 combinations which is taking more than 60min to get transferred. It's a lot of time.

Any improvements would be greatly appreciated.

 

Rokas

Message 50 of 65

ALEXTHAINESE
Enthusiast
Enthusiast

Adding label for load cases , is it poosible from excel to RSA using API?

 

load case labels .png

0 Likes
Message 51 of 65

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @ALEXTHAINESE 

 

I am afraid it is not implemented in API.

 

 

 



Rafal Gaweda
0 Likes
Message 52 of 65

1234eddie
Advocate
Advocate

I don't know if it's still relevant. 

But in this topic you will find a solution, thanks to rafal.

https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-load-case-labels-dynamo-api-pyt...

0 Likes
Message 53 of 65

JPNR87
Collaborator
Collaborator

Hi,

does API "RMI_loadcomb_nested_with_subnatures" cooperate with RSA 2021. Im having a problem.

 

Thanks for answers!

0 Likes
Message 54 of 65

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @JPNR87 

 

Yes it does.

What is the problem?

 

 



Rafal Gaweda
0 Likes
Message 55 of 65

JPNR87
Collaborator
Collaborator

0.JPG

0 Likes
Message 56 of 65

Rafal.Gaweda
Autodesk Support
Autodesk Support

??????



Rafal Gaweda
0 Likes
Message 57 of 65

bos3UYUJ
Contributor
Contributor

Hi @Rafal.Gaweda,

 

In response to your video showing you copying loads from an excel spreadsheet to the "Table edition" tab in RSA, is it possible to automate this step with a macro. At the moment I have to copy and paste the table from Excel to RSA (like you show in your video) and I would like to remove this manual process.

 

Many thanks

0 Likes
Message 58 of 65

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @bos3UYUJ 

 

I am afraid it is not possible. 



Rafal Gaweda
Message 59 of 65

bos3UYUJ
Contributor
Contributor

No problem. Thank you for your quick reply.

 

Best wishes

0 Likes