Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 11, 2024
1 parent 1d708d5 commit 609a5cd
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 35 deletions.
53 changes: 36 additions & 17 deletions docs/1.2.1/_sources/sxl_traffic_light_controller.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,10 @@ diagnostic information about the performance of the controller.
Name Type Min Max Comment
================= ======= ===== ===== =================================================================================
signalgroupstatus string Signal group status as text field |br|
Each character represent the state of the signal group in consecutive order. |br|
Each character represent the state of the signal group in consecutive order, |br|
where the leftmost character starts with signal group 1. |br|
Signal group status is described in detail in the corresponding section. |br|
- = Signal group is undefined/does not exist
- : Signal group is undefined/does not exist
cyclecounter integer 0 999 Cycle counter |br|
Used for handling of coordination between TLC’s. |br|
Is counted from 0 until it reaches the cycle time (See S0028). |br|
Expand Down Expand Up @@ -558,7 +559,8 @@ for bus priority, external control systems, and much more.
Name Type Comment
=================== ====== ===================================================================================
detectorlogicstatus string Detector logic status as text field |br|
Each character represent the state of the detector logic in consecutive order. |br|
Each character represent the state of the detector logic in consecutive order, |br|
where the leftmost character starts with detector logic 1. |br|
0 : Detector logic is not active |br|
1 : Detector logic is active |br|
- : Detector logic is undefined/does not exist
Expand Down Expand Up @@ -586,7 +588,8 @@ could be external detectors, bus priority, and much more.
Name Type Comment
=========== ====== ==========================================================================
inputstatus string Input status as text field |br|
Each character represent the state of the input in consecutive order. |br|
Each character represent the state of the input in consecutive order, |br|
where the leftmost character starts with input 1. |br|
0 : Input is not active |br|
1 : Input is active |br|
- : Input is undefined/does not exist
Expand Down Expand Up @@ -615,7 +618,8 @@ traffic controllers, external control systems, and much more.
Name Type Comment
============ ====== ==================================================================================
outputstatus string Output status as text field |br|
Each character represent the state of the output status in consecutive order. |br|
Each character represent the state of the output status in consecutive order, |br|
where the leftmost character starts with output 1. |br|
0 : Output is not active |br|
1 : Output is active |br|
- : Output is undefined/does not exist
Expand Down Expand Up @@ -1134,11 +1138,16 @@ for prioritization.
:class: longtable


============== ====== ================================================
============== ====== ===============================================================
Name Type Comment
============== ====== ================================================
detectorlogics string Manually set detector logics (1/0) as text field
============== ====== ================================================
============== ====== ===============================================================
detectorlogics string Manually set detector logic as text field |br|
Each character represent the state in consecutive order, |br|
where the leftmost character starts with detector logic 1. |br|
0 : Detector logic not manually set |br|
1 : Detector logic manually set |br|
- : Detector logic is undefined/does not exist
============== ====== ===============================================================


S0022
Expand Down Expand Up @@ -1397,11 +1406,16 @@ between traffic controllers, external control systems, and much more.
:class: longtable


====== ====== =================================
====== ====== =============================================================
Name Type Comment
====== ====== =================================
status string Forced input status as text field
====== ====== =================================
====== ====== =============================================================
status string Forced input status as text field |br|
Each character represent the state in consecutive order, |br|
where the leftmost character starts with input 1. |br|
0 : Input not forced |br|
1 : Input forced |br|
- : Input undefined/does not exist
====== ====== =============================================================


S0030
Expand All @@ -1423,11 +1437,16 @@ much more.
:class: longtable


====== ====== ==================================
====== ====== =============================================================
Name Type Comment
====== ====== ==================================
status string Forced output status as text field
====== ====== ==================================
====== ====== =============================================================
status string Forced output status as text field |br|
Each character represent the state in consecutive order, |br|
where the leftmost character starts with output 1. |br|
0 : Output not forced |br|
1 : Output forced |br|
- : Output undefined/does not exist
====== ====== =============================================================


S0031
Expand Down
Loading

0 comments on commit 609a5cd

Please sign in to comment.