bidib-examples-en
Differences
This shows you the differences between two versions of the page.
— | bidib-examples-en [2020/12/03 22:04] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== BiDiB Setup Examples ====== | ||
+ | [[: | ||
+ | [[: | ||
+ | * [[: | ||
+ | \\ | ||
+ | |||
+ | \\ | ||
+ | ===== Switch setup ===== | ||
+ | ====Example Servo==== | ||
+ | Bus -> **Decimal** Unique-ID\\ | ||
+ | {{: | ||
+ | This example shows how to address servo port 1 on a LightControl. The accessory flag must be unchecked.\\ | ||
+ | The decimal Unique-ID is set in the Bus field which can be done with **[[: | ||
+ | ===Parameter/ | ||
+ | //5698+//\\ | ||
+ | Optional the servo position can be specified: | ||
+ | * Parameter -> straight position | ||
+ | * Value -> thrown position | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ====Example Dual Coil==== | ||
+ | * Disable " | ||
+ | Address + 1 is used for controlling the second coil of the switch motor. (turnout)\\ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | =====DCC Accessory===== | ||
+ | ^ Field ^ Value ^ Remark ^ | ||
+ | | Bus | **Decimal** Unique-ID | Default GBMBoost Master if left empty. \\ If MultiMaus((Or any other Xpressnet throttle.)) accessory commands should also processed the Bus value must be set to the UID of the GBMBoost Master. | | ||
+ | | Protocol | NMRA-DCC | | | ||
+ | | Address | 1...65536 | Is mapped to NMRA 0...65535 | | ||
+ | | Port | Not used | | | ||
+ | | Gate | 0, 1 | Only for single coil switch motors or Outputs | | ||
+ | | Type | Accessory | | | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== Signal setup ===== | ||
+ | ====Example MoBaLiSt==== | ||
+ | Bus -> **Decimal** Unique-ID\\ | ||
+ | {{: | ||
+ | This example shows how to address lights port 1...4 on a MoBaLiSt. The accessory flag must be unchecked.\\ | ||
+ | The decimal Unique-ID is set in the Bus field which can be done with **[[: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== Sensor setup ===== | ||
+ | Bus -> **Decimal** Unique-ID\\ | ||
+ | Address -> Port number + 1\\ | ||
+ | |||
+ | ====Server trace==== | ||
+ | < | ||
+ | MSG_BM_CONFIDENCE: | ||
+ | sensor bus=00010068 addr=5 state=occ ident=1057 type=loco-addr-fwd | ||
+ | </ | ||
+ | ^ Sensor message ^^ | ||
+ | | bus | Unique-ID (hex value) | | ||
+ | | addr | local module port address | | ||
+ | | state | occupancy: free/occ | | ||
+ | | ident | Railcom loco address | | ||
+ | See http:// | ||
+ | |||
+ | |||
+ | \\ |