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?
JeremyICHI wrote: ↑Thu Aug 11, 2022 9:23 am
I've solved the problem. I just sourced an appropriate version of the init.tcl file, where the "clock" command has been defined. doodle cricket
After I put it in, the code was compiled correctly. In any case, I'm thankful to you!