rclab-auth / gidopensees

GiD+OpenSees Interface
http://gidopensees.rclab.civil.auth.gr
GNU General Public License v3.0
94 stars 42 forks source link

Problem with seismic record #172

Closed Saimmy closed 2 years ago

Saimmy commented 2 years ago

Hello. I have a problem with a seismic record, when I try to save with GID opensees in .dat or .txt format I get that the record does not exist. How do you enter a seismic record? Seismic record is in the directory but it shows file does't exist

Screenshot 2021-12-27 141956

cvdr888 commented 2 years ago

I have exactly the same problem. Did you had any help? Do you already have any idea how to fix it? Thank you, CR

Saimmy commented 2 years ago

you can go with this Fb post of mine (see comment Section)

https://www.facebook.com/groups/opensees/permalink/10158684067816492/

cvdr888 commented 2 years ago

Apparently, your suggestion is working on version 15.0.3. Thank you!!!

vpapanik commented 2 years ago

This turned to be a GiD 15.0.3 issue (while 15.0.2 works ok) and will be subsequently corrected in the next version 15.0.4.

Till then you can do two things : 1) rename the record file and delete its extension e.g. record.dat -> record 2) edit GiD 15.0.3\problemtypes\OpenSees.gid\tcl\Records.tcl and change

          set types [list [list [_ "All files"] ".*"]]
            set defaultextension ""

to

          set types [list [list [_ "Record file"] ".txt"] [list [_ "All files"] ".*"]]
            set defaultextension ".txt"

where e.g. .txt is the extension you are using in your record file. That should fix the problem for now.

vpapanik commented 2 years ago

Solved in new version 2.9.0 You can select .txt and .dat files for records. Issue closed