Marks and Grades Project

Size: px
Start display at page:

Download "Marks and Grades Project"

Transcription

1 Marks and Grades Project This project uses the HCS12 to allow for user input of class grades to determine the letter grade and overall GPA for all classes. Interface: The left-most DIP switch (SW1) is used to disable the LEDs. The on position will allow the LEDs to turn on as specified below. Four pushbuttons are used to initiate and complete grade entry. SW2 allows for the Math grade, SW3 for Science, SW4 for Physics and SW5 for English. Pressing a pushbutton always causes the specified action to occur immediately, without waiting for the pushbutton to be released. Debounced and non-repetitive. Multiple simultaneous pushbutton presses should result in only one recorded press, the first one. Keypad allows for grade entry. De-bounced and non-repetitive. Multiple simultaneous pushbutton presses should result in only one recorded press, the first one. Four LEDs are used for indicating the grade after it is input. PB7-PB4 come on when the grade is an A, PB6-PB4 on for a B, PB5-PB4 on for a C, PB4 on for a D, and none on for an F. During all other times, the LEDs should be off. The left 7 segment digit shows the grade input from the keypad after it is submitted displayed as a letter grade is an A, is a B, is a C, is a D, and below 60 is an F. The digit should be displayed only after grade submission. LCD displays prompts for guiding the user, using either one or two lines as necessary. The displayed message remains on until specifically changed in a later step. The LCD also displays the calculated GPA. Logic: Initialization: system state begins with the LCD displaying GPA = #.# on the first line and Select a course on the second line (# represents a decimal number). This is also referred to as the idle state. Each course should be initialized with a grade of 0. Thus, the initial GPA will be 0.0. Starting grade entry: during the idle state, the pushbuttons may be used to initiate entering the grade for each respective course. Once the pushbutton is pressed, the LCD should display Enter grade, where represents the course selected. For example, if SW3 is pressed, the LCD should display Enter Science grade. The grade is entered using the keypad using the functional requirements given previously. The keypad is sampled continuously for each part of the decimal grade (for 94, 9 is entered first and 4 is entered last). Digits can be continuously added until the pushbutton for that course is pressed (eg. for Science, the grade is input and followed by a press of SW3). (1/10)

2 If the grade is valid (meaning it is in the range of 0-100), the letter grade should be shown on the left 7 segment (right 7 segment is always off) and the LEDs should display accordingly. The LEDs and 7 segment displays should be on for 2 seconds, and then turn off. The state should revert back to the idle state. If the grade is invalid, the LCD should display Grade not valid for 2 seconds, and prompt for reentry of the grade. GPA calculations should be done after the grade is input for the course. Each course is weighted the same and is on the normal 4.0 scale. Again, each course is initialized with a grade of 0. There are only four courses. Memory Pattern Game This project performs as a pattern recognition memory game similar to the game Simon. Interface: LCD displays prompts for guiding the user, using either one or two lines as necessary. The displayed message remains on until specifically changed in a later step. 4 pushbuttons (SW2-SW5) are used for setup and game-play. When pressing pushbuttons to duplicate a sequence of LED flashes, note that SW2 lights up LED PB7, SW3 lights up LED PB6, SW4 lights up LED PB5, and SW5 lights up LED PB4. Pressing a pushbutton always causes the specified action to occur immediately, without waiting for the pushbutton to be released. De-bounced and nonrepetitive. Multiple simultaneous pushbutton presses should result in only one recorded press, the first one. 8 LEDs are used for displaying patterns and showing current state and pushbutton press. LEDs PB7- PB4 are used to display the pattern. When a pushbutton is pressed, the associated LED should light up until the pushbutton is released. Keypad is used for game level entry. Debounced and non-repetitive. Multiple simultaneous key presses should result in only one recorded key, the first one. 7 segment digit (rightmost) displays the level continuously after a level has been selected. Other digits stay off continuously. Logic: Initial conditions at start of execution: All toggle switches are off/open/up. All LEDs and digits off. The LCD screen should start with the text "Memory Pattern Game Press SW2". Select the level: When SW2 is pressed, the LCD screen should then say "Enter level and press SW3". The level (from 1 to 4) should be entered on the hex keypad and displayed on the rightmost seven segment display. Do not accept any other values from the keypad. Then press SW3. Once the level is selected, the LCD screen should read "Level: <chosen level> Press SW2". (2/10)

3 Begin playing the game: Pressing SW2 starts execution at the chosen level. Then the LCD screen will display Stage 1 begun. The first stage begins with a sequence of four LED flashes. The sequence should look random, but it may be the same every time the game is restarted. For example, Stage 1 may be chosen to display LEDs PB4 -> PB5 -> PB7 -> PB6. Alternatively it could be PB5 -> PB6 -> PB6 -> PB5. Or any other sequence of four flashes. The time between LED transitions depends on the level: Level 1: 2.5 seconds on, 0.5 second off Level 2: 2 seconds, 0.5 second off Level 3: 1.5 seconds, 0.5 second off Level 4: 1 second, 0.5 second off After each sequence is fully displayed for one stage, the user must light up the LEDs in the same order using the pushbuttons SW2-SW5. There is no time limit to complete the sequence. If the user cannot duplicate the sequence, turn on all 8 LEDs and display on the LCD screen Try again. Press SW2. Pressing SW2 will take the user back to the step labeled Select the level. At this point all the LEDs are turned off. If the user duplicates the sequence correctly for the current stage, the game advances to the next stage displaying on the LCD Stage Complete for 2 seconds, then displaying Stage <current stage> begun. (Current stage number is from 1 to 5). Successive stages keep the original sequence and add a new random LED flash at the end of the sequence. In other words, if the original sequence had lit a 4 LED flash sequence, the next stage will light the same 4 LED sequence followed by one new LED flash. There should be 4 such stages where a new light is added to the pattern (5 stages total). If the user successfully completes the 5 th stage (i.e. duplicating a pattern of 8 LEDs), the game should display on the LCD Lvl (chosen level) done Press SW2. Pressing SW2 will take the user back to the step labeled Select the level. Microwave Oven Controller Project Aim: This project simulates the embedded controller in a microwave oven. Assumptions and Requirements: All cooking times are sped up to make debugging and demonstration times more reasonable. Input occurs via the keypad (0 - F), the 4 push buttons, and the 8 dip switches. Displays on LCD, 4 digits, 8 LEDs. The system should allow for a cooking time of up to 30 minutes to be entered by the user. The entered and remaining cooking time counts down and is displayed on the four seven segment digits as minutes and seconds. For example: 27:11. When not cooking, the clock time should be displayed on the seven segment digits as hours and minutes. For example: 02:30. (3/10)

