ECE 271 Microcomputer Architecture and Applications University of Maine

Size: px
Start display at page:

Download "ECE 271 Microcomputer Architecture and Applications University of Maine"

Transcription

1 ECE Microcomputer Architecture and Applications University of Maine Lab : Liquid Crystal Display (LCD) Driver in C Instructor: Prof. Yifeng Zhu Spring Goals. Understand alternative function of GPIO pins. Understand basic concepts of an LCD driver, particularly Bias and Duty Ratio. Understand concepts of double buffer memory to ensure the coherency of the displayed information. Understand clock configurations of GPIO pins and LCD drivers Pre-lab Assignment:. Read Chapter of Textbook. (Note: Table - and Table - are changed for STML. This lab description gives the updated tables). Complete the pin configuration tables included in this handout In-Lab Assignment:. Complete LCD_PIN_Init( ) and LCD_Configure( ).. Complete LCD_Display_Name( ) to display the first six letters of your last name. You cannot call LCD_DisplayString( ) in LCD_Display_Name( ).. Complete LCD_DisplayString( ) to display a short string. The string has only letters and numbers only, with a length less than.. Something cool. This following gives a few examples. a. LCD cool animations b. LCD scrolling to display a long string c. Set LCD contrast min-->max-->min by pressing user button Introduction PIN configuration: A total of GPIO pins from Port A, B, and C drive the LCD display, as shown below. The duty ratio of this LCD is and therefore there are four common terminals (COM- COM), which are connected to four GPIO pins. The other GPIO pins are mapped to pixel bits stored in the internal LCD RAM. The mapping between GPIO pins and LCD RAM are given in the textbook. Each pin should be configured as Alternative Function (LCD Driver). Figure. PIN connection to six -segment digits and bars.

2 ECE Microcomputer Architecture and Applications University of Maine Modification to the program flowchart (Figure - in Textbook): For the STML discovery kit, the MUS_SEG bit in the LCD_CR must be cleared. SEG[:] are not multiplexed with SEG[:]. LCD ( segments, commons, multiplexed / duty, / bias) on DIP connector VLCD = PC COM = PA (LCD_COM) COM = PA (LCD_COM) COM = PA (LCD_COM) COM = PB (LCD_COM) SEG =PA (LCD_SEG) SEG = PD (LCD_SEG) SEG = PB (CD_SEG) SEG = PD (LCD_SEG) SEG = PC (LCD_SEG) SEG = PD (LCD_SEG) SEG = PC (LCD_SEG) SEG = PB (LCD_SEG) SEG = PB (LCD_SEG) SEG = PD (LCD_SEG) SEG = PC (LCD_SEG) SEG = PB (LCD_SEG) SEG = PB (LCD_SEG) SEG = PC (LCD_SEG) SEG = PD (LCD_SEG) SEG = PB (LCD_SEG) SEG = PB (LCD_SEG) SEG = PA (LCD_SEG) SEG = PD (LCD_SEG) SEG = PC (LCD_SEG) SEG = PD (LCD_SEG) SEG = PB (LCD_SEG) SEG = PD (LCD_SEG) SEG = PA (LCD_SEG) LCD STML Pin LCD Pin COM COM COM COM LCD Pin PA (LCD_SEG) N P D E SEG PC (LCD_SEG) DP COLON C M SEG PB (LCD_SEG) N P D E SEG PB (LCD_SEG) DP COLON C M SEG PB (LCD_SEG) N P D E SEG PD (LCD_SEG) DP COLON C M SEG PD (LCD_SEG) N P D E SEG PD (LCD_SEG) DP COLON C M SEG PD (LCD_SEG) N P D E SEG PC (LCD_SEG) BAR BAR C M SEG PA (LCD_SEG) N P D E SEG PB (LCD_SEG) BAR BAR C M SEG PB (LCD_COM) COM PA (LCD_COM) COM PA (LCD_COM) COM PA (LCD_COM) COM PB (LCD_SEG) J K A B SEG PC (LCD_SEG) H Q F G SEG PC (LCD_SEG) J K A B SEG PD (LCD_SEG) H Q F G SEG PD (LCD_SEG) J K A B SEG PD (LCD_SEG) H Q F G SEG PD (LCD_SEG) J K A B SEG PB (LCD_SEG) H Q F G SEG PB (LCD_SEG) J K A B SEG PB (LCD_SEG) H Q F G SEG PC (LCD_SEG) J K A B SEG PA (LCD_SEG) H Q F G SEG

3 ECE Microcomputer Architecture and Applications University of Maine Lab :Pre-Lab Assignment Student Name: TA: Time & Date:. Configure Port A: Pin,,,,, as Alternative Function Mode GPIO Mode: Digital Input (, reset), Digital Output (), Alternative Function (), Analog () MODER MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] GPIOA Mode Value = x (in HEX) GPIOA Mode Value = x (in HEX) Configure Port A: Pin,,,,, and as Alternative Function (xb) AFR[] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFR[] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] GPIOA Alternative Function [] = x (in HEX) GPIOA Alternative Function [] = x (in HEX) GPIOA Alternative Function [] = x (in HEX) GPIOA Alternative Function [] = x (in HEX)

4 ECE Microcomputer Architecture and Applications University of Maine. Configure Port B: Pin,,,,,,,, and as Alternative Function Mode GPIO Mode: Digital Input (, reset), Digital Output (), Alternative Function (), Analog () MODER MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] GPIOB Mode Value = x (in HEX) GPIOB Mode Value = x (in HEX) Configure Port B: Pin,,,,,,,, and as Alternative Function (xb) AFR[] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFR[] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] GPIOB Alternative Function [] = x (in HEX) GPIOB Alternative Function [] = x (in HEX) GPIOB Alternative Function [] = x (in HEX) GPIOB Alternative Function [] = x (in HEX)

