Main language of runtime | Specifies the default national language that is used in the running application (in runtime) of the PROMOTIC system application (if the component requesting localized text does not explicitly specify the different language).
Language is determined with a text identifier, e.g. "en", "de", "ru" etc. - see Fully supported languages in the PROMOTIC system. If the "develop" (development) identifier is selected, then the language of the development environment is used. Note: The language for the development environment is entered in the menu " > Development environment settings" in the "Development environment language" configurator. This configurator sets the initial value of the Pm.RtLang property. |
---|---|
All used languages | The list of all national languages supported in the running application simultaneously.
Language defined in the "Main language of runtime" configurator should also be listed in the list. If missing, then it is added to the list automatically. The meaning of the list is to inform the PROMOTIC system about languages which should be loaded into the memory after the application is launched. It is used for optimization of loaded languages into the memory possible because not used languages are not loaded into the memory. The list itself consist of abbreviations of languages separated with comma (,). If the application is designed only for one language, then this configurator should be left empty. This language list is used also for the PmaWebLang object, offering the Web page language versions to Web server. |
Runtime licence type | The configurator specifies the way of the licence assignement to the application in runtime (see also List of the licence types of the PROMOTIC system).
LicKey1 - according to the licence key (enable PmRtTestFree) (default) - The application will be assigned the licence that is found in the corresponding licence key (see hwkey,netkey,swkey). If the licence is not found then the application will run under the PmRtTestFree licence (see PmFree).
LicKey2 - according to the licence key (disable PmRtTestFree) - The application will be assigned the licence that is found in the corresponding licence key (see hwkey,netkey,swkey). If the licence is not found then the application will not run under the PmRtTestFree licence and therefore will not be allowed to launch.
PmRtFree - free runtime, limited application size - The application will run under the PmRtFree licence (see PmFree).
PmRtDemo - demo runtime, unlimited application size - The application will run under the PmRtDemo licence. This mode allows to launch an application of any size for demo purposes. This runtime contains the warning windows and a time limitation up to 1 hour. It is not designed for running real applications. |
Runtime helps path | Path to the help file (*.hlp) that is called in the running application after pressing the "Help" button of the panel. The file can be listed by the button. See: How to display help texts in running application. |
Panels timer period | The period in seconds with which active panels of the application are refreshed. Only those panels that haven't set the " > Setting of the sFramePars default values > Refresh period (refresh)" configurator will be refreshed.
The default value is 0.5 sec. This configurator sets the initial value of the Pm.Blinker property. The period defined here affects only the local panels of the application. The period of Web panels is defined in the "PmaPanel > Web server > Refresh period of the Web panel [s]" configurator. |
Stop application runtime with confirmation | If checked, then on stopping the application runtime the confirmation window is displayed |
Paths to system folders | |
#appres: - to resources (resources: jpg,gif,avi,wav,...) | Path to the resources folder (images, sounds, ..) of the application. It means to files of the type:
- film (avi, mpeg, divx ...) - used for example by PmgVideo object.
- sound (wav) - used for example by Pm.PlaySound method. The path is used if the files are not found on defined paths or in the application folder.
This configurator is preset to "#app:Resource", i.e. the Resource subfolder in the application folder. |
#data: - to data files | Path to the data files folder of the application. It is suitable to store any data files on this path.
On some places this path is preset: - for alarms for files with the *.al/*.dbf extension to the subfolder Alarm (#data:Alarm/). See the "Folders for files" configurator.
- for events for files with the *.ev/*.dbf extension to the subfolder Event (#data:Event/). See the "Folder for files" configurator.
- for trends for database files to the subfolder Trend (#data:Trend/). See the "Backup (table) name prefix" configurator.
This configurator is preset to "#app:Data", i.e. the Data subfolder in the application folder. |
#cfg: - to configuration files | Path to the application configuration files folder. It is suitable to store files with configuration data on this path (the information that doesn't change too much - contrary to #data:).
On some places this path is preset (by a macro): - for trends for files with the .tg extension in the preset event of the buttons "Read"/"Save" of the Preconfiguration "Trend viewer with header and control" Pmg object.
This configurator is preset to "#app:Cfg", i.e. the Cfg subfolder in the application folder. |
#temp: - to temporary files | Path to temporary and auxiliary files of the development environment and runtime environment of the application.
- Runtime environment: for example the contents of the INFO system are stored here (see the "File to print the content" configurator).
- Development environment: for example, search results are stored here or a listing of errors during an application consistency test.
This configurator is preset to "#app:Temp", i.e. the Temp subfolder in the application folder. |
To system data files | Path to system data files, i.e. files generated directly by the running PROMOTIC system. In particular the LOG files (see [Log]).
This configurator is preset to "#app:", i.e. the application folder. |
Localized texts manager | Opens a window that is used for managing localized texts of the application: Localized texts manager |
Manager of configuration files | Opens a window for managing application configuration files: Manager of configuration files |
Settings of runtime environment | Opens the "Settings of runtime environment" configuration window for setting some properties of the PROMOTIC runtime environment. |