JMRI® connects to...
NAC Services RPS
Supported Hardware
Devices, command stations, networks, and protocols:
Applications
By the community of JMRI.org:
Tools
JMRI tools for working with your layout:
Layout Automation
Use JMRI to automate parts of your layout and operations:

JMRI Help:

Contents Index
Glossary FAQ

Donate to JMRI.org

Hardware Support: NAC Services RPS Sensors

Please note that JMRI's RPS support is being rapidly improved. This page refers to most recent JMRI test version. If you're using an RPS system, you should update to new test versions as they are announced.

The RPS System provides an absolute location of RPS-equipped rolling stock.

JMRI can use that to set Sensors when a RPS transmitter is in a specific area, which can in turn be used to control other JMRI functions such as Signals, Routes and Logix.

Connecting

Defining a Sensor

An RPS Sensor is associated with an area bounded by a series of points and the lines between those points.
There are two ways to create an RPS Sensor and define the area on the layout that it covers.

By Coordinates

You can enter a series of coordinates that list the corners of the region to be covered. For example, the points defining a square one unit on a side are:
 (0,0,0)
 (1,0,0)
 (1,1,0)
 (0,1,0)
If you use the Sensor Table's "Add..." button to create a Sensor with the System Name
  RS(0,0,0);(1,0,0);(1,1,0);(0,1,0)
you'll get an RPS Sensor that shows "ACTIVE" when a Transmitter is present in that area, and "INACTIVE" otherwise.

The "R" means the RPS system, "S" means you're defining a Sensor, and the rest of the name defines the coordinates of the corners of the region to include in the Sensor. Each corner is specified by its X, Y and Z values, all grouped together with parentheses. The corners should be separated by semicolons; see the example above.

Once you've defined your Sensor, you can use the Tracking display to see if it's in the right place on your layout.

Using the Tracking Tool

(To be written, for now see the Tracking display help page.)

Documentation

JMRI Help

Back to the Main RPS Help page.

Third Party info

More information is available on the RPS Web Site.