ProductionDatasetManagementType

Management of production datasets.
The representation of the ProductionDatasetManagementType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1008 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/ |
BrowseName | ProductionDatasetManagementType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the ProductionDatasetManagementType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Object | ActiveProductionDatasetStatus | ProductionDatasetStatusType | Mandatory | |
HasComponent | Method | GetProductionDatasetInformation | Optional | ||
HasComponent | Object | ProductionDatasetInPreparationStatus | ProductionDatasetStatusType | Optional | |
HasComponent | Object | ProductionDatasetLists | ProductionDatasetListsType | Optional | |
HasComponent | Object | ProductionDatasetTransfer | TemporaryFileTransferType | Mandatory | |
HasComponent | Method | SendProductionDatasetInformation | Optional |
GetProductionDatasetInformation
Signature
GetProductionDatasetInformation(
[in] UInt32 fileHandle
[out] ProductionDatasetInformationType Information
);
Argument | Description |
---|---|
fileHandle | |
Information |
SendProductionDatasetInformation
Signature
SendProductionDatasetInformation(
[in] UInt32 fileHandle
[in] ProductionDatasetInformationType Information
);
Argument | Description |
---|---|
fileHandle | |
Information |