Problem with ReadSMDFile.tcl

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
davidli506
Posts: 8
Joined: Mon Jan 04, 2010 2:17 pm
Location: SFSU

Problem with ReadSMDFile.tcl

Post by davidli506 »

Hello All,

I am trying to run all of my previous Opensees programs on a different computer, but when I try to run it on the new computer the ReadSMDFile.tcl is not re-writing the ground motion onto a ".ACC" format. A ".ACC" format file is created, but the file is empty. I have made sure that all the necessary files are in the new computer and saved the ground motion file as ".TH". Is there a problem with the my installation with TCL or Opensees?

I have even tried to only run the ReadSMDFile.tcl on its own:

>Source ReadSMDFile.tcl
>ReadSMDFile Acceleration.th Acceleration.acc dt

I made sure that the script was case sensitive. The Acceleration.acc file is empty after those commands.

Thank you,
David
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Problem with ReadSMDFile.tcl

Post by fmk »

post the line of the READSMD file you are using that begins with proc
Post Reply