Click or drag to resize

PkLocoIOConfigType Enumeration

Specifies how a LocoIO port is configured.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Enumeration ConfigType
Members
  Member nameValueDescription
NotDefined0An empty and invalid configuration. All ports start out with this configuration after the LocoIO firmware is written.
InInpRepActLow497Generates PkInput packets. Input is active low.
InInpRepActHigh1520Generates PkInput packets. Input is active high.
InSwReqToggle241Generates PkSetSwitch packets. Toggle switch input.
InSwRepToggle113Generates PkSwitchInput packets. Toggle switch input.
InSwReqPushBtnActLow753Generates PkSetSwitch packets. Push button input is active low.
InSwReqPushBtnActHigh1776Generates PkSetSwitch packets. Push button input is active high.
InSwRepPushBtnActLow625Generates PkSwitchInput packets. Push button input is active low.
InSwRepPushBtnActHigh1648Generates PkSwitchInput packets. Push button input is active high.
InSwRepFeedbackOne375Generates PkSwitchInput packets. Feedback with one sensor.
InSwRepFeedbackTwo886Generates PkSwitchInput packets. Feedback with two sensors.
OutInpRepNorm3072Acts on PkInput packets.
OutInpRepBlink3328Acts on PkInput packets. Output will blink at the rate specified by BlinkingRate.
OutSwReqOffNorm2049Acts on PkSetSwitch packets. Port is off at power up.
OutSwReqOffBlink2305Acts on PkSetSwitch packets. Port is off at power up. Output will blink at the rate specified by BlinkingRate.
OutSwReqOnNorm2065Acts on PkSetSwitch packets. Port is on at power up.
OutSwReqOnBlink2321Acts on PkSetSwitch packets. Port is on at power up. Output will blink at the rate specified by BlinkingRate.
OutSwReqPulseManual2176Acts on PkSetSwitch packets. Pulse with a manual reset.
OutSwReqPulseAuto2240Acts on PkSetSwitch packets. Pulse with an auto reset if manual reset not received.
Remarks
These types are supported by the LocoIO as of v1.47 firmware.
See Also