Enum S2CloseStateValue
What value the Signal 2 input (S2IN) needs to be for the CTR Electronics' CANdi™ to detect as Closed.
Devices using the S2 input as a remote limit switch will treat the switch as closed when the S2 input is this state.public enum S2CloseStateValue
- Extension Methods
Fields
CloseWhenFloating = 1The S2 input will be treated as closed when it is floating.
CloseWhenHigh = 3The S2 input will be treated as closed when it is High.
CloseWhenLow = 5The S2 input will be treated as closed when it is Low.
CloseWhenNotFloating = 0The S2 input will be treated as closed when it is not floating.
CloseWhenNotHigh = 2The S2 input will be treated as closed when it is not High.
CloseWhenNotLow = 4The S2 input will be treated as closed when it is not Low.