8 ConveyorConfigurationType

8.1 ConveyorConfigurationType definition

The ConveyorConfigurationType details the configuration of the conveyor that is used to feed material towards or away from the cutting edge of the knife.

Figure 3 - ConveyorConfigurationType Overview
Table 6 - ConveyorConfigurationType Definition
Attribute Value
BrowseNameConveyorConfigurationType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5
0:HasPropertyVariableDescription0:String0:PropertyTypeM,RO
0:HasPropertyVariableIsPresent0:Boolean0:PropertyTypeM,RO
0:HasPropertyVariableConveyorCategoryConveyorCategoryEnumeration0:PropertyTypeM,RO
0:HasPropertyVariableConveyorSubCategoryConveyorSubCategoryEnumeration0:PropertyTypeM,RO
0:HasPropertyVariableFixedSpeedConveyor0:Boolean0:PropertyTypeM,RO
0:HasComponentVariableConveyorSpeed0:Double0:AnalogUnitRangeTypeM, RO
0:HasComponentVariableLength0:Double0:AnalogUnitTypeM,RO
0:HasComponentVariableWidth0:Double0:AnalogUnitTypeM,RO
0:HasPropertyVariableNumberOfBelts0:UInt160:PropertyTypeM,RO
0:HasPropertyVariableLightBarriersLightBarrierEnumeration[]0:PropertyTypeM,RO
0:HasPropertyVariablePossibleDirectionPossibleDirectionEnumeration0:PropertyTypeM,RO
Conformance Units
OPC 40092-1 ConveyorConfiguration

8.2 Description

Provides a user-defined textual description or identifier to distinguish and locate the conveyor within the machine or system.

8.3 IsPresent

The IsPresent Property provides information, if an instance of the conveyor is present in the current configuration of the machine.

8.4 ConveyorCategory

This property provides information, if this conveyor is used for unloading, loading or transportation of material.

The ConveyorCategoryEnumeration is defined in Table 7.

Table 7 - ConveyorCategoryEnumeration Items
Name Value Description
Loading0Loading of material for processing.
Unloading1Unloading of material after processing.
Transportation2Transportation of material during processing.

8.5 ConveyorSubCategory

This property provides information on what type of conveyor this instance is. The ConveyorSubCategoryEnumeration is listed in Table 8.

Table 8 - ConveyorSubCategoryEnumeration Items
Name Value Description
None0None of the other categories fit.
AlignmentBelt1The conveyor is an alignment belt.
Turntable2The conveyor is a turntable.
Seperator3The conveyor is a separator.
Stacker4The conveyor is a stacker.
Destacker5The conveyor is a destacker.
PopUp6The conveyor is a pop-up conveyor.
ScissorTable7The conveyor is a scissor table.
CrossConveyor8The conveyor is a cross-conveyor.

8.6 FixedSpeedConveyor

This Property provides information, if the conveyor has a fixed speed.

8.7 ConveyorSpeed

This Variable provides information about the speed settings of the conveyor. If FixedSpeedConveyor is true, this Variable provides the set value. If FixedSpeedConveyor is false, this Variable provides the speed range of the conveyor.

Units: m/min or ft/min

8.8 Length

Length of the conveyor.

Units: mm or in

8.9 Width

Width of the conveyor.

Units: mm or in

8.10 NumberOfBelts

Provides the number of individual belts on the conveyor.

8.11 LightBarriers

Provides information about the positions of light barriers on this instance of conveyor.

Each array entry represents one light barrier.

This property holds the value of LightBarrierEnumeration which is defined in Table 9.

Table 9 - LightBarrierEnumeration Items
Name Value Description
None0No light barrier.
Infeed1Light barrier is positioned infeed.
Outfeed2Light barrier is positioned outfeed.
Safety3Light barrier is a safety device.
Other4None of the other values fit.

8.12 PossibleDirection

Provides information about the possible working directions of the conveyor.

Table 10 - PossibleDirectionEnumeration Items
Name Value Description
Forwards0The conveyor's working direction is forwards.
Backwards1The conveyor's working direction is backwards.
Reversible2The conveyor's working direction is reversible.
Sidewards3The conveyor's working direction is sidewards.
Any4Any conveyor direction is possible.