Add vender original node in the Companion Spec|OPC UA Standard|Forum|OPC Foundation

Avatar
Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
Lost password?
sp_Feed sp_PrintTopic sp_TopicIcon
Add vender original node in the Companion Spec
Avatar
Eiichi Ohara
New Member
Members
Forum Posts: 2
Member Since:
06/29/2021
sp_UserOfflineSmall Offline
1
12/16/2022 - 03:18
sp_Permalink sp_Print

Hello,

I cannot determine if it is possible to add Vender original nodes into the address space of the Companion specification.

Please give me some advice.

 

For example, add a "Log" node into the "Controller" node.

The "Log" node is vender original. The type of the "Controller" node is "ControllerType" defined at OPC 40010-1: Robotics.

The "Log" node is not defined in "ControllerType"; same for the BaseType of the "ControllerType".

 

I think of 3 pattern:

1. I add a "Log" node into the "Controller" node without changing the definitions.

2. I create a "MyControllerType" that inherits from "ControllerType" and add a Log node definition to it.

3. I add "Log" node outside of the "Controller" node.  I don't place vender original node within the address space of the Companion Spec.

 

Which pattern should I choose? Or is there a better way?

Thank you in advance for your help.

Avatar
Randy Armstrong
Admin
Forum Posts: 1445
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
2
12/16/2022 - 23:11
sp_Permalink sp_Print sp_EditHistory

Instances of ObjectTypes may have children that are not defined by the TypeDefinition so it is legal to add the 'Log' node. However, since it is vendor defined Node the NamespaceIndex for the BrowseName of the Log Node must point to a vendor NamepaceUri.

You could add a subtype but it is not necessary. If you expect to add a 'Log' to many different Objects then defining an Interface makes most sense: https://reference.opcfoundatio.....5/docs/4.9

Avatar
Eiichi Ohara
New Member
Members
Forum Posts: 2
Member Since:
06/29/2021
sp_UserOfflineSmall Offline
3
12/19/2022 - 04:01
sp_Permalink sp_Print

Randy Armstrong said
Instances of ObjectTypes may have children that are not defined by the TypeDefinition so it is legal to add the 'Log' node. However, since it is vendor defined Node the NamespaceIndex for the BrowseName of the Log Node must point to a vendor NamepaceUri.

You could add a subtype but it is not necessary. If you expect to add a 'Log' to many different Objects then defining an Interface makes most sense: https://reference.opcfoundatio.....5/docs/4.9

  

I understood very well. Thank you very much.

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online:
Guest(s) 23
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1348
Posts: 4567