4 Procedure Details: While not cooking (stopped), enter a choice to begin cooking: If A is pushed on the keypad (for popcorn), the LCD should show Popcorn and then cook for 1 minute while the remaining cook time counts down on the digits, then clear the LCD after cooking completes. If B (for Beef) or C (for chicken) is pushed on the keypad, the words Beef weight? or Chicken weight? (respectively) should appear on the LCD. After that, the user must enter an integer value between 1 and 9 on the keypad to indicate how many pounds are there to be defrosted. Note that only whole pound values are to be entered. After a valid number is entered, clear the LCD display and show the value of the weight on the seven segment digits for 2 seconds, and then start cooking while the remaining cook time counts down on the digits. o Beef is defrosted at a rate of 0.5 minutes per pound. o Chicken is defrosted at a rate of 0.2 minutes per pound. o If an illegal number is entered, then the LCD should show Err for 2 seconds, then show previous message. If D is pushed on the keypad, the words Cooking Time? should appear on the LCD. After that the user can enter a value between 1 and 30:00 to indicate the cooking time required in minutes and seconds. This value is displayed on the seven segment digits as it is entered, right to left. For example, pressing 1 displays 00:01, then pressing 2 displays 00:12, then pressing 4 displays 01:24, then pressing 5 displays 12:45. Press pushbuttons SW2 and SW3 to clear the LCD display and start cooking and counting down the cooking time on the digits. Start/Stop/Pause cooking conditions: Switch SW1, position 1, will simulate the microwave oven door latch, where the switch being up would be simulating the open door situation and the switch being down would be simulating the door closed situation. Only when the latch is closed should the oven be able to be started. o When both SW2 and SW3 are pushed, the oven starts operation. o When both SW4 and SW5 are pushed, the oven operation pauses (keeping remaining time on the display). o When both SW4 and SW5 are pushed again the time is cleared and the cooking stops. o If SW2 and SW3 are pushed after the oven is paused and the door is closed, then cooking must resume from the time it was paused. If it is cooking, opening the door should pause the cooking and keep the remaining time on display. When the microwave is running, the array of LEDs should be on. When it is stopped, they should go off. If paused, the array of LEDs should blink (0.5 sec on and 0.5 sec off) till the cooking is resumed or stopped. (4/10)

5 When the microwave completes its function and timer has counted down to zero (regular timed cooking or defrosting), the array of LEDs should flash 3 times (0.5 sec on and 0.5 sec off), and the speaker should produce an audible tone during this 3 second time period. Security System Project This project provides the logic and interface for a simple security system. The system monitors a series of simulated doors, setting off an alarm if the a door is opened when the system is armed. Interface: 4 doors simulated by the 4 left-most DIP switches (SW1 Door 1 to SW4 Door 4 ). A switch in the on/up/closed position is considered an open door. 4 pushbuttons prompting password entry (SW2), password confirmation (SW3), password cancellation (SW4), and manual alarm (SW5). Pressing a pushbutton always causes the specified action to occur immediately, without waiting for the pushbutton to be released. De-bounced and non-repetitive. Multiple simultaneous pushbutton presses should result in only one recorded press, the first one. Keypad allows for password entry. De-bounced and non-repetitive. Multiple simultaneous pushbutton presses should result in only one recorded press, the first one. 8 LEDs light up from left to right, one at a time, for 100ms at each change during the armed state. During all other times, the LEDs should be off. 7 segment digits show the password entered by the keypad. The digits should be displayed only during password entry. Once a password is confirmed or cancelled, the digits should turn off. LCD displays prompts for guiding the user, using either one or two lines as necessary. The displayed message remains on until specifically changed in a later step. Logic: Initialization: System state begins by requesting a 4 digit hexadecimal password to be entered via the keypad. The LCD should display "Enter password". LEDs and digits should be off and switches should be in the off/up/open position. Password entry should then occur, using the input password as the new system password. Password entry: LCD displays Enter password. Using the keypad, the first key entry should appear on the left-most digit, 2 nd on the left-middle digit, 3 rd on the right-middle digit, and 4 th on the rightmost digit. After the system password is entered, press SW3 to confirm the password or press SW4 to cancel the current input and prompt again for password entry. After confirming the password, the LCD should display "Password accepted" for 2 seconds. Next, the system shall default to the armed state with the LEDs cycling in the above pattern. The LCD should display "Armed". Now two events may occur: (5/10)

6 A door is opened, setting off the alarm, or Prompt to disarm the system. Alarm triggered: the LCD should display "Alarm" and the location of the entry (e.g. if DIP switch SW1 pushed to the on/down/closed position, LCD should also display "Door 1"). The door should be closed (turn off the switch) before proceeding. To disarm (or arm) the system: All alarm sources, if any, should be reset first. Closing doors should not change the LCD display. Then pressing pushbutton SW2 will enter the step labeled Password entry. After the four digit password is entered on the keypad, pushbutton SW3 can be pressed to confirm the password or pushbutton SW4 can be pressed to cancel password entry. If the password is confirmed but incorrect or SW4 is pressed, the system reverts back to the previous state (armed, alarm, disarmed), displaying the appropriate message on the LCD. If the password was correct, the LCD should display "Disarmed if previously in the Armed or Alarm state; if the previous state is Disarmed, the LCD should display Armed. The alarm may be manually turned on by pressing SW5 during either the Armed or Disarmed state. The LCD should display "Manual Alarm", following the step labeled Alarm triggered. All LEDs and 7 segment digits should be time multiplexed using the timer subsystem. You can ask users for username and password. Based on that it can open the door or not. Also users have different privileges. The boss can access all the doors but the other employees have limited access. You can store events who access which doors and when and for how long. This may be needed in there is an accidents that require investigation. Self Checkout at a Super Market Aim: To model a self-checkout counter at a supermarket that is capable of:- Scanning through the items and identifying it. Deciding if it is vegetable/meat, thereby weigh it. Compute and display the final total of the products. A burglar alarm feature. An alarm to notify if it runs out of bags. Assumptions A table of the different items, their prices and barcodes, is specified. (6/10)

