F²MC-8FX FAMILY MB95200H/210H SERIES HOW TO DO CR TRIMMING 8-BIT MICROCONTROLLER APPLICATION NOTE

Size: px
Start display at page:

Download "F²MC-8FX FAMILY MB95200H/210H SERIES HOW TO DO CR TRIMMING 8-BIT MICROCONTROLLER APPLICATION NOTE"

Transcription

1 Fujitsu Microelectronics (Shanghai) Co., Ltd Application Note MCU-AN E-10 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200H/210H SERIES HOW TO DO CR TRIMMING APPLICATION NOTE

2 CR trimming Operation V1.0 Revision History Revision History Date Author Change record Raven Peng V1.0 First draft This document contains 11 pages. 1. The products described in this manual and the specifications thereof may be changed without prior notice. To obtain up-to-date information and/or specifications, contact your Fujitsu sales representative or Fujitsu authorized dealer. 2. Fujitsu will not be liable for infringement of copyright, industrial property right, or other rights of a third party caused by the use of information or drawings described in this manual. 3. The contents of this manual may not be transferred or copied without the express permission of Fujitsu. 4. The products contained in this document are not intended for use with equipments which require extremely high reliability such as aerospace equipments, undersea repeaters, nuclear control systems or medical equipment for life support. 5. Some of the products described in this manual may be strategic materials (or special technology) as defined by the Foreign Exchange and Foreign Trade Control Law. In such cases, the products or portions theory must not be exported without permission as defined under the law Fujitsu Microelectronics (Shanghai) Co., Ltd MCU-AN E-10 Page 2

3 CR trimming operation V1.0 Contents Contents REVISION HISTORY... 2 CONTENTS INTRODUCTION MAIN CR OSCILLATOR DESCRIPTION General CR Oscillator Control CR Control Register CR TRIMMING PROCESS Why Need CR Trimming Process CR Trimming Controlled by BGM Adapter The Format of CR Trimming Command CR Status Check CR Trimming Process Simple Flowchart of CR Trimming Process CR Trimming Result Dialogs Precautions on CR Trimming Result ADVANCED OPERATION AFTER CR TRIMMING Measure the CR Frequency CR Clock Repair FIGURES: MCU-AN E-10 Page 3

4 CR trimming Operation V1.0 Chapter 1 Introduction 1 Introduction This application note describes the main CR clock configuration and the CR trimming function. MCU-AN E-10 Page 4

5 CR trimming operation V1.0 Chapter 2 Main CR Oscillator Description 2 Main CR Oscillator Description Describe the configuration of CR Oscillator 2.1 General MB95F200/210 series MCU contains internal main CR oscillator; the CR oscillator can provide Main CR clock to MCU. The frequency of CR oscillator is controlled by CR control register. The basic frequency of the CR oscillator is set to 1MHz when leave factory. The CR oscillator also can provide multiple frequencies 8MHz/10MHz/12.5MHz to main CR clock. (See figure 2.2-1) 2.2 CR Oscillator Control The following block diagram shows the CR oscillator interface. Figure 2.2-1: Main CR clock construction CRTH [4:0] and CRTL [4:0] are used to tune the frequency of CR oscillator. CRTH [6:5] is used to control the output of CR oscillator to main CR clock. CRTH [4:0] can tune CR frequency coarsely (step length: -20KHz~-8KHz); CRTL [4:0] can tune CR frequency finely (step length: -8KHz~-1.6KHz). And generally the basic CR frequency can be set from 1.9MHz to 400KHz. When CRTH [4:0] and CRTL [4:0] are set to 00000B, CR oscillator is tuned at the fastest frequency. When CRTH [4:0] and CRTL [4:0] are set to 11111B, CR oscillator is tuned at the slowest frequency. CRTH [6:5] is set to 11B when leave factory, so the initial frequency of main CR clock is 8MHz. MCU-AN E-10 Page 5

6 2.3 CR Control Register CR trimming Operation V1.0 Chapter 2 Main CR Oscillator Description CR control register is a CRTH and CRTL "CR Clock Trimming Register". CR oscillator needs to keep 1MHz frequency for debug usage. (See chapter 3) so CRTH and CRTL are used NON-Volatile register construction. The following block diagram shows the CRTH and CRTL interface. Figure 2.3-1: NVR registers construction During reset, data in NVR will be fetched from flash area and stored into IO area. So if user modified CRTH and CRTL in IO area, the value could be recovered after reset. CRTH [4:0] and CRTL [4:0] in Flash area are reserved to user. Write code or constant data to CRTH [4:0] and CRTL [4:0] has no effective. So if set const section in user code as follow, CRTH [4:0] and CRTL [4:0] are also keep their original value; could not be changed to 0808H..section NVR,CONST,LOCATE=H FFBC.DATA.W 0x0808 // set CRTH & CRTL But CRTH [6:5] can be modified by user. MCU-AN E-10 Page 6

