New feature in the ESC Data Controller Modbus Map Spreadsheet. Anthony Dougherty

Size: px
Start display at page:

Download "New feature in the ESC Data Controller Modbus Map Spreadsheet. Anthony Dougherty"

Transcription

1 New feature in the ESC Data Controller Modbus Map Spreadsheet Anthony Dougherty 1

2 Overview Presenter Modbus Spreadsheet Modbus Address History Modbus Spreadsheet Example 2

3 Presenter - Legendary Ham Anthony Dougherty Computer Engineer ESC 9 years development and engineering A story about a ham A woman is cooking a holiday ham, lets call her Augusta, and cuts one end of the ham off and puts the larger part into a pan and the smaller part into another pan and puts both pans into the oven to cook. Her husband sees this and asks her why she cooks it that way. She shrugs and says it is the way her mother always did it. She calls her mother, lets call her June, while waiting on the ham to cook and asks her why and she replies that is the way her mother always did it. After hanging up with her daughter the mother calls her mother, lets call her May, and asks her why she and her daughter cook the ham that way. The woman replies to her daughter that she doesn t know why June and Augusta cook their hams that way but May cooks her ham that way because her pan isn t big enough to hold the whole ham. Some things are done because they have always been done that way and not always correctly. I want to demonstrate in this presentation how MODBUS nomenclature and addressing is the way it is because someone did it that way and it stuck ever sense and therefore MODBUS is not some mystical digital communication protocol, it 3

4 just like everything else in this world. And we have been doing it this way because it has always been done this way. But first lets talk in general about the MODBUS map spreadsheet. 3

5 Spreadsheet - The Main Event But first, demo the spreadsheet as background. 4

6 History Modbus standard is across the wire Apparently, there are several *different* ways (conventions) to name the *same* Modbus holding register. Forgetting about relative and absolute for a minute and just focus on the actual bytes that go across the wire. The bytes on the wire apparently define the true address of the register. Since the address is two bytes, then not surprisingly the address can range from 0 to 65,535. That is *always* the case. Unfortunately, it seems that three things have conspired to complicate this simple concept: 5

7 Why are DC streets missing a letter of the alphabet? Real world example of where you need to add one. Anyone here ever been to Washington DC our nations capitol? There is H street, I Street and then K Street, ever notice there is no J street? There is no J street because when they were laying out the streets of Washington D.C. j and I were still largely interchangeable. (The 1740 New General English Dictionary published in London had a single section for I and J, and the standard identification Thomas Jefferson used on his personal possessions was T.I. ) Having both an I and a J street would have been redundant at best and confusing at worst, so J ended up as the odd man out. MODBUS has a similar thing were two different things are really the same thing. 6

8 History - Three Things => 1. Zero Equals One Address Register 0 Address + = isone Register = zero 1 = Register based index 1 Since some people apparently can t conceive that the first register is 0, it became convention that the register number started at 1 and ranged up to 65,536. So, register #1 is at Modbus address 0. That is why you are sometimes off by one people, companies, documentation, etc. get these two concepts mixed up and sometimes they are referring to register number and sometimes to address but use the wrong name leading to confusion. So address zero is the same as register one they are the same even though they have different names, if only we had left the register out of the map like DC did with J street. 7

9 How does one space define another? Fascinating Stuff... Railroad Tracks [CLICK] The U.S. Standard railroad gauge (distance between the rails) is 4 feet, 8.5 inches. That's an exceedingly odd number. Why was that gauge used? Because that's the way they built them in England, and English expatriates designed the U.S. Railroads. Why did the English build them like that? Because the first rail lines were built by the same people who built the pre-railroad tramways, and that's the gauge they used. Why did 'they' use that gauge then? 8

10 Because the people who built the tramways used the same jigs and tools that they had used for building [CLICK] wagons, which used that wheel spacing. Why did the wagons have that particular Odd wheel spacing? Well, if they tried to use any other spacing, the wagon wheels would break on some of the old, long distance roads in England, because that's the spacing of the wheel [CLICK] ruts. So, who built those old rutted roads? Imperial Rome built the first long distance roads in Europe (including England) for their legions. Those roads have been used ever since. And the ruts in the roads? [CLICK] Roman war chariots formed the initial ruts, which everyone else had to match for fear of destroying their wagon wheels. Since the chariots were made for Imperial Rome, they were all alike in the matter of wheel spacing. Therefore, the United States standard railroad gauge of 4 feet, 8.5 inches is derived from the original specifications for an Imperial Roman war chariot. In other words, bureaucracies live forever. So the next time you are handed a specification, procedure, or process, and wonder, 'What horse s rear end came up with this?', you may be exactly right. Imperial Roman army chariots were made just wide enough to accommodate the [CLICK] rear ends of two war horses. Now, the twist to the story: When you see a Space Shuttle sitting on its launch pad, you will notice that there are [CLICK] two big booster rockets attached to the sides of the main fuel tank. 8

11 These are solid rocket boosters, or SRBs. The SRBs are made by Thiokol at their factory in Utah. The engineers who designed the SRBs would have preferred to make them a bit larger, but the SRBs had to be shipped by train from the factory to the launch site. The railroad line from the factory happens to run through a [CLICK] tunnel in the mountains and the SRBs had to fit through that tunnel. The tunnel is slightly wider than the railroad track, and the railroad track, as you now know, is about as wide as two horses' rear ends. So, a major Space Shuttle design feature of what is arguably the world's most advanced transportation system was determined over two thousand years ago by the width of a horse's rear end. And you thought being a horse's rear end wasn't important! Now you know, Horses' rear ends control almost everything. Explains a whole lot of stuff, doesn't it? Now this story gets forwarded a lot but how true is it? Is it apocryphal? Very interesting, educational, historical, completely true, and hysterical? One out of five, maybe. Modbus however also has some interesting if also not entirely true notions of space. 8

