Hi there. I've got somewhere on the order of 8,000 FEA scenarios that I need to run. From each scenario I need to extract four results and paste these results in an organized excel spreadsheet. So far I've built a model in Staad.Pro, set up an excel spreadsheet that contains the load values I need to explore with FEA, set up an excel spreadsheet for the Vbscript code to write values to, and I've written some Vbscript code.
The code takes the loading scenarios from the first excel spreadsheet, adds them to the model, and runs the FEA. Right now the two major problems I'm having are
1) The code doesn't wait for the FEA to finish before trying to print the results to the second excel sheet.
2) Even if I manually run the FEA and alter the code to just write the FEA results it writes all zeros. I've been careful to save both the code and the model after running the FEA so I'm not sure what else to do.
Any help would be much appreciated. Thanks!
- Raul
↧
Vbscript, FEA, and Staadpro: Run analysis and get results with the same code?
↧