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