User Tools

Site Tools


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 ======
 +[[:english#command_stations|{{  :interface.png}}]][[:english|{{  :rocrail-logo-35.png}}]][[http://www.bidib.org/|{{ http://www.bidib.org/pics/bidib_logo.png?100|BiDiB, ein universelles Steuerprotokoll für Modellbahnen}}]]
 +[[:english|Content]] -> [[:english#command_stations|Command Stations]] ->  **[[:bidib-en|BiDiB]]** 
 +  * [[:bidib:bidib-config-en|Configuration]] | **[[:bidib-examples-en|Setup examples]]** | [[:bidib-usb-en|USB Mapping]]
 + \\
  
 +
 + \\
 +===== Switch setup =====
 +====Example Servo====
 +Bus -> **Decimal** Unique-ID\\
 +{{:bidib:bidib-sw-servo-en.png}}\\
 +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 **[[:bidib:bidib-config-en#d_d|D&D]]**.\\
 +===Parameter/Value===
 +//5698+//\\
 +Optional the servo position can be specified:
 +  * Parameter -> straight position
 +  * Value -> thrown position
 +
 + \\
 +
 +====Example Dual Coil====
 +  * Disable "Single Gate"
 +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\\
 +{{:bidib:mobalist-signal-int-en.png}}\\
 +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 **[[:bidib:bidib-config-en#d_d|D&D]]**.\\
 +
 + \\
 +
 +===== Sensor setup =====
 +Bus -> **Decimal** Unique-ID\\
 +Address -> Port number + 1\\
 +
 +====Server trace====
 +<code>
 +MSG_BM_CONFIDENCE: uid=00010068 path=0.0.0.0 void=0 freeze=0 signal=0
 +sensor bus=00010068 addr=5 state=occ ident=1057 type=loco-addr-fwd
 +</code>
 +^ Sensor message ^^
 +| bus | Unique-ID (hex value) |
 +| addr | local module port address |
 +| state | occupancy: free/occ |
 +| ident | Railcom loco address |
 +See http://www.bidib.org/protokoll/bidib_occ.html for more information about confidence.\\
 +
 +
 + \\