5 ECE Microcomputer Architecture and Applications University of Maine. Configure Port C: Pin,,,,, and as Alternative Function Mode GPIO Mode: Digital Input (, reset), Digital Output (), Alternative Function (), Analog () MODER MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] GPIOC Mode Value = x (in HEX) GPIOC Mode Value = x (in HEX) Configure Port C: Pin,,,,, and as Alternative Function (xb) AFR[] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFR[] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] GPIOC Alternative Function [] = x (in HEX) GPIOC Alternative Function [] = x (in HEX) GPIOC Alternative Function [] = x (in HEX) GPIOC Alternative Function [] = x (in HEX)

6 ECE Microcomputer Architecture and Applications University of Maine. Configure Port D: Pin,,,,,,, and as Alternative Function Mode GPIO Mode: Digital Input (, reset), Digital Output (), Alternative Function (), Analog () MODER MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] MODER[:] GPIOD Mode Value = x (in HEX) GPIOD Mode Value = x (in HEX) Configure Port D: Pin,,,,,,, and as Alternative Function (xb) AFR[] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFRL[:] AFR[] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] AFRH[:] GPIOD Alternative Function [] = x (in HEX) GPIOD Alternative Function [] = x (in HEX) GPIOD Alternative Function [] = x (in HEX) GPIOD Alternative Function [] = x (in HEX)

7 ECE Microcomputer Architecture and Applications University of Maine Write down your last name, and complete the following table. Your Last Name: (First Six Characters) LCD_RAM[] E G M B G M B M B E E G M B B M E G E G LCD_RAM[] E G M B LCD_RAM[] D F C A F C A C A D D F C A A C D F D F LCD_RAM[] D F C A LCD_RAM[] P Q Col K Q K Bar Col K P P Q Col K K Bar P Q P Q LCD_RAM[] P Q Col K LCD_RAM[] N H DP J H J Bar DP J N N H DP J J Bar N H N H LCD_RAM[] N H DP J LCD_RAM is an array of -bit unsigned integers. LCD_RAM[] = x (in Hex) LCD_RAM[] = x (in Hex) LCD_RAM[] = x (in Hex) LCD_RAM[] = x (in Hex) LCD_RAM[] = x (in Hex) LCD_RAM[] = x (in Hex) LCD_RAM[] = x (in Hex) LCD_RAM[] = x (in Hex)

8 ECE Microcomputer Architecture and Applications University of Maine Complete the following configuration table for LCD registers.. Refer to Figure - of Textbook and STML Reference Manual to complete the following table.. For STML discovery kit, the mux segment of the LCD_CR must be disabled, i.e. the MUX_SEG bit in the LCD_CR register must be cleared. SEG[:] are not multiplexed with SEG[:]. The flow chart (Figure - in textbook) is for STML discovery kit and it sets MUX_sets bit in the LCD_CR register to make output pins SEG[:] have function SEG[:]. Offset x LCD_CR BUFEN. MUX_SEG. BIAS[:] DUTY [:] VSEL LCDEN value x LCD_FCR PS[:] DIV[:] BLINK[:] BLINKF[:] CC [:] DEAD [:] PON [:] UDDIE SOFIE HD value x LCD_SR value FCRSF RDY UDD UDR SOF ENS xc LCD_CLR UDDC SOFC value

9 ECE Microcomputer Architecture and Applications University of Maine Lab : In-Lab Assignment The basic requirement of this lab is to display your last name on the LCD. Refer to Textbook for the flow charts. Notes:. The code uses the stmlxx.h head file provided in the STM library. It includes many useful macro definitions and data structures. Using them makes your code easier to understand and debug.. The program code to initialize the LCD clock is provided to you. The function is LCD_Clock_Init(); a. The LCD clock is the same clock as the Real-time clock (RTC). RTC clock domain is protected by default. To configure the LCD clock source, the RTC domain needs to be unlocked first by writing xca and x to the RTC->WPR register.. You are required to implement four functions: a. LCD_PIN_Init() that enables GPIO clocks and configures GPIO pins as the alternative function (LCD) b. LCD_Configure() that performs the LCD configuration in the flow chart c. LCD_Display_Name() that display the first six letters of your last name d. LCD_Display_String() that sets up the LCD_RAM and displays the input string on LCD. e. LCD_Clear() that clear the LCD screen.. Examples of something cool a. LCD cool animations b. LCD scrolling to display a long string c. Set LCD contrast min max min by pressing user button d. Something really cool Lab Demo Questions:. In the LCD_WriteChar( ) function, why do we use the following while statement while ((LCD->SR & LCD_SR_UDD) == );. What clock is used to drive the LCD? How can you find out? (Hint: check RCC register value in debug environment). Explain to TA why double-buffering can ensure the coherency of the displayed information

10 ECE Microcomputer Architecture and Applications University of Maine Lab : Post-Lab Assignment Answer the following questions in the file Readme.md and submit it with your lab code to the gitlab server.. Suppose the duty ratio of a LCD display is ¼ and it has a total of display segments (pixels). How many pins are required to drive this LCD?. Can a GPIO pin perform all alternative functions simultaneously?. Is the LCD driver (programmed in this lab) built in within the processor chip? What is the function of the COM driver and SEG driver?. How many pixels can the STML processor LCD driver drive? How large is the LCD_RAM in terms of bits? (Read STML Reference Manual). How many pixels does the LCD installed on the STML discovery kit have? Explain why many LCD_RAM bits are not used for this LCD?

HT1611C Timer with Dialer Interface

HT1611C Timer with Dialer Interface Crystalfontz Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ HT1611C Timer with Dialer nterface Features Patent umber: 844 (R.O.C.) Patent Pending: 08/214, 079

More information

RSSI RTC FREQ CLK AD compare RF50 antenna test port ISP UART. PWR DR FDEV BW power SW LEDTX LEDRX KEY VR101

