PkLocoIOConfigType Enumeration |
Specifies how a LocoIO port is configured.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration ConfigType
Members
| Member name | Value | Description |
---|
| NotDefined | 0 | An empty and invalid configuration. All ports start out with this configuration after the LocoIO firmware is written. |
| InInpRepActLow | 497 | Generates PkInput packets. Input is active low. |
| InInpRepActHigh | 1520 | Generates PkInput packets. Input is active high. |
| InSwReqToggle | 241 | Generates PkSetSwitch packets. Toggle switch input. |
| InSwRepToggle | 113 | Generates PkSwitchInput packets. Toggle switch input. |
| InSwReqPushBtnActLow | 753 | Generates PkSetSwitch packets. Push button input is active low. |
| InSwReqPushBtnActHigh | 1776 | Generates PkSetSwitch packets. Push button input is active high. |
| InSwRepPushBtnActLow | 625 | Generates PkSwitchInput packets. Push button input is active low. |
| InSwRepPushBtnActHigh | 1648 | Generates PkSwitchInput packets. Push button input is active high. |
| InSwRepFeedbackOne | 375 | Generates PkSwitchInput packets. Feedback with one sensor. |
| InSwRepFeedbackTwo | 886 | Generates PkSwitchInput packets. Feedback with two sensors. |
| OutInpRepNorm | 3072 | Acts on PkInput packets. |
| OutInpRepBlink | 3328 | Acts on PkInput packets. Output will blink at the rate specified by BlinkingRate. |
| OutSwReqOffNorm | 2049 | Acts on PkSetSwitch packets. Port is off at power up. |
| OutSwReqOffBlink | 2305 | Acts on PkSetSwitch packets. Port is off at power up. Output will blink at the rate specified by BlinkingRate. |
| OutSwReqOnNorm | 2065 | Acts on PkSetSwitch packets. Port is on at power up. |
| OutSwReqOnBlink | 2321 | Acts on PkSetSwitch packets. Port is on at power up. Output will blink at the rate specified by BlinkingRate. |
| OutSwReqPulseManual | 2176 | Acts on PkSetSwitch packets. Pulse with a manual reset. |
| OutSwReqPulseAuto | 2240 | Acts on PkSetSwitch packets. Pulse with an auto reset if manual reset not received. |
RemarksThese types are supported by the LocoIO as of v1.47 firmware.
See Also