Command Centers - DCCExpress/DCCExpress GitHub Wiki
The command center settings can be accessed by clicking the command center icon. In the dropdown list, the appropriate command center must be selected, and the corresponding parameters must be configured. After pressing the OK button, the server will attempt to connect to the selected command center.
- ✅ Locomotives
- ✅ Locomotive Functions
- ✅ Turnouts
- ✅ Basic Accessory Decoders
- ✅ R-BUS Occupancy Detection: Monitoring track occupancy via R-BUS sensors
rbus_address = group * 100 + (modul + 1) * 10 + channel + 1
- ✅ Locomotives:
<t cab speed dir>
- ✅ Locomotive Functions:
<F cab funct state>
- ✅ Turnouts:
<T id state>
or<a linear_addr activate>
- ✅ Basic Accessory Decoders:
<a linear_addr activate>
- ✅ Sensors:
<Q id>
<q id>
- ✅ Output:
<Z id state>
- ✅ Signals:
<Z id state>
or<a linear_addr activate>
- ✅ Buttons:
<Z id state>
or<a linear_addr activate>
-
The sensors can also be used as RBus sensors
-
In DCC-Ex, railway signals, turnouts and push buttons can currently operate in two different modes. Commands can be sent either as an accessory decoder command
<a linear_addr state>
or as an output command<Z id state>
. This setting can be selected in the properties of the respective device.
The meaning of the Signal bits is that they control the output of the corresponding numbered address.
For example:
address/id: 10
length: 2
red bits: 0b10
clicking on the red signal will send:
<Z 10 0>
<Z 11 1>