ProcessAnalyst Parameters
- Last UpdatedFeb 02, 2024
- 1 minute read
Plant SCADA uses the Cicode functions Login, UserLogin and LoginForm to set the preferred language at runtime. To allow the Process Analyst to determine the language it should display, you must map your Plant SCADA language databases to the Process Analyst resource files.
To do this, add a new .ini section called [ProcessAnalyst] to the Citect.ini file on all your Plant SCADA clients and servers, and create a mapping for each language. (Note that this section might already exist in your Citect.ini file.)
The mapping must use this format:
[ProcessAnalyst]
LanguagePath.<dbf>=<ProcessAnalystLanguage>
Where <dbf> is the name of a specific Plant SCADA language translation database, and <ProcessAnalystLanguage> is the language code of the resources.dll file containing the equivalent translations.
For example:
[ProcessAnalyst]
LanguagePath.French=fr
LanguagePath.Chinese=zh-CN
LanguagePath.German=de
Ensure that each of your machines contains the necessary language fonts. Windows provides facilities to add the necessary languages to your machine via the Regional and Language Options dialog box, accessible from the Control Panel. This step is essential if you want to use Asian languages on an English operating system.