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.

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:

[Server]

address=0.0.0.0

Port=42000

password=

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.

Proceed as follows

  1. Create the [dialogs] section if it does not exist yet.
  2. Check whether the key DLG4221 is already assigned.
Related topics
Installing SINUMERIK Operate Plugin
AdminClient -> INI files