Search found 2 matches

by JeremyICHI
Thu Aug 11, 2022 9:23 am
Forum: Framework
Topic: Error message: Invalid command name "clock"
Replies: 3
Views: 14286

Re: Error message: Invalid command name "clock"

I've solved the problem. I just sourced an appropriate version of the init.tcl file, where the "clock" command has been defined.
by JeremyICHI
Wed Aug 10, 2022 8:31 pm
Forum: Framework
Topic: Error message: Invalid command name "clock"
Replies: 3
Views: 14286

Error message: Invalid command name "clock"

Hello everyone.

I've compiled opensees.exe (v 3.2.2) and everything works well. However, when I try to use the "clock" command, I get the following error message:
invalid command name "clock"
while executing
"clock clicks -millisec"
I'm trying to source the init.tcl in my .tcl analysis program, but it still doesn't work. Is there any way to include the "clock" command when compiling opensees.exe?

Thank you very much! :D