Autodesk Robot Structural Analysis
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
getting internal forces from RSA to XL (API)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello everybody,
I wonder if it is posible to get the internal forces from RSA to XL :
- with the possibility of choosing the dimensions ( N, daN, daN.N, etc)
- getting first the values for the origin of the bar for all the load cases and then the values for the end of the bar
- getting Fx as Fxcompression and Fxtraction
if someone could help me please!
Benoît
Solved! Go to Solution.
Re: getting internal forces from RSA to XL
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I wonder if it is posible to get the internal forces from RSA to XL :
- with the possibility of choosing the dimensions ( N, daN, daN.N, etc)
- getting first the values for the origin of the bar for all the load cases and then the values for the end of the bar
- getting Fx as Fxcompression and Fxtraction
Make these settings in table then select whole table (CTRL+A) or some records then copy it to clipboard then paste it in Excel
or take a look at this thread and find there example macros (message 12, 14, 19, maybe 22):

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: getting internal forces from RSA to XL
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
OK thanks!
message 22 is (almost) what I was looking for.
benoît
Re: getting internal forces from RSA to XL
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The file for message 22 attached.
What changes would you like to have?

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: getting internal forces from RSA to XL
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for the file!
I would like to have Fx as traction and compression, if possible.
My final goal is to analyse those values in order to get the max bending moment and the max of FX and Fz resultant (squareroot(Fx²+Fz²)) for each point (node) on the bar.
I've you this kind of macro?
Re: getting internal forces from RSA to XL (API)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try this

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: getting internal forces from RSA to XL (API)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
OK thanks,
I will add some macro to get the maximum force for each bar extremity in order to design the connection.
I could use the SpreadsheetCalculator, but for the moment, we don't use the Eurocode5....
rgds
benoît
Re: getting internal forces from RSA to XL (API)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have also such macro

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: getting internal forces from RSA to XL (API)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
GREAT! ![]()
I will just add a column with sqr(Fx²+Fy²+Fz²) and that will be fine.
Many thanks
Benoît
Re: getting internal forces from RSA to XL (API)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
After analyse, this macro is not exactly what I wanted.
I have a hall with several time the same frame.
I want to select the same bar of each frame (all the rafters for exemple), and find the bar which has the maximum Sqr(Fx²+Fz²) and the maximum My.
Would you have some macro like that?
rgds
Benoît


