Click or drag to resize

MarkOnTheFlyProfile Class

Configuration class for the MarkOnTheFly.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanControllerMarkOnTheFlyProfile

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class MarkOnTheFlyProfile

The MarkOnTheFlyProfile type exposes the following members.

Constructors
 NameDescription
Public methodMarkOnTheFlyProfile Constructor. Initializes with default values.
Top
Properties
 NameDescription
Public propertyDebounceTime Use this property to specify an appropriate signal settling time.
Public propertyEnableDebounce Set this property to true to enable the debounce mechanism (based on time).
Public propertyEnableSuppression Set this property to true to enable the suppression mechanism (based on distance).
Public propertyMargin Defines the offset to earliest possible mark position. Increasing this values delays the marking, moving the marked field position towards the origin.
Public propertyMaximumEndlessMotfSpeedScale Maximum allowed belt speed when using endles motf.
Public propertyMinimumEndlessMotfSpeedScale Minimum allowed belt speed when using endles motf.
Public propertyOffset Adjusts the linear alignment between the User's and Conveyor Belt's Frames of Reference.
Public propertyPartDistance Use this property to specify the distance between the part sensor and the position at which the part is to be marked, in millimeters.
Public propertyPrimaryMotfDecoder Sets or gets the primary MarkOnTheFly decoder. The primary decoder is usually detecting the position in the belt's direction.
Public propertyResetSpeed Defines the speed used when changing from motf to static coordinate system (eg. when waiting for parts or at the end of the job).
Public propertyResponseTime Gets or sets the part sensor response time. This is between the time the part sensor is triggered and the signal arrives the part sensor input of the card.
Public propertySecondaryMotfDecoder Sets or gets the secondary MarkOnTheFly decoder. The secondary decoder is usually detecting one of the belt's perpendicular movements.
Public propertySuppressionDistance Use this property to specify an appropriate distance within which part sensor events should be ignored.
Top
Methods
 NameDescription
Public methodGetDecoderByID Returns the decoder profile using the specified ID.
Top
See Also