Using PEER data in SAP2000
Using PEER data in SAP2000
(OP)
Hi,
I have this doubt regarding using PEER data in SAP2000.
I downloaded unscaled and scaled earthquake records from the PEER database, but I am not able to run time history analysis on my bridge model as the progra shows an error whenever I try to load the data which I downloaded. The data was in AT2 format which I changed into .txt format and .th format, but neither of them worked.
Please can i get some help regarding this issue?
Thanks
I have this doubt regarding using PEER data in SAP2000.
I downloaded unscaled and scaled earthquake records from the PEER database, but I am not able to run time history analysis on my bridge model as the progra shows an error whenever I try to load the data which I downloaded. The data was in AT2 format which I changed into .txt format and .th format, but neither of them worked.
Please can i get some help regarding this issue?
Thanks





RE: Using PEER data in SAP2000
Analysis and Design of arbitrary cross sections
Reinforcement design to all major codes
Moment Curvature analysis
http://www.engissol.com/cross-section-analysis-des...
RE: Using PEER data in SAP2000
First you will need some kind of text editor. (Notepad will not do.) I recommend Notepad++. http://notepad-plus-plus.org/
Open you *.at2 file with Notepad++ and click on View -> Show Symbols -> Show all characters.
End the end of each line you should see CR LF. If so you are good and there is nothing to change.
If you only see symbol LF, we have to fix this.
Press CTRL+H and in 'search mode' select Extended.
Then in field 'Find what' type: \n
And in field 'Replace with' type: \r\n
Clik Replace All and save file.
This should fix your problem.
RE: Using PEER data in SAP2000