Skip to content

Input channel

Defines the input channel type used by supported hardware interfaces to receive sensor or feedback data. By default, the channel is INPUT, but other channels are used for specific systems such as Z21, ESU ECoS, or LDI HSI-88.

Constants

enum.input_channel.ECOS_DETECTOR

Input channel used by the ECoS interface for ESU ECoS Detector feedback modules.

enum.input_channel.INPUT

Default input channel type used for general-purpose inputs not tied to a specific hardware interface.

enum.input_channel.LOCONET

Input channel used by the Z21 interface for LocoNet-based feedback modules.

enum.input_channel.RBUS

Input channel used by the Z21 interface for RBus-based feedback modules.

enum.input_channel.S88

Input channel used by the ECoS interface for S88 feedback modules.

enum.input_channel.S88_LEFT

Input channel for the left S88 bus segment on the HSI88 interface.

enum.input_channel.S88_MIDDLE

Input channel for the middle S88 bus segment on the HSI88 interface.

enum.input_channel.S88_RIGHT

Input channel for the right S88 bus segment on the HSI88 interface.

See also