12 History - Three Things => 2. Lost in Space (Input Coils + Output Coils + Code Function Input 1 Read registers Coil +Holding 2 Read Discrete Input Registers ) 3 Read Holding Registers 4 Read Input Registers X 5 Write Single Coil 6 Write (65,536 Single Holding Register addresses) 15 Write Multiple Coils = 16 Write Multiple Holding Registers (262,144 storage locations!) The discrete inputs (1-bit each), the output coils (1-bit each), the input registers (16- bits each), and the holding register (16-bits each) each have their *own* independent address spaces (0.. 65,535). So, actually Modbus supports [CLICK] up to 4 * = 262,144 different storage locations. Each type of entity (and the address space to find them) can only be distinguished by the [CLICK] function codes (1, 3, 5, 6, 16, etc.) used to access them. There is a 1-bit discrete input at address 0, but also a 1-bit coil at address 0, and a 16-bit input register at address 0, *and* a 16-bit holding register at address 0. The address range applies to each type of entity you need to look at the function code in the Modbus message packet to determine what type of entity is being referenced. There is no *requirement* that coils, or discrete inputs, or input registers are made available in the holding register addresses, even though we double map them in the 8832/8864 so that you can read/write coils and discrete inputs in the holding register address space. So in the 8864 coils and registers can share the same space even though it is a different space by MODBUS definition. 9

13 Why is the steering wheel on the left? It started early in the history of our country with [CLICK] wagons and driving on the right side of the road. In the late 1700s, teamsters in France and the United States began hauling farm products in big wagons pulled by several pairs of horses. These wagons had no driver s seat; instead the driver sat on the left rear horse, so he could keep his right arm free to lash the team. Since he was sitting on the left, he naturally wanted everybody to pass on the left so he could look down and make sure he kept clear of the oncoming wagon s wheels. Therefore he kept to the right side of the road. [CLICK] Travelers with hand guns carried their weapons in the hollows of their left arms and traveled to the right, the better to be ready if an oncoming stranger proved dangerous. [CLICK] Ford changed to left-hand-drive in the 1908 model year. A Ford catalogue from 1908 explains the benefits of placing the controls on the left side of the car: The control is located on the left side, the logical place, for the following reasons: Travelling along the right side of the road the steering wheel on the right side of the 10

14 car made it necessary to get out on the street side and walk around the car. This is awkward and especially inconvenient if there is a lady to be considered. The control on the left allows you to step out of the car on to the curbing without having had to turn the car around. (Getting out where the steering wheel is not sliding over the seat) In the matter of steering with the control on the right, the driver is farthest away from the vehicle he is passing, going in opposite direction; with it on the left side he is able to see even the wheels of the other car and easily avoids danger. So we sit on the left but drive on the right for two different historical reasons. MODBUS has something similar in that there are numbers on the left that mean something other than the numbers on the right and the two are for different historical reasons, let me show you. 10

15 History - Three Things - 3. Where to begin? Type Code Type Number Address Shorthand Name 0x Coil x Discrete Input x Input Register Holding 4x Register To *really* complicate things further, the original Modbus implementations on the Modicon PLCs were restricted to register numbers of 1 to 9999 ( addresses of 0 to 9998). Besides, who would *ever* need more than 9999 holding registers, right? To make things easier for them (and forever confuse everyone else), they started to prepend a code type at the beginning of the register number (not the address ) in order to indicate which address space they were talking about. This resulted in a sort of shorthand name that was never really an address at all, but became confused with register address and everyone called 40,001 the address of the first holding register, even though it wasn t, really. 11

16 History It gets worse > >#### ###### 6 digit addressing Address +1 = number/register Minus One = The problem got worse when people wanted to use more than [CLICK] 9999 holding registers and take advantage of the full address space [CLICK] ( ). [CLICK] Remember the address is converted to the number by adding 1 and when the address [CLICK] was larger than 4 digits, some people started using [CLICK] six-digit naming or (incorrectly termed) [CLICK] six-digit addressing [CLICK] where the first digit was still the type code, [CLICK] but the next 5 digits were the register number [CLICK] subtracting 1 to get the [CLICK] address on the wire. 12

17 History Still getting worse ##### ###### > ,001 1 st Reg 49, th Reg 410,000 10,000 th Reg 410,001 10,001 st Reg 465,536 65,536 th Reg Others still use the [CLICK] 5-digit convention for register numbers from and then switch [CLICK] over to the six-digit scheme once the number gets over That s how Modscan does it. They have shorthand names that count up (for holding registers) by one from [CLICK] 40,001 (the first holding register) until they get to [CLICK] 49,999 (the 9999 th holding register) and then the very next register[click] skips to 410,000 (the 10,000 th holding register) and then goes to [CLICK] 410,001 (the 10,001 st holding register). The last holding register [CLICK] is 465,536 (the 65,536 th holding register [CLICK] the address is 65,535, the number is 65,536, and then you pre-pend with a 4 since it is a holding register to come up with 465,536). 13

18 History It ain t over yet 5#### > ,001 1 st Reg Data Type Start End Coils 0:1 0:65536 Discrete Inputs 1:1 1:65536 Input Registers 3:1 3:65536 Holding Registers 4:1 4: , th Reg 50,000 10,000 th Reg 60,000 20,000 Reg 105,536 65,536 th Reg Still other companies use a convention that allows the registers [CLICK] above 9999 to bleed over into the 5#### numbers. Their registers are named from [CLICK] 40,001 to [CLICK] 49,999, then go to [CLICK] 50,000 and on to 59,999, then [CLICK] 60,000 all the way to [CLICK] 105,536. [CLICK] Apparently, the newer Modicon controllers started using a still-different notation like this (which makes some sense): Coils - 0:1 to 0:65536 Discrete Inputs - 1:1 to 1:65536 Input Registers - 3:1 to 3:65536 Holding Registers - 4:1 to 4:

19 History To summarize First holding register 9,999th holding register 10,000th holding register 65,536th holding register Across-the-wire address Register number Traditional Modicon digit addressing New Modicon 4:1 4:9999 4: :65536 Modscan Chippin Modbus Scanner In all cases, the names in each column are referring to the exact same address sent across the wire and the exact same register in the slave device. 15

