6 Cutter_InterfaceType

6.1 Cutter_InterfaceType Definition

This OPC UA ObjectType is used for the root Object representing a haul-off as part of an extrusion line. It is based on the ExtrusionDeviceType (defined in OPC 80084-1) and formally defined in Table 1.

The instance(s) of Cutter_InterfaceType shall be located under the Machines Object of the Server (see OPC UA for Machinery).

NOTE: If the OPC UA server is implemented in the control of the cutter so only one instance of Cutter_InterfaceType will be created. But it is also possible that one OPC UA server is connected to several machine controls as one interface to the MES. In this case several instances of Cutter_InterfaceType will be created.

Figure 1 – Cutter_InterfaceType Overview
Table 1 – Cutter_InterfaceType Definition
Attribute Value
BrowseNameCutter_InterfaceType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 4:ExtrusionDeviceType (defined in OPC 40084-1)
0:HasComponentObjectProductSpeed3:MonitoredParameterTypeO
0:HasComponentObjectCuttingProductsCuttingProductsTypeM
0:HasComponentVariableSideClampClosed0:Boolean0:BaseDataVariableTypeO
0:HasComponentObjectCuttingProgram3:StartDeviceTypeO
0:HasComponentMethodManualCutO
0:HasComponentMethodSampleCutO
0:HasComponentVariableSampleCuttingLength0:Double0:AnalogUnitTypeO, RW
0:HasComponentVariableWasteIndicator0:Boolean0:BaseDataVariableTypeO, RW
0:HasComponentVariableWasteCuttingLength0:Double0:AnalogUnitTypeO, RW
0:HasComponentVariableTotalWasteLength0:Double0:AnalogUnitTypeO, RO
0:GeneratesEventObjectTypeCutEventType
Conformance Units
OPC 40084-9 Basic

The BrowseName of the object instance shall be “Cutter_<Manufacturer>_<SerialNumber>”.

Example: “Cutter_Weber_0123456”.

6.2 DeviceClass

The DeviceClass Property in the Identification Object inside the ExtrusionDeviceType shall have the value “Cutter”.

6.3 Distances

The distances (length) for the cutting shall be put into the Object AdditionalMeasuringDevices which is part of the ExtrusionDeviceType.

6.4 ProductSpeed

This Object is used for monitoring the speed of the product which shall be cut. The MonitoredParameterType is defined in OPC 40083.

6.5 CuttingProductsType

This Object is a container for the description of the products to be cut.

Figure 2 – CuttingProductsType Overview
Table 2 – CuttingProductsType Definition
Attribute Value
BrowseNameCuttingProductsType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5
0:HasComponentObjectCuttingProduct_<Nr>CuttingProductTypeMP
0:HasComponentVariableActualCuttingProductId0:String0:BaseDataVariableTypeM
Conformance Units
OPC 40084-9 Basic

The number of instances of CuttingProductType is fixed by cutter (default 5)

If the current production does not use all provided instances, the SetOutput is set to 0.

The systematic of describing the products to be cut is similar to jobs described in OPC 40084-2. One CuttingProduct is produced (SetOutput) then the next. After the last CuttingProduct, the first one is active again.

ActualCuttingProductId: Id of the product which is currently produced.

6.6 CuttingProductType

Description of the product to be cut with Id, length, length correction wall thickening and amount of output.

Table 3 – CuttingProductType Definition
Attribute Value
BrowseNameCuttingProductType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5
0: HasPropertyVariableId0:String0:PropertyTypeM, RO
0:HasComponentVariableLength0:Double0:AnalogUnitTypeM, RW
0:HasComponentVariableLengthCorrection0:Double0:AnalogUnitTypeO, RW
0:HasComponentVariableWallThickeningLength0:Double0:AnalogUnitTypeO, RW
0:HasPropertyVariableWallThickeningPositionWallThickeningEnumeration0:PropertyTypeO, RW
0:HasComponentVariableSetOutput0:UInt640:BaseDataVariableTypeM, RW
0:HasComponentVariableActualOutput0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentVariableTotalOutput0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentMethodResetOutputO
Conformance Units
OPC 40084-9 Basic

The ActualOutput is related to the output during producing one product type and automatically reset when the CuttingProduct is newly started

TotalOutput: Total sum of output

For the wall thickening the length and the position needs to be defined.

Table 4 – WallThickeningEnumeration Items
Name Value Description
NO0No wall thickening
FRONT1Wall thickening only at the front of the product
END2Wall thickening only at the end of the product
BOTH3Wall thickening at both sides of the product

6.7 SideClampClosed

Information if the side clamp of the cutter is closed.

6.8 CuttingProgram

With this object the client is informed, if the cutting program is running. The client can also request the starting and stopping of the cutting program. The StartDeviceType is defined in OPC 40083.

6.9 ManualCut

With this Method (without arguments), the client can request an immediate cutting.

NOTE: This is usually destroying the current product.

Signature

	ManualCut ();
Table 5 – Method ManualCut AddressSpace Definiton
Attribute Value
BrowseNameManualCut

6.10 SampleCut, SampleCutLength

With this Method (without arguments), the client can request to have a sample cut after the next regular cutting. The length of the cut is pre-defined by writing in the Variable SampleCutLength.

Signature

	SampleCut ();
Table 6 – Method SampleCut AddressSpace Definiton
Attribute Value
BrowseNameSampleCut

6.11 WasteIndicator, WasteCuttingLength, TotalWasteLength

Written from the client (e.g. extruder) to tell the cutter, that currently waste is produced. If true, the product is cut into pieces with the length set in WasteCuttingLength. TotalWasteLength gives the toal length of the waste.

6.12 CutEventType

This event is fired after each cut.

Table 7 – CutEventType Definition
Attribute Value
BrowseNameCutEventType
IsAbstractTrue
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseEventType defined in OPC 10000-5
0:HasPropertyVariableCuttingProductId0:String0:PropertyTypeM
0:HasPropertyVariableActualOutput0:UInt640:PropertyTypeM
0:HasPropertyVariableTotalOutput0:UInt640:PropertyTypeM
Conformance Units
OPC 40084-9 Basic