RSSI RTC FREQ CLK AD compare RF50 antenna test port ISP UART. PWR DR FDEV BW power SW LEDTX LEDRX KEY VR101 . General RF50 Demo V. RF50 demo board is developed for RF50 chip (which is integrated MCU and RF circuit in single chip) to demonstrating function, testing distance and debugging software.. Board characters

More information

XA1600E Development Board Reference Manual

XA1600E Development Board Reference Manual XA1600E Development Board Reference Manual Contents 3 Introduction Block Diagram of the XA1600E Package contents Getting started 6 Overview XA1600E User interface XA1600E LED s, buttons, & jumpers 11 Pin

More information

X-1500 Reference Manual

X-1500 Reference Manual X-1500 Reference Manual Contents 4 Introduction Block Diagram of the X-1500 Package contents Getting started 10 Overview X-1500 User interface X-1500 LED s, buttons, & jumpers 10 Pin out descriptions X300:

More information

ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona

ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona ECE 34-2 Computer Engineering I ECE34-. Introduction Z. Aliyazicioglu Electrical and Computer Engineering Department Cal Poly Pomona Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34- Instructors

More information

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients CHUN-LIANG HSU 1 SHENG-YUAN YANG 2 DONG-LIANG LEE 3 LAWRENCE Y. DENG 4 1 Department of Electrical Engineering 2 Department

More information

S5U1C88816P Manual (Peripheral Circuit Board for S1C88816/8F360)

S5U1C88816P Manual (Peripheral Circuit Board for S1C88816/8F360) MF-0a CMOS -BIT SINGLE CHIP MICROCOMPUTER SUCP Manual (Peripheral Circuit Board for SC/F0) NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the written

More information

GLOBALMEET RELEASE 4.0

GLOBALMEET RELEASE 4.0 GLOBALMEET RELEASE 4.0 This release includes a major enhancement to webcam sharing, usability improvements, and fixes to issues reported by our customers. SUMMARY OF CHANGES NEW FEATURES AND ENHANCEMENTS

More information

GLOBALMEET USER GUIDE

GLOBALMEET USER GUIDE GLOBALMEET USER GUIDE Release 4.0 October 2017 (REV2) Includes: GlobalMeet web meetings GlobalMeet desktop tools (Mac and Windows) GlobalMeet for Outlook (Mac and Windows) TABLE OF CONTENTS GlobalMeet

More information

Site Install Guide. Hardware Installation and Configuration

Site Install Guide. Hardware Installation and Configuration Site Install Guide Hardware Installation and Configuration The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software

More information

UTAdvanced Series Communication Interface (Open Network)

UTAdvanced Series Communication Interface (Open Network) User s Manual UTAdvanced Series Communication Interface (Open Network) User s Manual IM 05P07A01-02EN IM 05P07A01-02EN 6th Edition Introduction Thank you for purchasing the UTAdvanced Series digital indicating

More information

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for IgeaCare

More information

HY16F19X Series ICE Hardware User s Manual

HY16F19X Series ICE Hardware User s Manual HYF9X Series 0 HYCON Technology Corp APD-HYIDE009-V0_EN page HYF9 Series 目錄 ICE Hardware Introduction Hardware HY-Protool Introduction Hardware Target Board Introduction Hardware Connection Introduction

More information

OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN )

OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN ) ARMY TM 11-5805-694-14 AIR FORCE TO 31W2-4-287-1 OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN 5805-01-0308) This copy is a reprint

More information

Features PART MARKING TEMP. RANGE ( C) PKG. DWG. # ICM7243BlPL** (No longer available or supported) ICM7243BlPL -25 to Ld PDIP E40.

Features PART MARKING TEMP. RANGE ( C) PKG. DWG. # ICM7243BlPL** (No longer available or supported) ICM7243BlPL -25 to Ld PDIP E40. DATASHEET ICM7243 8-Character, Microprocessor-Compatible, LED Display Decoder Driver FN3162 Rev 5.00 The ICM7243 is an 8-character, alphanumeric display driver and controller which provides all the circuitry

More information

NURSE CALLING SYSTEM

NURSE CALLING SYSTEM NURSE CALLING SYSTEM Patients' care is undoubtedly the main aim of all hospitals and Nursing Homes. Hence there is a need to provide one dedicated line of communication to every patient so that the patient

More information

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision 7.00. EnerVista, Integrator, Digital Energy, Multilin, and GE Multilin are trademarks or registered

More information

Simulering av industriella processer och logistiksystem MION40, HT Simulation Project. Improving Operations at County Hospital

Simulering av industriella processer och logistiksystem MION40, HT Simulation Project. Improving Operations at County Hospital Simulering av industriella processer och logistiksystem MION40, HT 2012 Simulation Project Improving Operations at County Hospital County Hospital wishes to improve the service level of its regular X-ray

More information

Using Trustwave SEG Cloud with Exchange Server

Using Trustwave SEG Cloud with Exchange Server .trust Using Trustwave SEG Cloud with Exchange Server Table of Contents About This Document 1 1 Trustwave SEG Cloud with Exchange Server 2 2 Networking and DNS Setup 2 3 Provisioning Trustwave SEG Cloud

More information

Computer Science Undergraduate Scholarship

Computer Science Undergraduate Scholarship Computer Science Undergraduate Scholarship Regulations The Computer Science Department at the University of Waikato runs an annual Scholarship examination. Up to 10 Scholarships are awarded on the basis

More information

Graduate Nursing Student Electronic Medical Record (EMR) Orientation Manual For onechart/epic

Graduate Nursing Student Electronic Medical Record (EMR) Orientation Manual For onechart/epic Graduate Nursing Student Electronic Medical Record (EMR) Orientation Manual For onechart/epic Revised 12/18/17 Table of Contents Overview of onechart/epic Training... 1 onechart/epic Training for Nursing

More information