7 Each Message on the LCD screen or seven segment digits should be on for 3 seconds before clearing off. Procedure Details Start with LCD screen Scan the item Enter the two digit barcode of the item using the keypad in decimal. If a Barcode that is not present in the given table is entered, the LCD screen should display Wrong Code and then go back to the message Scan the item. Display the item name on the LCD screen and the price or price per pound on the seven segment digits. Check if the item falls into the category of either meat or vegetables. In case of meat or vegetables scanned o LCD Screen should display Weigh the item. o Enter the weights through the keypad and display it on LCD, in integer pounds in decimal. The acceptable range of weight is 0-9 pounds. Any weight that is entered outside this range should display a message Error on the LCD screen and then go back to the message Weigh the item. o The total price for that particular item is calculated and displayed on the seven segment digits. After scanning the item displaying its name and price, place the item in the bag. The action of placing the item in the bag is simulated by pressing SW2 in case of non-meat and non-vegetable items, and by pressing SW3 in case of meat or vegetable items. The total number of bags needed in case of non-meat and non-vegetable item will be one bag per item and in case of meat or vegetable would be 1 bag per every 3 pounds. The Total in dollars (the sum of all the prices of various items scanned till that point) is displayed as Total Amt= XX on the LCD screen for 3 seconds and the message Scan the item should come up. If the action of placing the item in the bag (i.e, pressing SW2 in case of non-meat or non-vegetable item and SW3 in case of meat and vegetable item) is done before scanning the item, the burglar alarm is triggered, which is simulated by a LCD message Alarm that stays on till the switch SW4 is pressed. A counter (counting down) keeps track of the number of bags that are left in the set of 30 bags, indicating the number by lighting up appropriate number of LEDS. For example, when there are three bags left, you should have three LEDS lit up; when there are two bags left only two LEDS should light up, and so on. Once the count equals 0 it should trigger an alarm by an LCD message Bags to notify the shortage of bags. Bags can be refilled back to a count of 30 by SW5. (7/10)

8 Table of Prices and Bar codes Bar Code Name of the Item Price (Per pound in case of meat or vegetables) 11 Pen $ Table Lamp $ Travel Bag $ Tennis Racket $ Radio $ Box $ Shoes $ Shirt $ Camera $ Potato $ Carrot $ Chicken $ Beef $ Fish $6.00 Digital clock Display a running clock. User can set the clock and alarm with buzzer, display hours, minutes, seconds, tenth of seconds - use LCD display or 7 segments. Think in a smart clock/timer: user can program some events. Such as turn off/on a lamp at certain times, close TV after some time Stop watch: use keys to set the stop/resume of the stopwatch. The stopwatch can be incremental/detrimental and it can also make beep sound when the stopwatch is zero. (8/10)

9 Programmable Waveform Generator Synthesize (via table lookup) variable frequency sine, triangle, square, and sawtooth waveforms; reconstruct signals using PWM. What is the range of frequency you can make? Can the user enter a signal that is not a standard one and you output it? User enters time and voltage list. Calculator Use the keypad to get operations and numbers and then display the result on the LCD. Can you do an advanced calculator? Do the operations in hex, binary, Motor Speed/Tachometer Measure the speed of a motor and display it on the LCD or 7-segment LEDs. User can enter a speed. Closed loop control is possible. Measure the speed, and then increase/decrease it to be as close as possible to the desired speed. What if the desired speed cannot be achieved after many trials? Use a push button to increase/decrease the speed. Add closed loop speed control capability (i.e., run motor at a programmable set point speed), add capability to control motor speed, allow the user to enter the speed using the keypad or switches. Connect a disc with two holes on a motor. The disc should rotate between a led and a receiver. Take the pulses and compute the speed (9/10)

10 A control system For example water level is a digital value readable by port A, read it and if it is more than a threshold open the sink to reduce it. When it is less than a threshold open the liquid valve to increase the water level. If the water level is more than a threshold give an alarm ---- You may not need to implement valves or sensors. But you should display the status of the system. Also use some buttons to enter water level. Digital Meter Measure voltage, current, resistance, capacitance,.. Use keypad and LCD display to select the measured quantity and range. Add the capability to measure different inputs at the same time. You can make beep if the measured quantity is more than the max. Measure the voltage using A/D. It can record several measures and gives the average. Distance Meter Using ultrasound or infrared transmitter/ receiver used by robots to do vision (10/10)

Sample BD Tech Concepts LLC

Sample BD Tech Concepts LLC XYZ Corp. Fry Controller FC-1234 Software Test Procedure Copyright 2014 Brian Dunn BD Tech Concepts LLC Last Modified: 00/00/0000 Version Tested: Date Tested: Technician: Results: 1 FC-1234 SW Test Proc.

More information

Practice Homework Problems for Module 3

Practice Homework Problems for Module 3 Practice Homework Problems for Module 3. Given the following state transition diagram, complete the timing chart below. d 0 0 0 0d dd 0 d X Y A B 0 d0 00 0 A B X Y 2. Given the following state transition

More information

UNIT V 8051 Microcontroller based Systems Design

UNIT V 8051 Microcontroller based Systems Design UNIT V 8051 Microcontroller based Systems Design INTERFACING TO ALPHANUMERIC DISPLAYS Many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. Light

More information

Sample BD Tech Concepts LLC

Sample BD Tech Concepts LLC XYZ Corp. Fry Controller FC-1234 Operating Specification Copyright 2014 Brian Dunn BD Tech Concepts LLC Contents Last Modified: 00/00/0000 Introduction 2 Interface 3 Idle 5 Cooking Cycle 5 Displaying and

More information

Service and Technical Support PLEASE CONTACT YOUR NEAREST DISTRIBUTOR If unknown then fax: 44 (0)

