Laser Sensors & JMRI SHMRRC June 17, 2010 Revised 6-16-10.

Slides:



Advertisements
Similar presentations
EBooks and Audiobooks. This class will give you an overview of eBooks and electronic Audiobooks available from the Library. We will also explain the basic.
Advertisements

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.
Getting Started with PowerPoint
Vision ITQ Classroom Upgrade Changes to earlier technology and upgrades.
IMac Basics This PowerPoint covers the following: Running XP in different modes through Parallels Running XP in different modes through Parallels Drag.
Visual DataFlex and Windows 8 Stephen W. Meeley Development Team Data Access Worldwide
Microsoft Office Illustrated Fundamentals Unit C: Getting Started with Unit C: Getting Started with Microsoft Office 2010 Microsoft Office 2010.
Microsoft Office 2007-Illustrated Introductory, Windows Vista Edition Windows XP Unit A.
Lecture 4 Basic Scripting. Administrative  Files on the website will be posted in pdf for compatibility  Website is now mirrored at:
High Energy Large Conference Room QUICKSTART Guide Track Lighting For Better Projection Viewing Dim-able track lighting is available so the overhead neon.
ROWAN COUNTY PUBLIC LIBRARY Using iTunes. Objectives Today you will learn how to: Navigate the iTunes interface Add music to the iTunes library Navigate.
Exploring Microsoft Windows 8 Chapter 1 Getting Started with Windows 8
Windows XP Basics OVERVIEW Next.
Follow these before and during the exam… Leave belongings in the locker except your laptop, power cord, network cable, and pen/pencils. Get your laptop.
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.
Computer Basics Dayton Metro Library Place photo here May 20, 2015.
This course is designed to give you a basic introduction to the ins and outs of using tablet and smartphone technology. By and large, you will learn the.
BoardMaker Ver 6 Creating Interactive Activities for the Classroom.
Introduction to JMRI and CBUS
Computerized Train Control System by: Shawn Lord Christian Thompson.
Mountain Empire Model Railroaders How to get the MEMRR Main Layout Up and running.
The iPod Touch Classroom Using the iPod Touch to Reach Students with Special Needs Presented By: Allison Young
XP New Perspectives on Introducing Microsoft Office XP Tutorial 1 1 Introducing Microsoft Office XP Tutorial 1.
So – You want to learn how to put an article onto the state website. (Note: If you have not done so, you will need to review the web training provided.
Washington Campus Compact New Time Log Database Note to users: You should use Internet Explorer to use this database. In other programs (i.e. Firefox)
Software GCSE COMPUTING.
D & D Enterprises Session 1: Basic PDA Usage Thursday June 15, 2006 Palm Telemedicine Seminar Series.
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
IntroductionSlide #1 Stanford Math Professional Development: Technical Training © 2009 EPGY Stanford University.
Introduction To Microsoft Word C Apply intermediate skills in utilizing word processing software Word processing programs make the writing process.
Getting Started With AutoCAD ENGR 2 Week #1 Laboratory.
Screenshots of the E-book download For Windows and Flash disks.
Mercury G3 Service Tool Training Overview When opening G3 you will start at this screen first import thing to look for is communication.
Innovations of 2010 to the present By Aaron Sandler and Jack Wheeler.
 Requesting Additional Orders (pgs. 2-9) *Call CEC for assistance  Adding New Students/Registering Students (pgs ) *Call CEC for assistance  Editing.
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
Overview of MSWS Control of 212-LC July 15, 2006.
Chapter Three The UNIX Editors.
XP Browser and Basics COM111 Introduction to Computer Applications.
Touch screen function manual Right & left scroll key Room selecting key, Maximal quantity 50. Controlling Target icon Room background image brightness.
Getting Started with Word & Saving Guided Lesson.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
John Samuels October, Why Now?  Vista Problems  New Features  >4GB Memory Support  Experience.
1 Microsoft Office 2010 Basics and the Internet Microsoft Office 2010 Introductory Pasewark & Pasewark.
Lesson 2: Working with Windows Programs. Introducing Windows  Windows is your operating system. Some of the important roles Windows plays are:  Manages.
Programming and Debugging with the Dragon and JTAG Many thanks to Dr. James Hawthorne for evaluating the Dragon system and providing the core content for.
Uploading, Encoding and Tracking Files.  Introduction  Source vs. Published File Types  Streaming vs. Downloaded files  The Upload Tab  Playlists.
Allyson Coan Adult Services Librarian June 13, 2016 iPad Basics Part 1.
Getting Started with Microsoft Word
Windows customization
DEVICE ORIENTATION ICT4D Session 2.
Microsoft Office 2010 Basics and the Internet
Development Environment
Microsoft Office 2010 Basics and the Internet
Using the Lego Mindstorms Edu NXT Software
Appendix A Barb Ericson Georgia Institute of Technology May 2006
New Perspectives on Microsoft Windows 10
Guide To UNIX Using Linux Third Edition
bh
Windows 8 Microsoft Windows is the dominant operating system on personal computers around the world. The operating system is the most important software.
Dayton Metro Library Computer Basics September 19, 2018
MS PowerPoint 2010 Week 2.
You’ve got the decoder installed, now to program it.
Dayton Metro Library Place photo here Computer Basics December 8, 2018.
Welcome.
Windows customization
Programming DCC Locomotives with JMRI
How to connect iPad to AirServer
Microsoft Office Illustrated Fundamentals
Downloading to the NXT requires the correct hardware setup
Presentation transcript:

Laser Sensors & JMRI SHMRRC June 17, 2010 Revised

Laser Sensors Sensors at each end of the module’s main line were used to stop the mining train when a train on the main line approached They worked most of the time but could easily be tricked

Laser Sensors A redesign has the laser shooting right down the center of the main line Any train on the main interrupts the laser beam

Laser Sensors The only problem that remained was the bright laser light that was quite visible as it was shining on the train & its cars Since a microcontroller was in charge of the laser being on or off some experiments were in order

Laser Sensors First the laser was turned on for ½ second then off for ½ second –It still worked but… –The laser light was even more noticeable due to its flashing on & off

Laser Sensors The length of “on” time was gradually decreased I was hoping that the sensor would still detect brief laser light pulses 1/10 second on / 1/100 second off –OK 1/100 second on / 1/100 second off – OK 1/1000 second on / 1/100 second off –still OK!

Laser Sensors The time was decreased till it hit the fastest pulse that the controller could produce – 1/1,000,000 second Still OK And…. It produced a virtually undetectable laser beam

Laser Sensors Top: HIGH laser‘turn on laser PAUSEUS 1‘pause 1/1,000,000 second IF PhotoTran=1 THEN‘if detected then do stuff HIGH led1:HIGH relay‘LED & RELAY on ELSE ‘if not do other stuff LOW led1:LOW relay‘LED & Relay off ENDIF IF SWBright=1 THEN LOW laser 'if switch on dim Laser else leave on full PAUSE 10‘leave laser off 1/10 second GOTO Top‘do it again

Laser Sensors A switch was added to keep the laser on at full brightness while aiming the laser and aligning it with the sensor Once it is integrated with the main controller the problem, hopefully, will be solved! … and Chuck’s blood pressure will drop measurably!

JMRI Introduction What is JMRI? What hardware / software is needed? Is it better than standard DCC controllers? How do you set up a new locomotive What makes it really special?

What is JMRI? JMRI stands for Java Model Railroading Interface It is open source (no cost) software for connecting a model railroad layout to a computer Once connected various model railroading tasks can be performed with the computer

What Hardware & Software are Needed for JMRI? Any recent Windows, Apple or Linux computer – an old laptop is ideal Digitrax or another supported DCC system An inexpensive computer interface (~$60) JMRI software (a free download from the Internet)

Is JMRI Better than Standard Hand Held Controllers? JMRI advantages …replaces obscure button sequences with pull-down menus and plain English commands …makes setting up DCC locomotives much easier …keeps a database of locomotives & settings

Is JMRI Better than Standard Hand Held Controllers? JMRI disadvantages …requires a computer & interface …you must stay by the computer (there is a really cool way around this!) …you must be reasonably computer literate

Setting Up a New Locomotive Start Decoder Pro Select Service Mode (programming track) Select “Read type from decoder” Select “Open Programmer” Name the locomotive & fill in other items File / Save

Setting Up a New Locomotive If you are programming a locomotive with sound you need to switch to “Operations Mode (Main Track) Programming Select loco / Open Programmer Move loco to main track

Select Basic Tab Select two byte (extended) address Enter loco number (use cab number) under Active DCC address Select “Write changes on sheet” Done! Setting Up a New Locomotive

Throttles Exit Program mode From Decoder Pro select Tools / Throttle / New From the throttle select your loco at the bottom – Note the button change! Select Power / On Run your train!

Throttles Multiple throttles can exist on one screen Multiple computers can be networked to operate multiple trains WiThrottle allows control from iPod Touch or iPad –Free application controls one locomotive –$10.00 app controls two locomotives

To Be Continued… JMRI has scores of additional functions and capabilities We can explore them as time and interest dictate Thank You!