SSPRQ test pattern. Pete Anslow, Ciena. IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 2016

SSPRQ test pattern. Pete Anslow, Ciena. IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 2016 test pattern Pete Anslow, Ciena IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 206 Introduction P802.3bs D.3 contains two PAM4 test patterns: PRBS3Q and PRBS3Q with characteristics analysed in anslow_0_25_logic

More information

Personal Attendant Service Rates Effective 9/1/14 1 unit= 1 HOUR

Personal Attendant Service Rates Effective 9/1/14 1 unit= 1 HOUR PARTICIPANT LEVEL HCPCS MODIFIER Personal Attendant Service Rates Effective 9/1/14 = 1 HOUR WAIVER PAYMENT RATE (includes enhanced rate) MODIFIER BLENDED PAYMENT NON WAIVER/ PROTECTIVE SERVICES (includes

More information

Your window to personal and professional Southern Regional Technical College. Business & Industry Training Personal Enrichment Classes

Your window to personal and professional Southern Regional Technical College. Business & Industry Training Personal Enrichment Classes Fall 2018 @ Southern Regional Technical College M mentum Business & Industry Training Personal Enrichment Classes Your window to personal and professional development. www.southernregional.edu OUR TEAM

More information

PATIENT PORTAL USERS GUIDE

PATIENT PORTAL USERS GUIDE PATIENT PORTAL USERS GUIDE V 5.0 December 2012 eclinicalworks, 2012. All rights reserved Login and Pre-Registration Patients enter a valid Username and secure Password, then click the Sign In button to

More information

a. It is very important to link a visit before or during the visit. This will drive billing functionality

a. It is very important to link a visit before or during the visit. This will drive billing functionality Epic FAQs 1. Adding patients to a list a. Only recommended for studies not in Epic i. Use the My Patients on Research Studies or Patients Associated with (Specify Study) Reports to find your patients on

More information

Realization of FPGA based numerically Controlled Oscillator

Realization of FPGA based numerically Controlled Oscillator IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) ISSN: 2319 4200, ISBN No. : 2319 4197 Volume 1, Issue 5 (Jan. - Feb 2013), PP 07-11 Realization of FPGA based numerically Controlled Oscillator Gopal

More information

CareTracker Patient Portal Tips

CareTracker Patient Portal Tips CareTracker Patient Portal Tips by Phasis Group, LLC CONTENTS Purpose... 2 Patient Portal Manual and Help... 2 Requirements for Patient s Computer... 2 Operating System / Internet Browsers... 2 Internet

More information

MF CMOS 8-BIT SINGLE CHIP MICROCOMPUTER. S5U1C8F360T1 Manual. (S1C8F360 DEMO Board) Hardware/Software

MF CMOS 8-BIT SINGLE CHIP MICROCOMPUTER. S5U1C8F360T1 Manual. (S1C8F360 DEMO Board) Hardware/Software MF0-0 CMOS -BIT SINGLE CHIP MICROCOMPUTER SUCF0T Manual (SCF0 DEMO Board) Hardware/Software NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the written

More information

Kansas University Medical Center ecrt Department Administrator Training. June 2008

Kansas University Medical Center ecrt Department Administrator Training. June 2008 Kansas University Medical Center ecrt Department Administrator Training June 2008 KUMC Process Timeline Effort Reporting Period 3 Week Pre-Review Period 3 Week Certification Period Post Certification Period

More information

2009 Student Technology Fee Proposal Form

2009 Student Technology Fee Proposal Form 2009 Student Technology Fee Proposal Form Title of Project: ET 308 CAD/CAM Computer Lab Upgrade Department/Organization: Engineering Technology Name(s) of Project Applicant(s) Name Eric McKell MS 9086

More information

MRA4 Modbus HighPROTEC. Data point list. Manual DOK-TD-MRA4MDE

MRA4 Modbus HighPROTEC. Data point list. Manual DOK-TD-MRA4MDE MRA4 Modbus HighPROTEC Data point list Manual DOK-TD-MRA4MDE Table of Contents Table of Contents TABLE OF CONTENTS... 2 MODBUS PARAMETERS... 3 Notes for the SCADA-System... 4 SPECIFIC MODBUS FUNCTION CODES...

More information

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM Amar Palwankar 1, Saurabh kotawadekar 2, Amit Patil 3,Sushant Patil 4 1 Asst.Prof, Dept. of Information Technology, FAMT, Ratnagiri 2 Student, Dept.

More information

Fall 2005 Final Project Electronic Etch-A-Sketch

Fall 2005 Final Project Electronic Etch-A-Sketch UNIVERSITY OF CALIFORNIA AT BERKELEY COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE Fall 2005 Electronic Etch-A-Sketch 1.0 Objectives The primary goal of this project

More information

Moving from HASP4 to Sentinel HASP. Migration Guide

Moving from HASP4 to Sentinel HASP. Migration Guide Moving from HASP4 to Sentinel HASP Migration Guide Migration Guide: Moving from HASP4 to Sentinel HASP Copyrights and Trademarks Copyright 2010 SafeNet, Inc. All rights reserved. Cross-Locking, Hardlock,

More information

Server, Desktop, Mobile Platforms Working Group (SDMPWG) Dated

Server, Desktop, Mobile Platforms Working Group (SDMPWG) Dated Server, Desktop, Mobile Platforms Working Group (SDMPWG) Dated 2011-04-25 The information provided below is subject to change and reflects the current knowledge of the Working Group. 1. Management Problem(s)

More information

724Access Viewer User Guide

724Access Viewer User Guide 724Access Viewer This explains how to access and use the 724Access Viewer application in the event of a COMPASS downtime. 724Access Viewer provides near real-time transfer of clinical data to workstations.

More information

CIS192 Python Programming. Dan Gillis. January 20th, 2016