Service and Technical Support PLEASE CONTACT YOUR NEAREST DISTRIBUTOR If unknown then fax: 44 (0) Electro-Magnetic Compatibility (EMC) This product complies with Council Directive 2004/108/EC when installed and used in accordance with the relevant instructions. Service and Technical Support PLEASE

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

HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer

HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer 1 P a g e HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer Objectives: Develop the behavioural style VHDL code for D-Flip Flop using gated,

More information

Lab #5: Design Example: Keypad Scanner and Encoder - Part 1 (120 pts)

Lab #5: Design Example: Keypad Scanner and Encoder - Part 1 (120 pts) Nate Pihlstrom, npihlstr@uccs.edu Lab #5: Design Example: Keypad Scanner and Encoder - Part 1 (120 pts) Objective The objective of lab assignments 5 through 9 are to systematically design and implement

More information

ET-REMOTE DISTANCE. Manual of ET-REMOTE DISTANCE

ET-REMOTE DISTANCE. Manual of ET-REMOTE DISTANCE ET-REMOTE DISTANCE ET-REMOTE DISTANCE is Distance Measurement Module by Ultrasonic Waves; it consists of 2 important parts. Firstly, it is the part of Board Ultrasonic (HC-SR04) that includes sender and

More information

Operations of ewelink APP

Operations of ewelink APP Operations of ewelink APP Add WiFi-RF Bridge to APP: 1. In a place where there is a wireless WIFI signal, turn on the WLAN function of the phone, select a wireless network and connect it. 2. After powering

More information

ECB DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER

ECB DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER ECB2212 - DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER SUBMITTED BY ASHRAF HUSSAIN (160051601105) S SAMIULLAH (160051601059) CONTENTS >AIM >INTRODUCTION

More information

Experiment 7 Fall 2012

