recorder plot

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

Moderators: silvia, selimgunay, Moderators

Post Reply
kadirtopcu
Posts: 33
Joined: Mon Jul 08, 2013 5:51 am
Location: Boğaziçi University

recorder plot

Post by kadirtopcu »

recorder plot dis.out displacement 1200 10 400 400 -columns 2 1;

could someone explain what -column 2 1 is? how do we decide these two numbers (2 and 1)? are they any of column numbers or not? and when I change 1200 10 into 0 0, what is happening?

Also, when I use this recorder plot, just a small window is shown up!

could someone help me please?

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

Re: recorder plot

Post by fmk »

the first int after -columns defines which column in the output files will be used as x axis and you can guess what the second int defines.

the first 2 values give the x,y location on the screen, the second the size of the image .. i.e. 1200 10 0 0 would place it at 1200,10 with a size of 0x0 and hence the tiny size!
kadirtopcu
Posts: 33
Joined: Mon Jul 08, 2013 5:51 am
Location: Boğaziçi University

Re: recorder plot

Post by kadirtopcu »

thanks for your answer, one more question : what could be the reason of not to see anything else apart from a small window? I mean there is no graphics, window is empty.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: recorder plot

Post by fmk »

did you check the output file .. also during the analysis the date file is no longer being closed on every write to force data into the file, if yu want to see the plot as the analysis is progressing you will need to use the -closeOnWrite option with the recorder command.
kadirtopcu
Posts: 33
Joined: Mon Jul 08, 2013 5:51 am
Location: Boğaziçi University

Re: recorder plot

Post by kadirtopcu »

thank you, it was so helpful.
Post Reply