7 CR trimming operation V1.0 Chapter 3 CR Trimming Process 3 CR Trimming Process CR TRIMMING PRINCIPLE 3.1 Why Need CR Trimming Process. The CR trimming function is used by BGM adapter to control the CR frequency by adjust CR control register. In debug mode, CR oscillator is used to generate 62500bps baud rate signal to support 1- line UART communication. And the baud rate setting is base on 1MHz CR frequency. If the frequency of CR clock is out of range: 1MHz±3.75%, target MCU will lose communication with BGM Adapter. Debug will be stopped. To start debug, BGM Adapter needs to know the CR clock status; and also needs to adjust CR frequency if once the CR frequency is changed. Then BGM adapter start CR trimming process after target MCU power on. 3.2 CR Trimming Controlled by BGM Adapter The Format of CR Trimming Command BGM Adapter sends two bytes (0x55AA) to target MCU as CR trimming command. There is an interval (3.5ms) between 0x55 and 0xAA. Then BGM Adapter waits some time (2.7ms) for the ACK (1 byte) from target MCU. Repeat the command for CR status check and CR trimming. 0x55 <<interval>> 0xAA <<wait for ACK>> 0x55 <<interval>> 0xAA CR Status Check BGM Adapter checks the CR clock status after each time detects target MCU power on. First, BGM Adapter attempts to send trimming command 10 times after detected target MCU power on. If BGM Adapter receives right ACK (data 51H ) from target MCU in this 10 times commands, BGM Adapter will indicate CR_OK to Softune. If BGM Adapter receives wrong ACK (other data than 51H ) from target MCU in this 10 times commands, BGM Adapter will indicate TRIM_FAIL to Softune. If there is no ACK received by BGM Adapter in this 10 times commands, BGM Adapter will start CR trimming process to adjust CR frequency. (See chapter 3.2.3) CR Trimming Process To do CR trimming process, BGM Adapter continues to send trimming commands to target MCU until receive ACK or retry times are out of range (CR trimming fail). If NVR is broken in target MCU, target MCU gets wrong CR frequency after power on. Then target MCU can t receive trimming command correctly. After receive trimming command with frame error for several times, target MCU starts to do CR trimming. Target MCU sets CRTH [4:0] and CRTL [4:0] to 00000B and wait for trimming command, after receives wrong command each time, target MCU increases the value of CRTH [4:0] and CRTL [4:0] as a regulation. If receives the right trimming command, target MCU will do a little adjustment then return A1H to BGM Adapter as ACK. MCU-AN E-10 Page 7

8 CR trimming Operation V1.0 Chapter 3 CR Trimming Process If BGM Adapter receives ACK (data A1H ) from target MCU during CR trimming, BGM Adapter will indicate TRIM_OK to Softune. In normal case, the CR frequency can be adjusted to 1MHz±3% in this situation. And the precision can insure 1-line UART communication. If CR trimming process fails, BGM Adapter will indicate TRIM_FAIL to Softune Simple Flowchart of CR Trimming Process The following diagram is the simple CR trimming flowchart based on BGM Adapter side. Figure : CR trimming flowchart MCU-AN E-10 Page 8

9 CR trimming operation V1.0 Chapter 3 CR Trimming Process 3.3 CR Trimming Result Dialogs. Softune will check the CR clock status and show the result to user when start debug: If CR frequency is OK, Softune will continue debug normally. If CR trimming process passed, Softune will show the following dialog: Figure 3.3-1: means CR trimming passed If CR trimming process failed, Softune will show the following dialog: Figure 3.3-2: means NVR is broken and CR trimming failed If BGM Adapter is busy in doing CR trimming process. Softune will show the following dialog until CR trimming process finish: Figure 3.3-3: means CR trimming is in process 3.4 Precautions on CR Trimming Result. If target MCU runs in free-run mode, BGM Adapter may receive no response from target MCU, then BGM Adapter will indicate TRIM_FAIL to Softune. If target MCU runs in debug mode, and BGM Adapter reset at once, then BGM Adapter may indicate TRIM_FAIL to Softune too. So if CR trimming process failed, please re-connect debug tools and try again firstly. If CR trimming process failed for several times, that means target MCU is broken. If CR trimming process passed, the CR clock maybe can not support very accurate 1MHz frequency. But it is not influence the 1-line UART communication. If accurate CR frequency is needed in application, please contact to the shop that bought it or adjust CR trimming value according to next chapter. MCU-AN E-10 Page 9

10 CR trimming Operation V1.0 Chapter 4 Advanced operation after CR Trimming 4 Advanced operation after CR Trimming ADVANCED OPERATION OF CR Trimming 4.1 Measure the CR Frequency. Use compound timer output CR clock to an I/O port (E.g. 8MHz/8) in user code, then the CR frequency is measurable. Change CR trimming value in user code couldn t modify the CR trimming value in flash area. But this operation may cause the user code only can be run in free-run mode. 4.2 CR Clock Repair. After CR trimming process, the precision of CR frequency may change to 1MHz±3%. If the precision is not enough, you can repair CR clock manually. The process is: When start debug with a dedicated target MCU at the first time, record the value of CR control register (flash area) of this MCU. (The value can be read in memory window.) If the CR frequency is not very near 1MHz after CR trimming process, please modify the CR control register (I/O area) to the same value as recorded before. After Softune download program to flash memory, the value of CR control register in flash area will be repaired. MCU-AN E-10 Page 10

11 CR trimming operation V1.0 Figures: Figures: Figure 2.2-1: Main CR clock construction... 5 Figure 2.3-1: NVR registers construction... 6 Figure : CR trimming flowchart... 8 Figure 3.3-1: means CR trimming passed... 9 Figure 3.3-2: means NVR is broken and CR trimming failed... 9 Figure 3.3-3: means CR trimming is in process... 9 MCU-AN E-10 Page 11

Interfacing the Enhanced Parallel Port Version 1.0

Interfacing the Enhanced Parallel Port Version 1.0 Interfacing the Enhanced Parallel Port Version 1.0 Disclaimer : While every effort has been made to make sure the information in this document is correct, the author can not be liable for any damages whatsoever

More information

SiS9255. Projected Capacitive. Touch-Screen Micro Processor. Data sheet. Rev. 1.2 August 18, 2015

