News CNCnetPDM About us Support  
       
  

OPC CLASSIC DA | SIEMENS

TOP

CNCnetPDM OPC DA for Siemens Sinumerik 840D controllers enables you acquisition and monitoring of machine-, process- and quality-data from machines with Sinumerik controllers from a remote PC. It also allows to write and change parameter values on these devices.

CONTROLLER SETUP | PC SETUP | DOWNLOAD SOFTWARE | LICENSING | SOFTWARE SETUP & USAGE (PC) | CNCnetPDM OPC DA CLIENT | TROUBLESHOOTING

This document describes setup and test of data acquisition and writing of parameter values from/to Sinumerik controllers that use OPC Classic which is most likely the case if your controller has a Microsoft Windows OS and does NOT run Sinumerik Operate >= Version 4.5.

Sinumerik 840D CNC

FIG 1: Sinumerik 840D CNC

CONTROLLER SETUP

Start up the controller in service mode without HMI.

It is recommended that you turn off simple sharing: Click Start->Run type in eplorer.exe click on Tools->Folder Options. In tab View uncheck ‘Use simple file sharing (Recommended)’. Click OK.

Firewall settings (Controller)

If you have the firewall enabled at the controller proceed as follows: The most simple way to avoid communication problems is to turn off the firewall. Click on Start->Settings->Control Panel->Windows Firewall. Click on Off (not recommended) followed by OK. You’re done.

If you want to keep the firewall switched on you have to adjust some settings.

  1. Add Port 135 to exceptions
  2. Check ‘File and Printer Sharing’
  3. Add program ‘Simatic OPC Server’ (..\mmc2\opc\dataaccess\SOPC_MachineSwitch.exe)*
  4. Click OK

* Depending on the setup of your controller these files may be stored at a different location.

Sinumerik firewall settings

FIG 2:    Firewall settings on Sinumerik 840D

Restart the controller in normal mode to enable HMI again.  

PC SETUP

DCOM GENERAL

  1. Either click on Start->Programs->Administrative Tools->Component Services or
    Start->Run and type in dcomcnfg and click OK
  2. Expand Component Services->Computers->My Computer
  3. Right click My Computer select Properties
  4. Open tab Default Properties
  5. Make sure that Enable Distributed COM on this computer is checked
  • Important: In case your PC runs an Operating System > XP, e.g. Windows 7 AND the controller PC runs Operating System Windows NT 4.0 you mandatorily have to set 'Default Authentication Level' in tab 'Default Properties' to 'None' otherwise you just get an 'Access denied' output from the test programs and the device driver! You also have to reboot your PC for these changes to take effect.

NETWORK ACCESS TO CONTROLLER

For successful communication between PC and controller it is necessary that the querying computer is able to access the controller and its Operating System via the network with proper credentials!

Typically the account you’re using on your PC does NOT have the rights to access the controller. To resolve this you need to setup an additional account:

  1. Right click ‘This PC’ on your desktop and select Manage
  2. Expand Local Users and Groups
  3. Right click on ‘Users’ and select ‘New User’
  4. In ‘User name’ enter ‘auduser’ (without quotes)
  5. In ‘Password’ enter the password for user ‘auduser’ used at the controller, (typically ‘SUNRISE’)
  6. Confirm the password, uncheck ‘User must change password at next logon’, click button Create followed by Close
  7. Right click on username ‘auduser’, select Properties
  8. In tab ‘Member Of’ click button Add and type in Administrators, click button Check Names followed by OK
  9. Close the Properties dialog by clicking on OK

Test access to your controller:

  1. Open Windows Explorer (%SYSTEMROOT%\explorer.exe) on your PC
  2. In the address field input two backslash characters followed by the IP Address or DNS Hostname of your controller e.g. \\192.168.1.100 and press Enter
  3. You should be asked for credentials: Enter username ‘auduser’ and its password
  4. If no errors show up you have successfully tested access to the device  

DOWNLOAD SOFTWARE

LICENSING

If you have installed CNCnetPDM on your PC with a license other than a ‘free license’ and run this program from the folder where CNCnetPDM is installed you can modify all OPC Items. Otherwise you can monitor, read and write all predefined OPC items. Please see licensing for details or contact us if you have any questions.

  • Note: If you like to run this program from a different location on your PC you can simply copy your CNCnetPDM.ini file to this directory.

SOFTWARE SETUP & USAGE (PC)

Extract all files from Sinumerik_840D_OPC_DA.zip to a folder on your PC.

If you use a firewall on your PC or your company network you have to add an Inbound Rule that allows program CNCnetPDM.OpcDA.SimpleClient.exe (1) to use any port (2) as ports for OPC Classic communication are dynamically assigned by design.

Setup firewall inbound rule for CNCnetPDM.OpcDA.SimpleClient

FIG 3:    Firewall exception for program CNCnetPDM.OpcDA.SimpleClient

In case you use the Sinumerik CNCnetPDM device driver for OPC Classic you have to add a second Inbound Rule that allows program CNCnetPDM.exe (1) to use any port (2).

Setup firewall inbound rule for CNCnetPDM

FIG 4:    Firewall exception for program CNCnetPDM
  • Note: The program requires .NET Framework 2 components to be installed on your PC.
  • Note: If your PC does NOT have any OPC programs installed you need to install the x86 version of the OPC core components:

CNCnetPDM OPC DA CLIENT