20 Example Soak it in I recently had the pleasure of working on a site that had a DCS with MODBUS programming that has been through many years of ESC life cycle and projects including HG CEMS and later MATS configurations and we wanted to refresh it so they sent me the mapping they had programmed in the DCS that looked like this 16

21 Example Load from SQL into Map The first thing I did was load the handy MODBUS map spreadsheet and go to the SQL tab. Then type in the logger name and query the StackVision SQL database on the server as shown here. 17

22 Example Load from Config Viewer into Map Alternatively one can get a copy of the configuration viewer spreadsheet and query it using the spreadsheet as shown here. 18

23 Example Lookup Tab Now you can see the channels and digitals are populated. Now we get into the real power of the MODBUS map spreadsheet and head on over to the LOOKUP tab. 19

24 Example Comparing Here you can see I filled in the address column based on what was in the DCS then tried to match their descriptions to what was in the configuration based on the query we did from the configuration shown in the previous two slides. As you can see things do not lineup too well, yellow are the ones that don t match. 20

25 Example addressing But wait, I have the power of addressing so maybe they are just using some addressing I am not familiar with so I will try out different addressing schemes and that will surely make it all make sense. No matter what address scheme I tried I could not make heads or tails of it. Remember the Lookup tab uses the over-the-wire address to determine the usage so if you get addresses in a different format you will have to convert first before putting into the lookup. [CLICK] Talk and show video 21

26 Wrapping Up Confusion Map Lookup After several hours of screen sharing and debugging we came to the conclusion that in fact the DCS programming was completely haywire. We based this off discovering the three actual signals that were correctly set that were used in actual process logic for an Opacity run back situation and the fact that a nuisance alarm they had going off a lot was in fact an or condition of all the digital logic bits they were pulling via MODBUS which was essentially a random pull from the controller due to the changes over the years. Armed with this new MODBUS map spreadsheet the technician was set to reprogram the DCS with the correct addresses. The power of the lookup of tab and the new addressing schemes were enough to set us up for success. [CLICK] Confusion divided by the map + the help of the lookup = success Questions? 22

27 Where to get the Modbus Map Spreadsheet ustomer/articles/documentation/ ESC-Data-Controller-Downloads 23

28 References end-the-quirks-of-the-english-alphabet/

RECHARGE, REENERGIZE, REFOCUS

RECHARGE, REENERGIZE, REFOCUS RECHARGE, REENERGIZE, REFOCUS At Our Best In Tough And Changing Times RFMA ANNUAL CONFERENCE & TRADE SHOW ORLANDO, FL MARCH 12, 2013 MURRAY BANKS murray@murraybanks.com WHO YOU ARE MAY BE AS IMPORTANT

More information

Notes From the Editors

Notes From the Editors . The Squid s Ink Volume 5, Issue 4 Inside this Issue Science Demystified Airport Appreciation Culture Club Upcoming Events And much more! University of South Florida Department of Marine Science St. Petersburg,

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format ILDA Technical Committee Technical Committee International Laser Display Association www.laserist.org Introduction... 4 ILDA Coordinates... 7 ILDA Color Tables... 9 Color Table Notes... 11 Revision 005.1,

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format INTERNATIONAL LASER DISPLAY ASSOCIATION Technical Committee Revision 006, April 2004 REVISED STANDARD EVALUATION COPY EXPIRES Oct 1 st, 2005 This document is intended to replace the existing versions of

More information

LE062XF DCC Decoder for Atlas N Scale Locomotives

LE062XF DCC Decoder for Atlas N Scale Locomotives Locomotive decoder LE062XF 1 The LE062XF DCC decoder is designed to fit specific Atlas N scale locomotives, including the SD50, SD-60, and SD-60M. The characteristics of this decoder are: Provides 0.5

More information

Positive Attendance. Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work?

Positive Attendance. Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work? Positive Attendance Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work? Setup Security Codes Absence Types Absence Reasons Attendance Periods/Bell

More information

Reducing Waste in a Converting Operation Timothy W. Rye P /F

Reducing Waste in a Converting Operation Timothy W. Rye P /F Reducing Waste in a Converting Operation Timothy W. Rye P. 770.423.0934/F. 770.424.2554 RYECO Incorporated Trye@ryeco.com 810 Pickens Ind. Dr. Marietta, GA 30062 Introduction According to the principles

More information

Chapter 3 Digital Data

Chapter 3 Digital Data Chapter 3 Digital Data So far, chapters 1 and 2 have dealt with audio and video signals, respectively. Both of these have dealt with analog waveforms. In this chapter, we will discuss digital signals in

More information

LAUREL ELECTRONICS, INC.

LAUREL ELECTRONICS, INC. LAUREL ELECTRONICS, INC. Laureate Digital Panel Meter for Process, Strain & Potentiometer Follower Signals Features Selectable ±0.2, ±2, ±20, ±200, ±300 & ±600 Vdc voltage ranges Selectable ±2, ±20, ±200

More information

User Manual. May 2005 AIN LIGHT

User Manual. May 2005 AIN LIGHT May 2005 AIN LIGHT This user manual is designed to help the operators and owners of Soft-LED products use, troubleshoot, and utilize all of the product s potential. Customers seeking additional help not

More information

TCS K2D4 decoder N scale Kato RSC-2 Ron Bearden

TCS K2D4 decoder N scale Kato RSC-2 Ron Bearden TCS K2D4 decoder N scale Kato RSC-2 Ron Bearden The K2D4 is a fairly easy install decoder for the Kato RSC-2. It's designed to be a drop fit for this loco. What makes it a just a little bit tricky is not

More information

Modbus for SKF IMx and Analyst

Modbus for SKF IMx and Analyst User manual Modbus for SKF IMx and SKF @ptitude Analyst Part No. 32342700-EN Revision A WARNING! - Read this manual before using this product. Failure to follow the instructions and safety precautions

More information

MCS PerfectMatch v6 Log Sample1.rtf Sep. 23, 2009

