Table of Contents

Class CodeReaderSettings

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents code reader settings written to laser.

public class CodeReaderSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
CodeReaderSettings
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Remarks

Each value is optional and may be null. A null value indicates that the corresponding offset remains unchanged.

Properties

AcquisitionDelay

Gets or sets acquisition delay in seconds.

public double? AcquisitionDelay { get; set; }

Property Value

double?

ImageHoldTime

Gets or sets image hold time in seconds.

public double? ImageHoldTime { get; set; }

Property Value

double?

MinimumRequiredCodeQuality

Gets or sets fail threshold.

public CodeQuality? MinimumRequiredCodeQuality { get; set; }

Property Value

CodeQuality?

QualityCheckIsActive

Gets or sets a value indicating whether quality check is active.

public bool? QualityCheckIsActive { get; set; }

Property Value

bool?