OPENSCSAggregationManagerObjectType

The representation of the OPENSCSAggregationManagerObjectType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=15094 |
NamespaceUri | http://opcfoundation.org/OPENSCS-SER/ |
BrowseName | OPENSCSAggregationManagerObjectType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the OPENSCSAggregationManagerObjectType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | AggregationPackingEvent | Mandatory | ||
HasComponent | Method | AggregationUnpackingEvent | Mandatory | ||
HasProperty | Variable | MaxAggregationEvents | UInt32 | PropertyType | Mandatory |
AggregationPackingEvent
Signature
AggregationPackingEvent(
[in] OPENSCSAggregationDataType AggregationElement
[in] String ParentSNFormat
[in] String PackedElementSNFormat
[in] OPENSCSKeyValueDataType AggregationContext
[out] OPENSCSReturnEnum ReturnStatus
);
Argument | Description |
---|---|
AggregationElement | Specifies the parent element and the packed element collection that is to be added to the parent element. |
ParentSNFormat | Defines the format of the parent Serial Numbers associated to the event. |
PackedElementSNFormat | Defines the format of the packed element Serial Numbers associated to the event. |
AggregationContext | Zero or mode key value pairs that define additional context information for the event, such as order number or lot number. |
ReturnStatus | Returns the status of the method execution. |
AggregationUnpackingEvent
Signature
AggregationUnpackingEvent(
[in] OPENSCSAggregationDataType AggregationElement
[in] String ParentSNFormat
[in] String PackedElementSNFormat
[in] OPENSCSKeyValueDataType AggregationContext
[out] OPENSCSReturnEnum ReturnStatus
);
Argument | Description |
---|---|
AggregationElement | |
ParentSNFormat | |
PackedElementSNFormat | |
AggregationContext | |
ReturnStatus |