Experiment 7 Fall 2012 10/30/12 Experiment 7 Fall 2012 Experiment 7 Fall 2012 Count UP/DOWN Timer Using The SPI Subsystem Due: Week 9 lab Sessions (10/23/2012) Design and implement a one second interval (and high speed 0.05

More information

1. Synopsis: 2. Description of the Circuit:

1. Synopsis: 2. Description of the Circuit: Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: This lab gives you more exercise in schematic entry, state machine design using the one-hot state method, further understanding

More information

Operations. BCU Operator Display BMTW-SVU02C-EN

Operations. BCU Operator Display BMTW-SVU02C-EN Operations BCU Operator Display BMTW-SVU02C-EN Operations BCU Operator Display Tracer Summit BMTW-SVU02C-EN June 2006 BCU Operator Display Operations This guide and the information in it are the property

More information

LE-650s Instruction Manual

LE-650s Instruction Manual LE-650s Instruction Manual LE-650s Controller The LE-650s Controller is a user-friendly panel mounted operator interface for Servo Motor Rotary Cutting machines. Everything required to provide correct

More information

ECE 372 Microcontroller Design

ECE 372 Microcontroller Design E.g. Port A, Port B Used to interface with many devices Switches LEDs LCD Keypads Relays Stepper Motors Interface with digital IO requires us to connect the devices correctly and write code to interface

More information

Introduction to Digital Electronics

Introduction to Digital Electronics Introduction to Digital Electronics by Agner Fog, 2018-10-15. Contents 1. Number systems... 3 1.1. Decimal, binary, and hexadecimal numbers... 3 1.2. Conversion from another number system to decimal...

More information

Chapter 9 Introduction to Sequential Logic

Chapter 9 Introduction to Sequential Logic Chapter 9 Introduction to Sequential Logic Chapter Objectives Upon successful completion of this chapter, you will be able to: Explain the difference between combinational and sequential circuits. Define

More information

Application Note 11 - Totalization

Application Note 11 - Totalization Application Note 11 - Totalization Using the TrendView Recorders for Totalization The totalization function is normally associated with flow monitoring applications, where the input to the recorder would

More information

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.

More information

DIGITAL TIMER - MODES- rev. 5.5

DIGITAL TIMER - MODES- rev. 5.5 JUMPER LOGIC The different modes described can be accessed by setting the jumpers according to the following table. MODE JUMPER DESCRIPTION B C D 1 ON ON ON MANUAL STOP WITH CANCEL 2 OFF ON ON MANUAL STOP

More information

ET BLU MIX RX-Condo-3

ET BLU MIX RX-Condo-3 ET BLU MIX RX-Condo-3 Three channel, 999 user, enhanced rolling code receiver. Ver: 2016.10.001 Product identification: Dark blue base with light blue top casing. White and orange antenna. 3 digit 7 segment

More information

Rensselaer Polytechnic Institute Computer Hardware Design ECSE Report. Lab Three Xilinx Richards Controller and Logic Analyzer Laboratory

Rensselaer Polytechnic Institute Computer Hardware Design ECSE Report. Lab Three Xilinx Richards Controller and Logic Analyzer Laboratory RPI Rensselaer Polytechnic Institute Computer Hardware Design ECSE 4770 Report Lab Three Xilinx Richards Controller and Logic Analyzer Laboratory Name: Walter Dearing Group: Brad Stephenson David Bang

More information

Installation & Operation Manual. BEC PM1 Controller Time/Flow/Volume Controller. Water Control Solutions

Installation & Operation Manual. BEC PM1 Controller Time/Flow/Volume Controller. Water Control Solutions Installation & Operation Manual BEC PM1 Controller Time/Flow/Volume Controller Water Control Solutions Table of Contents Introduction 4 Chapter 1 Technical Data and I/O Connections 6 DC Solenoid 6 Power

More information

Practice Homework Solution for Module 3

Practice Homework Solution for Module 3 Practice Homework Solution for Module 3. Given the following state transition diagram, complete the timing chart below. d d dd d X Y A B d A B X Y MODULE 3 PRACTICE HOMEWORK SOLUTION Page 2. Given the

More information

Conference Speaker Timing System. Operating Instruction Manual

Conference Speaker Timing System. Operating Instruction Manual Conference Speaker Timing System Operating Instruction Manual December 2006 Table of Contents Overview... 2 The Master Station... 2 The Slave Station... 2 Warning Lights... 3 Radio-Controlled Clock...

More information

Decade Counters Mod-5 counter: Decade Counter:

Decade Counters Mod-5 counter: Decade Counter: Decade Counters We can design a decade counter using cascade of mod-5 and mod-2 counters. Mod-2 counter is just a single flip-flop with the two stable states as 0 and 1. Mod-5 counter: A typical mod-5

More information

Revision History. SDG2000X Firmware Revision History and Update Instructions

Revision History. SDG2000X Firmware Revision History and Update Instructions Revision History Date Version Revision 2/28/2018 2.01.01.23R8 Optimized calibration and PV process on the production line. 8/29/2017 2.01.01.23R7 1. Supported system recovery from U-disk. 2. Fixed a bug

More information

Technology Control Technology

Technology Control Technology L e a v i n g C e r t i f i c a t e Technology Control Technology P I C A X E 1 8 X Prog. 1.SOUND Output Prog. 3 OUTPUT & WAIT Prog. 6 LOOP Prog. 7...Seven Segment Display Prog. 8...Single Traffic Light

More information

Digital (5hz to 500 Khz) Frequency-Meter

Digital (5hz to 500 Khz) Frequency-Meter Digital (5hz to 500 Khz) Frequency-Meter Posted on April 4, 2008, by Ibrahim KAMAL, in Sensor & Measurement, tagged Based on the famous AT89C52 microcontroller, this 500 Khz frequency-meter will be enough

More information

Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: 2. Description of the Circuit:

Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: 2. Description of the Circuit: Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: This lab gives you more exercise in schematic entry, state machine design using the one-hot state method, further understanding

More information

TRIMBLE GPS / 10MHz REFERENCE MONITOR DISPLAY V January 2015

TRIMBLE GPS / 10MHz REFERENCE MONITOR DISPLAY V January 2015 TRIMBLE GPS / 10MHz REFERENCE MONITOR DISPLAY V1.2-1.4 January 2015 A display and command module for the Trimble Thunderbolt GPS with 10MHz reference oscillator. by Hubbatech Software Revision Notes: 1.2-2014

More information

Film-Tech. The information contained in this Adobe Acrobat pdf file is provided at your own risk and good judgment.

Film-Tech. The information contained in this Adobe Acrobat pdf file is provided at your own risk and good judgment. Film-Tech The information contained in this Adobe Acrobat pdf file is provided at your own risk and good judgment. These manuals are designed to facilitate the exchange of information related to cinema

More information

Experiment 8 Fall 2012

Experiment 8 Fall 2012 10/30/12 Experiment 8 Fall 2012 Experiment 8 Fall 2012 Count UP/DOWN Timer Using The SPI Subsystem and LCD Display NOTE: Late work will be severely penalized - (-7 points per day starting directly at the

More information

CPE 200L LABORATORY 3: SEQUENTIAL LOGIC CIRCUITS UNIVERSITY OF NEVADA, LAS VEGAS GOALS: BACKGROUND: SR FLIP-FLOP/LATCH

CPE 200L LABORATORY 3: SEQUENTIAL LOGIC CIRCUITS UNIVERSITY OF NEVADA, LAS VEGAS GOALS: BACKGROUND: SR FLIP-FLOP/LATCH CPE 200L LABORATORY 3: SEUENTIAL LOGIC CIRCUITS DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOALS: Learn to use Function Generator and Oscilloscope on the breadboard.

More information

16-CH Color Full Duplex Multiplexer Instruction Manual

16-CH Color Full Duplex Multiplexer Instruction Manual 16-CH Color Full Duplex Multiplexer Instruction Manual 707-V1.5(S) Index: 1. Safety Warning 3 2. Introduction 3 3. Features 4 4. Specification 5 5. Front Panel Keypad 6 6. Back Panel Connection 10 7. Menu

More information

MSC+ Controller. Operation Manual

MSC+ Controller. Operation Manual MSC+ Controller Operation Manual Contents Introduction... 1 Controls and Indicators...1 Programming the Controller... 3 Definitions...3 Programming Checklist...3 Power-Up the Controller...4 Clock Status

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview

More information

Fixed-Point Calculator

Fixed-Point Calculator Fixed-Point Calculator Robert Kozubiak, Muris Zecevic, Cameron Renny Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland University, Rochester, MI rjkozubiak@oakland.edu,

More information

EECS145M 2000 Midterm #1 Page 1 Derenzo

EECS145M 2000 Midterm #1 Page 1 Derenzo UNIVERSITY OF CALIFORNIA College of Engineering Electrical Engineering and Computer Sciences Department EECS 145M: Microcomputer Interfacing Laboratory Spring Midterm #1 (Closed book- calculators OK) Wednesday,

More information

DPM 942-FPSI 4-20mA Loop Meter with Programmable Backlighting

DPM 942-FPSI 4-20mA Loop Meter with Programmable Backlighting 4-0mA Loop Meter with Programmable Backlighting ORDERING INFORMATION Standard Instrument (panel meter, fixing kit, data sheet) DPM 94-FPSI FEATURES 9mm (0.7 ) digit height Dual colour backlight with programmable

More information

Defrost Control Installation and Programming of Version 3.1 Cards

Defrost Control Installation and Programming of Version 3.1 Cards Defrost Control Installation and Programming of Version 3.1 Cards INDEX 1. Introduction 2. Installation 3. Operation 4. Programming 5. Description Lists 6. Configuration Sheet NOTE: throughout the text,

More information

Copyright 2011 by Enoch Hwang, Ph.D. and Global Specialties. All rights reserved. Printed in Taiwan.

Copyright 2011 by Enoch Hwang, Ph.D. and Global Specialties. All rights reserved. Printed in Taiwan. Copyright 2011 by Enoch Hwang, Ph.D. and Global Specialties All rights reserved. Printed in Taiwan. No part of this publication may be reproduced, stored in a retrieval system or transmitted, in any form

More information

Chapter 3: Sequential Logic Systems

Chapter 3: Sequential Logic Systems Chapter 3: Sequential Logic Systems 1. The S-R Latch Learning Objectives: At the end of this topic you should be able to: design a Set-Reset latch based on NAND gates; complete a sequential truth table

More information

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore)

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore) Laboratory 11 Digital Displays and Logic (modified from lab text by Alciatore) Required Components: 2x lk resistors 1x 10M resistor 3x 0.1 F capacitor 1x 555 timer 1x 7490 decade counter 1x 7447 BCD to