SiS9255. Projected Capacitive. Touch-Screen Micro Processor. Data sheet. Rev. 1.2 August 18, 2015 SiS9255 Projected Capacitive Touch-Screen Micro Processor Data sheet Rev. 1.2 August 18, 2015 This specification is subject to change without notice. Silicon Integrated Systems Corporation assumes no responsibility

More information

Presenter s name. STM8 StartUp

Presenter s name. STM8 StartUp Presenter s name STM8 StartUp 1 14 June 2016 HW and SW tools HW: STM8S-Discovery SW: STM STVP + STVD STM8S/A Library Cosmic C Compiler ST-LINK-v2 (Optional) LINK Useful links are here 2 14 June 2016 Installations

More information

Dosimeter Setting Device

Dosimeter Setting Device Instruction Manual Dosimeter Setting Device For Electronic Personal Dosimeter Dose-i (Unit:Sv, Version:1.05 English) WTA529748 a 1 / 38 Foreword Thank you for purchasing the Dosimeter Setting Device; a

More information

Power Management Implementation

Power Management Implementation 1 Background Power Management Implementation -Santosh Kumar, Anish Arora, OSU, and Young-ri Choi, Mohamed Gouda, University of Texas at Austin 1.1 Sleep Modes There are six power level states in the MCU.

More information

Trio Motion Technology Ltd. Shannon Way, Tewkesbury, Gloucestershire. GL20 8ND United Kingdom Tel: +44 (0) Fax: +44 (0)

Trio Motion Technology Ltd. Shannon Way, Tewkesbury, Gloucestershire. GL20 8ND United Kingdom Tel: +44 (0) Fax: +44 (0) www.triomotion.com Trio Motion Technology Ltd. Shannon Way, Tewkesbury, Gloucestershire. GL20 8ND United Kingdom Tel: +44 (0)1684 292333 Fax: +44 (0)1684 297929 1000 Gamma Drive Suite 206 Pittsburgh, PA

More information

AUTOMATIONWORX. User Manual. UM EN IBS SRE 1A Order No.: INTERBUS Register Expansion Chip IBS SRE 1A

AUTOMATIONWORX. User Manual. UM EN IBS SRE 1A Order No.: INTERBUS Register Expansion Chip IBS SRE 1A AUTOMATIONWORX User Manual UM EN IBS SRE 1A Order No.: 2888741 INTERBUS Register Expansion Chip IBS SRE 1A AUTOMATIONWORX User Manual INTERBUS Register Expansion Chip IBS SRE 1A 06/2006 Designation: Revision:

More information

Cortex Gateway 2.0. Administrator Guide. September Document Version C

Cortex Gateway 2.0. Administrator Guide. September Document Version C Cortex Gateway 2.0 Administrator Guide September 2015 Document Version C Version C of the Cortex Gateway 2.0 Administrator Guide had been updated with editing changes. Contents Preface... 1 About Cortex

More information

Dosimeter Setting Device System NRZ

Dosimeter Setting Device System NRZ User s Manual Dosimeter Setting Device System NRZ For Dosimeter NRF series (Units: msv Version:0.26 English) TA5C0903 b 1 / 50 Preface Thank you for purchasing the Dosimeter Setting Device; a product by

More information

Fitting System Instructions for Use

Fitting System Instructions for Use Including 2017 2018.2 Fitting System Instructions for Use Version 1.0 www.sonici.com Table of contents 1. Introduction 4 2. Installation 5 3. System requirements 6 4. Getting started with Expressfit Pro

More information

Proteome Discoverer Version 1.3

Proteome Discoverer Version 1.3 Xcalibur Proteome Discoverer Version 1.3 Installation Guide XCALI-97359 Revision A May 2011 2011 Thermo Fisher Scientific Inc. All rights reserved. Xcalibur is a registered trademark of Thermo Fisher Scientific

More information

Multiple Diagnostic Interface (MDI) User Guide

Multiple Diagnostic Interface (MDI) User Guide Multiple Diagnostic Interface (MDI) User Guide 2014 GM Customer Care and Aftersales. Made in the U.S.A. All rights reserved. MDI is a registered trademark of General Motors. 1 Important Information Everything

More information

Application Note. Using RTT on Cortex-A/R based devices. Document: AN08005 Software Version: 1.00 Revision: 1 Date: February 15, 2016

Application Note. Using RTT on Cortex-A/R based devices. Document: AN08005 Software Version: 1.00 Revision: 1 Date: February 15, 2016 Application Note Using RTT on Cortex-A/R based devices Document: AN08005 Software Version: 1.00 Revision: 1 Date: February 15, 2016 A product of SEGGER Microcontroller GmbH & Co. KG www.segger.com 2 Disclaimer

More information

Content Part 2 Users manual... 4

Content Part 2 Users manual... 4 Content Part 2 Users manual... 4 Introduction. What is Kleos... 4 Case management... 5 Identity management... 9 Document management... 11 Document generation... 15 e-mail management... 15 Installation

More information

For Electric Personal Dosimete Dose-i

For Electric Personal Dosimete Dose-i Instruction Manual Dosime eter Setting Device For Electric Personal Dosimete er Dose-i (Unit:rem, Version:1.05 English) Issued on March 2015 WTA529893 1 / 38 Foreword Thank you for purchasing the Dosimeter

More information

Avaya G450 Branch Gateway, R6.2 Voluntary Product Accessibility Template (VPAT)

