PanelPro™

Other Apps

Tools

JMRI provides powerful tools for working with your layout.

Layout Automation

JMRI: Creating Control Panels

The JMRI libraries contain a system for creating control panels. It's highly customizable, and allows you to control the railroad from the panel directly.

Contents of a panel

screen shot of panel

Clicking on a turnout symbol flips it from closed to thrown and vice-versa. A turnout also has "unknown" and "inconsistent" states, represented by an icon with a question mark and X respectively. These represent a state where no information has been received, and where the information is internally inconsistent (e.g. both closed and thrown at the same time).

"Sensors" can be used to represent occupancy indicators or other inputs. The default icon is a small circle, with color used to represent the state of the sensor. In the example above there are seven sensors being driven by occupancy indicators. Clicking on a sensor causes the sensor to alternate between "active" and "inactive" states. With the default icons, active is a green circle and inactive is an empty circle. These are meant to represent a lit/dark panel indicator. A red circle represents the "unknown" state, used when no information has yet been received from the layout.

Creating a panel

(Nick Kulp presented a nice clinic on this topic during March 2004; his slides are available on the main JMRI web site. Dick Bronson has provided several animated introductions to PanelPro on his own web pages.

Panels are made with a "Panel Editor", which allows you to place images to represent turnouts, sensors (on some systems) and trackwork.

You start the editor by selecting "New Panel...", then "Panel Editor" from the "Panels" menu on the main window. You'll get a blank control panel, plus the editor window: screen shot of panel editor

From the top, this contains:

Each of these also has a "Edit icons..." button, which allows you to select which icons will be shown for the turnout, sensor, etc that you are about to add.

After getting the panel the way you want, you can use the "Store panel..." entry in the "Panels" menu to write it to an XML file.

Icons

The Panel Editor is icon based. The JMRI library contains lots of contributed icons for representing CTC panels, LEDs, etc. You can browse through them with the tree in the bottom of the editor frame. Perhaps the best way to see what each looks like is to select it in the tree, then click on the icon next to the "Add icon" button. That will load it.

For little bits of track, e.g. to connect turnouts, you might want

 resources -> icons -> small schematics ->tracksegments
then block.gif, etc.

We do need to do a better job of organizing those...

Other types of panels

Because Panel Editor is icon-based, you can create panels that look any way you want. For example, instead of using track-schematic icons for turnouts, you could use small images of the levers and plates on CTC machine. This would give you "mechanical" levers you can flip back and forth with a click.

To make this really easy, we need to have a better editor. And making a "real" CTC panel will require better signal logic to handle the code buttons, etc. If you've got opinions on how this should work, please send comments!

Using the panel

To command a turnout to change state (e.g. closed to thrown), click on it.

To move it around, you "meta-drag" it. On a Mac, that's "hold the cmd key and drag with the cursor"; on windows, it might be the Windows or control key. Or it might be a right-drag. Sorry, I don't have a Windows machine here to figure it out.

There's also a pop-up menu (ctrl-click on a Mac) that will let you rotate the icon so that it points in whatever direction you want.