MCS PerfectMatch v6 Log Sample1.rtf Sep. 23, 2009 MCS PerfectMatch v6 Log Sample1.rtf Sep. 23, 2009 MCS Perfect Match Integrity System Many industries including the banking, medical, pharmaceutical and the government have been demanding a higher level

More information

Kicker SUM8 OEM integration solution

Kicker SUM8 OEM integration solution Kicker SUM8 OEM integration solution The Kicker SUM8 is a device that will allow easy integration between a factory installed OEM audio system and aftermarket (preferably Kicker) amplifiers. It has the

More information

(Refer Slide Time: 2:00)

(Refer Slide Time: 2:00) Digital Circuits and Systems Prof. Dr. S. Srinivasan Department of Electrical Engineering Indian Institute of Technology, Madras Lecture #21 Shift Registers (Refer Slide Time: 2:00) We were discussing

More information

LESSON 35. Objectives

LESSON 35. Objectives LESSON 35 Objectives Alphabetize words that start with different letters. (Exercise 1) Complete descriptions involving relative directions. (Exercise 2) Indicate the number of objects in larger and smaller

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

Aurora Grid-Tie Installation Instructions (Model Number: PVI-3.0-OUTD-US-W) Revision 4.1

Aurora Grid-Tie Installation Instructions (Model Number: PVI-3.0-OUTD-US-W) Revision 4.1 Aurora Grid-Tie Installation Instructions (Model Number: PVI-3.0-OUTD-US-W) Revision 4.1 Contents 1) Grid-Tie Installation Block Diagram... 3 2) Installation Steps.... 4 2.1) Initial Setup.... 4 2.1.1)

More information

GAUGEMASTER PRODIGY EXPRESS

GAUGEMASTER PRODIGY EXPRESS GAUGEMASTER PRODIGY EXPRESS DCC01 USER MANUAL Version 1.2 2014 1 T A B L E O F C O N T E N T S 1 Getting Started Introduction Specifications and Features Quick Start Connecting to Your Layout Running a

More information

PSC300 Operation Manual

PSC300 Operation Manual PSC300 Operation Manual Version 9.10 General information Prior to any attempt to operate this Columbia PSC 300, operator should read and understand the complete operation of the cubing system. It is very

More information

ES-450J2 Universal 2 Channel Jog/Shuttle Remote

ES-450J2 Universal 2 Channel Jog/Shuttle Remote ES-450J2 Universal 2 Channel Jog/Shuttle Remote Users Manual ES-450, ES-450J and ES-450J2 are trademarks of JLCooper Electronics. All other brand names are the property of their respective owners. ES-450J2

More information

SIGNAL CONTROLLER PEER-TO-PEER COMMUNICATIONS

SIGNAL CONTROLLER PEER-TO-PEER COMMUNICATIONS SIGNAL CONTROLLER PEER-TO-PEER COMMUNICATIONS Using advanced controller features to improve operations Matt Luker, P.E., PTOE Utah Department of Transportation WHY PEER-TO-PEER 2 3 The Problem We re Trying

More information

LAUREL. Laureate Digital Panel Meter for Load Cell & Microvolt Input ELECTRONICS, INC. Features. Description

LAUREL. Laureate Digital Panel Meter for Load Cell & Microvolt Input ELECTRONICS, INC. Features. Description Description LAUREL ELECTRONICS, INC. Features Laureate Digital Panel Meter for Load Cell & Microvolt Input 20, 50, 100, 250 & 500 mv ranges Span adjust from 0 to ±99,999, zero adjust from -99,999 to +99,999

More information

The First Hundred Instant Sight Words. Words 1-25 Words Words Words

The First Hundred Instant Sight Words. Words 1-25 Words Words Words The First Hundred Instant Sight Words Words 1-25 Words 26-50 Words 51-75 Words 76-100 the or will number of one up no and had other way a by about could to words out people in but many my is not then than

More information

RSL MusicPower Plug-In Installation Manual For Naim NAC 72 Preamp

RSL MusicPower Plug-In Installation Manual For Naim NAC 72 Preamp RSL MusicPower Plug-In Installation Manual For Naim NAC 72 Preamp (Updated to reflect the adjustable gain output boards Z200V) www.ryansoundlab.com RSL MusicPower Plug-In Installation Manual for Naim NAC

More information

COPYRIGHT NOVEMBER-1998

COPYRIGHT NOVEMBER-1998 Application Notes: Interfacing AG-132 GPS with G-858 Magnetometer 25430-AM Rev.A Operation Manual COPYRIGHT NOVEMBER-1998 GEOMETRICS, INC. 2190 Fortune Drive, San Jose, Ca 95131 USA Phone: (408) 954-0522

More information

VIDEO JUDGE SYSTEM SETUP & CAPTURE

VIDEO JUDGE SYSTEM SETUP & CAPTURE VIDEO JUDGE SYSTEM SETUP & CAPTURE TABLE OF CONTENTS GENERAL OVERVIEW... 1 ABOUT THE COMPETITIONS... 1 PRIOR TO THE EVENT... 2 EQUIPMENT LIST... 2 ARRIVAL AT THE VENUE... 3 EQUIPMENT SETUP... 4 Camera

More information

VAD Mobile Wireless. OBD-II User's Manual Version 1.0

VAD Mobile Wireless. OBD-II User's Manual Version 1.0 VAD Mobile Wireless OBD-II User's Manual Version 1.0 Table of Contents What Is VAD Mobile Wireless?... 1 What is the OBD-II Module?... 1 Where to Get a VAD Mobile Wireless System... 1 Installing the OBD-II

More information

Guide to InTouch HMI Documentation Invensys Systems, Inc.

Guide to InTouch HMI Documentation Invensys Systems, Inc. Guide to InTouch HMI Documentation Invensys Systems, Inc. Revision A Last Revision: 6/5/07 Copyright 2007 Invensys Systems, Inc. All Rights Reserved. All rights reserved. No part of this documentation

More information

Fry Instant Phrases. First 100 Words/Phrases

