Skip to content

Commit

Permalink
Update turntable broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
peteGSX committed Oct 12, 2023
1 parent 38c325d commit 897ded4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/reference/software/command-summary-consolidated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ For details on how to configure turntables/traversers see: :ref:`reference/softw

*Response:* |BR|
|_| Repeated for each defined Turtable/traverser |BR|
|_| |_| Response: ``<i id position>`` |BR|
|_| |_| Response: ``<I id position>`` |BR|
|_| Response (fail): N/A |BR|
|_| Response (no defined turntables/traversers): ``X`` |BR|
|_| |BR|
Expand All @@ -615,7 +615,7 @@ For details on how to configure turntables/traversers see: :ref:`reference/softw
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*Response:* |BR|
|_| Response: ``<i id position>`` |BR|
|_| Response: ``<I id position>`` |BR|
|_| Response (fail): N/A |BR|
|_| Response (no defined turntables/traversers): ``X`` |BR|
|_| |BR|
Expand All @@ -632,7 +632,7 @@ For details on how to configure turntables/traversers see: :ref:`reference/softw
|_| > **position:** - Position to rotate to |BR|

*Response:* |BR|
|_| ``<i id position moving>`` |BR|
|_| ``<I id position moving>`` |BR|
|_| > **id:** one of |BR|
|_| |_| |_| |_| - identifier of the Turntable/traverser, or |BR|
|_| |_| |_| |_| - X if the command fails |BR|
Expand All @@ -645,7 +645,7 @@ For details on how to configure turntables/traversers see: :ref:`reference/softw
|_| |BR|
|_| *Example Responses:* |BR|
|_| Response on rotate: |BR|
|_| |_| |_| Response (successful): ``<i id position moving>`` |BR|
|_| |_| |_| Response (successful): ``<I id position moving>`` |BR|
|_| |_| |_| Response (fail): ``<X>`` |BR|

*Further information:* |BR|
Expand All @@ -662,7 +662,7 @@ For details on how to configure turntables/traversers see: :ref:`reference/softw
|_| > **activity:** - The activity for EX-Turntable to perform (refer :ref:`ex-turntable/test-and-tune:ex-turntable commands`) |BR|

*Response:* |BR|
|_| ``<i id position moving>`` |BR|
|_| ``<I id position moving>`` |BR|
|_| > **id:** one of |BR|
|_| |_| |_| |_| - identifier of the Turntable/traverser, or |BR|
|_| |_| |_| |_| - X if the command fails, or a rotation/move is in progress |BR|
Expand All @@ -676,7 +676,7 @@ For details on how to configure turntables/traversers see: :ref:`reference/softw
|_| |BR|
|_| *Example Responses:* |BR|
|_| Response on rotate: |BR|
|_| |_| |_| Response (successful): ``<i id position moving>`` |BR|
|_| |_| |_| Response (successful): ``<I id position moving>`` |BR|
|_| |_| |_| Response (fail): ``<X>`` |BR|

*Further information:* |BR|
Expand Down Expand Up @@ -1797,7 +1797,7 @@ It is anticipated that throttle developers will be able to "draw" turntables wit
|_| > **home:** angle of the home position (0 - 3600)

*Response:* |BR|
|_| Successful: ``<i>`` |BR|
|_| Successful: ``<I>`` |BR|
|_| Fail: ``<X>``

*Example:* ``<I 1 DCC 0>`` defines a DCC accessory turntable/traverser with a 0 degree home angle. |BR|
Expand All @@ -1814,7 +1814,7 @@ It is anticipated that throttle developers will be able to "draw" turntables wit
|_| > **home:** angle of the home position (0 - 3600)

*Response:* |BR|
|_| Successful: ``<i>`` |BR|
|_| Successful: ``<I>`` |BR|
|_| Fail: ``<X>``

*Example:* ``<I 1 EXTT 600 0>`` defines an EX-Turntable turntable/traverser at Vpin 600 with a 0 degree home angle. |BR|
Expand All @@ -1832,7 +1832,7 @@ It is anticipated that throttle developers will be able to "draw" turntables wit
|_| > **angle:** angle from home for the position (0 - 3600)

*Response:* |BR|
|_| Successful: ``<i>`` |BR|
|_| Successful: ``<I>`` |BR|
|_| Fail: ``<X>``

*Example:* This example defines a DCC accessory device, with 3 positions:
Expand Down

0 comments on commit 897ded4

Please sign in to comment.