Click or drag to resize

MotfConfig Class

Configuration Parameters for Mark-On-The-Fly.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3MotfConfig

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class MotfConfig : ConfigBase

The MotfConfig type exposes the following members.

Properties
 NameDescription
Public propertyCompensationDirection Gets or sets the normalized direction vector of the compensation decoder relative to the field.
Public propertyCompensationSource Gets or sets the compensation source selector.
Public propertyDebounceTime Gets or sets the time during which transitions on the part sensor input are ignored after an initial transition that registers the part.

This parameter is effective only when EnableDebounce is set to true.

Public propertyEnableDebounce Enables or disables debouncing of the part sensor input.
Public propertyEnableSuppression Enables or disables suppressing events on the part sensor for a specific SuppressionDistance.
Public propertyMainDirection Gets or sets the normalized direction vector of the main decoder relative to the field.
Public propertyMainSource Gets or sets the main source selector.
Public propertyOffset Gets or sets the offset between the conveyor belt's reference and the part's reference.
Public propertyPartDistance Gets or sets the distance between the part sensor position and the desired marking position.
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 propertySuppressionDistance Gets or sets the distance during which transitions on the part sensor input are ignored after an initial transition that registers the part.

This parameter is effective only when EnableSuppression is set to true.

Public propertyUseCompensation Gets or sets a flag indicating whether the CompensationSource is enabled.
Top
Methods
 NameDescription
Public methodStatic memberLoad Loads a new configuration instance from the specified file.
Public methodSave Saves the configuration to the specified file. If the specified file exists, this method overwrites it.
Public methodSetDirectionFromAngle Set MainDirection and CompensationDirection vectors for a 2D field with angle between conveyor belt and part and an 90° angle between MainSource and CompensationSource.
Top
See Also