20.3 ProductionDatasetStatusType
20.3.1 ActiveProductionDatasetStatus, ProductionDatasetInPreparationStatus
This Object represents the status of the production dataset which is active in the control system of the machine or in preparation (in analogy to ActiveJob and JobInPreparation). The ProductionDatasetStatusType is formally defined in Table 103.
| Attribute | Value | ||||
| BrowseName | ProductionDatasetStatusType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of 0:BaseObjectType defined in OPC UA Part 5 | |||||
| 0:HasProperty | Variable | Information | ProductionDatasetInformationType | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | Modified | 0:Boolean | 0:PropertyType | O, RO |
| 0:HasProperty | Variable | Frozen | 0:Boolean | 0:PropertyType | O, RW |
| 0:HasComponent | Method | Load | O | ||
| 0:HasComponent | Method | Save | O | ||
20.3.2 Information
The Information Property represents a set of information on the production dataset.
20.3.3 Modified
The Modified Property informs if the production dataset has been changed after the last storage.
20.3.4 Frozen
The Frozen Property indicates whether changes in the production dataset are not allowed. If TRUE, no changes on the machine in the production dataset (change of process parameters) are allowed.
20.3.5 Load
The Method Load loads a production dataset from the file system of the machine to the control of the machine. As production datasets can contain parameter settings not only for the machine itself but also for peripheral equipment (e.g. robots/handling devices), the parts of the production dataset which shall be activated can be chosen.
Signature
Load (
[in] 0:String Name
[in] 0:UInt16[] Components);| Argument | Description |
| Name | Name of the production dataset that should be loaded. |
| Components | Indication which parts of the production dataset shall be activated. See Table 115 for possible values If Components is not given (array length 0) then the complete Production dataset is activated. |
| Attribute | Value | ||||
| BrowseName | Load | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Modelling Rule |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | InputArguments | Argument[] | 0:PropertyType | Mandatory |
20.3.6 Save
The Method Save stores a production dataset from the control of the machine to the file system of the machine.
Signature
Save (
[in] 0:String Name);| Argument | Description |
| Name | Name under which the production dataset that should be stored in the file system. |
| Attribute | Value | ||||
| BrowseName | Save | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Modelling Rule |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | InputArguments | Argument[] | 0:PropertyType | Mandatory |