OPC UA Object Types
Service Commissioning File Example
---
description: demo for OPC UA objecttype nodes
metadata:
name: OPC UA Objecttypes demo
resources:
opcuaServer:
type: Cybus::Server::Opcua
properties:
hostname: 192.168.178.46
securityModes: ['None', 'SignAndEncrypt']
nodesetFiles: ['di', 'machinery', 'ia', 'machineTool']
securityPolicies: ['None', 'Basic256Sha256']
allowAnonymous: true
port: 4841
parentNodeRoot:
type: Cybus::Node::Opcua
properties:
parent: !ref opcuaServer
browseName: cybus
nodeId: ns=1;s=cybus
nodeType: Object
#######################################################
#
# Sample of an insance of an
# machine tool type. The type "MachineToolType" is
# defined in the MachineTool Umati namespace
#
#######################################################
testMachineToolType:
type: Cybus::Node::OpcuaObject
properties:
parent: !ref parentNodeRoot
browseName: MyMachineToolTypeTest
objectTypeName: MachineToolType
sourceNamespaceUrl: 'http://opcfoundation.org/UA/MachineTool/'Output Format
Writing Updates
Last updated
Was this helpful?