Fry Instant Phrases. First 100 Words/Phrases Fry Instant Phrases The words in these phrases come from Dr. Edward Fry s Instant Word List (High Frequency Words). According to Fry, the first 300 words in the list represent about 67% of all the words

More information

Wonderware Guide to InTouch HMI Documentation

Wonderware Guide to InTouch HMI Documentation Wonderware Guide to InTouch HMI Documentation 10/29/15 All rights reserved. No part of this documentation shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical,

More information

Outback STX. User Guide Supplement. Parts List. STX Terminal Overview

Outback STX. User Guide Supplement. Parts List. STX Terminal Overview Outback STX User Guide Supplement This supplement details the following changes from STX v1.0 to STX v1.1: Parts List below STX Terminal Overview below Connection Diagram on page 2 AC110 Power Up and Power

More information

EZ-LIGHT K50 Modbus Series Multicolor Indicators

EZ-LIGHT K50 Modbus Series Multicolor Indicators EZ-LIGHT K50 Modbus Series Multicolor Indicators Datasheet Rugged, compact multi-color indicators in several package types Built-in flashing and strobing capability High intensity models for outdoor applications

More information

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL model PRE10-A2 Doug Fleenor Design 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 Software Version 1.0 Manual Revision 12/2/2008 Serial # 08B001

More information

Gasoline Fuel-Injection System L-Jetronic: Technical Instruction

Gasoline Fuel-Injection System L-Jetronic: Technical Instruction Gasoline Fuel-Injection System L-Jetronic: Technical Instruction Click here if your download doesn"t start automatically Gasoline Fuel-Injection System L-Jetronic: Technical Instruction Gasoline Fuel-Injection

More information

CSCB58 - Lab 4. Prelab /3 Part I (in-lab) /1 Part II (in-lab) /1 Part III (in-lab) /2 TOTAL /8

CSCB58 - Lab 4. Prelab /3 Part I (in-lab) /1 Part II (in-lab) /1 Part III (in-lab) /2 TOTAL /8 CSCB58 - Lab 4 Clocks and Counters Learning Objectives The purpose of this lab is to learn how to create counters and to be able to control when operations occur when the actual clock rate is much faster.

More information

Installation instruction FISTUNE antenna module Audi A6 Sedan 4G, Avant 4G

Installation instruction FISTUNE antenna module Audi A6 Sedan 4G, Avant 4G Version 1.02 (29.09.2014) Installation instruction FISTUNE antenna module Audi A6 Sedan 4G, Avant 4G Article no. 39528 39528-1 39528-3 www.kufatec.de Kufatec GmbH & Co. KG Dahlienstr. 15 23795 Bad Segeberg

More information

EDL8 Race Dash Manual Engine Management Systems

EDL8 Race Dash Manual Engine Management Systems Engine Management Systems EDL8 Race Dash Manual Engine Management Systems Page 1 EDL8 Race Dash Page 2 EMS Computers Pty Ltd Unit 9 / 171 Power St Glendenning NSW, 2761 Australia Phone.: +612 9675 1414

More information

UAV Ultimate Atari Video A7800

UAV Ultimate Atari Video A7800 UAV Ultimate Atari Video A7800 Basic Install guide because this is really easy mod to do! The UAV is a wonderful piece of tech for what it can do. To summarize, the UAV is a replacement video encoder and

More information

Credo Usage Boosters

Credo Usage Boosters Credo Usage Boosters Top 5 Credo Usage Boosters 1. Fully Customize your Credo Account ask us to help! 2. Link to Credo in all the right places or embed Credo Search boxes - offer description of Service

More information

Quick Setup Guide for IntelliAg Model NTA

Quick Setup Guide for IntelliAg Model NTA STEP 3: Auto Configuration (identifies sensors connected to each module) Auto config is performed at the factory, but may need to be done in the field as changes are made to the system or if options are

More information

LF101XF Six Function DCC Function Only Decoder Art. No February 2007

LF101XF Six Function DCC Function Only Decoder Art. No February 2007 LF101XF function decoder 1 The DIGITAL plus by Lenz LF101XF function decoder is suitable for use in all scales. Features include: Six function outputs rated at 200mA each with advanced function mapping.

More information

Just a T.A.D. (Traffic Analysis Drone)

Just a T.A.D. (Traffic Analysis Drone) Just a T.A.D. (Traffic Analysis Drone) Senior Design Project 2017: Cumulative Design Review 1 Meet the Team Cyril Caparanga (CSE) Alex Dunyak (CSE) Christopher Barbeau (CSE) Matthew Shin (CSE) 2 System

More information

Training Note TR-06RD. Schedules. Schedule types

Training Note TR-06RD. Schedules. Schedule types Schedules General operation of the DT80 data loggers centres on scheduling. Schedules determine when various processes are to occur, and can be triggered by the real time clock, by digital or counter events,

More information

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated)

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated) INSTRUCTION MANUAL THERMOCOUPLE & INPUT MODULE (8 points; isolated) MODEL BEFORE USE... Thank you for choosing M-System. Before use, please check contents of the package you received as outlined below.

More information

Word Tutorial 2: Editing and Formatting a Document

Word Tutorial 2: Editing and Formatting a Document Word Tutorial 2: Editing and Formatting a Document Microsoft Office 2010 Objectives Create bulleted and numbered lists Move text within a document Find and replace text Check spelling and grammar Format

More information

Artistic Licence. moody & moody cv. User Guide. Download the user guide by scanning the following QR code: moody & moody cv User Guide.

Artistic Licence. moody & moody cv. User Guide. Download the user guide by scanning the following QR code: moody & moody cv User Guide. Artistic Licence moody & moody cv User Guide Download the user guide by scanning the following QR code: moody & moody cv User Guide Version 2-0 Please read these instructions before using the product.

More information

Alpha channel A channel in an image or movie clip that controls the opacity regions of the image.

Alpha channel A channel in an image or movie clip that controls the opacity regions of the image. Anamorphic The process of optically squeezing images into a smaller area and then optically unsqueezing it to create a wider field of view than capable by the original recording medium by using non-square

More information

