[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[TRNSYS-users] Command line to avoid final window



Hi users,
is there some that knows if in Trnsys16 now is possibile to make the operation that permit to avoid the window whit 'CONTINUE' or 'YES'? I'm creating a program in fortran that recall TrnExe.exe but it's necessary to skip the final window.In Trnsys15 it is possible...but in Trnsys16?

Thanks to all!
Luca


I found this old email:

/ I am using GENOPT to run optimizations of my TRNSYS projects. I am already />/ using the /N command line switch so that the <continue> button does not need />/ to be clicked after each simulation, however I cannot use my computer for />/ anything else while the optimization is running because each time TRNExe.exe />/ is called it takes focus (i.e. becomes the active window). Is there a />/ command line switch that runs TRNExe.exe in the background??

/In TRNSYS 15 there is a way to do this: just change the 2nd line in cnfgtr.trn. This file is in your Trnsys15 directory but you can also place a copy in the deck file directory, which I would recommend in this case. In the "local" copy, change:
Y -> DISPLAY SIMULATION STATUS DURING RUN TIME? [Y OR N] to
N -> DISPLAY SIMULATION STATUS DURING RUN TIME? [Y OR N]
And TRNSYS 15 will run without creating a window. This feature has not been implemented in _TRNSYS 16 yet_.