Avaya G450 Branch Gateway, R6.2 Voluntary Product Accessibility Template (VPAT) ` Avaya G450 Branch Gateway, R6.2 Voluntary Product Accessibility Template (VPAT) 1194.21 Software Applications and Operating Systems The Avaya G450 Branch Gateway can be administered via a graphical user

More information

SNJB College of Engineering Department of Computer Engineering

SNJB College of Engineering Department of Computer Engineering 1. Intel s programmable device (8253) facilitates the generation of accurate time delays. a) counter b) timer c) both a & b d) none of these 2. The programmable timer device (8253) contains three independent

More information

USER GUIDE: NEW CIR APP. Technician User Guide

USER GUIDE: NEW CIR APP. Technician User Guide USER GUIDE: NEW CIR APP. Technician User Guide 0 Table of Contents 1 A New CIR User Interface Why?... 3 2 How to get started?... 3 3 Navigating the new CIR app. user interface... 6 3.1 Introduction...

More information

Graphical User Interface for Windows for MCM Module

Graphical User Interface for Windows for MCM Module Page 1 of 8 Installation:- Please ensure that you have the latest updated GUI and download the GUIv.x.x.x.x.ZIP from our website. Extract the folder to a temporary location (These files can be deleted

More information

Sleep Apnea Therapy Software Clinician Manual

Sleep Apnea Therapy Software Clinician Manual Sleep Apnea Therapy Software Clinician Manual Page ii Sleep Apnea Therapy Software Clinician Manual Notices Revised Notice Trademark Copyright Sleep Apnea Therapy Software Clinician Manual 103391 Rev A

More information

Avaya G450 Branch Gateway, Release 7.1 Voluntary Product Accessibility Template (VPAT)

Avaya G450 Branch Gateway, Release 7.1 Voluntary Product Accessibility Template (VPAT) Avaya G450 Branch Gateway, Release 7.1 Voluntary Product Accessibility Template (VPAT) can be administered via a graphical user interface or via a text-only command line interface. The responses in this

More information

Software Version 2.0. User s Guide

Software Version 2.0. User s Guide Software Version 2.0 User s Guide Table of Contents Contents Contents Important Information About Your FreeStyle Auto-Assist Software...1 Intended Use...1 System Requirements...1 Connecting to your Abbott

More information

Avaya IP Office 10.1 Telecommunication Functions

Avaya IP Office 10.1 Telecommunication Functions Avaya IP Office 10.1 Telecommunication Functions Voluntary Product Accessibility Template (VPAT) Avaya IP Office is an all-in-one solution specially designed to meet the communications challenges facing

More information

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0 CALIBRATION PROCEDURE E SERIES Version 2.0 Contents Introduction Document Scope... 2 Calibration Overview... 3 What Is Calibration?... 3 Why Calibrate?... 3 How Often Should You Calibrate?... 3 What Can

More information

User s Manual for Eclipse(AccuCap)

User s Manual for Eclipse(AccuCap) InnoCaption Agent Program User s Manual for Eclipse(AccuCap) VER 2.1.4 InnoCaptionAgent Ver 2.1.4 2015-10-12 InnoCaption 1 / 24 InnoCaption Agent User s Manual for Eclipse Table of Contents 1. GENERAL...

More information

Epilepsy Sensor Transmitter

Epilepsy Sensor Transmitter Epilepsy Sensor Transmitter Installation Guide t: 01977 661234 f: 01977 660562 e: enquiries@tunstall.com w: uk.tunstall.com Version: V0.1 (421V0R1.18) Contents 1. Features and Introduction... 3 Your Epilepsy

More information

RaySafe i3 INSTALLATION & SERVICE MANUAL

RaySafe i3 INSTALLATION & SERVICE MANUAL RaySafe i3 INSTALLATION & SERVICE MANUAL 2017.06 Unfors RaySafe 5001104-1.1 All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical

More information

Manual 2500E NRT Display Unit

Manual 2500E NRT Display Unit Manual 2500E NRT Display Unit Revision History File name / Revision Date Authors & Change Details Checked/ Approved Unidata Manual - 2500E NRT Display Unit Release 1.0 20 10 10 DM- First issue MS Unidata

More information

DTCP Volume 1 Supplement F DTCP 1394 Additional Localization (Informational Version)

DTCP Volume 1 Supplement F DTCP 1394 Additional Localization (Informational Version) DTCP Volume 1 Supplement F DTCP 1394 Additional Localization (Informational Version) Hitachi, Ltd. Intel Corporation Matsushita Electric Industrial Co., Ltd. Sony Corporation Toshiba Corporation Revision

More information

LabVIEW PROFIBUS VISA Driver DP-Master

LabVIEW PROFIBUS VISA Driver DP-Master LabVIEW PROFIBUS VISA Driver DP-Master Getting Started V1.35 27.04.2017 Project No.: 5303 Doc-ID.: LabVIEW PROFIBUS VISA Driver KUNBUS d:\project\5302_df_profi_ii\anwenderdoku\labview\version 1.35\gettingstarted_win_dp-master_e.doc

More information

NEPHROCHECK Calibration Verification Kit Package Insert

NEPHROCHECK Calibration Verification Kit Package Insert NEPHROCHECK Calibration Verification Kit Package Insert Manufactured for Astute Medical, Inc. 3550 General Atomics Ct. Building 2 San Diego, CA 92121 USA Intended Use The NEPHROCHECK Calibration Verification

More information

Ford Figo Repair Manual READ ONLINE

Ford Figo Repair Manual READ ONLINE Ford Figo Repair Manual READ ONLINE FORD FIGO 2010-2012 Service Repair Manual - - FORD FIGO 2010 2011 2012 Service Repair Manual Pdf Download Pdf Download contains maintenance schedule DOWNLOAD Ford figo

More information

Hanwell Instruments Ltd. Instruction Manual

Hanwell Instruments Ltd. Instruction Manual Hanwell Instruments Ltd Instruction Manual Document Title RL5000 Sensors - User Guide Document No. IM4177 Issue No. 3 Hanwell Instruments Ltd 12 Mead Business Centre Mead Lane Hertford SG13 7BJ UNITED

More information

Operation Manual for Audiometer

Operation Manual for Audiometer Operation Manual for Audiometer PDD-401 0197 PISTON Ltd. 1121 Budapest Pihenő út 1. C pavilon v.3.080 Table of Content TABLE OF CONTENT...1 QUICK PREVIEW...3 INSTALLATION...3 DAILY ROUTINE...4 ICON DESCRIPTIONS...5

More information

Data Sheet of SAW Components

Data Sheet of SAW Components Data Sheet of SAW Components Note : Murata SAW Component is applicable for Cellular /Cordless phone (Terminal) relevant market only. Please also read caution at the end of this document. 5-0.325±0.050

More information

Sleep Apnea Therapy Software User Manual

Sleep Apnea Therapy Software User Manual Sleep Apnea Therapy Software User Manual Page ii Notices Revised Notice Trademark Copyright 103392 Rev B Published February 8, 2013 and supersedes all previous versions. The information contained in this

More information

Agile Product Lifecycle Management for Process

Agile Product Lifecycle Management for Process Nutrition Surveillance Management User Guide Release 5.2.1 Part No. E13901-01 September 2008 Copyrights and Trademarks Copyright 1995, 2008, Oracle Corporation and/or its affiliates. All rights reserved.

More information

REV G. Chip System and Display Module Operation Manual

REV G. Chip System and Display Module Operation Manual 995500 REV G Chip System and Display Module Operation Manual Introduction The Keiser Chip System is an electronic replacement for a hand written exercise card. Workout data is stored in a small electronic

More information

Wimba Classroom Captioner Guide

Wimba Classroom Captioner Guide Wimba Classroom Captioner Guide Wimba Classroom Captioner Guide 1 Background 1 Best Practices 1 Enabling Closed Captioning 2 Captioning a Live Presentation 2 Using the Wimba Classroom Interface 2 Using

More information

NINA-B1 series. Throughput measurements. Application Note

NINA-B1 series. Throughput measurements. Application Note NINA-B1 series Throughput measurements Application Note Abstract This application note provides throughput measurements for NINA-B1 series with u-blox connectivity software. www.u-blox.com Document Information

More information

PROFIBUS Products Overview P PROFIBUS Converter/Repeater P PROFIBUS Gateway P6-3-1

PROFIBUS Products Overview P PROFIBUS Converter/Repeater P PROFIBUS Gateway P6-3-1 .1. Overview P-1-1.2. PROFIBUS Converter/Repeater P-2-1.3. PROFIBUS Gateway P-3-1.4. PROFIBUS Remote I/O Modules P-4-1.5. PROFIBUS I/O Unit P-5-1 Overview.1. Overview PROFIBUS (Process Field Bus) is a

More information

PLEASE READ THIS USER GUIDE BEFORE OPERATING THE SYSTEM

PLEASE READ THIS USER GUIDE BEFORE OPERATING THE SYSTEM USER GUIDE 1 Intended Use and Indications The LungBoost Respiratory Trainer is a device which assists its user in strengthening their respiratory muscles. This device uses dual purpose training Endurance

More information

TRAINING MANUAL. VIDEO Camera, Probe and Lightsource OTOSCOPES.

TRAINING MANUAL. VIDEO Camera, Probe and Lightsource OTOSCOPES. TRAINING MANUAL VIDEO Camera, Probe and Lightsource OTOSCOPES www.medrx-int.com Contents Video Otoscope Drivers & Software USB CAMERA Getting to Know Your Video Otoscope... 3 Computer Requirements... 4

More information

Cyrus soundkey User Instructions Contents

Cyrus soundkey User Instructions Contents Contents Important! Read before operating this equipment!...1 FCC Compliance Statement... 1 FCC notice... 1 Notices... 1 Introduction... 1 Compatibility...1 Unpacking... 1 Connecting soundkey to an Android

More information

Ultrasound Applications Essentials and Image Artifact Analysis

Ultrasound Applications Essentials and Image Artifact Analysis Matt Tomory presents: Ultrasound Applications Essentials and Image Artifact Analysis Sponsored by: Innovatus Imaging Wednesday, October 18, 2017, 2:00pm ET PRESENTERS: Matt Tomory Matt Tomory, BASc, Head

More information

Data Sheet of SAW Components

Data Sheet of SAW Components Data Sheet of SAW Components Note : Murata SAW Component is applicable for Cellular /Cordless phone (Terminal) relevant market only. Please also read caution at the end of this document. Package Dimensions

More information

AudioConsole. User Guide. Doc. No EN/01 Part No EN

AudioConsole. User Guide. Doc. No EN/01 Part No EN AudioConsole Doc. No. 7-50-2180-EN/01 Part No. 7-50-21800-EN Copyright notice [2003], 2018 Inmedico A/S. All rights reserved. Oscilla is aregistered trademark of Inmedico A/S in the U.S.A. and/or other

More information

Cyrus soundkey User Instructions Contents

Cyrus soundkey User Instructions Contents Contents Important! Read before operating this equipment!...1 FCC Compliance Statement... 1 FCC notice... 1 Notices... 1 Introduction... 1 Compatibility...1 Unpacking... 1 Connecting soundkey to an Android

More information

Data Sheet of SAW Components

Data Sheet of SAW Components Data Sheet of SAW Components Note : Murata SAW Component is applicable for Cellular /Cordless phone (Terminal) relevant market only. Please also read caution at the end of this document. Package Dimensions

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic for Avaya Vantage TM Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic is a simple communications application for the Avaya Vantage TM device, offering basic

More information

SMART BATHROOM SCALES

SMART BATHROOM SCALES SMART BATHROOM SCALES Model Number: HE414044 INSTRUCTION MANUAL Smart Bathroom Scales Warranty Details The product is guaranteed to be free from defects in workmanship and parts for a period of 12 months

More information

Cloud Condensation Nuclei Counter (CCN) Module

Cloud Condensation Nuclei Counter (CCN) Module Particle Analysis and Display System (PADS): Cloud Condensation Nuclei Counter (CCN) Module Operator Manual DOC-0190 A-1 PADS 2.5.6, CCN Module 2.5.1 5710 Flatiron Parkway, Unit B Boulder, CO 80301 USA

More information

Figure 1: EVKT-MACOM with EVMA-CONN Daughter Board

Figure 1: EVKT-MACOM with EVMA-CONN Daughter Board EVKT-MACOM MagAlpha Communication Kit DESCRIPTION The EVKT-MACOM is a communication kit for the MagAlpha magnetic position sensor family. The EVKT-MACOM offers a seamless connection and operation with

More information

Data Sheet of SAW Components

Data Sheet of SAW Components Data Sheet of SAW Components Note : Murata SAW Component is applicable for Cellular /Cordless phone (Terminal) relevant market only. Please also read caution at the end of this document. Package Dimensions

More information

What s New in itero Scanner 4.0

What s New in itero Scanner 4.0 What s New in itero Scanner 4.0 New User Interface itero has a new user interface with a completely new look and feel. The new user interface is designed to: - Maximizes the use of available screen space

More information

User Manual CentrePoint Data Hub

User Manual CentrePoint Data Hub User Manual CentrePoint Data Hub CentrePoint Data Hub Revision: 0 Released: 07//07 User Manual CentrePoint Data Hub CentrePoint Data Hub Revision: 0 Released: 07//07 Contents Overview Getting Started Assigning

More information

Definiens. Tissue Studio 4.2. Tutorial 8: Cell Simulation and Classification

Definiens. Tissue Studio 4.2. Tutorial 8: Cell Simulation and Classification Definiens Tissue Studio 4.2 Tutorial 8: Cell Simulation and Classification Tutorial 8: Cell Simulation and Classification Imprint and Version Copyright 2015 Definiens AG. All rights reserved. This document

More information

Communications Accessibility with Avaya IP Office

Communications Accessibility with Avaya IP Office Accessibility with Avaya IP Office Voluntary Product Accessibility Template (VPAT) 1194.23, Telecommunications Products Avaya IP Office is an all-in-one solution specially designed to meet the communications

More information

SHORETEL APPLICATION NOTE

SHORETEL APPLICATION NOTE SHORETEL APPLICATION NOTE for DuVoice DV2000 Hospitality Date: June 29, 2017 App Note Number: For use with: Product: TC-17036 DuVoice DV2000 Hospitality ShoreTel Connect ONSITE System: ST Connect 21.82.2128.0

More information

NEPHROCHECK Liquid Control Kit Package Insert

NEPHROCHECK Liquid Control Kit Package Insert NEPHROCHECK Liquid Control Kit Package Insert Manufactured for Astute Medical, Inc. 3550 General Atomics Ct. Building 2 San Diego, CA 92121 USA Intended Use The NEPHROCHECK Liquid Controls are used for

More information

GlucCell TM SYSTEM USER S GUIDE Ver 2.1 CELL CULTURE GLUCOSE METER. Important Information. Intended Use. Caution. About the System

GlucCell TM SYSTEM USER S GUIDE Ver 2.1 CELL CULTURE GLUCOSE METER. Important Information. Intended Use. Caution. About the System GlucCell TM SYSTEM USER S GUIDE Ver 2.1 Intended Use The GlucCell TM Glucose Monitoring System (The GlucCell TM System) is designed to quantitatively measure the concentration of glucose during cell culture.

More information

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement Document Version 2.0 Revision Summary Date Revision Changes 30 th December 2016 2.0 Update to OrthoView 7.0 Specification 20 October 2005 1.0 Release of OrthoView 3.1 WK3 build

More information

USER GUIDE. EPD Explained Pro. Doc Rev. 3. Preface

USER GUIDE. EPD Explained Pro. Doc Rev. 3. Preface USER GUIDE Doc Rev. 3 EPD Explained Pro Preface EPD* Xplained Pro is an extension board to the Atmel Xplained Pro evaluation platform. EPD Xplained Pro is designed to kick-start EPD development with Atmel

More information

User Manual. RaySafe i2 dose viewer

User Manual. RaySafe i2 dose viewer User Manual RaySafe i2 dose viewer 2012.03 Unfors RaySafe 5001048-A All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical or otherwise,

More information

[Ashwini*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Ashwini*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY GESTURE VOCALIZER FOR DEAF AND DUMB Kshirasagar Snehal P.*, Shaikh Mohammad Hussain, Malge Swati S., Gholap Shraddha S., Mr. Swapnil

More information

Reader and Sensor Demo Kit. Quick Start Guide

Reader and Sensor Demo Kit. Quick Start Guide Reader and Sensor Demo Kit Quick Start Guide Contents Intended Use... 1 System Overview... 1 Reader................................................... 3 Sensor...................................................

More information

ProSafe-RS System Test Reference

ProSafe-RS System Test Reference User's Manual ProSafe-RS System Test Reference 4th Edition Introduction i When constructing and maintaining safety systems, debugging and testing are very important. ProSafe-RS provides functions for debugging

More information

Public manual: Application for permission of a product and correction of permitted items: for food for weight control person Service agency:

Public manual: Application for permission of a product and correction of permitted items: for food for weight control person Service agency: Public manual: Application for permission of a product and correction of permitted items: for food for weight control person Service agency: Food and Drug Administration, Ministry of Public Health. Criteria,

More information

Actinic Link for Sage Line 50. Release Notes

Actinic Link for Sage Line 50. Release Notes Actinic Link for Sage Line 50 Release Notes Actinic Software Ltd. Date: 12 June 2003 Release: 2.1 Revision History Revision Date Author Comments 0.1 3 Sept 2001 Károly Nehéz Release 0.1 (Beta) 1.0 1 Oct

More information

TMWSuite. DAT Interactive interface

TMWSuite. DAT Interactive interface TMWSuite DAT Interactive interface DAT Interactive interface Using the DAT Interactive interface Using the DAT Interactive interface... 1 Setting up the system to use the DAT Interactive interface... 1

More information

Sign Language Interpretation Using Pseudo Glove

Sign Language Interpretation Using Pseudo Glove Sign Language Interpretation Using Pseudo Glove Mukul Singh Kushwah, Manish Sharma, Kunal Jain and Anish Chopra Abstract The research work presented in this paper explores the ways in which, people who

More information

Clay Tablet Connector for hybris. User Guide. Version 1.5.0

Clay Tablet Connector for hybris. User Guide. Version 1.5.0 Clay Tablet Connector for hybris User Guide Version 1.5.0 August 4, 2016 Copyright Copyright 2005-2016 Clay Tablet Technologies Inc. All rights reserved. All rights reserved. This document and its content

More information

Monitor Instructions for Models: CHB-R6 CHB-UV6

Monitor Instructions for Models: CHB-R6 CHB-UV6 Monitor Instructions for Models: CHB-R6 CHB-UV6 Power supply: output DC 9v/ 1000mA transformer adaptor TABLE OF CONTENTS Function Buttons ----------------------------------------------------------------------------

More information

QuantiPhi for RL78 and MICON Racing RL78

QuantiPhi for RL78 and MICON Racing RL78 QuantiPhi for RL78 and MICON Racing RL78 Description: Using cutting-edge model-based design tools, you will design a strategy for a Renesas MICON car, a miniature, autonomous electric vehicle. You will

More information

myphonak app User Guide

myphonak app User Guide myphonak app User Guide Getting started myphonak is an app developed by Sonova, the world leader in hearing solutions based in Zurich, Switzerland. Read the user instructions thoroughly in order to benefit

More information

ER75 Electro-Acoustic Ear Simulator. Operating Manual

ER75 Electro-Acoustic Ear Simulator. Operating Manual ER75 Electro-Acoustic Ear Simulator Operating Manual ABOUT THIS MANUAL READ THIS OPERATING MANUAL BEFORE ATTEMPTING TO USE THE INSTRUMENT. Amplivox Ltd. 6 Oasis Park, Eynsham Oxfordshire, OX29 4TP United

More information

AN-1203 Ultra-Low Power Wi-Fi Connected IoT Node

AN-1203 Ultra-Low Power Wi-Fi Connected IoT Node AN-1203 Ultra-Low Power Wi-Fi Connected IoT Node Many applications in the Internet of Things (IoT) market require an ultra-low power design because of limited power availability. Some IoT devices are battery

More information

Portable Equine Nebuliser System. User Manual

Portable Equine Nebuliser System. User Manual Portable Equine Nebuliser System User Manual Table of Contents INTENDED USE... 3 SAFETY INFORMATION... 3 TECHNICAL SPECIFICATION... 4 INSTRUCTIONS FOR USE... 6 MAINTENANCE... 12 TROUBLESHOOTING... 13 WARRANTY...

More information

Desktop Fitting Guide for Phonak Brio 3

Desktop Fitting Guide for Phonak Brio 3 Phonak Target 5.3.3 Desktop Fitting Guide for Phonak Brio 3 The Phonak Target fitting software is intended to be used by qualified hearing care professionals to configure, program, and fit hearing aids

More information

CONTENTS. 2. What is the mywellness key?... 3

CONTENTS. 2. What is the mywellness key?... 3 USER MANUAL UK 1 CONTENTS 1. What is the mywellness key?... 3 2. What is the mywellness key?... 3 3. What are Move?... 4 4. What should I see on the display?... 5 5. How should I wear the mywellness key?...

More information

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include:

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: CSE 466: Course Project Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: Multiple device communication Deal with constrained

More information

Assignment Question Paper I. 1. What is the external and internal commands and write 5 commands for each with result?

Assignment Question Paper I. 1. What is the external and internal commands and write 5 commands for each with result? Subject:- INFORMATION TECHNOLOGY Max Marks -30 kvksa esa gy djuk vfuok;z gsa 1. What is the external and internal commands and write 5 commands for each with result? 2. Writes the features of UNIX Operating

More information

American Emu Association. Certified Emu Oil Program

American Emu Association. Certified Emu Oil Program Table of Contents Part 1. Frequently Asked Questions... 3 Part 2. AEA Certified Fully Refined Seal & Verbiage Usage Requirements... 5 Section A. Program Requirements... 5 Section B. Product Labeling Requirements...

More information

Holtek e-link Q&A. 一 When encountering problemsduring e-link programming and emulation first check the following:... 2

Holtek e-link Q&A. 一 When encountering problemsduring e-link programming and emulation first check the following:... 2 Holtek e-link Q&A 一 When encountering problemsduring e-link programming and emulation first check the following:... 2 1 Check if the USB cable is the original Holtek one?... 2 2 Check if the e-link emulator

More information

Acceptable Use Policy - Phone

Acceptable Use Policy - Phone These terms are current as of August 5, 2017 and are subject to change from time to time. Please visit shaw.ca for the most current Terms of Use. Acceptable Use Policy - Phone Introduction Thank you for

More information

Using ddd with postgres on the instructional computers

Using ddd with postgres on the instructional computers Using ddd with postgres on the instructional computers Sailesh Krishnamurthy University of California at Berkeley sailesh+cs186@cs.berkeley.edu January 31, 2003 1 Assumptions For the purpose of this document

More information

ADVANCED VBA FOR PROJECT FINANCE Near Future Ltd. Registration no

ADVANCED VBA FOR PROJECT FINANCE Near Future Ltd. Registration no ADVANCED VBA FOR PROJECT FINANCE f i n a n c i a l f o r e c a s t i n G 2017 Near Future Ltd. Registration no. 10321258 www.nearfuturefinance.com info@nearfuturefinance.com COURSE OVERVIEW This course

More information

Application of PM2.5 Alarm System Based on Embedded Technology in Urban Air Pollution Monitoring

Application of PM2.5 Alarm System Based on Embedded Technology in Urban Air Pollution Monitoring 715 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 2017 Guest Editors: Zhuo Yang, Junjie Ba, Jing Pan Copyright 2017, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 2283-9216 The Italian

More information

Dumbbell Rack IVK 400. Model IVK 400. Retain This Manual for Reference OWNER'S MANUAL

Dumbbell Rack IVK 400. Model IVK 400. Retain This Manual for Reference OWNER'S MANUAL NOTE: Please read all instructions carefully before using this product Safety Notice Hardware Identifier Dumbbell Rack IVK 400 Assembly Instruction Parts List Warranty Ordering Parts Model IVK 400 Retain

More information

6. If I already own another brand Videophone, can I use it with the ACN Digital Phone Service? No.

6. If I already own another brand Videophone, can I use it with the ACN Digital Phone Service? No. FAQs ACN Digital Phone Service General 1. What do I need in order to benefit from ACN Digital Phone Service? You will need the following to benefit from this innovative service: - A credit card for the

More information

SIPROTEC. Overcurrent Time Protection 7SJ80. Motor Protection 7SK80. Preface. Table of contents. Data in the PROFIBUS DP messages 1

SIPROTEC. Overcurrent Time Protection 7SJ80. Motor Protection 7SK80. Preface. Table of contents. Data in the PROFIBUS DP messages 1 Preface SIPROTEC Overcurrent Time Protection 7SJ80 Table of contents Data in the PROFIBUS DP messages 1 Standard mapping 3-1 2 Standard mapping 3-2 3 Index Motor Protection 7SK80 Communication Modules

More information

FLAT BENCH SB Model SB Retain This Manual for Reference OWNER'S MANUAL

FLAT BENCH SB Model SB Retain This Manual for Reference OWNER'S MANUAL NOTE: Please read all instructions carefully before using this product Table of Contents FLAT BENCH SB-10510 Safety Notice Important Assembly Information Care and Maintenance Parts List Warranty Ordering

More information

IEEE 803.af Management clause 33

IEEE 803.af Management clause 33 IEEE 803.af Management clause 33 33.22 Management function requirements The MII Management Interface (see 22.2.4) is used to communicate PSE and PD information to the management entity. If a Clause 22

More information

The EIB Driver. This document relates to EIB driver version 1.0

The EIB Driver. This document relates to EIB driver version 1.0 The EIB Driver The EIB driver connects to the equipment supporting the European Installation Bus (EIB) standard. An RS232 interface supporting the ETS protocol is required. Available for Commander only.

More information

A Radioteletype Over-Sampling Software Decoder for Amateur Radio

A Radioteletype Over-Sampling Software Decoder for Amateur Radio 66 A Radioteletype Over-Sampling Software Decoder for Amateur Radio Submitted To: Proceedings of the ARRL and TAPR Digital Communications Conference Submitted June 28, 2014 By: Joseph J. Roby, Jr., KØJJR

More information

Run Time Tester Requirements Document

Run Time Tester Requirements Document Run Time Tester Requirements Document P. Sherwood 7 March 2004 Version: 0.4 Status: Draft After review 2 March 2004 Contents 1 Introduction 2 1.1 Scope of the Requirements Document.....................

More information

Motorised Treadmill Model No: JI1625

Motorised Treadmill Model No: JI1625 BODYWORX Motorised Treadmill Model No: JI1625 Retain this owner s manual for future reference Read and follow all instructions in this owner s manual Version A 1 TABLE OF CONTENTS OVERVIEW DRAWING 2 ASSEMBLY

More information

B Braun Syringe Pump Service Manual

B Braun Syringe Pump Service Manual B Braun Syringe Pump Service Manual If looking for a ebook B braun syringe pump service manual in pdf format, then you've come to loyal website. We presented utter variation of this book in epub, txt,

More information

Glucose Meter. User Guide. Veterinary Monitoring System. For dog and cat use only

Glucose Meter. User Guide. Veterinary Monitoring System. For dog and cat use only Glucose Meter User Guide Veterinary Monitoring System For dog and cat use only Gpet instruction Manual 31/5/09 18:06 Page 2 Gpet instruction Manual 31/5/09 18:06 Page 3 TABLE OF CONTENTS Your g-pet system

More information

Instructions for Use Audiometric Data Interface

Instructions for Use Audiometric Data Interface Instructions for Use Audiometric Data Interface D-0107046-B 2018/03 Table of Contents 1 Introduction... 1 1.1 About this Manual... 1 1.2 The ADI overview... 1 1.3 Implementation... 1 2 License... 2 3 Supported

More information