CIS192 Python Programming. Dan Gillis. January 20th, 2016 CIS192 Python Programming Introduction Dan Gillis University of Pennsylvania January 20th, 2016 Dan Gillis (University of Pennsylvania) CIS 192 January 20th, 2016 1 / 37 Outline 1 About this Course People

More information

Methodology for capacity calculation for ID timeframe

Methodology for capacity calculation for ID timeframe Methodology for capacity calculation for ID timeframe NRA approval package Version 1.0 Date 05-11-2015 Status Draft Final Contents 1 Introduction and purpose... 3 2 Definitions... 3 3 General principles

More information

Sponsored Programs Administration Banner/FRAGRNT TABLE

Sponsored Programs Administration Banner/FRAGRNT TABLE Sponsored Programs Administration Banner/FRAGRNT TABLE Concept of the FRAGRNT Table: The Grant Maintenance Form. FRAGRNT is used to enter or update grant information. Grant Field: This is a 6-Character

More information

GLOBALMEET GLOBALMEET USER GUIDE

GLOBALMEET GLOBALMEET USER GUIDE GLOBALMEET GLOBALMEET USER GUIDE Version: 3.1 Document Date: 1/25/2013 TABLE OF CONTENTS Table of Contents INTRODUCTION... 1 GlobalMeet Overview... 2 GlobalMeet HD... 3 GlobalMeet Toolbar for Outlook...

More information

Medical Assisting Syllabus

Medical Assisting Syllabus Course Hours: Instructional Mode Distance Education Instructor Terri Hock, BSTM-PSY, RHE, CCMA Prerequisite Courses 1. Medical Terminology for the Administrative Assistant 2. Medical Administrative Assisting.

More information

NEXTGEN PATIENT PORTAL (NextMD) DEMONSTRATION

NEXTGEN PATIENT PORTAL (NextMD) DEMONSTRATION NEXTGEN PATIENT PORTAL (NextMD) DEMONSTRATION This demonstration reviews usage of the NextGen Patient Portal. Details of the workflow will likely vary somewhat, depending on practice policy & clinic layout,

More information

Now that we have reviewed the agenda and objectives for today, let s proceed with the EC Grants Overview (PPT SLIDE 1).

Now that we have reviewed the agenda and objectives for today, let s proceed with the EC Grants Overview (PPT SLIDE 1). Welcome / Introductions Hello. I m Dr. Khalilah O Farrow-Boulware, Regional Trainer for the Piedmont-Triad and Southwest Districts. I d like to welcome you to this EC Grants training webinar. Please note

More information

Telligence Nurse Call Communication System. Total solutions for patient-staff communications

Telligence Nurse Call Communication System. Total solutions for patient-staff communications Telligence Nurse Call Communication System Total solutions for patient-staff communications Seamless communications for more attentive care Nurse call and clinical workflow are increasingly interconnected.

More information

DEP Documentation RSA Key Import In Keytable User Manual

DEP Documentation RSA Key Import In Keytable User Manual Haachtsesteenweg 1442 1130 Brussels Belgium DEP Documentation RSA Key Import In Keytable User Manual Version: 04.00 Atos Worldline - Technology & Products / Engineering / DEP Page: 2/16 Version Management

More information

Grant Reporting for Faculty Grant Expense Detail

Grant Reporting for Faculty Grant Expense Detail Grant Reporting for Faculty Grant Expense Detail This report provides line item detail expenses for a user-specified Sponsored Program. The report allows faculty and department administrators to more easily

More information

Go! Guide: Adding Medication Administration History

Go! Guide: Adding Medication Administration History Go! Guide: Adding Medication Administration History Introduction Past medication administrations are often an integral part of a patient scenario. It may be important for students to review the patient

More information

CLINICAL CHARTING USER INTERFACE

CLINICAL CHARTING USER INTERFACE CLINICAL CHARTING USER INTERFACE The new (UI) is a significant step forward. The new UI offers several significant enhancements: One-click to create clinical charting from patient homepage Capture Time,

More information

SCENARIO 19 Emergency Planning for a Propane Bulk Plant

SCENARIO 19 Emergency Planning for a Propane Bulk Plant INCIDENT OVERVIEW You are the manager of a large propane bulk plant. You receive a call from the Sheriff s Department at 2:15 am. There is a fire at your facility! The Sheriff s Department Dispatcher informs

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification Co-op Evaluation System Senior Project 2014-2015 Team Members: Tyler Geery Maddison Hickson Casey Klimkowsky Emma Nelson Faculty Coach: Samuel Malachowsky Project Sponsors:

More information

Training Quick Steps Front Office Workflow. Using the PrognoCIS Schedule

Training Quick Steps Front Office Workflow. Using the PrognoCIS Schedule Using the PrognoCIS Schedule The primary screen front office personnel will use within the PrognoCIS EMR module is the Schedule tab. The user may alter the presentation of the data according to local preferences.

More information

COMMERCIAL ITEM DESCRIPTION SPECIFICATION SHEET CIRCUIT BREAKER, 28 VOLTS (V) DC, AUTOMATIC RESET, NONWATERPROOF, 10 AMPERES (A) TO 35 A

COMMERCIAL ITEM DESCRIPTION SPECIFICATION SHEET CIRCUIT BREAKER, 28 VOLTS (V) DC, AUTOMATIC RESET, NONWATERPROOF, 10 AMPERES (A) TO 35 A [INCH-POUND] A-A-55571/5F 11 December 2014 SUPERSEDING A-A-55571/5E 7 May 2009 COMMERCIAL ITEM DESCRIPTION SPECIFICATION SHEET CIRCUIT BREAKER, 28 VOLTS (V) DC, AUTOMATIC RESET, NONWATERPROOF, 10 AMPERES

More information

Kaba Clock Time Collection Device Update. onesource.uga.edu

