Table of Contents

Class LightStackSettings

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

Light stack station settings.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class LightStackSettings
Inheritance
LightStackSettings
Inherited Members

Constructors

LightStackSettings()

public LightStackSettings()

Properties

IndicateAnyBadComponents

Gets or sets whether bad components should be indicated via a steady red light on connected light stack(s). This defaults to false.

[DataMember]
public bool IndicateAnyBadComponents { get; set; }

Property Value

bool

Remarks

The red light will be on as long as a unit is at the station and any components the apply to the unit and are configured to be scanned at the station are invalid.

IndicateBadComponentScan

Gets or sets whether bad component scans should be indicated via a brief red light on connected light stack(s). This defaults to true.

[DataMember]
public bool IndicateBadComponentScan { get; set; }

Property Value

bool

IndicateGoodComponentScan

Gets or sets whether good component scans should be indicated via a brief green light on connected light stack(s). This defaults to true.

[DataMember]
public bool IndicateGoodComponentScan { get; set; }

Property Value

bool

IndicateGoodUnitRelease

Gets or sets whether unit releases with no workflow errors should be indicated via a brief green light on connected light stack(s). This setting only applies to manned workstations and defaults to true.

[DataMember]
public bool IndicateGoodUnitRelease { get; set; }

Property Value

bool

IndicateGoodUnitScan

Gets or sets whether scans of units with no workflow errors should be indicated via a brief green light on connected light stack(s). This defaults to true.

[DataMember]
public bool IndicateGoodUnitScan { get; set; }

Property Value

bool