Table of Contents

Enum LimitSwitchType

Namespace
Loehnert.Lisrt.AutomationController
Assembly
Loehnert.Lisrt.AutomationController.dll

Limit switch type.

[TypeConverter(typeof(EnumTranslationConverter))]
public enum LimitSwitchType

Fields

[Display(Name = "None", ResourceType = typeof(Resources))] None = 0

No limit switch installed.

NormallyClosed = 2

Normally closed limit switch.

NormallyOpen = 1

Normally open limit switch.