Quantcast
Channel: RAM | STAAD Forum - Recent Threads
Viewing all 23543 articles
Browse latest View live

VBA

$
0
0

am working on a VBA coding from excel to STAAD

Before Select server 6 update the following VBA used to run staad file from the excel

After the update this command is not working. Can somebody help me out on that.

cmnd = "C:\SProV8i SS6\STAAD\SProStaad\sprostaad.exe /s" & filepath
Shell "CMD /c" & cmnd


Openstaad

$
0
0

Hi all,

where i can download Openstadd??

RE: ***ERROR***ABOVE LINE CONTAINS ERRONEOUS DATA.

$
0
0
thank you for your response andrejlogunov.. but i do not know how to do this.. please help

RE: MAT FOUNDATION (Overturning)

$
0
0
Many thanks Sye, this really helped me. This is a very important issue mainly in the case of the
structure I am dealing with where those moments are substantially increased due to slab thickness.
Best regards,

RE: Nodes not visible in Ram Elements

Nodes not visible in Ram Elements

$
0
0

The nodes in my model are not visible as the typical blue dots. Others in my office can open this same model and see the nodes. I have tried various visibility options, and can't get them to turn on. It is making it very difficult to work in Elements. 

RE: STAAD FOUNDATION ADVANCED DON'T SHOW THE RESULTS (ALL RESULTS ARE IN 0 VALUE)

$
0
0

The following wiki should answer your question

RE: ***ERROR***ABOVE LINE CONTAINS ERRONEOUS DATA.

$
0
0

The easiest way to move the seismic load is to open up the editor ( Edit > Edit Input Command File ) and move the two seismic load cases 7 and 8 ahead of the load case 1.

You have applied member release MX. Releases are applied with respect to the member local axis. So a release MX essentially means that the member is allowed to rotate about it’s own axis which is not that common. If you want moment releases about major and minor axes, you should release MY and MZ instead as shown next

MEMBER RELEASE

420 421 423 426 429 430 435 TO 438 447 TO 450 459 TO 461 469 470 475 TO 477 -

478 START MY MZ

However if you release the moments at the bases of the columns at the top floor, your structure is going to be unstable against lateral loads resulting in huge displacements. So you should either consider the bases as fixed or should consider adding braces to increase the lateral stiffness. For now I have commented out the releases. Even with the column bases fixed, the displacements in your model are quite high and you should definitely check on that and make changes to your structure, specially the top portion.  

Also as Andrej has pointed out, you have a block of member load command that is not within any load case. You may want to move that under the appropriate load case. For now I have commented the block out.

A modified file is attached for reference.

(Please visit the site to view this file)


RE: Openstaad

$
0
0

OpenSTAAD gets installed as part of STAAD.Pro itself.

RE: STAAD FOUNDATION ADVANCED DON'T SHOW THE RESULTS (ALL RESULTS ARE IN 0 VALUE)

$
0
0
Sye, in the analysis i have all my combination, and the program show one document .std why the results, the problem is in foundation don't show the results

RE: STAAD FOUNDATION ADVANCED DON'T SHOW THE RESULTS (ALL RESULTS ARE IN 0 VALUE)

$
0
0
Jose, Can you please click on the Disp Summary and check if you still get no results ? If you don't, please upload the .sfa file ( zip it first to reduce the file size ) and we will take a look.

RE: STAAD FOUNDATION ADVANCED DON'T SHOW THE RESULTS (ALL RESULTS ARE IN 0 VALUE)

$
0
0

i'am attaching the requested file(Please visit the site to view this file)

STAAD FOUNDATION ADVANCED DON'T SHOW THE RESULTS (ALL RESULTS ARE IN 0 VALUE)

$
0
0

Hello Bentley i have a problem with the staad foundation advance, i have the version 7.2 and  i design a mat foundation. the situation is i run the analysis and when is finally the analysis all the result show 0 value.

RE: RAM Elements Concrete Beam Design

$
0
0
1. The program calculates the moments at the centerline of the column support in RAM Concrete Beam Module. It isn't editable.

2. In the Advanced Options within the module, you can turn on and off reducing Vu near the column face.

3. In the Concrete Beam Module, under the Sections -shape dropdown menu, T Beam option is available. In addition, in the main RAM Elements program, T- sections are not directly available in the section folder provided by the program. However, you can create the T-beam sections that you want in the main RAM Elements window under Home tab -Sections. Here is a link that explains how to create custom sections in RAM Elements:
communities.bentley.com/.../3569.creating-custom-sections-materials-etc-in-ram-elements-tn

4. RAM Elements doesn't consider creep. However, you can create a load combination with a higher load coefficients to take into account the long term deflections but the analysis will still be linear.

RAM Elements Concrete Beam Design

$
0
0

When designing concrete beam elements in RAM Elements, how are the following items accounted for:

1. Reducing moments to face of supports

2. Reducing shear to d distance from the support

3. How are T-sections modeled? I went through the sections but did not see any T-sections.

4. How are long term effects accounted for in beam deflection (creep, etc)?

I looked through RAM Elements manual but it does not really address any of these items. Thanks for the help.


RE: STAADPRO PHYSICAL MEMBER PROBLEM

RE: STAADPRO PHYSICAL MEMBER PROBLEM

RE: STAADPRO PHYSICAL MEMBER PROBLEM

$
0
0
Please attach the related STAAD.Pro model for the investigation. Thank you.

RE: VBA

$
0
0
This shell function will not work in STAAD.Pro SS6 version. You can use the following shell function --

cmnd = """" & "C:\SProV8i SS6\STAAD\SProStaad\SProStaad.exe" & """" & " /s STAAD " & """" & filepath & """"
Dim RetVal
RetVal = Shell(cmnd, 1)

RE: OpenSTAAD to extract member forces or support reactions in STAAD.Pro SS6 (20.07.11.50)

$
0
0
Are you using Results object functions or Application object functions? If you are using results object functions, since STAAD.Pro SS5 version, those functions have been discontinued. So if you are still using those results object functions, correct results will not be extracted. You should replace the functions with the application object functions.
If you are using application object functions, then we need to go through your code to investigate the reason. Also attach a sample model where you tested this problem.
Viewing all 23543 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>