More information

Filter Control FS-201

Filter Control FS-201 Filter Control FS-201 1/33 Index 1 General Information...4 1.1 Equipment...4 2 Installation...5 2.1 Mechanical Installation...5 2.2 Electrical Installation...5 2.2.1 Connection Diagram...6 3 Operation...6

More information

Experimental Study to Show the Effect of Bouncing On Digital Systems

Experimental Study to Show the Effect of Bouncing On Digital Systems Journal Name, Vol. 1, Journal of Networks and Telecommunication Systems, Vol. 1 (1), 28-38, September, 2015 ISSN: Pending,, Published online: www.unitedscholars.net/archive Experimental Study to Show the

More information

VIP-1E Controller Installation, Operation and Programming Guide. Form No Effective 12/01/11

VIP-1E Controller Installation, Operation and Programming Guide. Form No Effective 12/01/11 VIP-1E Controller Installation, Operation and Programming Guide Effective 12/01/11 Table of Contents Overview 1 Four Button Pad Alphanumeric Display Twist-Lock Connectors Nema-4X Enclosure Optional Control

More information

Digital Electronics Final Project Ideas (2008)

Digital Electronics Final Project Ideas (2008) Final Project Final Projects will be graded in lab on May 6, 2008. Projects are intended to be completed by individuals. The lab instructor will assign a project to you; however: a. you may request a project

More information

SWITCH: Microcontroller Touch-switch Design & Test (Part 2)

SWITCH: Microcontroller Touch-switch Design & Test (Part 2) SWITCH: Microcontroller Touch-switch Design & Test (Part 2) 2 nd Year Electronics Lab IMPERIAL COLLEGE LONDON v2.09 Table of Contents Equipment... 2 Aims... 2 Objectives... 2 Recommended Timetable... 2

More information

Hour Meters / Timers, electronic

Hour Meters / Timers, electronic Hour Meters / Timers, electronic LED Timers Codix 523 For use as a timer, hour meter or short-time meter Pulse width measurement (operating time) Time interval measurement (start/stop) DC 000000 0... 30V

More information

Digital Electronics Course Outline

Digital Electronics Course Outline Digital Electronics Course Outline PLTW Engineering Digital Electronics Open doors to understanding electronics and foundations in circuit design. Digital electronics is the foundation of all modern electronic

More information

ACT 10 Digital Keypad Operating & Installation Instructions This manual is found at

ACT 10 Digital Keypad Operating & Installation Instructions This manual is found at ACT 10 Digital Keypad Operating & Installation Instructions 18-00001 This manual is found at www.eaglesecuritysolutions.co.uk Installation Notes Always remember to factory default the controller before

More information

Telemetry Standard RCC Document , Appendix L, April 2009 APPENDIX L ASYNCHRONOUS RECORDER MULTIPLEXER OUTPUT RE-CONSTRUCTOR (ARMOR)

Telemetry Standard RCC Document , Appendix L, April 2009 APPENDIX L ASYNCHRONOUS RECORDER MULTIPLEXER OUTPUT RE-CONSTRUCTOR (ARMOR) APPENDIX L ASYNCHRONOUS RECORDER MULTIPLEXER OUTPUT RE-CONSTRUCTOR (ARMOR) Paragraph Title Page 1.0 General...L-1 2.0 Setup Organization...L-2 LIST OF TABLES Table L-1. Table L-2. Table L-3. Table L-4.

More information

MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM

MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM MDETS UCTECH's Modular Digital Electronics Training System is a modular course covering the fundamentals, concepts, theory and applications of digital electronics.

More information

7 SEGMENT LED DISPLAY KIT

7 SEGMENT LED DISPLAY KIT ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SCORE BOARD WITH THIS 7 SEGMENT LED DISPLAY KIT Version 2.0 Which pages of

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

The Micropython Microcontroller

The Micropython Microcontroller Please do not remove this manual from the lab. It is available via Canvas Electronics Aims of this experiment Explore the capabilities of a modern microcontroller and some peripheral devices. Understand

More information

EE 357 Lab 4 Stopwatch

EE 357 Lab 4 Stopwatch EE 357 Lab 4 Stopwatch 1 Introduction You will work in teams of one or two to write C code for your Coldfire board to implement the functionality of a stopwatch. You will plug your microcontroller board

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

University of Victoria. Department of Electrical and Computer Engineering. CENG 290 Digital Design I Lab Manual

University of Victoria. Department of Electrical and Computer Engineering. CENG 290 Digital Design I Lab Manual University of Victoria Department of Electrical and Computer Engineering CENG 290 Digital Design I Lab Manual INDEX Introduction to the labs Lab1: Digital Instrumentation Lab2: Basic Digital Components

More information

COMPANY. MX 9000 Process Monitor. Installation, Operating & Maintenance Manual AW-Lake Company. All rights reserved. Doc ID:MXMAN082416

COMPANY. MX 9000 Process Monitor. Installation, Operating & Maintenance Manual AW-Lake Company. All rights reserved. Doc ID:MXMAN082416 COMPANY MX 9000 Process Monitor Installation, Operating & Maintenance Manual 2016 AW-Lake Company. All rights reserved. Doc ID:MXMAN082416 1 Table of Contents Unpacking...3 Quick Guide...3 Connect to Sensor...3

More information

Microcontrollers and Interfacing week 7 exercises

Microcontrollers and Interfacing week 7 exercises SERIL TO PRLLEL CONVERSION Serial to parallel conversion Microcontrollers and Interfacing week exercises Using many LEs (e.g., several seven-segment displays or bar graphs) is difficult, because only a

More information

Professor Henry Selvaraj, PhD. November 30, CPE 302 Digital System Design. Super Project

Professor Henry Selvaraj, PhD. November 30, CPE 302 Digital System Design. Super Project CPE 302 Digital System Design Super Project Problem (Design on the DE2 board using an ultrasonic sensor as varying input to display a dynamic changing video) All designs are verified using Quartus or Active-HDL,