LE1014W & LE1014MP Ultra-Thin Drive-Select DCC Decoder Art. No Version 4.6 April 2003

LE1014W & LE1014MP Ultra-Thin Drive-Select DCC Decoder Art. No Version 4.6 April 2003 Locomotive decoder LE1014 1 The DIGITAL plus locomotive decoder LE1014 is suitable for all DC motors in HO scale locomotives with continuous current draw of 1.0 Amp. or less. The characteristics of the

More information

POINTS POSITION INDICATOR PPI4

POINTS POSITION INDICATOR PPI4 POINTS POSITION INDICATOR PPI4 Monitors the brief positive operating voltage across points motors when they are switched Lights a corresponding led on a control panel to show the last operation of each

More information

Introduction Display...1 Mounting...1 Firmware Version...2. ADL Operation... 3

Introduction Display...1 Mounting...1 Firmware Version...2. ADL Operation... 3 MoTeC MDD User Manual Contents Introduction... 1 Display...1 Mounting...1 Firmware Version...2 ADL Operation... 3 1. Full ADL Display...4 2. Gain Loss Layout for ADL...6 3. Large Numeric Layout for ADL...8

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS x 1 Sequential Video Audio Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS x 1 Sequential Video Audio Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-120 20 x 1 Sequential Video Audio Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Installing the VS-120 in

More information

Creative capacity enhanced awareness

