Class LightStackSettings
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
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
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
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
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; }