JobGroupType

The representation of the JobGroupType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1011 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/Extrusion/ExtrusionLine/ |
BrowseName | JobGroupType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the JobGroupType ObjectType Node are shown in the following table:
AddJob
Signature
AddJob(
[in] String Id
[in] String Description
[in] String CustomerName
[in] String ProductName
[in] String ProductDescription
[in] UInt32 Strand
[in] UInt32 Sequence
[in] ParameterSettingType ParameterSetting
[in] Double SetOutput
[in] Double LotSize
[out] NodeId JobNodeId
);
Argument | Description |
---|---|
Id | |
Description | |
CustomerName | |
ProductName | |
ProductDescription | |
Strand | |
Sequence | |
ParameterSetting | |
SetOutput | |
LotSize | |
JobNodeId |
FinishJobById
Signature
FinishJobById(
[in] String Id
);
Argument | Description |
---|---|
Id |
InterruptJobById
Signature
InterruptJobById(
[in] String Id
);
Argument | Description |
---|---|
Id |
RemoveJobById
Signature
RemoveJobById(
[in] String Id
);
Argument | Description |
---|---|
Id |
StartJobById
Signature
StartJobById(
[in] String Id
);
Argument | Description |
---|---|
Id |