Importing & exporting settings
All settings in the FVA-Workbench can be imported and exported as an .epf file. Only settings that have been changed from their default value are stored in the file.
Specifying settings at system startup
A default.epf file can be stored in the installation directory to specify settings when starting the FVA-Workbench. These settings are loaded each time the FVA-Workbench is started.
The following variables can be used in the .epf file:
%USERPROFILE% - contains the path to the user directory ("c:\Users\username")
%USERNAME% - contains the username
Use the following steps to create a default.epf file:
Start the FVA-Workbench
Configure the settings and export as an .epf file
Make any necessary adjustments in the file (e.g., add variables)
Copy the file to the installation directory and rename it to "default.epf"
Example of a default.epf file
#Tue Jun 15 09:04:38 CEST 2021 \!/= /configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LICENCE_FILE_PATH=%USERPROFILE%\\Documents\\Licence\\Li17299-2111732.lic1 /configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LICENCE_ID= /configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LICENCE_TYPE=NODE_LOCKED /configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LOGIN= /configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_SERVER_URL= /configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_USER_PASSWORD= /instance/de.fva.workbench.core.instmodel/de.fva.workbench.core.instmodel.ModelupgradePreferencePage.showWarningsForOutdatedFormats=true2 /instance/de.fva.workbench.core.ui/node.standard.user/key.user.defined.scripts.path=%USERPROFILE%\\Documents\\Scripts3 /instance/de.fva.workbench.core.ui/node.standard.user/key.xml.bearing.data.path=C\:\\example\\xml_bearings4 /instance/de.fva.workbench.core.ui/node.standard.user/lubricant=C\:\\example\\WKZ_SMS_Fertiggeometrie.DAT /instance/de.fva.workbench.core.ui/node.standard.user/material=E\:\\example\\database\\wst.dat /instance/de.fva.workbench.reporting.core/autoGenerate=off5 /instance/de.fva.workbench.reporting.core/show3DImages=off @de.fva.workbench.calculation.kernels.util=6.0.0 @de.fva.workbench.core.instmodel=6.0.0 @de.fva.workbench.core.ui=6.0.0 @de.fva.workbench.database.ui=6.0.0 @de.fva.workbench.reporting.core=6.0.0 @org.eclipse.core.resources=3.12.0.v20170417-1558 @org.eclipse.ui=3.109.0.v20170411-1742 file_export_version=3.0
Path to the license file. The %USERPROFILE% variable contains the path to the user directory. | |
Setting for whether the model upgrade dialog should be displayed when a model is loaded. | |
Path to the folder where global script files are stored. | |
Path to the folder where XML bearing files are stored. | |
Setting for whether a model snapshot should automatically be created after a calculation. |