Customize configuration files for SINUMERIK ONE plugin
Customize the VDogUploadSinumerikOperate.ini file
The VDogUploadSinumerikOperate.ini file is used to adjust the machine-specific settings of the SINUMERIK Operate plugin.
To customize the VDogUploadSinumerikOperate.ini file, copy it from the octoplant setup folder ../tools to a new directory.
The following keys are currently supported in the [server] section:
| Key | Description | Possible values |
|---|---|---|
| address | The IP address of the HMI that runs via connections of the plugin.0.0.0.0 means that any IP address is allowed. | x.x.x.x The default value is 0.0.0.0 |
| port | The port the plugin uses for communication with octoplant. The port must be changed if the default port is already in use. This port must also be enabled. | 0-65535 The default value is42000. |
Example
Customize the systemconfiguration.ini file
This file is used by the HMI system to integrate plugins (Add-ons) into the HMI. The plugin is only loaded by the HMI if the corresponding plugin files are listed here. Accordingly, the entries can be removed again to deactivate the plugin.
The systemconfiguration.ini file can be found in the /addon/sinumerik/hmi/cfg directory.
- If the file does not exist, you can copy it directly from the octoplant setup
toolsfolder to the target without making any changes. - If the file exists, it must be supplemented with the new entries.
Procedure
- Create the [dialogs] section if it does not yet exist.
-
Check whether the key DLG4221 is already assigned.
- If a key is already assigned, select the next higher, free key (e.g.
DLG4221then becomesDLG4225). - Transfer the keys under the [dialogs] section from the
systemconfiguration.inifile in the octoplant setuptoolsfolder.
- If a key is already assigned, select the next higher, free key (e.g.
Related topics