only one recorder file but no error return

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

Moderators: silvia, selimgunay, Moderators

Post Reply
thunder
Posts: 3
Joined: Sat Feb 25, 2017 5:58 pm
Location: Hebei university of technology

only one recorder file but no error return

Post by thunder » Thu Mar 15, 2018 7:22 pm

# I have a lot of recorders
recorder Node -file [append outputG /G_Soil_0.00_Node_displacements.out] -time -node 3 6 11 17 27 36 48 68 87 120 144 163 185 204 223 234 -dof 1 2 disp
recorder Node -file [append outputG /G_Soil_0.05_Node_displacements.out] -time -node 235 224 205 187 166 145 121 91 70 51 37 28 19 13 8 4 -dof 1 2 disp
recorder Node -file [append outputG /G_Soil_0.10_Node_displacements.out] -time -node 237 225 208 188 169 149 125 98 76 58 40 30 22 15 9 7 -dof 1 2 disp
recorder Node -file [append outputG /G_Soil_0.15_Node_displacements.out] -time -node 239 228 212 191 173 153 131 106 79 64 43 33 25 20 14 12 -dof 1 2 disp
recorder Node -file [append outputG /G_Soil_0.20_Node_displacements.out] -time -node 240 230 216 197 177 160 137 117 93 75 56 41 31 24 21 18 -dof 1 2 disp
recorder Node -file [append outputG /G_Soil_0.25_Node_displacements.out] -time -node 243 233 219 203 184 167 148 130 111 84 67 46 39 32 29 26 -dof 1 2 disp
......

but atfer execute the opensees the result file only one(outputG/G_Soil_0.00_Node_displacements.out),and no error return,what is the problem?

thunder
Posts: 3
Joined: Sat Feb 25, 2017 5:58 pm
Location: Hebei university of technology

Re: only one recorder file but no error return

Post by thunder » Thu Mar 15, 2018 10:35 pm

it has solved, " [append outputG /G_Soil_0.00_Node_displacements.out]" is not support.
Change to "outputG/G_Soil_0.00_Node_displacements.out"

Post Reply