No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
* '''System:''' OPC-UA | * '''System:''' OPC-UA | ||
* '''Model:''' SINUMERIK 840D sl | * '''Model:''' SINUMERIK 840D sl | ||
* '''NC URL:''' <code>opc.tcp://IP</code>, where <code>IP</code> is the IP address of the control. | * '''NC URL:''' <code>opc.tcp://IP:PORT</code>, where <code>IP</code> is the IP address of the control and <code>PORT</code> is the configured OPC-UA server port. The port defaults to 4840 if omitted. | ||
* '''NC authentication:''' <code>username:password</code>, where <code>username</code> and <code>password</code> are the OPC-UA username and password configured in the OPC-UA settings on the control. | * '''NC authentication:''' <code>username:password</code>, where <code>username</code> and <code>password</code> are the OPC-UA username and password configured in the OPC-UA settings on the control. If this has not been changed, it's probably <code>OpcUaClient:OpcUaClient</code>. | ||
[[Category:OnTakt User Guide]] | [[Category:OnTakt User Guide]] |
Revision as of 16:45, 5 September 2023
Control configuration
Enabling the OPC-UA server
- Press the key.
- Switch to the the Setup interface at the bottom of the screen.
- Press the softkey page button at the bottom right of the screen.
- Open the window.
- Switch to the "All options" tab at the top right.
- Press the button to the right of the screen.
- Enter "OPC" in the search field.
- Press at the bottom right of the screen.
- When "Access MyMachine / OPC UA" is highlighted, press the Cancel button at the bottom right of the screen.
- Check the "Set" box for the option if it is not already checked and then press the Back button at the bottom right.
- If the option was not already enabled, restart the control.
Configuring the OPC-UA server
TK
OnTakt configuration
Set the following options in the machine setup area:
- System: OPC-UA
- Model: SINUMERIK 840D sl
- NC URL:
opc.tcp://IP:PORT
, whereIP
is the IP address of the control andPORT
is the configured OPC-UA server port. The port defaults to 4840 if omitted. - NC authentication:
username:password
, whereusername
andpassword
are the OPC-UA username and password configured in the OPC-UA settings on the control. If this has not been changed, it's probablyOpcUaClient:OpcUaClient
.