More information

(Skip to step 11 if you are already familiar with connecting to the Tribot)

(Skip to step 11 if you are already familiar with connecting to the Tribot) LEGO MINDSTORMS NXT Lab 5 Remember back in Lab 2 when the Tribot was commanded to drive in a specific pattern that had the shape of a bow tie? Specific commands were passed to the motors to command how

More information

Section 001. Read this before starting!

Section 001. Read this before starting! Points missed: Student's Name: Total score: / points East Tennessee State University epartment of Computer and Information Sciences CSCI 25 (Tarnoff) Computer Organization TEST 2 for Spring Semester, 23

More information

TDEPD. Field-Programmable Pressure Switch/Transducer with Integrated LED Display. Programming Sequence Manual

TDEPD. Field-Programmable Pressure Switch/Transducer with Integrated LED Display. Programming Sequence Manual TDEPD Field-Programmable Pressure Switch/Transducer with Integrated LED Display Programming Sequence Manual Wiring Diagram Pin5 Maintenance Mode + Gray Vent Pin2 Digital Output 2 +/ Analog Output + White

More information

(1) ADDENDUM FOR SYSTEM CONTROLLER WV-CU950/WV-CU650: MATRIX SWITCHER WJ-SX150 SERIES OPERATING PROCEDURES INSTALLATIONS AND CONNECTIONS

(1) ADDENDUM FOR SYSTEM CONTROLLER WV-CU950/WV-CU650: MATRIX SWITCHER WJ-SX150 SERIES OPERATING PROCEDURES INSTALLATIONS AND CONNECTIONS Addendum for WV-CU950, WV-CU650 and WJ-SX150 Series The descriptions in this document are applicable when WJ-SX150A Administrator Console and the firmware of this unit (matrix switcher) are Ver. 2.04 or

More information

Design and Implementation of Timer, GPIO, and 7-segment Peripherals

Design and Implementation of Timer, GPIO, and 7-segment Peripherals Design and Implementation of Timer, GPIO, and 7-segment Peripherals 1 Module Overview Learn about timers, GPIO and 7-segment display; Design and implement an AHB timer, a GPIO peripheral, and a 7-segment

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 23 121120 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review Combinatorial Logic Sequential Logic 3 Combinatorial Logic Circuits

More information

PLTW Engineering Digital Electronics Course Outline

PLTW Engineering Digital Electronics Course Outline Open doors to understanding electronics and foundations in circuit design. Digital electronics is the foundation of all modern electronic devices such as cellular phones, MP3 players, laptop computers,

More information

NI-DAQmx Device Considerations

NI-DAQmx Device Considerations NI-DAQmx Device Considerations January 2008, 370738M-01 This help file contains information specific to analog output (AO) Series devices, C Series, B Series, E Series devices, digital I/O (DIO) devices,

More information

Software Ver

Software Ver - 0 - Software Ver-3.02 CONTENTS 1. INTRODUCTION...- 2-2. MAIN PANEL...- 3-3. SETTING UP TIME AND DAY...- 4-4. CREATING AN IRRIGATION PROGRAM...- 6-4.1 IRRIGATION DAYS AND START TIMES WHEN... - 6-4.2 WATER

More information

UNIVERSITI TEKNOLOGI MALAYSIA

UNIVERSITI TEKNOLOGI MALAYSIA SULIT Faculty of Computing UNIVERSITI TEKNOLOGI MALAYSIA FINAL EXAMINATION SEMESTER I, 2016 / 2017 SUBJECT CODE : SUBJECT NAME : SECTION : TIME : DATE/DAY : VENUES : INSTRUCTIONS : Answer all questions

More information

MUHAMMAD NAEEM LATIF MCS 3 RD SEMESTER KHANEWAL

MUHAMMAD NAEEM LATIF MCS 3 RD SEMESTER KHANEWAL 1. A stage in a shift register consists of (a) a latch (b) a flip-flop (c) a byte of storage (d) from bits of storage 2. To serially shift a byte of data into a shift register, there must be (a) one click

More information

Operation/Users Manual

Operation/Users Manual Operation/Users Manual 48-1-21 Please forward any suggestions or errors to: jillas@daumar.es 6- OPERATION MANUAL FOR MACHINE 48 VERSION 48-1-21 This document is made up of the following sections: COMPULSORY

More information

Sequential Logic Basics

Sequential Logic Basics Sequential Logic Basics Unlike Combinational Logic circuits that change state depending upon the actual signals being applied to their inputs at that time, Sequential Logic circuits have some form of inherent

More information

ViewCommander- NVR Version 3. User s Guide

ViewCommander- NVR Version 3. User s Guide ViewCommander- NVR Version 3 User s Guide The information in this manual is subject to change without notice. Internet Video & Imaging, Inc. assumes no responsibility or liability for any errors, inaccuracies,

More information

Synchronous Sequential Logic

Synchronous Sequential Logic Synchronous Sequential Logic Ranga Rodrigo August 2, 2009 1 Behavioral Modeling Behavioral modeling represents digital circuits at a functional and algorithmic level. It is used mostly to describe sequential

More information

DSR-3000P. Digital Video Recorder. Manual for Remote Operation by Network Connection. Bedienungsanleitung fürdie Fernbedienung über ein Netzwerk

DSR-3000P. Digital Video Recorder. Manual for Remote Operation by Network Connection. Bedienungsanleitung fürdie Fernbedienung über ein Netzwerk Digital Video Recorder DSR-3000P Manual for Remote Operation by Network Connection English GB Bedienungsanleitung fürdie Fernbedienung über ein Netzwerk Deutsch D Manuel pour la commande à distance sur

More information

16 Stage Bi-Directional LED Sequencer

16 Stage Bi-Directional LED Sequencer 16 Stage Bi-Directional LED Sequencer The bi-directional sequencer uses a 4 bit binary up/down counter (CD4516) and two "1 of 8 line decoders" (74HC138 or 74HCT138) to generate the popular "Night Rider"

More information

Lab #12: 4-Bit Arithmetic Logic Unit (ALU)

