8/20/2015 1 Signals in 90 Minutes Dick Johannes June 17, 2011.

Slides:



Advertisements
Similar presentations
XML Editing Further Clinics in this series: Create a Detailed CTC Machine Model with JMRI/PanelPro 10:00 PM, Monday, July 6 th Introduction to Layout Control.
Advertisements

Create a Detailed CTC Machine Model with JMRI/PanelPro
Add Signals to your Layout with JMRI/PanelPro
Add Signals to your Layout with JMRI/PanelPro
1 Telephone Connection. 2 Introduction The section instructs you on how to install a required phone line to every receiver.
Quick Installation Guide for Hurricane8800P
For Personal Use Only This presentation contains copyrighted material. PLEASE DO NOT COPY OR DUPLICATE. NOT FOR COMMERCIAL USE. For Personal Use Only This.
Controlling Tortoise Machines with Momentary Contacts
Signals By Spreadsheet 4/12/2015 DIO.pptxSlide 1 Signals by Spreadsheet Distributed Input/Output Please turn your volume control up to hear audio.
Sumitha Ajith Saicharan Bandarupalli Mahesh Borgaonkar.
IT Essentials: PC Hardware and Software 1 Chapter 3 Assembling a Computer.
DCC on the Pacific Southern Brief History House built in 1953 by Bob Latham O-scale layout initially Changed to HO around 1960 Club started in 1964 Layout.
Motor Control Lab Using Altera Nano FPGA
Term Project Overview Yong Wang. Introduction Goal –familiarize with the design and implementation of a simple pipelined RISC processor What to do –Build.
ZigBee Calvin Choy David Kim Jason Chong Devin Galutira.
Altera’s Quartus II Installation, usage and tutorials Gopi Tummala Lab/Office Hours : Friday 2:00 PM to.
DCC Electronics Survey.
PRE-PROGRAMMING PHASE
Using Your Arduino, Breadboard and Multimeter Work in teams of two! living with the lab 1 © 2012 David Hall.
Khaled A. Al-Utaibi  What is Arduino?  Arduino Boards  Arduino Shields  Arduino Uno Hardware.
Academic Computing Services 2010 Microsoft ® Office Visio ® 2007 Training Get to know Visio.
Before you begin If a yellow security bar appears at the top of the screen in PowerPoint, click Enable Editing. You need PowerPoint 2010 to view this presentation.
Toll Free: Project Manager Tutorial.
All content in this presentation is protected – © 2008 American Power Conversion Corporation Symmetra ® LX – redundant UPS High performance, redundant.
RM2C Understanding Connections on the Robot Control Board (RCB).
Introduction to JMRI and CBUS
Computerized Train Control System by: Shawn Lord Christian Thompson.
Legacy Remote I/O Upgrade to Ethernet
Lab 3 page 1 ENT-DIGI-210 Lab 3 Notes ©Paul Godin Updated September 2007.
Mountain Empire Model Railroaders How to get the MEMRR Main Layout Up and running.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
V-Series Panel Hardware, Installation & maintenance.
COE4OI5 Engineering Design Chapter 2: UP2/UP3 board.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Wireless Home Networks.
9/23/ Signal Committee Meeting February 5, 2013.
Engineering Matrix Megatec 2011.
JMRI PanelPro Clinic NZAMRC 2008 Alex Shepherd – Hamilton Phone: (07)
Programmable Logic Training Course HDL Editor
Create a Detailed CTC Machine Model with JMRI/PanelPro Other Clinics in this series: Introduction to Layout Control with JMRI/PanelPro Repeated 4:00 PM,
Spreadsheet Engineering Builders use blueprints or plans – Without plans structures will fail to be effective Advanced planning in any sort of design can.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
Control System Design Process Planning Documentation.
NETWORKING & SYSTEM UPDATES
New product introduction:
Ethernet I/O Set-Up This presentation will step through a typical configuration of the DVT CON-IOE. Intellect 1.0 is used for the software portion.
1 Chapter Overview Modems The Internet and Web Browsers.
Teaching Digital Logic courses with Altera Technology
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Copyright © 2015 Rockwell Automation, Inc. All Rights Reserved. PUBLIC PUBLIC CO900H L06 - Developing Safety Applications Using the Guardmaster®
Arduino Uno – controlling LED strips
EET 2259 Unit 12 Data Acquisition
Purpose of This Minilab
Do-more Technical Training
Project 2: Ultra Traffic Light Controller
Hardware, Installation & maintenance
I-Station Hardware, Installation & maintenance
Spectrum Medical, Inc. VIPER/M3 Patient Monitor
Add Signals to your Layout with JMRI/PanelPro
Layout Design For Signaling
Signals by Spreadsheet
How Boolean logic is implemented
SE8C Factoids 09 September 2014.
Product Training Module
FRIDAY SLIDES TEMPLATE
SN-553 Frequency Synthesizer
Programming DCC Locomotives with JMRI
Presented by David Ramos
Presentation transcript:

8/20/ Signals in 90 Minutes Dick Johannes June 17, 2011

8/20/ Overview Quick review from my earlier Signals Primer JMRI based (Open Source / Java Based) –DecoderPro –Panel Pro –WiThrottle CATS Demo 1.Start with a “standard” DCC track section 2.Add Occupancy Detection 3.Demonstrate functionality even without signals 4.Add Signals 5.Describe relevancy to the Modular railroad

Two types of “regions” 8/20/ Block CBlock D Block E Block F Interlockings & Junctions Linear Blocks Block A Block B Block G

Three Key Implementation Questions 1.INPUTS: What is the incoming information needed and how do I get it? 2.PROCESSING: How do I process the incoming information? 3.OUTPUTS: How do I output the processed information? 8/20/2015 4

My Three Key Implementation Answers 1.INPUTS: BD20s and NCE AIUs 2.PROCESSING: A Computer & CATS 3.OUTPUTS: Oaktree Systems 8/20/2015 5

The Sample Layout 8/20/ Tortoise Switch machine attached to an NCE Switch-it OS Section

Turnout Connections 8/20/2015 7

Inputs NCE BD20s (electrically isolated) –Just indicate off or on. –Need to convert to a meaningful address NCE AIU card –14 inputs / card –Daisy chain directly into the throttle bus –Each has it’s own unique address 8/20/2015 8

BD20 8/20/ Ground Logic 18 Gauge wire to track

BD20 Wiring 8/20/

The NCE AIU Card 8/20/ LEDs show inputs RJ Connections to Throttle bus Inputs 8-14 plus GND Inputs 1-7 plus GND

AIU Addressing 8/20/

Now onto CATS Java application that runs atop JMRI Modern CTC Panel modeled after Digicon Authored by Rodney Black A few really outstanding features –Uses all the debugging tools in JMRI –Track speeds –Great benefits even without signals –“Pre-programmed” signal logic 8/20/

CATS Three components 1.Designer (draw and design) 2.CATS (runtime application) –Draw track –Add turnouts –Define blocks and protocols –Add occupancy & turnout dectection –Define signals 3.TrainStat (train tracking application) 8/20/

CATS Demo - Phase 1 1.Draw Track 2.Add Turnouts 3.Show occupancy detection 4.Show turnout position 5.Demonstrate CATS & TrainStat Pretty Impressive without any signals!! 8/20/

Time for Signals Many different wiring formats Especially true for the searchlight signals common in the Northeast My choice: Let simplicity rule. I adopted common anode wiring everywhere. This can work for D-type, G-Type, searchlights & PRR position light signals. 8/20/ Pin #1 Pin #2 Pin #3 Common Anode (+12v)

RJ22 Connectors Handset connectors & can be found in the Mouser Catalog Pre-Wired with 4 color coded (red, yellow, green & black) wires Label and click connect at either end I used 4 connector flat telephone cable 8/20/

Oaktree Systems JMRI Compatable 6 wire telephone cable, up to 64 Cards IO24, IO48, O48 Cards They support the B&O railroad museum layout 8/20/

CATS Demo – Phase II Signal templates –These allow defining aspects/rules Signal placement Testing Define can perform as ABS, APB, or CTC Detail the CTC panel –Labels –Remove intermediate signals 8/20/

CATS Functionality Super approach to aspect definition Speed signaling (great for Northeast RRs) Support for out-of-service and giving track authority Route locking, Indication Locking Occupancy tracking Train tracking Supports arbitrary order of modules in software 8/20/

References Download site: NMRA Clinics (.ppt &.xml) are in the documentation section of on the website Download contains MS-Word Manuals for CATS, Designer and TrainStat Open web based user group Oaktree site: 8/20/

Thank You 8/20/

The CATS Demo Phase I –Lay track –Add turnout –Add occupancy –Show TrainStat (Trains, Crew, Tracking, Fast Clock) Phase II –Signal Templates –Load ABS version and demo –Convert to CTC and ABP –Show aspect difference at turnout –ABP effect (red tumble down) –Effect of clearing CTC plant –Show “Granting Occupancy” –Show “Out of Service” 8/20/