CatchweigherProductType

Represents a product of a Catchweigher.
The representation of the CatchweigherProductType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=17 |
NamespaceUri | http://opcfoundation.org/UA/Scales |
BrowseName | CatchweigherProductType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | ProductType |
The references from the CatchweigherProductType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Object | <Zones> | ZoneType | OptionalPlaceholder | |
HasComponent | Method | AddZone | Optional | ||
HasComponent | Object | LastItem | WeighingItemType | Optional | |
HasComponent | Variable | PresetHeight | Number | AnalogItemType | Optional |
HasComponent | Variable | PresetLength | Number | AnalogItemType | Optional |
HasComponent | Variable | PresetWidth | Number | AnalogItemType | Optional |
HasComponent | Method | RemoveZone | Optional | ||
HasComponent | Variable | TargetThroughput | Number | TargetItemType | Optional |
HasSubtype | ObjectType | AutomaticWeightPriceLabelerProductType | |||
HasSubtype | ObjectType | CheckweigherProductType |
AddZone
Signature
AddZone(
[in] LocalizedText ZoneName
[in] Double LowerLimit
[in] Double UpperLimit
[in] EUInformation EngineeringUnits
[out] NodeId ZoneNodeId
);
Argument | Description |
---|---|
ZoneName | |
LowerLimit | |
UpperLimit | |
EngineeringUnits | |
ZoneNodeId |
RemoveZone
Signature
RemoveZone(
[in] NodeId ZoneNodeId
);
Argument | Description |
---|---|
ZoneNodeId |