12 ConveyorProcessMonitoringType
12.1 ConveyorProcessMonitoringType definition
The ConveyorProcessMonitoringType provides information about the process values of one conveyor and is formally defined in Table 22.

| Attribute | Value | ||||
| BrowseName | ConveyorProcessMonitoringType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the 0:BaseObjectType defined in OPC 10000-5 | |||||
| 0:HasProperty | Variable | Description | 0:String | 0:PropertyType | M,RO |
| 0:HasComponent | Variable | Speed | 0:Double | 0:AnalogUnitType | M,RO |
| 0:HasComponent | Variable | Direction | DirectionEnumeration | 0:BaseDataVariableType | M,RO |
| 0:HasComponent | Object | Drives | 4:DrivesType | M | |
| 0:HasComponent | Variable | Active | 0:Boolean | 0:BaseDataVariableType | M,RO |
| Conformance Units | |||||
|---|---|---|---|---|---|
| OPC 40092-1 ConveyorProcessMonitoring | |||||
12.2 Description
Provides a user-defined textual description or identifier to distinguish and locate the conveyor within the machine or system.
12.3 Speed
Linear speed in the direction of material flow. Units: m/min or ft/min
12.4 Direction
Provides information about the current transportation direction of the conveyor. The DirectionEnumeration is defined in Table 23.
| Name | Value | Description |
| Forward | 0 | Transportation direction is forward. |
| Backward | 1 | Transportation direction is backward. |
| Sideward | 2 | Transportation direction is sideward. |
12.5 Drives
Drives is a container object for all drives of the conveyor.
The DrivesType is defined in OPC 40083.
12.6 Active
Boolean 0 or 1. Indicates if the conveyor is active.