Reply To: tcl8.6/clock.tcl

HOME FORUM User Discussions tcl8.6/clock.tcl Reply To: tcl8.6/clock.tcl

#32660
XOYBOD
Participant

The error comes from the commands containing:

[clock format $systemTime -format “%d-%b-%Y %H:%M:%S”]

I found a simple way to solve this problem. After finishing writing the tcl file in OpenSeesNavigator, then open the main tcl file and just comment the following two lines (one at the beginning and one at the end of the main tcl file):

puts “Starting OpenSees analysis: [clock format $systemTime -format “%d-%b-%Y %H:%M:%S”]”

and

puts “Finished OpenSees analysis: [clock format $systemTime -format “%d-%b-%Y %H:%M:%S”]”

then go back to OpenSeesNavigator and run the model, it will work.