Adjusting configuration files
Customizing VDogUploadSinumerikOperate.ini file
In this file, you can adjust the machine-specific settings of the SINUMERIK ONE Plugin. In the octoplant setup folder.. tools
, you will find the file VDogUploadSinumerikOperate.ini. Copy this into a new directory. Here, you can customize the file.
The following keys are currently supported in the [Server] section:
Key Description Possible values
Address
Enter the IP address of the HMI running via the plugin connections. 0.0.0.0 means that any IP address is permitted.
x.x.x.x
The default value is 0.0.0.0
Port
The plugin uses this port for communicating with octoplant. The port must be changed if the default port is already in use.
Note
This port must also be unblocked.
0-65535
The default value is 42000
Password
The password is necessary to increase the access level on the NC. (To create the DSF archive during operation the access level manufact is required. The password can be entered here).
Example:
Customizing the systemconfiguration.ini file
This file is used by the HMI System to integrate plug-ins (add-ons) into the HMI. Only if the corresponding plugin files are listed here, will the plugin be loaded by the HMI. 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 folder
Tools
to the target without making any changes. - If the file exists, it must be supplemented with the new entries:
Proceed as follows
- Create the [dialogs] section if it does not exist yet.
- Check whether the key DLG4221 is already assigned.
- If a key is already occupied, select the next higher free key (e.g. DLG4221 becomes DLG4225).
- Transfer the keys located in the section [dialogs] from the file systemconfiguration.ini in the octoplant Setup
Tools
folder.