The section describes the various Facets that are provided as part of the OPEN-SCS OPC UA InformationModel. These Facets include OPEN-SCS InformationModel ConformanceUnits, but they also include ConformanceUnits or Facets from the OPC 10000-7 specification. They are summarized in Table 67.
Table 67 – Profile and Facets Overview
Table 68 lists the general functionality of client and server profiles that support the OPEN-SCS OPC UA interface.
Profile Name |
Example |
Methods and Variables |
Provides information about SID Classes |
SIDClassID SIDCLassOwner SIDClassDescription SyntaxSpecification AllowedCharaterSet IntendedUse SIDCLassProperty |
|
Sends OPEN-SCS Aggregation events to an Aggregation Manager Server. |
Uses AggregationPackingEvent Uses AggregationUnpackingEvent |
|
Receives OPEN-SCS Aggregation events |
AggregationPackingEvent AggregationUnpackingEvent MaxAggregationEvents |
|
Sends reserved serial numbers to a Print and Commission Manager Server and serial number events |
Uses SNtoAllocated |
|
Manages reserved serial numbers |
SNRequestAllocated SNToAllocated PoolSelectionCriteria SerialNumberFormat MaxSNRequestable MaxSNReturnable MaxSNPushable |
|
Send OPEN-SCS Label events to a Label Event Manager Server. |
Uses LabelsEncodingEvent Uses LabelsScrappingEvent Uses LabelsSampledEvent Uses LabelsInspectingEvent |
|
Receives OPEN-SCS Label events |
LabelsEncodingEvent LabelsScrappingEvent LabelsSampledEvent LabelsInspectingEvent MaxEvents |
|
Performs printing and commissioning and sends label and SID events to an Event Manager Server. |
Uses SNtoEncoded |
|
Handles printing and commissioning of serial numbers |
SNtoEncoded SerialNumberFormat MaxSNPushable |
|
Send OPEN-SCS SID events to an Event Manager Server. |
Uses SIDCommissioningEvent Uses SIDDestroyingEvent Uses SIDShippingEvent Uses SIDInspectingEvent Uses SIDDecommissioningEvent |
|
Receives OPEN-SCS SID events |
SIDCommissioningEvent SIDDestroyingEvent SIDShippingEvent SIDInspectingEvent SIDDecommissioningEvent MaxEvents |
|
Sends unallocated serial numbers to a Reserved Serial Number Manager Server and serial number events |
Uses SNtoUnallocated |
|
Manages unallocated serial numbers |
SNRequestUnallocated SNReturnAllocated SNToUnallocated PoolSelectionCriteria SerialNumberFormat MaxSNRequestable MaxSNReturnable MaxSNPushable |
|
Sends unassigned serial numbers to an Unallocated Serial Number Manager Server |
Uses SNRequestUnassigned Uses SNReturnUnallocated |
|
Manages unassigned serial numbers |
SNRequestUnassigned SNReturnUnallocated PoolSelectionCriteria SerialNumberFormat MaxSNRequestable MaxSNReturnable |
|
Receives EPCIS Events in an EPCIS file format |
EPCISStream |
|
Write EPCIS Events in an EPCIS file format to an EPCISStream object |
Uses EPCISStream temporary file services |
The profiles are defined to allow the maximum flexibility in allocation of functions to devices and components (hardware and software). These are graphically represented in Figure 16.
For example: a system may be made up of a:
- global serial number manager (GSNM), which manages unallocated serial numbers, and records all events on serial numbers, labels, and SID to comply with regulatory requirements,
- and implements the Unassigned Serial Number Manager Server Profile
- and implements the Serial Number Event Manager Server Profile
- and implements the Label Event Manager Server Profile
- and implements the SID Event Manager Server Profile
- and implements the Aggregation Event Manager Server Profile
- a local serial number manager (LSNM) that manages unallocated and reserved serial numbers but does not handle events,
- and implements the Unallocated Serial Number Manager Server Profile
- and implements the Allocated Serial Number Manager Server Profile
- and implements the Unassigned Serial Number Manager Client Profile
- a print and label system (PLS) that encodes serial numbers and applies the encoded numbers to products,
- and implements the Print and Commission Manager Server Profile
- and implements the Print and Commission Manager Client Profile
- a cartonizer and palletizer that aggregates products into cartons and pallets and prints and applies carton and pallet labels.
- and implements the Print and Commission Manager Server Profile
- and implements the Print and Commission Manager Client Profile
- and implements the Aggregation Event Manager Client Profile
- a global event manager that receives EPCIS event files from multiple systems recording local events.
- And implements the EPCIS Event Manager Server Profile
Table 69 defines the namespace metadata for this specification. The Object is used to provide version information for the namespace and an indication about static Nodes. Static Nodes are identical for all Attributes in all Servers, including the Value Attribute. See OPC 10000-5 for more details.
The information is provided as Object of type NamespaceMetadataType. This Object is a component of the Namespaces Object that is part of the Server Object. The NamespaceMetadataType ObjectType and its Properties are defined in OPC 10000-5.
The version information is also provided as part of the ModelTableEntry in the UANodeSet XML file. The UANodeSet XML schema is defined in OPC 10000-6.
Table 69 – NamespaceMetadata Object for this Specification
Attribute |
Value |
|||
BrowseName |
||||
References |
BrowseName |
DataType |
Value |
|
0:HasProperty |
NamespaceUri |
String |
||
0:HasProperty |
NamespaceVersion |
String |
1.00 |
|
0:HasProperty |
NamespacePublicationDate |
DateTime |
2019-02-04 |
|
0:HasProperty |
IsNamespaceSubset |
Boolean |
True |
|
0:HasProperty |
StaticNodeIdTypes |
IdType[] |
Integer |
|
0:HasProperty |
StaticNumericNodeIdRange |
NumericRange[] |
0, 7000 |
|
0:HasProperty |
StaticStringNodeIdPattern |
String |
null |
This section defines the ConformanceUnits that are specific to the OPC UA OPENSCS Information model. These ConformanceUnits are separated into ConformanceUnits that are Server specific and those that are Client specific.
Table 70 defines the Server based ConformanceUnits.
Table 70 – OPENSCS Server Information Model
Category |
Title |
Description |
Server |
OPEN-SCS Base Functionality |
The server supports the BaseObjectModel. This includes exposing all mandatory objects, variables and methods. |
Server |
OPEN-SCS SID Class Manager |
The server supports the OPENSCSSIDCLASSProperty model. |
Server |
OPEN-SCS Request Unassigned |
The server supports the SNRequestUnassigned method. |
Server |
OPEN-SCS Request Unallocated |
The server supports the SNRequestUnallocated method. |
Server |
OPEN-SCS Request Allocated |
The server supports the SNRequestAllocated method. |
Server |
OPEN-SCS Return Unallocated |
The server supports the SNReturnUnallocated method. |
Server |
OPEN-SCS Return Allocated |
The server supports the SNReturnAllocated method. |
Server |
OPEN-SCS To Unallocated |
The server supports the SNtoUnallocated method. |
Server |
OPEN-SCS To Allocated |
The server supports the SNtoAllocated method. |
Server |
OPEN-SCS To Encoded |
The server supports the SNtoEncoded method. |
Server |
OPEN-SCS SN Invalidating Event |
The server supports the SNInvalidatingEvent method. |
Server |
OPEN-SCS Label Encoding Event |
The server supports the LabelsEncodingEvent method. |
Server |
OPEN-SCS Label Scrapping Event |
The server supports the LabelsScrappingEvent method. |
Server |
OPEN-SCS Label Inspecting Event |
The server supports the LabelsInspectingEvent method. |
Server |
OPEN-SCS Label Sampling Event |
The server supports the LabelsSamplingEvent method. |
Server |
OPEN-SCS SID Commissioning Event |
The server supports the SIDCommissioningEvent method. |
Server |
OPEN-SCS SID Destroyed Event |
The server supports the SIDDestroyingEvent method. |
Server |
OPEN-SCS SID Consigned Event |
The server supports the SIDShippingEvent method. |
Server |
OPEN-SCS SID Inspected Event |
The server supports the SIDInspectingEvent method. |
Server |
OPEN-SCS SID Decommissioned Event |
The server supports the SIDDecommissioningEvent method. |
Server |
OPEN-SCS Packing Event |
The server supports the AggregationPackingEvent method. |
Server |
OPEN-SCS Unpacking Event |
The server supports the AggregationUnpackingEvent method. |
Server |
OPEN-SCS EPCIS File Transfer |
The server supports the EPCISStream object. |
Table 71 defines the Client based ConformanceUnits.
Table 71 – OPENSCS Client Information Model
Category |
Title |
Description |
Client |
OPENSCS Base Functionality Client |
The Client makes use of the BaseObjectModel. This includes exposing all mandatory objects, variables and methods. |
Client |
OPENSCS Request Unassigned Client |
The client makes use of the SNRequestUnassigned method. |
Client |
OPENSCS Request Unallocated Client |
The client makes use of the SNRequestUnallocated method. |
Client |
OPENSCS Request Allocated Client |
The client makes use of the SNRequestAllocated method. |
Client |
OPENSCS Return Unallocated Client |
The client makes use of the SNReturnUnallocated method. |
Client |
OPENSCS Return Allocated Client |
The client makes use of the SNReturnAllocated method. |
Client |
OPENSCS To Unallocated Client |
The client makes use of the SNtoUnallocated method. |
Client |
OPENSCS To Allocated Client |
The client makes use of the SNtoAllocated method. |
Client |
OPENSCS To Encoded Client |
The client makes use of the SNtoEncoded method. |
Client |
OPENSCS SN Invalidating Event Client |
The client makes use of the SNInvalidatingEvent method. |
Client |
OPENSCS Label Encoding Event Client |
The client makes use of the LabelsEncodingEvent method. |
Client |
OPENSCS Label Scrapping Event Client |
The client makes use of the LabelsScrappingEvent method. |
Client |
OPENSCS Label Inspecting Event Client |
The client makes use of the LabelsInspectingEvent method. |
Client |
OPENSCS Label Sampling Event Client |
The client makes use of the LabeslSamplingEvent method. |
Client |
OPENSCS SID Commissioning Event Client |
The client makes use of the SIDCommissioningEvent method. |
Client |
OPENSCS SID Destroying Event Client |
The client makes use of the SIDDestroyingEvent method. |
Client |
OPENSCS SID Shipping Event Client |
The client makes use of the SIDShippingEvent method. |
Client |
OPENSCS SID Inspecting Event Client |
The client makes use of the SIDInspectingEvent method. |
Client |
OPENSCS SID Decommissioning Event Client |
The client makes use of the SIDDecommissioningEvent method. |
Client |
OPENSCS Packing Event Client |
The client makes use of the AggregationPackingEvent method. |
Client |
OPENSCS Unpacking Event Client |
The client makes use of the AggregationUnpackingEvent method. |
Client |
OPENSCS EPCIS File Transfer Client |
The client makes use of the EPCIS object. |
Profiles are named groupings of Conformance Units. Facets are Profiles that will be combined with other Facets or Profiles to define the complete functionality of an OPC UA Server or Client. The following tables specify the Profiles and Facets available for components (physical or virtual) that implement the OPEN-SCS PSS specification.
Some Conformance Units. Facets and Profiles may not be implemented by all conformant products. Such optional functionality is indicated in the Mandatory/Optional columns in the tables in this clause. If a product chooses to implement functionality indicated as optional, it must be implemented to conform to the chosen optional Conformance Unit, Facet or Profile.
The following sub-clauses define OPENSCS Facets that, when implemented, are used to add additional functionality to the basic OPENSCS functionality.
The OPENSCS Security Server Facet defined in Table 72 includes ConformanceUnits for Servers that are not included in other OPC UA defined Facets and Profiles. This Facet is required to meet the security requirements of OPENSCS.
Table 72 – OPENSCS Security Server Facet Definition
Security Conformance Unit |
Defined in |
Optional / Mandatory |
OPC UA Authority Profile |
M |
|
Security Time Synch – NTP / OS Based support |
M |
|
Security Administration |
M |
|
Security Role Server Restrict Applications |
M |
|
Security Role Server Restrict Endpoints |
M |
|
Security Role Server Role Permissions |
M |
|
Security Role Server Authorization |
M |
OPENSCS security requirements mandate that the session shall always be authenticated. The use of endpoints enabling the security policy SECURITY_POLICY_NONE is not allowed.
The OPENSCS Security Client Facet defined in Table 73 includes Conformance Units for Clients that are not included in other OPC UA defined Facets and Profiles. This Facet is required to meet the security requirements of OPENSCS.
Table 73 – OPENSCS Security Client Facet Definition
Security Conformance Unit |
Defined in |
Optional / Mandatory |
OPC UA Authority Profile |
M |
|
Security Time Synch – NTP / OS Based support |
M |
|
Security Default Application Instance Certificate |
M |
|
Security Policy Required |
M |
|
Authorization Service Client |
M |
OPENSCS security requirements mandate that the session shall always be authenticated. The use of the security policy SECURITY_POLICY_NONE is not allowed.
Table 74 defines a Profile for the minimum functionality necessary for a component that conforms to the functionality of an OPENSCS server using the OPC UA Client/Server Interface.
Table 74 – OPENSCS Base Server Profile Definition
Server Facets and Profiles |
Defined In |
Optional / Mandatory |
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
Security Facets |
|
|
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
OPENSCS Security Server Facet |
M |
|
M |
Table 75 defines the profile facets and conformance units for an Aggregation Event Manager Server.
Table 75 – Aggregation Event Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS Packing Event |
M |
|
OPENSCS Unpacking Event |
M |
Table 76 defines the profile facets and conformance units for an Allocated Serial Number Manager Server.
Table 76 – Allocated Serial Number Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS Request Allocated |
M |
|
OPENSCS To Allocated |
M |
Table 77 defines the profile facets and conformance units for an Unallocated Serial Number Manager Server.
Table 77 – Unallocated Serial Number Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS Request Unallocated |
M |
|
OPENSCS Return Allocated |
M |
|
OPENSCS To Unallocated |
M |
Table 78 defines the profile facets and conformance units for an Unassigned Serial Number Manager Server.
Table 78 –Unassigned Serial Number Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS Request Unassigned |
M |
|
OPENSCS Return Unallocated |
M |
Table 79 defines the profile facets and conformance units for a Print and Commission Manager Server.
Table 79 – Print and Commission Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS To Encoded |
M |
Table 80 defines the profile facets and conformance units for a Serial Number Event Manager Server.
Table 80 – Serial Number Event Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS SNInvalidating Event |
M |
Table 81 defines the profile facets and conformance units for a Label Event Manager Server.
Table 81 – Label Event Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS Label Encoding Event |
M |
|
OPENSCS Label Invalidating Event |
M |
|
OPENSCS Label Inspecting Event |
M |
|
OPENSCS Label Sampling Event |
M |
Table 82 defines the profile facets and conformance units for a SID Event Manager Server.
Table 82 – SID Event Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS SID Commissioning Event |
M |
|
OPENSCS SID Destroying Event |
M |
|
OPENSCS SID Shipping Event |
M |
|
OPENSCS SID Inspecting Event |
M |
|
OPENSCS SID Decommissioning Event |
M |
Table 83 defines the profile facets and conformance units for a SID Class Manager Server.
Table 83 – SID Class Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS SID Class Manager |
M |
Table 83 defines the profile facets and conformance units for an EPCIS Class Manager Server.
Table 84 – EPCIS Event Manager Server Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Server Facet |
M |
|
OPENSCS File Transfer |
M |
The OPENSCS Client Profile defined in Table 85 includes Facets and Profiles that define the minimum functionality necessary for a component that conforms to the functionality of an OPENSCS client using the OPC UA Client/Server Interface.
Table 85 – OPENSCS Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
M |
||
M |
||
Security Facets |
||
OPEN-SCS Security Client Facet |
M |
|
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
||
M |
Table 86 defines the profile facets and conformance units for an Aggregation Event Manager Client.
Table 86 – Aggregation Event Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS Packing Event Client |
O |
|
OPENSCS Unpacking Event Client |
O |
Table 87 defines the profile facets and conformance units for an Allocated Serial Number Manager Client.
Table 87 – Allocated Serial Number Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS SN to Allocated Client |
M |
Table 88 defines the profile facets and conformance units for an Unallocated Serial Number Manager Client.
Table 88 – Unallocated Serial Number Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS SN to Unallocated Client |
M |
Table 91 defines the profile facets and conformance units for an Unassigned Serial Number Manager Client.
Table 89 – Unassigned Serial Number Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS Request Unassigned Client |
O |
|
OPENSCS Return Unallocated Client |
O |
Table 90 defines the profile facets and conformance units for a Print and Commission Manager Client.
Table 90 – Print and Commission Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS SN to Encoded |
O |
Table 91 defines the profile facets and conformance units for a Serial Number Event Manager Client.
Table 91 – Serial Number Event Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS SNInvalidating Event Client |
M |
Table 92 defines the profile facets and conformance units for a LabelEvent Manager Client.
Table 92 – Label Event Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS Label Encoding Event Client |
O |
|
OPENSCS Label Invalidating Event Client |
O |
|
OPENSCS Label Sampling Event Client |
O |
|
OPENSCS Label Inspecting Event Client |
O |
Table 93 defines the profile facets and conformance units for a SID Event Manager Client.
Table 93 – SID Event Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS SID Commissioning Event Client |
O |
|
OPENSCS SID Destroying Event Client |
O |
|
OPENSCS SID Shipping Event Client |
O |
|
OPENSCS SID Inspecting Event Client |
O |
|
OPENSCS SID Decommissioning Event Client |
O |
Table 94 defines the profile facets and conformance units for an EPCIS Event Manager Client.
Table 94 – EPCIS Event Manager Client Profile Definition
Facets and Profiles |
Defined in |
Optional / Mandatory |
OPENSCS Base Client Profile |
M |
|
OPENSCS EPCIS File Transfer Client |
O |