RecipeManagementType

Contains methods and properties required for managing recipes.
The representation of the RecipeManagementType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=30 |
NamespaceUri | http://opcfoundation.org/UA/Scales |
BrowseName | RecipeManagementType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the RecipeManagementType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Object | <Recipe_No> | RecipeType | OptionalPlaceholder | |
HasComponent | Method | AddRecipe | Optional | ||
HasComponent | Method | RemoveRecipe | Optional |
AddRecipe
Signature
AddRecipe(
[in] String RecipeId
[in] LocalizedText RecipeName
[out] NodeId RecipeNodeId
);
Argument | Description |
---|---|
RecipeId | |
RecipeName | |
RecipeNodeId |
RemoveRecipe
Signature
RemoveRecipe(
[in] String RecipeId
);
Argument | Description |
---|---|
RecipeId |