15.2 MouldType
15.2.1 MouldType Definition
This ObjectType represents the description and status of a mould (e.g. used in injection or blow moulding machines). It is formally defined in Table 59.

| Attribute | Value | ||||
| BrowseName | MouldType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of BaseObjectType defined in OPC UA Part 5 | |||||
| 0:HasProperty | Variable | Index | 0:UInt32 | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | Id | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | IsPresent | 0:Boolean | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | Description | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | MouldStatus | MouldStatusEnumeration | 0:PropertyType | M, RO |
| 0:HasComponent | Object | TemperatureZones | TemperatureZonesType | MO | |
15.2.2 Index
The Index Property gives the number of the mould.
15.2.3 Id
The Id Property represents the Id of the installed mould. It is valid for a complete configuration of a mould incl. frames/inserts. If an insert is changed or deactivated, the mould gets a new Id.
15.2.4 IsPresent
This Property informs the client if the mould is physically present and connected. May be FALSE e.g. when instances for possible moulds are created (depending on the capabilities/connectors of the machine) which are currently not used.
15.2.5 Description
The Description Property represents a description of the installed mould.
15.2.6 MouldStatus
The MouldStatusProperty represents the current (physical) status of the mould related to the object instance. The MouldStatusEnumeration is defined in Table 60:
| Name | Value | Description |
| OTHER | 0 | This state is used if none of the other states below apply. |
| MOULD_NOT_INSTALLED | 1 | The mould is not installed on the machine. |
| MOULD_CHANGE | 2 | During installation or changing of the mould. |
| MOULD_INSTALLED | 3 | The mould is installed and ready for production. |
15.2.7 TemperatureZones
This Object is a container for the temperature zones of the mould zones. The TemperatureZonesType is formally defined in 17.1. Inside the container the MouldTemperatureZoneType as defined in 17.2.10.2 shall be used.