RecipeScaleType

RecipeScaleType represents a recipe scale.
The representation of the RecipeScaleType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=7 |
NamespaceUri | http://opcfoundation.org/UA/Scales |
BrowseName | RecipeScaleType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | ScaleDeviceType |
The references from the RecipeScaleType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | AbortRecipe | Optional | ||
HasComponent | Method | ContinueRecipe | Optional | ||
HasComponent | Object | ProductionPreset | ProductionPresetType | Optional | |
HasComponent | Object | Recipes | RecipeManagementType | Optional | |
HasComponent | Method | SkipCurrentRecipeElement | Optional | ||
HasComponent | Method | StartRecipe | Optional | ||
HasComponent | Method | StopRecipe | Optional | ||
HasComponent | Object | SupportedMaterial | MaterialType | Optional | |
HasComponent | Variable | SupportedTargetValues | RecipeTargetValueType[] | BaseDataVariableType | Optional |
HasComponent | Variable | SupportedThresholdValues | RecipeThresholdType[] | BaseDataVariableType | Optional |
AbortRecipe
Signature
AbortRecipe(
[in] NodeId RecipeNodeId
);
Argument | Description |
---|---|
RecipeNodeId |
ContinueRecipe
Signature
ContinueRecipe(
[in] NodeId RecipeNodeId
);
Argument | Description |
---|---|
RecipeNodeId |
SkipCurrentRecipeElement
Signature
SkipCurrentRecipeElement(
[in] NodeId RecipeNodeId
);
Argument | Description |
---|---|
RecipeNodeId |
StartRecipe
Signature
StartRecipe(
[in] NodeId RecipeNodeId
);
Argument | Description |
---|---|
RecipeNodeId |
StopRecipe
Signature
StopRecipe(
[in] NodeId RecipeNodeId
);
Argument | Description |
---|---|
RecipeNodeId |