Creative capacity enhanced awareness Creative capacity enhanced awareness Ideational Fluency How many ideas can you get (around a melon) Expressional Fluency How many connections can you make (Melon inspired ideas proof of connecting, e.g.

More information

Classroom Setup... 2 PC... 2 Document Camera... 3 DVD... 4 Auxiliary... 5

Classroom Setup... 2 PC... 2 Document Camera... 3 DVD... 4 Auxiliary... 5 Classroom Setup... 2 PC... 2 Document Camera... 3 DVD... 4 Auxiliary... 5 Lecture Capture Setup... 6 Pause and Resume... 6 Considerations... 6 Video Conferencing Setup... 7 Camera Control... 8 Preview

More information

BUSES IN COMPUTER ARCHITECTURE

BUSES IN COMPUTER ARCHITECTURE BUSES IN COMPUTER ARCHITECTURE The processor, main memory, and I/O devices can be interconnected by means of a common bus whose primary function is to provide a communication path for the transfer of data.

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

AMERICA S CASTLES. 5. Be sure all four margins are set to 1 (Step 1 in the MLA Document).

AMERICA S CASTLES. 5. Be sure all four margins are set to 1 (Step 1 in the MLA Document). AMERICA S CASTLES 1. Begin a new Word document. 2. DO NOT type in your heading lines or use your macro. 3. Save the document in your computer folder. Call it (Your Last Name) America s Castles. 4. Be sure

More information

First Encounters with the ProfiTap-1G

First Encounters with the ProfiTap-1G First Encounters with the ProfiTap-1G Contents Introduction... 3 Overview... 3 Hardware... 5 Installation... 7 Talking to the ProfiTap-1G... 14 Counters... 14 Graphs... 15 Meters... 17 Log... 17 Features...

More information

Wall-/Pipe-Mount Level Indicator

Wall-/Pipe-Mount Level Indicator Data Sheet SS/_4 Wall-/Pipe-Mount Level Indicator High visibility 5-digit LED display clear multi-functional indication Analog and 2-relay outputs as standard high, low, latch and rate alarms, plus isolated

More information

Quick Setup Guide for IntelliAg Model CTA

Quick Setup Guide for IntelliAg Model CTA STEP 3: Auto Configuration (identifies sensors connected to each module) Auto config is performed at the factory, but may need to be done in the field as changes are made to the system or if options are

More information

Synergy SIS Attendance Administrator Guide

Synergy SIS Attendance Administrator Guide Synergy SIS Attendance Administrator Guide Edupoint Educational Systems, LLC 1955 South Val Vista Road, Ste 210 Mesa, AZ 85204 Phone (877) 899-9111 Fax (800) 338-7646 Volume 01, Edition 01, Revision 04

More information

Chapter 23 Dimmer monitoring

Chapter 23 Dimmer monitoring Chapter 23 Dimmer monitoring ETC consoles may be connected to ETC Sensor dimming systems via the ETCLink communication protocol. In this configuration, the console operates a dimmer monitoring system that

More information

4 x 4 VGA Matrix Switch

4 x 4 VGA Matrix Switch Hall Research Technologies, Inc. 4 x 4 VGA Matrix Switch Model VSM-404 User s Manual With Serial Keypad CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support, Call

More information

imso-104 Manual Revised August 5, 2011

imso-104 Manual Revised August 5, 2011 imso-104 Manual Revised August 5, 2011 Section 1 Getting Started SAFETY 1.10 Quickstart Guide 1.20 SAFETY 1.30 Compatibility 1.31 Hardware 1.32 Software Section 2 How it works 2.10 Menus 2.20 Analog Channel

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Lesson 27 H.264 standard Lesson Objectives At the end of this lesson, the students should be able to: 1. State the broad objectives of the H.264 standard. 2. List the improved

More information

FLIP-FLOPS AND RELATED DEVICES

FLIP-FLOPS AND RELATED DEVICES C H A P T E R 5 FLIP-FLOPS AND RELATED DEVICES OUTLINE 5- NAND Gate Latch 5-2 NOR Gate Latch 5-3 Troubleshooting Case Study 5-4 Digital Pulses 5-5 Clock Signals and Clocked Flip-Flops 5-6 Clocked S-R Flip-Flop

More information

DIFFERENTIATE SOMETHING AT THE VERY BEGINNING THE COURSE I'LL ADD YOU QUESTIONS USING THEM. BUT PARTICULAR QUESTIONS AS YOU'LL SEE

DIFFERENTIATE SOMETHING AT THE VERY BEGINNING THE COURSE I'LL ADD YOU QUESTIONS USING THEM. BUT PARTICULAR QUESTIONS AS YOU'LL SEE 1 MATH 16A LECTURE. OCTOBER 28, 2008. PROFESSOR: SO LET ME START WITH SOMETHING I'M SURE YOU ALL WANT TO HEAR ABOUT WHICH IS THE MIDTERM. THE NEXT MIDTERM. IT'S COMING UP, NOT THIS WEEK BUT THE NEXT WEEK.

More information

V9A01 Solution Specification V0.1

V9A01 Solution Specification V0.1 V9A01 Solution Specification V0.1 CONTENTS V9A01 Solution Specification Section 1 Document Descriptions... 4 1.1 Version Descriptions... 4 1.2 Nomenclature of this Document... 4 Section 2 Solution Overview...

More information

Cable System Installation Guide

Cable System Installation Guide Overview Cable System Installation Guide 5/19/2008 Our recommended approach for the installation of your Circle Graphics Cable Systems on the panels in your market is to install the fixed hardware (namely

More information

Digital Video User s Guide THE FUTURE NOW SHOWING

Digital Video User s Guide THE FUTURE NOW SHOWING Digital Video User s Guide THE FUTURE NOW SHOWING Welcome The NEW WAY to WATCH Digital TV is different than anything you have seen before. It isn t cable it s better! Digital TV offers great channels,

More information

Personal Information Page

Personal Information Page Rev. 08.29.07 Personal Information Page Installing Dealer Name Date of Installation Day Month Year Type of System Executive MD500 MD1000.2 MHDTV MD5Slim MSD60 Freedom (not recommended) Serial Number of

More information

Model 5250 Five Channel Digital to Analog Video Converter Data Pack

Model 5250 Five Channel Digital to Analog Video Converter Data Pack Model 5250 Five Channel Digital to Analog Video Converter Data Pack E NSEMBLE D E S I G N S Revision 3.1 SW v2.0.1 This data pack provides detailed installation, configuration and operation information

More information

Operating Manual for Clock / Auxiliary Displays for VHX systems

Operating Manual for Clock / Auxiliary Displays for VHX systems Operating Manual for Clock / Auxiliary Displays for VHX systems The VHX auxiliary display module is designed to work with a Dakota Digital VHX system and will not function properly on its own. With this

More information

Gigabit Multi-mode SX to Single Mode LX Converter. User s Manual NGF-728 Series. Warning COPYRIGHT

Gigabit Multi-mode SX to Single Mode LX Converter. User s Manual NGF-728 Series. Warning COPYRIGHT COPYRIGHT Gigabit Multi-mode SX to Single Mode LX Converter User s Manual NGF-728 Series All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted

More information

MaxView Cinema Kit Quick Install Guide

MaxView Cinema Kit Quick Install Guide SYSTEM SETUP The MaxView will work at any of the following display settings: INSTALLATION MaxView Cinema Kit Quick Install Guide Step 1 - Turn off your computer. Disconnect your monitor s VGA cable from

More information

A Look at Some Scrambling Techniques U sed in Various Data Transport Protocols

A Look at Some Scrambling Techniques U sed in Various Data Transport Protocols Nov 1993 DOC: IEEE PB02.11-93/216 IEEE 802.11 Wireless Access Methods and Physical Layer Specifications TITLE: DATE: AUTHOR: A Look at Some Scrambling Techniques U sed in Various Data Transport Protocols

More information

Data Acquisition Using LabVIEW

Data Acquisition Using LabVIEW Experiment-0 Data Acquisition Using LabVIEW Introduction The objectives of this experiment are to become acquainted with using computer-conrolled instrumentation for data acquisition. LabVIEW, a program

More information

Cablecast Server. Setup Guide. c Tightrope Media Systems For Cablecast version Build 74

Cablecast Server. Setup Guide. c Tightrope Media Systems For Cablecast version Build 74 Cablecast Server Setup Guide c Tightrope Media Systems For Cablecast version 6.1.2 Build 74 Printed July 22, 2016 1 Cablecast Server Setup 1.1 Prerequisites 1.2 Overview of Setup Thank you for purchasing

More information

SCRAMBLER IS DE-ACTIVATED. RMR-C435 Radar and Laser Detector Radar and Laser Scrambler Owners Manual

SCRAMBLER IS DE-ACTIVATED. RMR-C435 Radar and Laser Detector Radar and Laser Scrambler Owners Manual SCRAMBLER IS DE-ACTIVATED RMR-C435 Radar and Laser Detector Radar and Laser Scrambler Owners Manual SPECIFICATIONS: Radar & Laser Detector: Frequencies: 10.525 GHz 24.125 GHz 33-36 GHz 904 Nano-meter Sensitivity:

More information

By Mrs. Paula McMullen Library Teacher Norwood Public Schools

By Mrs. Paula McMullen Library Teacher Norwood Public Schools By Mrs. Paula McMullen Library Teacher A reference resource helps us to find answers to information questions. These questions may be about words, subjects, places in the world, or current topics. Some

More information

The Solution. The business man behind a desk, the scientist in the lab, the artist approaching his

The Solution. The business man behind a desk, the scientist in the lab, the artist approaching his (Courtesy of Stephen Oglesby. Used with permission.) Stephen Oglesby Dr. Karen Boiko The Creative Spark The Solution The business man behind a desk, the scientist in the lab, the artist approaching his

More information

100Base-FX Multi-mode to 100Base-FX Single Mode Converter. NXF-708 Series User s Manual

100Base-FX Multi-mode to 100Base-FX Single Mode Converter. NXF-708 Series User s Manual 100Base-FX Multi-mode to 100Base-FX Single Mode Converter NXF-708 Series User s Manual COPYRIGHT All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted

More information

Cisco StadiumVision Defining Channels and Channel Guides in SV Director

Cisco StadiumVision Defining Channels and Channel Guides in SV Director Cisco StadiumVision Defining Channels and Channel Guides in SV Director Version 2.3 March 2011 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

MIDI2DMX PRO. solid state MIDI to DMX converter. wwww.midi2dmx.eu

MIDI2DMX PRO. solid state MIDI to DMX converter. wwww.midi2dmx.eu MIDI2DM PRO solid state MIDI to DM converter wwww.midi2dmx.eu May 2011 From the authors Artistic and stage activity is like others aspects of our life - competition on the market is everywhere. On the

More information

CS101 Final term solved paper Question No: 1 ( Marks: 1 ) - Please choose one ---------- was known as mill in Analytical engine. Memory Processor Monitor Mouse Ref: An arithmetical unit (the "mill") would

More information

Atlas Drop In Decoder

Atlas Drop In Decoder TCS DCC decoders provide the ultimate in control. This decoder is in # A1 Atlas Drop In Decoder 1.3 amp continuous, 2.0 amp peak motor drive plus four 100 ma function outputs Dither creates the ultimate

More information

Excel recommends Fluke Networks, this section is written around the use of this range of test equipment.

Excel recommends Fluke Networks, this section is written around the use of this range of test equipment. Testing Excel recommends Fluke Networks, this section is written around the use of this range of test equipment. Twisted Pair Copper This section describes and sets out the requirements for Class D (Cat

More information

HQ Electromagnetic Channel Locks

HQ Electromagnetic Channel Locks HQ Electromagnetic Channel Locks Table of Contents Overview... 2 Kit Contents... 2 Tools Required... 5 Installation... 5 Using the HQ Electromagnetic Channel Locks... 10 Troubleshooting... 11 Overview

More information

The Infinity Portal Craig A. Lindley 03/16/2011

The Infinity Portal Craig A. Lindley 03/16/2011 OK, I'll admit it. I'm a sucker for colored flashing lights especially if controlled by a micro processor (up). So recently when I came upon a really good deal on RGB LEDs on ebay and another really good

More information

Everybody has seen Telechron clocks and even. US Navy Warren Telechron Clock System. by Robert Simon (CA)

Everybody has seen Telechron clocks and even. US Navy Warren Telechron Clock System. by Robert Simon (CA) Figure 1. Front view of clock with 8'' dial in heavy, perhaps fully, waterproof Phenolic US Navy specification plastic case. US Navy Warren Telechron Clock System by Robert Simon (CA) Everybody has seen

More information

4. Q A person in the audience questioned why a TIU would short out while driving 7 engines on 3 loops of track with a

4. Q A person in the audience questioned why a TIU would short out while driving 7 engines on 3 loops of track with a The following meeting summary was prepared by our scribe, forum member Ben Fiorello (Bluelinec4). Many thanks to Ben for preparing the following dialog. Any errors you may find are surely my additions.

More information

Mission. Lab Project B

Mission. Lab Project B Mission You have been contracted to build a Launch Sequencer (LS) for the Space Shuttle. The purpose of the LS is to control the final sequence of events starting 15 seconds prior to launch. The LS must

More information

Project: Mayhem. Team Members: Group Manager - Eli White Documentation - Meaghan Kjelland Design - Jabili Kaza & Jen Smith Testing - Kyle Zemek

Project: Mayhem. Team Members: Group Manager - Eli White Documentation - Meaghan Kjelland Design - Jabili Kaza & Jen Smith Testing - Kyle Zemek Project: Mayhem Team Members: Group Manager - Eli White Documentation - Meaghan Kjelland Design - Jabili Kaza & Jen Smith Testing - Kyle Zemek Overview Developers see a task they want their computer to

More information

1 OVERVIEW 2 WHAT IS THE CORRECT TIME ANYWAY? Application Note 3 Transmitting Time of Day using XDS Packets 2.1 UTC AND TIMEZONES

1 OVERVIEW 2 WHAT IS THE CORRECT TIME ANYWAY? Application Note 3 Transmitting Time of Day using XDS Packets 2.1 UTC AND TIMEZONES 1 OVERVIEW This application note describes how to properly encode Time of Day information using EIA-608-B Extended Data Services (XDS) packets. In the United States, the Public Broadcasting System (PBS)

More information

Using DICTION. Some Basics. Importing Files. Analyzing Texts

Using DICTION. Some Basics. Importing Files. Analyzing Texts Some Basics 1. DICTION organizes its work units by Projects. Each Project contains three folders: Project Dictionaries, Input, and Output. 2. DICTION has three distinct windows: the Project Explorer window

More information

Experimental Procedure

Experimental Procedure 1 of 15 9/13/2018, 3:16 PM https://www.sciencebuddies.org/science-fair-projects/project-ideas/energy_p009/energy-power/human-powered-energy (http://www.sciencebuddies.org/science-fair-projects /project-ideas/energy_p009/energy-power/human-powered-energy)

More information

Parade Application. Overview

Parade Application. Overview Parade Application Overview Everyone loves a parade, right? With the beautiful floats, live performers, and engaging soundtrack, they are often a star attraction of a theme park. Since they operate within

More information

Physics 105. Spring Handbook of Instructions. M.J. Madsen Wabash College, Crawfordsville, Indiana

Physics 105. Spring Handbook of Instructions. M.J. Madsen Wabash College, Crawfordsville, Indiana Physics 105 Handbook of Instructions Spring 2010 M.J. Madsen Wabash College, Crawfordsville, Indiana 1 During the Middle Ages there were all kinds of crazy ideas, such as that a piece of rhinoceros horn

More information

User Manual for ASSIST Evaluation & Programming Tool EPT002

User Manual for ASSIST Evaluation & Programming Tool EPT002 Page 1 of 60 User Manual for ASSIST Evaluation & Programming Tool EPT002 Page 2 of 60 CONTENTS 1. Hardware... 3 1.1 Contents... 3 1.2 Interface Board... 4 1.3 Target-Holder... 5 1.4 Targets: codewheels

More information

1- Disconnect your Car battery by disconnecting the negative ground terminal from the battery, to prevent shock, or damage to you car.

1- Disconnect your Car battery by disconnecting the negative ground terminal from the battery, to prevent shock, or damage to you car. DIY: How to install MFD into Passat with Double-Din (DD) Radio -------------------------------------------------------------------------------- NOTE: This installation is for all Passats (Sedan or Avant)

More information