CyclicJobInformationType

Information about a cyclic production job.
The representation of the CyclicJobInformationType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1024 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/ |
BrowseName | CyclicJobInformationType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | JobInformationType |
The references from the CyclicJobInformationType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | ExpectedCycleTime | Duration | PropertyType | Optional |
HasProperty | Variable | MouldId | String | PropertyType | Optional |
HasProperty | Variable | NominalBoxParts | UInt64 | PropertyType | Optional |
HasProperty | Variable | NominalParts | UInt64 | PropertyType | Mandatory |
HasProperty | Variable | NumCavities | UInt32 | PropertyType | Optional |
GeneratesEvent | ObjectType | RequestCyclicJobWriteEventType | |||
HasComponent | Method | SetCyclicJobData | Mandatory |
SetCyclicJobData
Signature
SetCyclicJobData(
[in] String JobName
[in] String JobDescription
[in] String CustomerName
[in] String ProductionDatasetName
[in] String ProductionDatasetDescription
[in] String Material
[in] String ProductName
[in] String ProductDescription
[in] Boolean ContinueAtJobEnd
[in] UInt64 NominalParts
[in] UInt64 NominalBoxParts
[in] Duration ExpectedCycleTime
[in] String MouldId
[in] UInt32 NumCavities
);
Argument | Description |
---|---|
JobName | |
JobDescription | |
CustomerName | |
ProductionDatasetName | |
ProductionDatasetDescription | |
Material | |
ProductName | |
ProductDescription | |
ContinueAtJobEnd | |
NominalParts | |
NominalBoxParts | |
ExpectedCycleTime | |
MouldId | |
NumCavities |