Recorder ver. 1.7.3

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Marco Faggella 2
Posts: 29
Joined: Fri May 13, 2005 5:36 am

Recorder ver. 1.7.3

Post by Marco Faggella 2 »

Silvia, Frank

I am running a Time History analysis using ver. 1.7.3, am recording a lot of output signals and getting this error:

WARNING - PathSeries::PathSeries() - could not open file Gmotion.txt

If I reduce the number of output stations, or just take out the recorder command, it works fine

suggestions?

m.
Marco Faggella
Ph.D. student
Univ. Chieti-Pescara, Italy
UC San Diego
Marco Faggella 2
Posts: 29
Joined: Fri May 13, 2005 5:36 am

Post by Marco Faggella 2 »

... the same happens with version 1.6.2.f

m.
Marco Faggella
Ph.D. student
Univ. Chieti-Pescara, Italy
UC San Diego
Marco Faggella 2
Posts: 29
Joined: Fri May 13, 2005 5:36 am

Post by Marco Faggella 2 »

INPUT:
source recorder_beamsY.tcl
source recorder_beamsX.tcl
ERROR:
WARNING - PathSeries::PathSeries() - could not open file Gmotion.txt

INPUT:
# source recorder_beamsY.tcl
source recorder_beamsX.tcl
ERROR: NONE

INPUT:
source recorder_beamsY.tcl
# source recorder_beamsX.tcl
ERROR: NONE

...... ????

m.
Marco Faggella
Ph.D. student
Univ. Chieti-Pescara, Italy
UC San Diego
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you can only open 512 files. it is a limit microsoft places on number of openfiles an application can have (1024 if unix). suggest you write more stuff into the files, i.e. multiple elements in 1 file and multiple nodes in a file.
Marco Faggella 2
Posts: 29
Joined: Fri May 13, 2005 5:36 am

Post by Marco Faggella 2 »

thanks
Marco Faggella
Ph.D. student
Univ. Chieti-Pescara, Italy
UC San Diego
Post Reply