The program enables you to connect to your controller via OPC DA (Classic), monitor, read and write items.

Right click CNCnetPDM.OpcDA.SimpleClient.exe with the shift key pressed and select ‘Run as different user’. Enter user name ‘auduser’ and its password.

In CNCnetPDM.OpcDA.SimpleClient.exe enter the DNS Hostname or IP Address of your controller into the textbox right to [Connect] (1).

Connect Sinumerik 840D DA Client

FIG 5:    Connect CNCnetPDM.OpcDA.SimpleClient

Click [Connect] you now should be connected to the OPC DA server on your controller.

Sinumerik 840D OPC DA Client

FIG 6:    CNCnetPDM.OpcDA.SimpleClient

Initially one item is queried, by changing ‘Active Items’ (1) to a different value you can activate up to 15 items.

The 15 predefined values under ‘ItemID’ are known to work well on most controllers. With a licensed version you can change them according to your requirements. The last two items are 2 writable R Parameters (user variables) that are visible at the controller: [MENU SELECT] -> [Tools Zerooffs] -> [R Variable].

If you click on button Read (3) the values of all active items are queried from the controller and shown in the dialog.

For the last two variables R1 and R2 you see their current values as set at the controller.

By entering different values for these two writable items and clicking on [Write] (4) you can change their values at the controller.

Clicking on [Monitor] (2) adds all active variables to a subscription and shows their current value.

Note:   In the zip archive you can also find file ‘Querieable_Values.txt’ that contains a list with 1630 variables that can be queried from Sinumerik 840D controllers.

If you’re done, click on [Disconnect].

TROUBLESHOOTING

  • In case of errors the program outputs an error log file that can be found in the directory where the program is located. This file contains detailed information about any errors.
  • If you see a popup window with CoCreateInstanceEx: Access is denied make sure that you run the program as user ‘auduser’.
  • If you see a popup window with CoCreateInstanceEx: The RPC server is unavailable check that the controller is running, you typed in the correct IP Address and you configured your firewall correctly.
  • If you see values like Exception from HRESULT: 0x… in one of the output fields when reading or monitoring check that you typed in the item id correctly. In case of writing check that the item is writable e.g. a r-parameter and you didn’t type in an improper format e.g. alphanumeric instead of numeric.

SERVICE MODE

Steps for booting the PCU in service mode:

  1. Switch on the PCU.
  2. When the prompt 'Please select the operating system to start:' is displayed, press the KEY until the line below SINUMERIK is highlighted in white.
  3. Confirm the selection by pressing the INPUT KEY.
  4. The service menu opens:

Service Menu

FIG 7:    Service menu
  1. Select the menu option: 4 Start Windows (Service Mode).
  2. Then select the menu option:
  3. Standard Windows (without starting SINUMERIK HMI)
  4. The PCU restarts.
  5. When prompted to enter "Password:" Enter your service password (default: SUNRISE)
  6. This password authorizes you to make extensive changes to the control. The password must be entered in upper case letters.
  7. After the PCU has booted in service mode you can configure MS Windows components.

Privacy notice

This website uses cookies. By continuing to use it you agree to our privacy policy. 

https://www.inventcom.net/support/siemens/opc-classic-da

Support | Siemens | Overview

CNCnetPDM enables to acquire machine, process, quality, event and alarm data from a wide range of Siemens Sinumerik controllers and integrate the data seamlessly with your... [read more]
Support | Siemens | Overview

Support | Siemens | Release Notes

(4/26/2022) Due to Microsofts 'DCOM Hardening' efforts that have a huge impact on all programs which access remote devices via OPC Classic we released important updates... [read more]
Support | Siemens | Release Notes

Support | Siemens | Opc Classic DA Device Driver

This highly configurable CNCnetPDM device driver for Siemens Sinumerik 840D controllers with OPC classic enables you to monitor and output machine-, process- and quality data... [read more]
Support | Siemens | Opc Classic DA Device Driver

Support | Siemens | OPC Classic A&E

CNCnetPDM OPC Classic Alarm & Events (A&E) for Siemens Sinumerik 840D controllers enables you to monitor active and acknowledged alarms and events from your machines by a... [read more]
Support | Siemens | OPC Classic A&E

Support | Siemens | Opc Classic A&E Device Driver

This highly configurable CNCnetPDM Alarm & Events (A&E) device driver for Siemens Sinumerik 840D controllers with OPC classic A&E interface enables constant... [read more]
Support | Siemens | Opc Classic A&E Device Driver

Support | Siemens | OPC UA DA SW 4.5

CNCnetPDM OPC UA for Siemens Sinumerik Operate version 4.5 enables you to monitor machine-, process- and quality-data from Sinumerik 840D SL & 828D controllers from a remote... [read more]
Support | Siemens | OPC UA DA SW 4.5

Support | Siemens | OPC UA DA SW 4.7

CNCnetPDM OPC UA for Siemens Sinumerik Operate version 4.7 or 4.8 enables you to monitor machine-, process- and quality-data from Sinumerik 840D SL & 828D controllers from a... [read more]
Support | Siemens | OPC UA DA SW 4.7

Support | Siemens | Opc UA DA Device Driver

This CNCnetPDM device driver for Siemens Sinumerik 840D SL and 828D controllers with OPC Unified Architecture (UA) enables you to monitor and output machine-, process- and... [read more]
Support | Siemens | Opc UA DA Device Driver
Modified: 2022-04-26