Installing SINUMERIK Operate Plugin
You can install the plugin on either a NCU (internal HMI on Unix) or a PCU (external HMI on Windows).
Installing the plugin on the NCU
The required installation files can be found in the octoplant setup under /Tools/Sinumerik/Operate. There is a separate subdirectory for each version.
- Copy the following files from the setup into the directory /card/addon/sinumerik/hmi/appl on the HMI.
- libVDogUploadSinumerikOperate.so
- vdoguploadsinumerikoperatedialog.hmi
-
Copy the file VDogUploadSinumerikOperate.ini and from the setup (/Tools/Sinumerik) to /card/addon/sinumerik/hmi/cfg/ and adapt it to your device.
- Adjust the file systemconfiguration.ini. This is located on the HMI under /addon/sinumerik/hmi/cfg/.
- Enable the port in the firewall.
-
Restart the machine after making this change.
Modify the file basesys.ini in the directory /card/user/system/etc/ on the HMI to enable the port in the firewall. Use the port that you have set in the file VDogUploadSinumerikOperate.ini. The default port is 42000.
Example:
[LinuxBase] [...] FirewallOpenPorts="TCP/5900 TCP/5901 TCP/102 TCP/42000" [...] |
Installing the plugin on the PCU
- Terminate the HMI application.
- Copy the following files to
<drive:>\<installation folder>\Siemens\MotionControl\addon\sinumerik\hmi\appl. - VDogUploadSinumerikOperate.dll
- vdoguploadsinumerikoperatedialog.hmi
- Copy the file VDogUploadSinumerikOperate.ini to <drive:>\<installation folder>\Siemens\MotionControl\addon\sinumerik\hmi\cfg and adapt it to your device.
- Modify the systemconfiguration.ini file in the directory /addon/sinumerik/hmi/cfg.
- Enter the file run_hmi.exe in the firewall and enable it so that the octoplant server or upload agent can communicate with the plugin. You can find the file in the directory: <drive:>\<installation folder>\Siemens\MotionControl\Siemens\ sinumerik\hmi\autostart\.
- Restart the HMI application.
Example:
C:\Program Files\Siemens\MotionControl\addon\sinumerik\hmi\appl
How can a SINUMERIK 840D Operate be backed up if the HMI is not running on the SINUMERIK (NCU) but on a PCU (HMI computer) and the connection fails?
Explanation This PCU is only connected to the internal network (via x120) of the SINUMERIK. octoplant is connected to the external interface (via x130). octoplant must communicate with the HMI (standard port 42000). The SINUMERIK (NCU) does not forward the requests via port 42000 to the internal network. The HMI is not accessible for octoplant. Solution A route must be set up so that the SINUMERIK (NCU) forwards the requests to the internal network via port 42000. To set up this route, you need explicit root rights to the SINUMERIK system. You can only request these root rights via Siemens. Proceed as follows
Example: iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 42000 -j DNAT --to-destination 192.168.214.1:42000.
|
Related topics |
---|
Configuring the configuration files |