8.6 MachineModuleSpecificationType ObjectType

8.6.1 Overview

The MachineModuleSpecificationType provides the specification of the machine module as currently operating including capabilities, internal buffers and loading points.

This MachineModuleSpecificationType is formally defined in the table below.

Table 38 – MachineModuleSpecificationType Definition
Attribute Value
BrowseNameMachineModuleSpecificationType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseObjectType defined in OPC 10000-5 - Part 5: Information Model, i.e. inheriting the Instance Declarations of that Node.
0:HasComponentMethodDeleteSpecificationRecordSee below.M
0:HasComponentObjectDocumentation0:FolderTypeM
0:HasComponentMethodLoadMachineModuleDocumentationSee below.M
0:HasPropertyVariableLocationName0:String0:PropertyTypeM, RW
0:HasPropertyVariableMaterialLoadingPointsMaterialPointType[]0:PropertyTypeM, RO
0:HasPropertyVariableMaterialOutputPointsMaterialPointType[]0:PropertyTypeM, RO
0:HasPropertyVariableMaterialRejectionPointsMaterialPointType[]0:PropertyTypeM, RO
0:HasPropertyVariableMaterialStorageBuffersMaterialStorageBufferDataType[]0:PropertyTypeM, RO
0:HasComponentMethodRemoveMachineModuleDocumentationSee below.M
0:HasComponentMethodSetNewSpecificationSee below.M
0:HasPropertyVariableTimeZone0:TimeZoneDataType0:PropertyTypeM, RW
0:HasPropertyVariableTotalRunningHours0:UInt640: PropertyTypeM, RO
0:HasPropertyVariableUserMachineName0:String0:PropertyTypeM, RW
0:HasPropertyVariableValidSince0:UtcTime0:PropertyTypeM, RO
0:GeneratesEventObjectTypeMachineModuleSpecificationChangeLogType
Conformance Units
TMC Single PO Production
TMC Asset Management
BrowseName Description
DocumentationThe Object Documentation is the sole repository for the machine module documentation resources. The Documentation is accessed, for example, by clients and HMIs.
LocationNameThe Property LocationName of type String contains the location of the machine module within the user production site. The Property LocationName will contain the following: Country/City/Department/Floor/Bay/Position. LocationName and UserMachineName uniquely identify the machine module in the user organization.
MaterialLoadingPointsThe Property MaterialLoadingPoints identifies the loading points of the machine module and their capability in terms of what materials can be loaded at a loading point. The Property MaterialLoadingPoints is defined as a list of objects of type MaterialPointType.
MaterialOutputPointsThe Property MaterialOutputPoints identifies the output points of the machine module and their capability in terms of what materials can be output The Property MaterialOutputPoints is defined as a list of objects of type MaterialPointType.
MaterialRejectionPointsThe Property MaterialRejectionPoints identifies the rejection points of the machine module and their capability in terms of what materials are rejected The Property MaterialRejectionPoints is defined as a list of objects of type MaterialPointType.
MaterialStorageBuffersThe Property MaterialStorageBuffers describes the buffers inside the machine module and their current status. The Property MaterialStorageBuffers is a list of objects of type MaterialStorageBufferDataType.
TimeZoneThe local time zone where the machine operates. It is required to convert UTC times into local time.
TotalRunningHoursThe Property TotalRunningHours counts the number of hours the machine module has been in operation since the last time its configuration was changed. More specifically, time is counted when the machine module state is different from: Stopping, Stopped, Aborting, Aborted, Clearing.
UserMachineNameThe Property UserMachineName of type String contains the name used by the user to identify the machine module. LocationName and UserMachineName uniquely identify the machine module in the user organization.
ValidSinceThe Property ValidSince is the date since the configuration was last modified.

The components of the MachineModuleSpecificationType have additional subcomponents which are defined in the table below.

Table 39 – MachineModuleSpecificationType Additional Subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Documentation0:HasPropertyVariable <DocumentName>0:ByteString 0:PropertyTypeOP, RO

8.6.2 DeleteSpecificationRecord Method

The DeleteSpecificationRecord Method deletes a specification record.

The signature of this Method is specified below. Table 40 specifies the Arguments representation.

Signature

	DeleteSpecificationRecord (
	[in]		0:NodeId							SpecificationRecord,
	[out] 	MethodExecutionFeedbackType		ExecutionFeedback);
Table 40 – DeleteSpecificationRecord Method Arguments
Argument Description
SpecificationRecordThe OPC UA unique node identifier for the specification to be deleted from the underlying system repository.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.

8.6.3 LoadMachineModuleDocumentation Method

The LoadMachineModuleDocumentation Method allows to securely load any machine module documentation to the documentation repository Documentation folder where it can be reached by applications.

The signature of this Method is specified below. Table 41 specifies the Arguments representation.

Signature

	LoadMachineModuleDocumentation (
	[in]		0:ByteString						DocumentToBeLoaded,
	[in]		0:String							DocumentName,
	[out] 	MethodExecutionFeedbackType		ExecutionFeedback);
Table 41 – LoadMachineModuleDocumentation Method Arguments
Argument Description
DocumentToBeLoadedThe document, as a byte string, to be transferred to the Documentation folder.
DocumentNameThe document name to be associated to the document in the underlying system.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.

8.6.4 RemoveMachineModuleDocumentation Method

The RemoveMachineModuleDocumentation Method allows to securely remove, i.e. permanently delete, any machine module documentation from the documentation repository Documentation.

The signature of this Method is specified below. Table 42 specifies the Arguments representation.

Signature

	RemoveMachineModuleDocumentation (
	[in]		0:String							DocumentName,
	[out] 	MethodExecutionFeedbackType		ExecutionFeedback);
Table 42 – RemoveMachineModuleDocumentation Method Arguments
Argument Description
DocumentNameThe document name to be associated to the document in the underlying system.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.

8.6.5 SetNewSpecification Method

The Method SetNewSpecification saves its arguments as the new specification for the machine module. Prior to that it saves the previous specification into the PastSpecification Records Object of the same machine module.

The signature of this Method is specified below. Table 43 specifies the Arguments representation.

Signature

	SetNewSpecification (
	[in]	MaterialPointType[]     			NewMaterialLoadingPoints,
	[in]	MaterialStorageBufferDataType[]	NewMaterialStorageBuffers,
	[in]	MaterialPointType[]     			NewMaterialOutputPoints,
	[in]	MaterialPointType[]     		   NewMaterialRejectionPoints,
	[out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 43 – SetNewSpecification Method Arguments
Argument Description
NewMaterialLoadingPointsThe information about the material loading points that will be valid after the machine specification is changed.
NewMaterialStorageBuffersThe information about the storage buffers that will be valid after the machine specification is changed.
NewMaterialOutputPointsThe information about the material output points that will be valid after the machine specification is changed.
NewMaterialRejectionPointsThe information about the material rejection points that will be valid after the machine specification is changed.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.