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.

image016.png

Figure 10 – MouldType Overview

Table 59 – MouldType Definition

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

The Index Property gives the number of the mould.

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.

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.

The Description Property represents a description of the installed mould.

The MouldStatusProperty represents the current (physical) status of the mould related to the object instance. The MouldStatusEnumeration is defined in Table 60:

Table 60 – MouldStatusEnumeration Values

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.

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.