9 Rolls and Gaps

Several machines in an extrusion lines (e.g. calenders) contain rolls and gaps between rolls.

9.1 RollsType

The RollsType defines a container for several rolls inside of a component of an extrusion line. It is formally defined in Table 12.

Table 12 – RollsType Definiton
Attribute Value
BrowseNameRollsType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5
0:HasPropertyVariable0:NodeVersion0:String0:PropertyTypeM, RO
0:HasComponentObjectRoll_<Nr>RollTypeOP
0:GeneratesEventObjectType0:GeneralModelChangeEventType

9.2 RollType

The RollType described a single roll. It is formally defined in Table 13.

Table 13 – RollType Definiton
Attribute Value
BrowseNameRollType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5
0:HasPropertyVariableId0:String0:PropertyTypeM, RO
0:HasPropertyVariableName0:LocalizedText0:PropertyTypeO, RO
0:HasPropertyVariableMasterRollId0:String0:PropertyTypeO, RO
0:HasComponentObjectDrive3:DriveTypeM
0:HasComponentObjectTemperatureExtrusionTemperatureZoneTypeO
0:HasComponentObjectCrossAxisLeft3:MonitoredParameterTypeO
0:HasComponentObjectCrossAxisRight3:MonitoredParameterTypeO
0:HasComponentObjectPeripheralDevicesRollPeripheralDevicesTypeO
0:HasComponentObjectRollBendingRollBendingTypeO

9.2.1 Id

Id of the roll

9.2.2 Name

(Human readable) name of the roll

9.2.3 MasterRollId

Id of the master roll. If a roll is the master roll then MasterRollId = Id.

9.2.4 Drive

Information about the drive of the roll. The DriveType is defined in OPC 40083.

9.2.5 Temperature

Temperature of the roll.

9.2.6 CrossAxisLeft, CrossAxisRight

Axis crossing of the roll on both sides (in the direction of the material flow). The MonitoredParameterType is defined in OPC 40083.

Unit: mm or inch

9.2.7 RollPeripheralDevices

A roll can be equipped with infrared heating systems and/or cleaning systems. Their representations are put into the container RollPeripheralDevices. The RollPeripheralDevicesType is formally defined in Table 14.

Table 14 – RollPeripheralDevicesType Definiton
Attribute Value
BrowseNameRollPeripheralDevicesType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5
0:HasPropertyVariable0:NodeVersion0:String0:PropertyTypeM, RO
0:HasComponentObjectInfraredHeatingSystem_<Nr>3:StartDeviceTypeOP
0:HasComponentObjectCleaningSystem_<Nr>3:StartDeviceTypeOP
0:GeneratesEventObjectType0:GeneralModelChangeEventType

The StartDeviceType usesd for the infrared heating systems and cleaning systems is defined in OPC 40083.

9.2.8 RollBending

If roll bending is used, the monitoring of the positions of the reference points are described with the RollBendingType. It is formally defined in Table 15.

Table 15 – RollBendingType Definiton
Attribute Value
BrowseNameRollBendingType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5
0:HasPropertyVariable0:NodeVersion0:String0:PropertyTypeM, RO
0:HasComponentObjectReferencePoint_<Nr>3:MeasuringDeviceTypeOP
0:GeneratesEventObjectType0:GeneralModelChangeEventType

9.3 GapsType

The GapsType defines a container for several gaps between two rolls (e.g. of a calender). It is formally defined in Table 16.

Table 16 – GapsType Definiton
Attribute Value
BrowseNameGapsType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5
0:HasPropertyVariable0:NodeVersion0:String0:PropertyTypeM, RO
0:HasComponentObjectGap_<Nr>GapTypeOP
0:GeneratesEventObjectType0:GeneralModelChangeEventType

9.4 GapType

The GapType described a gap between two rolls. It is formally defined in Table 17.

Table 17 – GapType Definiton
Attribute Value
BrowseNameGapType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5
0:HasPropertyVariableId0:String0:PropertyTypeM, RO
0:HasPropertyVariableRollId10:String0:PropertyTypeM, RO
0:HasPropertyVariableRollId20:String0:PropertyTypeM, RO
0:HasComponentObjectDistanceLeft3:MonitoredParameterTypeO
0:HasComponentObjectDistanceRight3:MonitoredParameterTypeO
0:HasComponentVariableIsClosed0:Boolean0:BaseDataVariableTypeO, RO
0:HasComponentObjectContactForce0:Double3:MonitoredParameterTypeO, RO
0:HasPropertyVariableStockingGuideIsPresent0:Boolean0:PropertyTypeO, RO

9.4.1 Id

Id of the gap.

9.4.2 RollId1, RollId2

Ids of the rolls which create the gap.

9.4.3 DistanceLeft, DistanceRight

Distances between the rolls on both sides (in the direction of the material flow). The MonitoredParameterType is defined in OPC 40083.

Unit: mm or inch

9.4.4 IsClosed

True, when the rolls forming the gaps are in working position.

9.4.5 ContactForce

Contact force between the rolls (mainly measured indirectly via the fluid pressure). The MonitoredParameterType is defined in OPC 40083.

Unit: N or lfb

9.4.6 StockingGuideIsPresent

Information if a stocking guide is present.