78 lines
3.2 KiB
Plaintext
78 lines
3.2 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for HTML5 for Apple macOS version 5.8.0">
|
|
<title>JMRI: USS CTC Tools Recommendations</title><!--#include virtual="/help/en/parts/Style.shtml" -->
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="/help/en/parts/Header.shtml" -->
|
|
|
|
<div id="mBody">
|
|
<!--#include virtual="Sidebar.shtml" -->
|
|
|
|
<div id="mainContent">
|
|
<h2>JMRI: USS CTC Tools Recommendations</h2>
|
|
|
|
<p>This page discussions some conventions that might be useful when setting up a CTC panel
|
|
using the USS CTC tools. Basically, this is how we set up the device user names in
|
|
<a href="https://www.jmri.org/jython/ctc/">the example</a>. It might be a
|
|
helpful approach for you to organize all the needed info.</p>
|
|
|
|
<p>
|
|
The key organizing principle is the station or column number. These run from
|
|
1 to the number of columns on the machine. They appear as N in the examples below.</p>
|
|
|
|
<h3>On-Layout Items</h3>
|
|
<dl>
|
|
<dt>Track circuit sensors
|
|
<dd>These are named with "TC" as an abbreviation for Track Circuit, followed by station number N,
|
|
and then a user reasonable name: "TC Sta 1 Left Approach"; "TC Sta 2 Main"
|
|
<dt>Turnouts
|
|
<dd>There is only one Turnout per station in USS CTC systems, so these are named by
|
|
station number: "Sta 1 Layout TO"
|
|
<dt>Signals
|
|
<dd>
|
|
</dl>
|
|
|
|
<h3>CTC Lever Controls</h3>
|
|
Each position of a CTC lever has a sensor to detect how it's set,
|
|
and a turnout that drives the lamp on that position. To reduce the number of
|
|
names, we give the same name to those.
|
|
<dl>
|
|
<dt>Turnout Levers
|
|
<dd>Station name, then TO to indicate the lever type, the turnout number, then a letter
|
|
N for Normal or R for Reversed:
|
|
"Sta 1 TO 1 N", "Sta 2 TO 3 R"
|
|
<dt>Signal Levers
|
|
<dd>Station name, then SI to indicate the lever type, the signal number, then a letter
|
|
R for Right, C for Center or L for Left:
|
|
"Sta 1 SI 2 C", "Sta 2 SI 4 R"
|
|
<dt>Code Button
|
|
<dd>The code button is a sensor named for the station number: "Sta 2 Code"
|
|
<dt>Code Lamp
|
|
<dd>The code lamp is a Turnout named for the station number, same as the code button:
|
|
"Sta 2 Code"
|
|
</dl>
|
|
|
|
<h3>CTC Machine Track Diagram</h3>
|
|
<dl>
|
|
<dt>Track Occupancy Indicators
|
|
<dd>Because these don't necessarily have a one-to-one relationship with the
|
|
sensors on the layout (a track diagram might combine several layout track
|
|
circuits into one on the panel), they are named slightly differently:
|
|
"Sta 1 Left Approach TC"
|
|
</dl>
|
|
Some people will want to display the actual state of turnouts, track circuit sensors
|
|
and signals on their track diagram. They can do that by putting up icons for the
|
|
layout objects; no additional names are necessary, because there are no more items.
|
|
|
|
|
|
<!--#include virtual="/help/en/parts/Footer.shtml" -->
|
|
</div>
|
|
<!-- closes #mainContent-->
|
|
</div>
|
|
<!-- closes #mBody-->
|
|
<script src="/js/help.js"></script>
|
|
</body>
|
|
</html>
|