Kaba Clock Time Collection Device Update. onesource.uga.edu Kaba Clock Time Collection Device Update 1. Kaba Recap 2. IP Address Auditing 3. Updating Kaba Order Agenda 4. Clock Network Support Plan 5. Estimated Installation Costs 6. Clock Payments n Kronos All

More information

OFFICE OF RESEARCH AND SPONSORED PROGRAMS. Grants Resource Center User Guide

OFFICE OF RESEARCH AND SPONSORED PROGRAMS. Grants Resource Center User Guide OFFICE OF RESEARCH AND SPONSORED PROGRAMS Grants Resource Center User Guide Created: August 23, 2012 Updated: November 6, 2015 Contents Introduction... 1 Login... 2 GrantSearch... 3 Academic Category and

More information

EE 579: Digital System Testing. EECS 579 Course Goals

EE 579: Digital System Testing. EECS 579 Course Goals EE 579: Digital System Testing Lecture 1: Course Introduction and Overview John P. Hayes University of Michigan EECS 579 Fall 2001 Lecture 01: Page 1 EECS 579 Course Goals To learn about The role of testing

More information

Instructions and Background on Using the Telehealth ROI Estimator

Instructions and Background on Using the Telehealth ROI Estimator Instructions and Background on Using the Telehealth ROI Estimator Introduction: Costs and Benefits How do investments in remote patient monitoring (RPM) devices affect the bottom line? The telehealth ROI

More information

Proposal Writing. ECE 2031 Design Proposal Assignment. Kevin Johnson

Proposal Writing. ECE 2031 Design Proposal Assignment. Kevin Johnson Proposal Writing ECE 2031 Design Proposal Assignment Kevin Johnson Derived from material by Christina Bourgeois Coordinator, Undergraduate Professional Communications Program, ECE Why Do a Design Proposal?

More information

Computer System. Computer hardware. Application software: Time-Sharing Environment. Introduction to Computer and C++ Programming.

Computer System. Computer hardware. Application software: Time-Sharing Environment. Introduction to Computer and C++ Programming. ECE 114 1 Computer System Introduction to Computer and C++ Programming Computer System Dr. Z. Aliyazicioglu Cal Poly Pomona Electrical & Computer Engineering Cal Poly Pomona Electrical & Computer Engineering

More information

eprint MOBILE DRIVER User Guide

eprint MOBILE DRIVER User Guide eprint MOBILE DRIVER User Guide eprint Mobile Driver User Guide Copyright and License 2011 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written

More information

University of Miami Clinical Enterprise Technologies

University of Miami Clinical Enterprise Technologies Provider Manual 1 Our Mission: To design and deliver ongoing support for a network of Business and Clinical Information Management Systems which enhance the academic and research vision while implementing

More information

KONICA MINOLTA GROUP FORWARD 08 Medium-Term Business Plan -- Brush up the medium-term business plan to accelerate growth strategies --

KONICA MINOLTA GROUP FORWARD 08 Medium-Term Business Plan -- Brush up the medium-term business plan to accelerate growth strategies -- Konica Minolta Group Briefing - March 2007 Consolidated Financial Results KONICA MINOLTA GROUP FORWARD 08 Medium-Term Business Plan -- Brush up the medium-term business plan to accelerate growth strategies

More information

Project / Report Lab Submission Form

Project / Report Lab Submission Form WE SHARE The European Development Days 2018 5-6 June 2018 Brussels, Belgium eudevdays.eu Project / Report Lab Submission Form International Cooperation and Development STEP 1 GENERAL The EDD are an unparalleled

More information

100GbE alignment markers

100GbE alignment markers 00GbE alignment markers Pete Anslow, Ciena IEEE P802.3cd Task Force, San Diego, July 206 Introduction nicholl_3cd_0_076 proposes a similar alignment marker mapping to FEC lanes as is used in Clause 9.

More information

Downtime Viewer User Guide for All Users

Downtime Viewer User Guide for All Users Downtime Viewer User Guide for All Users Overview... 1 Logging into Downtime Viewer... 1 Opening a Patient Chart in Downtime Viewer... 2 Patient Lists... 2 Clinics... 4 Navigating in the Patient s Chart...

More information

Mydea Jump Start Guide. Jump Start Guide. Version 3.0. December December 2017 Version 3.0 Page 1 / 16

Mydea Jump Start Guide. Jump Start Guide. Version 3.0. December December 2017 Version 3.0 Page 1 / 16 Jump Start Guide Version 3.0 December 2017 December 2017 Version 3.0 Page 1 / 16 A. Introduction to Mydea Your employees have lots of ideas, your company is full of potential - so how can you get more

More information

USDA. Self-Help Automated Reporting and Evaluation System SHARES 1.0. User Guide

USDA. Self-Help Automated Reporting and Evaluation System SHARES 1.0. User Guide USDA Self-Help Automated Reporting and Evaluation System SHARES 1.0 User Guide Table of Contents CHAPTER 1 - INTRODUCTION TO SHARES... 5 1.1 What is SHARES?... 5 1.2 Who can access SHARES?... 5 1.3 Who

More information

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa Education & Training Plan Physicians Office Assistant Professional

More information

CodoniXnotes Orientation CodoniXnotes Tracker Board

CodoniXnotes Orientation CodoniXnotes Tracker Board CodoniXnotes Orientation CodoniXnotes Tracker Board The EMR that works the way you do This document will provide orientation to the CodoniXnotes Tracker Board. The Tracker Board provides sophisticated

More information

Integrated Nurse Call Solutions

Integrated Nurse Call Solutions Integrated Nurse Call Solutions INTEGRATED NURSE CALL SOLUTIONS Making Your Work Day Easier Streamlined Workflows Tools for Improving Patient Satisfaction and Safety Wireless Communications Connects Patients

More information

Creating A Patient Portal Link From More Patient Button