Lab #12: 4-Bit Arithmetic Logic Unit (ALU) Lab #12: 4-Bit Arithmetic Logic Unit (ALU) ECE/COE 0501 Date of Experiment: 4/3/2017 Report Written: 4/5/2017 Submission Date: 4/10/2017 Nicholas Haver nicholas.haver@pitt.edu 1 H a v e r PURPOSE The purpose

More information

SC-606 Instructions. Pushbutton F MEMORY RECALL/SET Pushbutton E MODE/NEXT

SC-606 Instructions. Pushbutton F MEMORY RECALL/SET Pushbutton E MODE/NEXT Page 1 of 8 SC-606 Instructions SC-606 Thank you for buying the Robic SC-606. Your purchase brings you a world class timer with a vast array of advanced timekeeping functions. Please take a few moments

More information

Chapter 9 MSI Logic Circuits

Chapter 9 MSI Logic Circuits Chapter 9 MSI Logic Circuits Chapter 9 Objectives Selected areas covered in this chapter: Analyzing/using decoders & encoders in circuits. Advantages and disadvantages of LEDs and LCDs. Observation/analysis

More information

MBI5050 Application Note

MBI5050 Application Note MBI5050 Application Note Foreword In contrast to the conventional LED driver which uses an external PWM signal, MBI5050 uses the embedded PWM signal to control grayscale output and LED current, which makes

More information

Lab #11: Register Files

Lab #11: Register Files Lab #11: Register Files ECE/COE 0501 Date of Experiment: 3/20/2017 Report Written: 3/22/2017 Submission Date: 3/27/2017 Nicholas Haver nicholas.haver@pitt.edu 1 H a v e r PURPOSE The purpose of this lab

More information

Elwin Cabrera May 11, 2016 DIGITAL CLOCK. ECE271/CSC222 Final Project Report

Elwin Cabrera May 11, 2016 DIGITAL CLOCK. ECE271/CSC222 Final Project Report Elwin Cabrera May 11, 2016 DIGITAL CLOCK ECE271/CSC222 Final Project Report Problem Specification: For our CSC222/ECE271 final, we had to design a digital clock. We had to use Quartus and design a control

More information

MODEL 2018 OPERATION MANUAL Firmware Version

MODEL 2018 OPERATION MANUAL Firmware Version Reno A&E Telephone: (775) 826-2020 4655 Aircenter Circle Facsimile: (775) 826-9191 Reno, Nevada 89502 Internet: www.renoae.com USA e-mail: contact@renoae.com MODEL 2018 OPERATION MANUAL Firmware Version

More information

TABLE OF CONTENTS. Instructions:

TABLE OF CONTENTS. Instructions: TABLE OF CONTENTS Instructions: 1 Overview 1 2 Main technical parameters 1 3 Display and keyboard 2 3.1 Display Window 2 3.2 Indicator 4 4. Operation 4 4.1 Power 4 4.2 Zero 4 Modified 4 4.3 Modified 4

More information

Individual Project Report

Individual Project Report EN 3542: Digital Systems Design Individual Project Report Pseudo Random Number Generator using Linear Feedback shift registers Index No: Name: 110445D I.W.A.S.U. Premaratne 1. Problem: Random numbers are

More information

Laboratory 8. Digital Circuits - Counter and LED Display

Laboratory 8. Digital Circuits - Counter and LED Display Laboratory 8 Digital Circuits - Counter and Display Required Components: 2 1k resistors 1 10M resistor 3 0.1 F capacitor 1 555 timer 1 7490 decade counter 1 7447 BCD to decoder 1 MAN 6910 or LTD-482EC

More information

Tri-level Control HF Sensor

Tri-level Control HF Sensor Daylight Monitoring TM Ambient daylight threshold oop in oop out Tri-level Control HF Sensor HC403VRC-KD HC404VRC-KD Detached Version with Daylight Monitoring and Remote Control Applications Occupancy

More information

XTM72E & F Real-Time Clock Modules

XTM72E & F Real-Time Clock Modules Capricorn Controls Ltd Data & Application Notes Page 1 of 8 XTM72E & F Real-Time Clock Modules Originally designed to compliment our wide range of Gen-Set controls, these DC powered Real-Time-Clocks have

More information

Quick Q. Supervisor s User Guide

Quick Q. Supervisor s User Guide Quick Q Supervisor s User Guide Comdial strives to design the features in our communications systems to be fully interactive with one another. However, this is not always possible, as the combinations

More information

Mini Gear Indicator Manual SW024

Mini Gear Indicator Manual SW024 General Mini Gear Indicator Manual SW024 This Gear Indicator is designed to work on motorbikes with digital rev and speed signals. The current gear is displayed on a 7 segment LED display. The Gear Indicator

More information

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain 1 Problem Statement Obtain the file ant.tar from the class webpage. After you untar this file in an empty directory, you

More information

ComfortChoice Touch Thermostat. Designed for ZigBee R Wireless Technology USER GUIDE

ComfortChoice Touch Thermostat. Designed for ZigBee R Wireless Technology USER GUIDE ComfortChoice Touch Thermostat Designed for ZigBee R Wireless Technology USER GUIDE TABLE OF CONTENTS PAGE WELCOME... 8,9 THE TOUCH SCREEN... 10,11 Home - Inactive... 10 Home - Active... 11 PHYSICAL BUTTONS...

More information

Agilent Parallel Bit Error Ratio Tester. System Setup Examples

Agilent Parallel Bit Error Ratio Tester. System Setup Examples Agilent 81250 Parallel Bit Error Ratio Tester System Setup Examples S1 Important Notice This document contains propriety information that is protected by copyright. All rights are reserved. Neither the

More information

Xanura Programmeer Unit Type PUX

Xanura Programmeer Unit Type PUX Xanura Programmeer Unit Type PUX Disclaimer 2 BEFORE YOU BEGIN READ ALL INSTRUCTIONS. CAUTION:This is a high voltage device. Use extreme caution around the power connections on this product. The PUX is

More information

SigPlay User s Guide

SigPlay User s Guide SigPlay User s Guide . . SigPlay32 User's Guide? Version 3.4 Copyright? 2001 TDT. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or

More information