Click or drag to resize

Conveyor Class

** NOTE: ADDED in CFX 1.3 **

Conveyor resource in an Endpoint. It may have a lifecycle independent from the Endpoint where it is located (e.g. maintenance operations)
Inheritance Hierarchy
SystemObject
  CFX.StructuresResourceInformation
    CFX.StructuresConveyor

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class Conveyor : ResourceInformation

The Conveyor type exposes the following members.

Constructors
 NameDescription
Public methodConveyor 
Top
Properties
 NameDescription
Public propertyCenterSupportHeightReadingPoint

** NOTE: ADDED in CFX 2.0 **

Measured height of center support in [mm]
Public propertyCenterSupportHeightSetPoint

** NOTE: ADDED in CFX 2.0 **

Setpoint of center support height in [mm]
Public propertyCenterSupportPositionReadingPoint

** NOTE: ADDED in CFX 2.0 **

Measured position of center support in [mm]
Public propertyCenterSupportPositionSetPoint

** NOTE: ADDED in CFX 2.0 **

Setpoint of center support position in [mm]
Public propertySequence

** NOTE: ADDED in CFX 2.0 **

1 based sequence (1, 2, 3, ...)
Public propertySpeedReadingPoint

** NOTE: ADDED in CFX 2.0 **

Measured conveyor speed of the processed unit in [cm/min].
Public propertySpeedSetPoint

** NOTE: ADDED in CFX 2.0 **

Setpoint of conveyor speed of the processed unit.
Public propertyWidthReadingPoint

** NOTE: ADDED in CFX 2.0 **

Measured width of the transport in [mm]
Public propertyWidthSetPoint

** NOTE: ADDED in CFX 2.0 **

Setpoint of the width of the processed unit in [mm]
Top
See Also