MaterialListType

The representation of the MaterialListType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1059 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/ |
BrowseName | MaterialListType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the MaterialListType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | AddMaterial | Optional | ||
HasProperty | Variable | DensityUnit | EUInformation | PropertyType | Mandatory |
GeneratesEvent | ObjectType | GeneralModelChangeEventType | |||
HasComponent | Object | Material_<Nr> | MaterialType | OptionalPlaceholder | |
HasProperty | Variable | NodeVersion | String | PropertyType | Mandatory |
HasComponent | Method | RemoveMaterialById | Optional | ||
GeneratesEvent | ObjectType | RequestAddMaterialEventType |
AddMaterial
Signature
AddMaterial(
[in] String Id
[in] LocalizedText Name
[in] Double Density
);
Argument | Description |
---|---|
Id | |
Name | |
Density |
RemoveMaterialById
Signature
RemoveMaterialById(
[in] String Id
);
Argument | Description |
---|---|
Id |