HOME › FORUM › User Discussions › tcl8.6/clock.tcl › Reply To: tcl8.6/clock.tcl
April 20, 2021 at 1:09 am
#32660
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.