ProductionType

The representation of the ProductionType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1021 |
NamespaceUri | http://opcfoundation.org/UA/Glass/Flat/ |
BrowseName | ProductionType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the ProductionType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | ChangePositionInList | Optional | ||
HasProperty | Variable | CurrentCountOfJobs | UInt32 | PropertyType | Optional |
HasComponent | Method | DeleteJob | Optional | ||
HasComponent | Method | InsertJob | Optional | ||
HasProperty | Variable | JobListIsRecommendation | Boolean | PropertyType | Mandatory |
HasProperty | Variable | MaxCountOfJobs | UInt32 | PropertyType | Optional |
HasComponent | Object | ProductionPlan | ProductionPlanType | Mandatory | |
HasProperty | Variable | SupportedMaterialTypes | NodeId[] | PropertyType | Optional |
ChangePositionInList
Signature
ChangePositionInList(
[in] LimitedString64 Target
[in] LimitedString64 Source
[in] Boolean Before
);
Argument | Description |
---|---|
Target | |
Source | |
Before |
DeleteJob
Signature
DeleteJob(
[in] LimitedString64 Identifier
);
Argument | Description |
---|---|
Identifier |
InsertJob
Signature
InsertJob(
[in] LimitedString64 Identifier
[in] LimitedString64 Name
[in] NodeId InputMaterial
[in] NodeId OutputMaterial
[out] NodeId JobNodeId
);
Argument | Description |
---|---|
Identifier | |
Name | |
InputMaterial | |
OutputMaterial | |
JobNodeId |