Hi.
The new Staad update is giving me a headache.
Our Staad has been updated to the latest version. Because of this, my syntax in my program have to be updated too.
The code still can get exact member end forces IF THE STAAD FILE IS OPEN.
If the Staad file is close, I get zeros for all the 6 end forces array.
Am I the only one having this problem?
I don't have like this problem before when I used the older version of v8i.
Hi,
If you use Application Object functions, you need to open only the relevant STAAD.Pro model first and then run the macro. Else the function will unable to extract any results and there will be some error messages. Also you can launch STAAD.Pro and specify the path of the file to extract the results.
In older version of STAAD.Pro, Results Object functions were used which has been discontinued since version 2007 Build 03. There is no further development and support on the Results Object function. Our stress is on using the Application Object Functions – and all the modifications and corrections (if any) will go to the later.
Answer Verified By: bong2rm
If you want to extract results from multiple STAAD file, you can create a macro which will perform the following—
Step 1: Open the STAAD.Pro model-the path of which is provided as input
Step 2: Extract the results
Step 3: Close the STAAD model
Step 4: Go to step 1 and open the next STAAD.Pro model
You need to analyze all the files before running the code.
You can launch STAAD.Pro and run the code to extract results from multiple file.