This functionality is only available for certain module packages. Info / Copyright

Dialog Select path variable

In this dialog you select the path variable to be inserted into the current field. The variables that can be selected depend on the respective field. Make sure that the cursor is located in the correct field!

Tab Program variables

The path variables and their current values that reference the current EPLAN application (program directory, version, directory settings, etc.) are listed in this tab.


Tab Project variables

The project-specific path variables (project name, project directory, project properties, etc.) and their current values are displayed in this tab. The tab only exists where the usage of project-specific path variables makes sense.


Environment variables tab

This tab lists the environment variables and their current value from the system control that can be used as path variables.


Tips:

  • With the path variables for the current date and time $(LOCALDATE) and $(LOCALTIME) you have, for example, the possibility to output files into different automatically created directories without having to create directories manually during automated processing.
  • If path variables are used you can access further values of the project by using the path variables for project properties $(PROJPROP_<ID>).
  • You can use these project-specific path variables and the environment variables $(ENVVAR_<Variable_name>) to create and use own path variables. For example, it is then possible to use the EPLAN API to define environment variables with specific values and also to delete them again in automated processing during the runtime.