EN:
For some reason WUFIplus manual instructions to activete batch mode don’t work on every system. With this workaround it worked:
variables
, click on Edit the system environment variables
Environment Variables...
System variables
in the lower half of the window, look for the Path
row, click on it, then click on editNew
and add the WUFIPlus.exe
path, it usually is C:\Program Files (x86)\WUFI\masterWUFI\WUFIplus
. If “New” is not available, add the path in the list of paths, in the variable value
section, after a ;
OK
cmd.exe
and click on Command Prompt
.mwp
files)cd
, press space, then paste the path of the project fileswufiplus "C" "R" "filename1.mwp" "filename2.mwp"
where filename1.mwp and filename2.mwp are the previously prepared project files. More files could be added after these two."C"
means that WUFIplus will run all the cases in the project files listed"R"
means that WUFIplus will export the results in two .txt
files, one containing a report, the second containing the hourly results of the simulation If you input “R” first and then “C” wufi will not run the simulation.Is it working?
IT:
Per qualche motivo, usando alla lettera le istruzioni fornite dal manuale di WUFIplus, la modalità batch non funziona. Con questo workaround invece funziona:
variabili
o ambiente
, cliccare modifica le variabili d'ambiente relative al sistema
Variabili d'ambiente...
Variabili di sistema
nella metà inferiore della finestra, cliccare sulla riga Path
, e poi su Modifica...
Nuovo
e aggiungere il percorso di WUFIPlus.exe
, che di solito è C:\Program Files (x86)\WUFI\masterWUFI\WUFIplus
, oppure, nel caso compaia solo una finestrella con due campi, inserire il percorso nel secondo campo valore variabile
, dopo un punto e virgola ;
OK
cmd.exe
e click su Prompt dei comandi
.mwp
)cd
lasciare uno spazio e incollare il percorso della cartellawufiplus "C" "R" "filename1.mwp" "filename2.mwp"
dove filename1.mwp and filename2.mwp sono dei file progetto preparati precedentemente. Si possono aggiungere altri file inserendo il loro nome, uno dopo l’altro ."C"
significa che WUFIplus simulerà tutti i casi del progetto"R"
significa che WUFIplus esporterà i risultati in due file .txt
,uno con un report generale , l’altro con i risultati orari della simulazione Se scrivi “R” e poi “C” wufi non funzionerà.Fammi sapere se funziona!