Creating A Patient Portal Link From More Patient Button Creating A Patient Portal Link From More Patient Button Go to More Patient and click on the Export PHI tab. From this tab, click on Create Patient Portal Link. Note: Allow Internet Based Delivery Of Reminders

More information

Welcome to the Grants Processing Course

Welcome to the Grants Processing Course Welcome to the Grants Processing Course Monday, February 04, 2013 1 May 22, 2013 1 Introduction Instructor Instructor Welcome and Introductions Logistics Ground Rules Course Objectives Course Content Monday,

More information

Announcement of Request for DoD HPC Modernization Program HPC Equipment Reutilization Proposals

Announcement of Request for DoD HPC Modernization Program HPC Equipment Reutilization Proposals Date: 18 May 2018 Announcement of Request for DoD HPC Modernization Program HPC Equipment Reutilization Proposals I. INTRODUCTION Department of Defense (DoD) High Performance Computing Modernization Program

More information

Instructions for Navigating Your Awarded Grant

Instructions for Navigating Your Awarded Grant Instructions for Navigating Your Awarded Grant proposalcentral s Post-Award allows grantees to submit progress reports, project documents, financial/budget information, communicate with the funding organization,

More information

ONESOURCE University Training with Session Descriptions

ONESOURCE University Training with Session Descriptions ONESOURCE INCOME TAX TY13 RECOMMENDED TRAINING SEQUENCE FOR ONESOURCE INCOME TAX RS Session Name Session Description WebSeminar Recorded Event e-learning Module Session Length Domestic Administrator Ecel

More information

Sensor Assisted Care. Medical Automation Conference December 12, 2008

Sensor Assisted Care. Medical Automation Conference December 12, 2008 Sensor Assisted Care Medical Automation Conference December 12, 2008 Healthcare Overview Largest Segment of US Economy $1.8 Trillion in 2004 (15% of GDP) $4,178 per capita Pending Crisis Retiring Baby

More information

Medical Billing & Coding Certificate Program with Clinical Externship

Medical Billing & Coding Certificate Program with Clinical Externship Louisiana State University Shreveport Division of Continuing Education and Public Service One University Place Shreveport, LA 71115-2399 https://www.ce.lsus.edu/ Contact: Angela Taylor 318.798.4177 continuing.education@lsus.edu

More information

COMMERCIAL ITEM DESCRIPTION SHUNT, INSTRUMENT (EXTERNAL, 50 MILLIVOLT, 10 THROUGH 150 AMPERES (A) LIGHTWEIGHT TYPE)

COMMERCIAL ITEM DESCRIPTION SHUNT, INSTRUMENT (EXTERNAL, 50 MILLIVOLT, 10 THROUGH 150 AMPERES (A) LIGHTWEIGHT TYPE) INCH-POUND A-A-55524/1B 22 February 2012 SUPERSEDING A-A-55524/1A 31 January 2003 COMMERCIAL ITEM DESCRIPTION SHUNT, INSTRUMENT (EXTERNAL, 50 MILLIVOLT, 10 THROUGH 150 AMPERES (A) LIGHTWEIGHT TYPE) The

More information

A Guide to Quality Assurance of Trainer and Training

A Guide to Quality Assurance of Trainer and Training A Guide to Quality Assurance of Trainer and Training for Palm Beach County Early Childhood Trainers Effective May 1, 2016 Table of Contents An Overview:. 3 Components of the Trainer and Training Quality

More information

IRES Proposal Tracking (PT) Presented by: Kathi Goodfriend Office of Sponsored Projects Revised 03/15/2018 PRN: 5/14/ :19 PM

IRES Proposal Tracking (PT) Presented by: Kathi Goodfriend Office of Sponsored Projects Revised 03/15/2018 PRN: 5/14/ :19 PM IRES Proposal Tracking (PT) Presented by: Kathi Goodfriend Office of Sponsored Projects Revised 03/15/2018 PRN: 5/14/2018 12:19 PM Topics Covered Class Objective:. To become more familiar with the IRES

More information

DEPARTMENT OF THE NAVY FISCAL YEAR (FY) 2017 REQUEST FOR ADDITIONAL APPROPRIATIONS

DEPARTMENT OF THE NAVY FISCAL YEAR (FY) 2017 REQUEST FOR ADDITIONAL APPROPRIATIONS DEPARTMENT OF THE NAVY FISCAL YEAR (FY) 2017 REQUEST FOR ADDITIONAL APPROPRIATIONS JUSTIFICATION OF ESTIMATES MARCH 2017 Military Construction The estimated cost for this report for the Department of the

More information

Blackjacking 0wning the Enterprise via Blackberry. Jesse x30n D Aguanno

Blackjacking 0wning the Enterprise via Blackberry. Jesse x30n D Aguanno Blackjacking 0wning the Enterprise via Blackberry Jesse x30n D Aguanno x30n@digrev.org jesse@praetoriang.net Defcon 14 - Las Vegas, NV USA 2006 Blackjacking 0wning the Enterprise via Blackberry Hello,

More information

Grants Coordinator Forum. January 25, 2017

Grants Coordinator Forum. January 25, 2017 Grants Coordinator Forum January 25, 2017 U N I V E R S I T Y O F G E O R G I A Agenda OneSource Project Overview Grants Accomplishments Next Steps Spring 2017 How can you become involved? Q&A 2 What is

More information

Part II-Getting Started Primary Point of Contact (POC) - First Time Access to Your Non-Letter of Instruction (Non-LOI) School GoArmyEd Homepage

Part II-Getting Started Primary Point of Contact (POC) - First Time Access to Your Non-Letter of Instruction (Non-LOI) School GoArmyEd Homepage Part II-Getting Started Primary Point of Contact (POC) First Time Access to Your Non-Letter of Instruction (Non-LOI) School GoArmyEd Homepage General Information This training is intended for a Non-LOI

More information

THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS SECURITY CAMERA AND MONITORED PANIC BUTTON SYSTEM INSTALLATION RFP #17-015

THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS SECURITY CAMERA AND MONITORED PANIC BUTTON SYSTEM INSTALLATION RFP #17-015 THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS SECURITY CAMERA AND MONITORED PANIC BUTTON SYSTEM INSTALLATION RFP #17-015 THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS

More information

Call for Scientific Session Proposals

Call for Scientific Session Proposals Call for Scientific Session Proposals 2017 Theme: Serving Society Through Science Policy To make decisions, societies rely on knowledge and multiple perspectives. Policies both within and outside science

More information

Education & Training Plan. Medical Billing & Coding Certificate Program with Clinical Externship. Student Full Name:

Education & Training Plan. Medical Billing & Coding Certificate Program with Clinical Externship. Student Full Name: TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 www.tjc.edu/continuingstudies/mycaa Contact: Judie Bower 1-800-298-5226 jbow@tjc.edu Education & Training Plan Student

More information

DEPARTMENT OF DEFENSE INTERFACE STANDARD BI-LEVEL IMAGE COMPRESSION FOR THE NATIONAL IMAGERY TRANSMISSION FORMAT STANDARD

DEPARTMENT OF DEFENSE INTERFACE STANDARD BI-LEVEL IMAGE COMPRESSION FOR THE NATIONAL IMAGERY TRANSMISSION FORMAT STANDARD NOTICE OF CHANGE NOT MEASUREMENT SENSITIVE MIL-STD-188-196 NOTICE 1 27 June 1996 DEPARTMENT OF DEFENSE INTERFACE STANDARD BI-LEVEL IMAGE COMPRESSION FOR THE NATIONAL IMAGERY TRANSMISSION FORMAT STANDARD

More information

THE UNIVERSITY OF HONG KONG LIBRARIES. This book was a gift from. Dr. Kan Lai Bing

THE UNIVERSITY OF HONG KONG LIBRARIES. This book was a gift from. Dr. Kan Lai Bing THE UNIVERSITY OF HONG KONG LIBRARIES This book was a gift from Dr. Kan Lai Bing 2! JiJL 2w" Page 1 Function Organization The Government is one of the largest users of Information Technology (IT) and is

More information

O FFICE 0 11 P ROFESSIONAL AND C ONTINUING E DUCATIO N

O FFICE 0 11 P ROFESSIONAL AND C ONTINUING E DUCATIO N C.15.10 (Created 07-17-2017) N O FFICE 0 11 P ROFESSIONAL AND C ONTINUING E DUCATIO N Office of Professional & Continuing Education 301 OD Smith Hall Auburn, AL 36849 http://www.auburn.edu/mycaa Contact:

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2017 July 2017

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2017 July 2017 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2017 July 2017 Copyright 2005, 2017 Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

BOSTON COLLEGE Accounts Payable Presentation

BOSTON COLLEGE Accounts Payable Presentation PeopleSoft Voucher Workshop 1 1. Description of Department Roles AGENDA 2. Department Role Comparison 3. P1 Listing 4. Overview of PeopleSoft Chart of Accounts 5. Process Map 6. Reviewing frequently asked

More information

Paragon Clinician Hub for Physicians (PCH) Reference

Paragon Clinician Hub for Physicians (PCH) Reference Paragon Clinician Hub for Physicians (PCH) Reference Logging in to the Clinician Hub Paragon Clinician Hub (PCH) is available on any Carroll Hospital Network. VMWare View must be utilized to open the application.

More information

UNCLASSIFIED UNCLASSIFIED

UNCLASSIFIED UNCLASSIFIED : February 26 Exhibit R2, RDT&E Budget Item Justification: PB 27 2: Research, Development, Test & Evaluation, / BA 7: Operational Systems Development COST ($ in Millions) FY 25 FY 26 R Program Element

More information

Emergency Care, Rx Writer, Exit Care

Emergency Care, Rx Writer, Exit Care Sunrise Emergency Care Emergency Care, Rx Writer, Exit Care May 2013 v. 1.0 ED Display Board Log into Emergency Care/SCM. The View dropdown box will be populated with the views appropriate for your role

More information

BAWSCA Water Conservation Database RFP Addendum #1 Consultant Questions and Answers

BAWSCA Water Conservation Database RFP Addendum #1 Consultant Questions and Answers BAWSCA Water Conservation Database RFP Addendum #1 Consultant Questions and Answers 1. The first tasks in the project description (section 4) call for a detailed requirements review and design phase. Is

More information

Manage Pell Payments_SPD_ Revision Document Generation Date Date Modified Last Changed by sbrock Status sent for review 11.

Manage Pell Payments_SPD_ Revision Document Generation Date Date Modified Last Changed by sbrock Status sent for review 11. Department Responsibility/Role File Name Manage Pell Payments_SPD_20141117132500 Revision Document Generation Date Date Modified Last Changed by sbrock 11.17 Status sent for review 11.20 11/17/2014 1:25:00

More information

NHS Safety Thermometer

NHS Safety Thermometer NHS Safety Thermometer User Guide Contents How to get the NHS Safety Thermometer...2 Getting Started...3 Enabling Macros...3 The Main Menu...6 Recording a Survey...7 Recording Patient Information...8 Finding,

More information

US 290 DOING MORE WITH LESS. Michael E. Carlson, P.E. TxDOT Houston District Bridge Design. TTI Short Course TxDOT Houston District Bridge

US 290 DOING MORE WITH LESS. Michael E. Carlson, P.E. TxDOT Houston District Bridge Design. TTI Short Course TxDOT Houston District Bridge US 290 DOING MORE WITH LESS Michael E. Carlson, P.E. TxDOT Houston District Bridge Design THE US 290 CORRIDOR US 290 DOING MORE WITH LESS $49 million* July 2014 Williams Brothers Construction Co. Table

More information