Performance Analysis with Vampir VIRTUAL INSTITUTE HIGH PRODUCTIVITY SUPERCOMPUTING

Size: px
Start display at page:

Download "Performance Analysis with Vampir VIRTUAL INSTITUTE HIGH PRODUCTIVITY SUPERCOMPUTING"

Transcription

1 Performance Analysis with Vampir

2 Outline Part I: Welcome to the Vampir Tool Suite Event Trace Visualization Vampir & VampirServer The Vampir Displays Part II: Vampir Hands-On Visualizing and analyzing NPB-MZ-MPI / BT SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 2

3 Event Trace Visualization with Vampir Alternative and supplement to automatic analysis Show dynamic run-time behavior graphically at any level of detail Provide statistics and performance metrics Timeline charts Show application activities and communication along a time axis Summary charts Provide quantitative results for the currently selected time interval SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 3

4 Visualization Modes (1) Directly on front end or local machine % vampir Core Core Core Core Multi-Core Program Core Core Core Core Score-P Trace File Vampir Small/Medium sized trace Thread parallel SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 4

5 Visualization Modes (2) On local machine with remote VampirServer % vampirserver start % vampir VampirServer Vampir CPU CPU CPU CPU CPU CPU CPU CPU Core Core Core Core LAN/WAN CPU CPU CPU CPU CPU CPU CPU CPU Core Core Core Core Many-Core CPU CPU CPU CPU CPU CPU Program CPU CPU Core Core Core Core Score-P Trace File Large Trace File (stays on remote machine) CPU CPU CPU CPU CPU CPU CPU CPU Core Core Core Core Parallel application SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 5

6 The main displays of Vampir Timeline Charts: Master Timeline Process Timeline Counter Data Timeline Performance Radar Summary Charts: Function Summary Message Summary Process Summary Communication Matrix View SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 6

7 Hands-on: Visualizing and analyzing NPB-MZ-MPI / BT

8 Help! Where is my trace file? % ls $HOME/NPB3.3-MZ-MPI/bin.scorep/scorep_bt-mz_trace profile.cubex scorep.cfg traces/ traces.def traces.otf2 If you followed the Score- P hands-on up to the trace experiment % ls /usr/local/speedup/scorep_bt-mz_trace profile.cubex scorep.cfg traces/ traces.def traces.otf2 If you did not follow to that point, take a prepared trace SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 8

9 Starting Vampir on MiniHPC Start Vampir on MiniHPC, if you followed the Score-P hands-on % vampir $HOME/NPB3.3-MZ-MPI/bin.scorep/scorep_bt-mz_trace/traces.otf2 Start Vampir on MiniHPC, if you did not follow to that point % vampir /usr/local/speedup/scorep_bt-mz_trace/traces.otf2 SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 9

10 Starting VampirServer on MiniHPC % vampirserver start Launching VampirServer... Submitting batch job (this might take a while)... Start VampirServer on MiniHPC SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 10

11 Starting VampirServer on MiniHPC % vampirserver start Launching VampirServer... Submitting batch job (this might take a while)... VampirServer (r10418) Licensed to Universitaet Basel Running 4 analysis processes... (abort with \ vampirserver stop 28974) VampirServer <28974> listens on: \ dmi-cl-login.dmi.p.unibas.ch:30004 Start VampirServer on MiniHPC Copy host:port SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 11

12 Start Vampir % ssh -N -L 30000: dmi-cl-login.dmi.p.unibas.ch:30004 \ dmi-cl-login.dmi.unibas.ch Open a port forwarding to Stampede to be able to access the VampirServer host:port from VampirServer output SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 12

13 Start Vampir on local computer SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 13

14 Use the Open Other option SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 14

15 Select Remote File SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 15

16 Server is localhost Port is Connection type Socket SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 16

17 SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 17

18 Visualization of the NPB-MZ-MPI / BT trace Navigation Toolbar Function Summary Master Timeline Function Legend SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 18

19 Visualization of the NPB-MZ-MPI / BT trace Master Timeline Detailed information about functions, communication and synchronization events for collection of processes. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 19

20 Visualization of the NPB-MZ-MPI / BT trace Process Timeline Detailed information about different levels of function calls in a stacked bar chart for an individual process. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 20

21 Visualization of the NPB-MZ-MPI / BT trace Typical program phases Initialisation Phase Computation Phase SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 21

22 Visualization of the NPB-MZ-MPI / BT trace Counter Data Timeline Detailed counter information over time for an individual process. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 22

23 Visualization of the NPB-MZ-MPI / BT trace Performance Radar Detailed counter information over time for a collection of processes. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 23

24 Visualization of the NPB-MZ-MPI / BT trace Zoom in: Inititialisation Phase Context View: Detailed information about function initialize_. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 24

25 Visualization of the NPB-MZ-MPI / BT trace Find Function Execution of function initialize_ results in higher page fault rates. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 25

26 Visualization of the NPB-MZ-MPI / BT trace Computation Phase Computation phase results in higher floating point operations. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 26

27 Visualization of the NPB-MZ-MPI / BT trace Zoom in: Computation Phase MPI communication results in lower floating point operations. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 27

28 Visualization of the NPB-MZ-MPI / BT trace Zoom in: Finalisation Phase Early reduce bottleneck. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 28

29 Visualization of the NPB-MZ-MPI / BT trace Process Summary Function Summary: Overview of the accumulated information across all functions and for a collection of processes. Process Summary: Overview of the accumulated information across all functions and for every process independently. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 29

30 Visualization of the NPB-MZ-MPI / BT trace Process Summary Find groups of similar processes and threads by using summarized function information. SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 30

31 Summary and Conclusion

32 Summary Vampir & VampirServer Interactive trace visualization and analysis Intuitive browsing and zooming Scalable to large trace data sizes (20 TiByte) Scalable to high parallelism (200,000 processes) Vampir for Linux, Windows, and Mac OS X SPEEDUP 16 TUTORIAL: PERFORMANCE AND ENERGY MONITORING AND ANALYSIS (BASEL, SWITZERLAND, SEPTEMBER 16, 2016) 32

33

Detail at scale in performance analysis

Detail at scale in performance analysis Detail at scale in performance analysis Jesus Labarta Director Computer Sciences Dept. BSC Outline On the title Performance analysis Scale Detail Some examples Visualizing variability Relevant information

More information

Profiling techniques for parallel applications

Profiling techniques for parallel applications Profiling techniques for parallel applications Analyzing program performance with HPCToolkit 17/04/2014 PRACE Spring School 2014 2 Introduction Thomas Ponweiser Johannes Kepler University Linz (JKU) Involved

More information

A summary of scan conversion architectures supported by the SPx Development software

A summary of scan conversion architectures supported by the SPx Development software SPx Note Scan Conversion Architectures A summary of scan conversion architectures supported by the SPx Development software Summary The SPx library provides a number of methods of adding scan converted

More information

Profiling techniques for parallel applications

Profiling techniques for parallel applications Profiling techniques for parallel applications Analyzing program performance with HPCToolkit 03/10/2016 PRACE Autumn School 2016 2 Introduction Focus of this session Profiling of parallel applications

More information

Managing Outage Details

Managing Outage Details CHAPTER 17 Outages or downtime refers to the time span when the network fails to provide its primary function. This chapter explains how you can create, edit, and delete planned outage. The feature provides

More information

INTER-PROCESS COMMUNICATION AND SYNCHRONISATION: Lesson-12: Signal Function

INTER-PROCESS COMMUNICATION AND SYNCHRONISATION: Lesson-12: Signal Function INTER-PROCESS COMMUNICATION AND SYNCHRONISATION: Lesson-12: Signal Function 1 1. Signal 2 Signal One way for messaging is to use an OS function signal ( ). Provided in Unix, Linux and several RTOSes. Unix

More information

OVERVIEW. 1. Getting Started Pg Creating a New GarageBand Song Pg Apple Loops Pg Editing Audio Pg. 7

OVERVIEW. 1. Getting Started Pg Creating a New GarageBand Song Pg Apple Loops Pg Editing Audio Pg. 7 GarageBand Tutorial OVERVIEW Apple s GarageBand is a multi-track audio recording program that allows you to create and record your own music. GarageBand s user interface is intuitive and easy to use, making

More information

3. For how long can existing VDR models still be used?

3. For how long can existing VDR models still be used? INTERSCHALT VDR G4 [e] New VDR performance standard and enhanced Newsletter functionalities 2-204 Almost 20 years of experience in VDR development are embodied in the INTERSCHALT VDR G4 and its successor

More information

5620 SAM SERVICE AWARE MANAGER 14.0 R7. Planning Guide

5620 SAM SERVICE AWARE MANAGER 14.0 R7. Planning Guide 5620 SAM SERVICE AWARE MANAGER 14.0 R7 Planning Guide 3HE-10698-AAAE-TQZZA December 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names mentioned

More information

Student resource files

Student resource files Chapter 4: Actuated Controller Timing Processes CHAPTR 4: ACTUATD CONTROLLR TIMING PROCSSS This chapter includes information that you will need to prepare for, conduct, and assess each of the seven activities

More information

IS1500 (not part of IS1200) Logic Design Lab (LD-Lab)

IS1500 (not part of IS1200) Logic Design Lab (LD-Lab) Introduction IS1500 (not part of IS1200) Logic Design Lab (LD-Lab) 2017-10-26 The purpose of this lab is to give a hands-on experience of using gates and digital building blocks. These build blocks are

More information

Broadcast Graphics ACSR BG400 Webinar Table Of Content

Broadcast Graphics ACSR BG400 Webinar Table Of Content Broadcast Graphics ACSR BG400 Webinar Table Of Content Broadcast Graphics ACSR BG400 Webinar 1 In this edited recording you can view the first section of the Broadcast Graphics ACSR webinar BG400. It includes

More information

Explorer Edition FUZZY LOGIC DEVELOPMENT TOOL FOR ST6

Explorer Edition FUZZY LOGIC DEVELOPMENT TOOL FOR ST6 fuzzytech ST6 Explorer Edition FUZZY LOGIC DEVELOPMENT TOOL FOR ST6 DESIGN: System: up to 4 inputs and one output Variables: up to 7 labels per input/output Rules: up to 125 rules ON-LINE OPTIMISATION:

More information

Experiment # 4 Counters and Logic Analyzer

Experiment # 4 Counters and Logic Analyzer EE20L - Introduction to Digital Circuits Experiment # 4. Synopsis: Experiment # 4 Counters and Logic Analyzer In this lab we will build an up-counter and a down-counter using 74LS76A - Flip Flops. The

More information

Scanning For Photonics Applications

Scanning For Photonics Applications Scanning For Photonics Applications 1 - Introduction The npoint LC.400 series of controllers have several internal functions for use with raster scanning. A traditional raster scan can be generated via

More information

PSC300 Operation Manual

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

More information

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual D-Lab & D-Lab Control Plan. Measure. Analyse User Manual Valid for D-Lab Versions 2.0 and 2.1 September 2011 Contents Contents 1 Initial Steps... 6 1.1 Scope of Supply... 6 1.1.1 Optional Upgrades... 6

More information

ADS Basic Automation solutions for the lighting industry

ADS Basic Automation solutions for the lighting industry ADS Basic Automation solutions for the lighting industry Rethinking productivity means continuously making full use of all opportunities. The increasing intensity of the competition, saturated markets,

More information

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide 5620 SERVICE AWARE MANAGER NTP Driver Version 1.0.0 Guide 3HE-11234-AAAA-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names

More information

A Full Line of Robots for Injection Molding: YS and ST Series Sprue Pickers SB Series Servo Robots SC Series Heavy Duty Servo robots

A Full Line of Robots for Injection Molding: YS and ST Series Sprue Pickers SB Series Servo Robots SC Series Heavy Duty Servo robots Machinery Center Inc. Presents A Full Line of Robots for Injection Molding: YS and ST Series Sprue Pickers SB Series Servo Robots SC Series Heavy Duty Servo robots APEX DYNAMICS, INC. A worldwide leading

More information

Getting Started with the LabVIEW Sound and Vibration Toolkit

Getting Started with the LabVIEW Sound and Vibration Toolkit 1 Getting Started with the LabVIEW Sound and Vibration Toolkit This tutorial is designed to introduce you to some of the sound and vibration analysis capabilities in the industry-leading software tool

More information

Epiphan Frame Grabber User Guide

Epiphan Frame Grabber User Guide Epiphan Frame Grabber User Guide VGA2USB VGA2USB LR DVI2USB VGA2USB HR DVI2USB Solo VGA2USB Pro DVI2USB Duo KVM2USB www.epiphan.com 1 February 2009 Version 3.20.2 (Windows) 3.16.14 (Mac OS X) Thank you

More information

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG When monitoring transmission systems it is often necessary to control the monitoring equipment and to check the measurement

More information

Detecting Bosch IVA Events with Milestone XProtect

Detecting Bosch IVA Events with Milestone XProtect Date: 8 December Detecting Bosch IVA Events with Prepared by: Tim Warren, Solutions Integration Engineer, Content and Technical Development 2 Table of Content 3 Overview 3 Camera Configuration 3 XProtect

More information

Striking Clarity, Unparalleled Flexibility, Precision Control

Striking Clarity, Unparalleled Flexibility, Precision Control Striking Clarity, Unparalleled Flexibility, Precision Control Product Brochures English 460XW 460C 460C 800 ieditor The - tents and processed camera inputs to provide the monitoring by supporting camera

More information

Business Case for CloudTV

Business Case for CloudTV Business Case for CloudTV Executive Summary There is an urgent need for pay TV operators to offer a modern user interface (UI) and to accelerate new service introductions. Consumers demand a new, consistent

More information

Scalability of MB-level Parallelism for H.264 Decoding

Scalability of MB-level Parallelism for H.264 Decoding Scalability of Macroblock-level Parallelism for H.264 Decoding Mauricio Alvarez Mesa 1, Alex Ramírez 1,2, Mateo Valero 1,2, Arnaldo Azevedo 3, Cor Meenderinck 3, Ben Juurlink 3 1 Universitat Politècnica

More information

CL StageMix V6 User Guide

CL StageMix V6 User Guide Welcome: Thank you for downloading the CL StageMix ipad app for the Yamaha CL series digital mixing consoles. The latest firmware version for CL series can be downloaded from www.yamahaproaudio.com StageMix

More information

Palette Master Color Management Software

Palette Master Color Management Software Palette Master Color Management Software How to Use Guide 01 Proprietary Calibration Software Co-developed with leading color calibration experts X-Rite, Palette Master software simplifies calibration

More information

Figure 1 shows a simple implementation of a clock switch, using an AND-OR type multiplexer logic.

Figure 1 shows a simple implementation of a clock switch, using an AND-OR type multiplexer logic. 1. CLOCK MUXING: With more and more multi-frequency clocks being used in today's chips, especially in the communications field, it is often necessary to switch the source of a clock line while the chip

More information

jamaseis Guide for Displaying Seismic Data

jamaseis Guide for Displaying Seismic Data jamaseis Guide for Displaying Seismic Data jamaseis is free cross-platform software that allows users to collect and view near real-time seismic data from a local sensor or from around the world. STEP

More information

SignalTap: An In-System Logic Analyzer

SignalTap: An In-System Logic Analyzer SignalTap: An In-System Logic Analyzer I. Introduction In this chapter we will learn 1 how to use SignalTap II (SignalTap) (Altera Corporation 2010). This core is a logic analyzer provided by Altera that

More information

DBS Installation Guide

DBS Installation Guide DBS Installation Guide Model No. I. DBS Units and Models Product Picture Description DM-400D Teacher Panel Support 80 students in matrix. Full functions: teacher broadcast student broadcast, auto observe,

More information

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz Power_sensors_bro_en_3606-7147-32.indd 1 22.05.2014 14:08:59 Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz The most important

More information

Chapter 6. Flip-Flops and Simple Flip-Flop Applications

Chapter 6. Flip-Flops and Simple Flip-Flop Applications Chapter 6 Flip-Flops and Simple Flip-Flop Applications Basic bistable element It is a circuit having two stable conditions (states). It can be used to store binary symbols. J. C. Huang, 2004 Digital Logic

More information

EAN-Performance and Latency

EAN-Performance and Latency EAN-Performance and Latency PN: EAN-Performance-and-Latency 6/4/2018 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

SPR-11P Portable Transport Stream Recorder and Player

SPR-11P Portable Transport Stream Recorder and Player SPR-11P Portable Transport Stream Recorder and Player Scivo Technologies Co., Ltd Room 406, Tayuan building No.1, Huayuan road, Haidian District Beijing, 100083, P.R.C Tel (8610) 62013361 62050737 Fax

More information

Transparent low-overhead checkpoint for GPU-accelerated clusters

Transparent low-overhead checkpoint for GPU-accelerated clusters Transparent low-overhead checkpoint for GPU-accelerated clusters Leonardo BAUTISTA GOMEZ 1,3, Akira NUKADA 1, Naoya MARUYAMA 1, Franck CAPPELLO 3,4, Satoshi MATSUOKA 1,2 1 Tokyo Institute of Technology,

More information

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved.

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved. AFFICHER a true cloud digital signage system AFFICHER INTRODUCTION AFFICHER (Sign in French) is a HIGH-END full function turnkey cloud based digital signage system for you to manage your screens. The AFFICHER

More information

Graduate School of Biomedical Sciences. MS in Clinical Investigation Preparing for your Master s Thesis and Graduation

Graduate School of Biomedical Sciences. MS in Clinical Investigation Preparing for your Master s Thesis and Graduation Graduate School of Biomedical Sciences MS in Clinical Investigation Preparing for your Master s Thesis and Graduation AY2014/2015 Table of Contents Introduction... 3 Timeline for Completion and Graduation

More information

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz Fast. Accurate. USB-capable. Power from Rohde & Schwarz Power bro_en_3606-7147-32.indd 1 01.08.2013 16:57:35 Fast. Accurate. USB-capable. Power from Rohde & Schwarz The most important features for accurate

More information

IP Broadcasting System. User manual

IP Broadcasting System. User manual IP Broadcasting System User manual 1. IP Broadcast System Hardware and Operating System Demands 1.1 Lowest Demands of Computer Hardware I. CPU : Intel Core Quad 3.0GHz II. RAM : 4GB III. Standard sound

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR 15.0 OPEN FRAME MONITOR

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR 15.0 OPEN FRAME MONITOR AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR 15.0 OPEN FRAME MONITOR PART NUMBER: AOM150X03 SERIES DATE: SEPT 04, 2008 1. Introduction: 1.1 About the Product AOM150Xxx 15.0 Open Frame Monitor

More information

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A)

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE T I A Training Document Page 1 of 66 Module This document has been written by Siemens AG for training

More information

MICROPROCESSOR-BASED METERING EQUIPMENT SECTION SECTION 16901

MICROPROCESSOR-BASED METERING EQUIPMENT SECTION SECTION 16901 MICROPROCESSOR-BASED METERING EQUIPMENT PART 2 PRODUCTS 2.01 MANUFACTURERS A. Eaton products B. C. The listing of specific manufacturers above does not imply acceptance of their products that do not meet

More information

Use xtimecomposer and xscope to trace data in real-time

Use xtimecomposer and xscope to trace data in real-time Use xtimecomposer and xscope to trace data in real-time IN THIS DOCUMENT XN File Configuration Instrument a program Configure and run a program with tracing enabled Analyze data offline Analyze data in

More information

RefWorks Using Write-N-Cite

RefWorks Using Write-N-Cite Write-N-Cite allows you to write your paper in Microsoft Word and insert citation placeholders directly from RefWorks with the click of a button. Then, Write-N-Cite will create your in-text citations and

More information

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

Why t? TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson

Why t? TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson Math Objectives Students will recognize that when the population standard deviation is unknown, it must be estimated from the sample in order to calculate a standardized test statistic. Students will recognize

More information

Viewing Set-Top Box Data

Viewing Set-Top Box Data Device View, page 1 Alerts, page 3 Device Properties, page 3 Quick Actions, page 3 View Log Entries, page 4 Monitor STB Connectivity, page 5 Device View Note While every possible effort has been made to

More information

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

Software Quick Manual

Software Quick Manual XX113-30-00 Workstation and NVR Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be entirely error

More information

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11 Processor time 9 Used memory 9 Lost video frames 11 Storage buffer 11 Received rate 11 2 3 After you ve completed the installation and configuration, run AXIS Installation Verifier from the main menu icon

More information

Logic Design. Flip Flops, Registers and Counters

Logic Design. Flip Flops, Registers and Counters Logic Design Flip Flops, Registers and Counters Introduction Combinational circuits: value of each output depends only on the values of inputs Sequential Circuits: values of outputs depend on inputs and

More information

UPDATE ON IOT LANDSCAPING

UPDATE ON IOT LANDSCAPING UPDATE ON IOT LANDSCAPING ETSI STF 505 Jumoke Ogunbekun IoT in the Smart Home Workshop, 21 st to 22 nd March 2015, Sophia Antipolis, France Outline Starting point for TR 103 375 The AIOTI initiative AIOTI

More information

Premium INSTALLATION AND USER GUIDE ENGLISH TAHOMA BOX. - INSTALLATION AND USER GUIDE. Rev A _01-16

Premium INSTALLATION AND USER GUIDE ENGLISH TAHOMA BOX.   - INSTALLATION AND USER GUIDE. Rev A _01-16 Premium INSTALLATION AND USER GUIDE ENGLISH - INSTALLATION AND USER GUIDE TAHOMA BOX Rev A _01-16 www.somfy.com TaHoma, connected homes the Somfy way! Remotely control and manage the devices in your home

More information

CHAPTER1: Digital Logic Circuits

CHAPTER1: Digital Logic Circuits CS224: Computer Organization S.KHABET CHAPTER1: Digital Logic Circuits 1 Sequential Circuits Introduction Composed of a combinational circuit to which the memory elements are connected to form a feedback

More information

SELECTION GUIDE Series of RF and Universal Frequency Counter/Timers

SELECTION GUIDE Series of RF and Universal Frequency Counter/Timers SELECTION GUIDE 53200 Series of RF and Universal Frequency Counter/Timers With the Keysight Technologies, Inc. 53200 RF and Universal Frequency Counters/Timers, You Get: More bandwidth 350 MHz baseband

More information

BROADCAST PRODUCTION\MASTER CONTROL SWITCHERS

BROADCAST PRODUCTION\MASTER CONTROL SWITCHERS Take a Step Forward GVM 120H BROADCAST PRODUCTION\MASTER CONTROL SWITCHERS Broadster GVM120H is designed primarily for small and medium sized studios. Incredibly slim and compact design of the switcher

More information

Logic Design II (17.342) Spring Lecture Outline

Logic Design II (17.342) Spring Lecture Outline Logic Design II (17.342) Spring 2012 Lecture Outline Class # 03 February 09, 2012 Dohn Bowden 1 Today s Lecture Registers and Counters Chapter 12 2 Course Admin 3 Administrative Admin for tonight Syllabus

More information

TA Instruments Cement Analysis Software Getting Started Guide

TA Instruments Cement Analysis Software Getting Started Guide TA Instruments Cement Analysis Software Getting Started Guide Overview Cement Analysis software from TA Instruments is a standalone software application for running cement setting experiments and analyzing

More information

LIO-8 Quick Start Guide

LIO-8 Quick Start Guide Metric Halo $Revision: 1051 $ Publication date $Date: 2011-08-08 12:42:12-0400 (Mon, 08 Jun 2011) $ Copyright 2010 Metric Halo Table of Contents 1.... 5 Prepare the unit for use... 5 Connect the LIO-8

More information

Microprocessor Design

Microprocessor Design Microprocessor Design Principles and Practices With VHDL Enoch O. Hwang Brooks / Cole 2004 To my wife and children Windy, Jonathan and Michelle Contents 1. Designing a Microprocessor... 2 1.1 Overview

More information

GENIUS and GILDA. Roberto Barbera University of Catania and INFN. Grid School, Vico Equense,

GENIUS and GILDA. Roberto Barbera University of Catania and INFN. Grid School, Vico Equense, Grid School, Vico Equense, 19.07.2004 GENIUS and GILDA www.eu-egee.org Roberto Barbera University of Catania and INFN EGEE is a project funded by the European Union under contract IST-2003-508833 Contents

More information

FS3. Quick Start Guide. Overview. FS3 Control

FS3. Quick Start Guide. Overview. FS3 Control FS3 Quick Start Guide Overview The new FS3 combines AJA's industry-proven frame synchronization with high-quality 4K up-conversion technology to seamlessly integrate SD and HD signals into 4K workflows.

More information

Variations2: The Indiana University Digital Music Library Project

Variations2: The Indiana University Digital Music Library Project Variations2: The Indiana University Digital Music Library Project Jon Dunn, Mark Notess Indiana University Digital Library Program DLF Fall Forum November 6, 2002 Outline Overview Project status Data model

More information

VeriLab. An introductory lab for using Verilog in digital design (first draft) VeriLab

VeriLab. An introductory lab for using Verilog in digital design (first draft) VeriLab VeriLab An introductory lab for using Verilog in digital design (first draft) VeriLab An introductory lab for using Verilog in digital design Verilog is a hardware description language useful for designing

More information

VERINT EDGEVR 200 INTELLIGENT DIGITAL VIDEO RECORDER (Rev A)

VERINT EDGEVR 200 INTELLIGENT DIGITAL VIDEO RECORDER (Rev A) VERINT EDGEVR 200 INTELLIGENT DIGITAL VIDEO RECORDER (Rev A) TECHNICAL SPECIFICATIONS SECURITY SYSTEM DIVISION 28 ELECTRONIC SAFETY AND SECURITY LEVEL 1 28 20 00 ELECTRONIC SURVEILLANCE LEVEL 2 28 23 00

More information

Four steps to IoT success

Four steps to IoT success Introduction Businesses are using the Internet of Things (IoT) to connect the unconnected. By taking all their electro-mechanical assets and applying a digital layer a layer enabled by the Internet of

More information

User Guide. MonitorMix User Guide 1

User Guide. MonitorMix User Guide 1 User Guide EN MonitorMix User Guide 1 Introduction Thank you for downloading MonitorMix app for ios or Android. With MonitorMix, you can control MIX/MATRIX/AUX mixes wirelessly for your CL, QL or TF series

More information

Software Quick Manual

Software Quick Manual XX113-26-00 Workstation Master Review Station Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be

More information

First Encounters with the ProfiTap-1G

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

More information

Telecommunication Development Sector

Telecommunication Development Sector Telecommunication Development Sector Study Groups ITU-D Study Group 1 Rapporteur Group Meetings Geneva, 4 15 April 2016 Document SG1RGQ/218-E 22 March 2016 English only DELAYED CONTRIBUTION Question 8/1:

More information

Press Publications CMC-99 CMC-141

Press Publications CMC-99 CMC-141 Press Publications CMC-99 CMC-141 MultiCon = Meter + Controller + Recorder + HMI in one package, part I Introduction The MultiCon series devices are advanced meters, controllers and recorders closed in

More information

Software Quick Manual

Software Quick Manual XX113-30-01 Workstation and NVR Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be entirely error

More information

Risk Risk Title Severity (1-10) Probability (0-100%) I FPGA Area II Timing III Input Distortion IV Synchronization 9 60

Risk Risk Title Severity (1-10) Probability (0-100%) I FPGA Area II Timing III Input Distortion IV Synchronization 9 60 Project Planning Introduction In this section, the plans required for completing the project from start to finish are described. The risk analysis section of this project plan will describe the potential

More information

Displays Open Frame Monitor Model Number: AND-TFT-150Bxx

Displays Open Frame Monitor Model Number: AND-TFT-150Bxx Displays 15.0 Open Frame Monitor Model Number: AND-TFT-150Bxx The AND-TFT-150Bxx 15.0 Open Frame Monitor series are rugged, high performance Industrial LCD Monitors, designed for commercial and industrial

More information

RSSL1:1-KuXER. Outdoor Unit (ODU) Ku Ext Ref LNB Redundancy System with external 10 MHz Reference System. Mux/Tee. Coax cable

RSSL1:1-KuXER. Outdoor Unit (ODU) Ku Ext Ref LNB Redundancy System with external 10 MHz Reference System. Mux/Tee. Coax cable RSSL1:1-KuXER Ku Ext Ref LNB Redundancy System with external 10 MHz Reference System Outdoor Unit (ODU) Waveguide Switch & Status LNB 1 Coax cable Interface Terminal LNB 2 Indoor Unit Outdoor Unit Indoor

More information

Register Transfer Level in Verilog: Part II

Register Transfer Level in Verilog: Part II Source: M. Morris Mano and Michael D. Ciletti, Digital Design, 4rd Edition, 2007, Prentice Hall. Register Transfer Level in Verilog: Part II Lan-Da Van ( 范倫達 ), Ph. D. Department of Computer Science National

More information

StickIt! VGA Manual. How to install and use your new StickIt! VGA module

StickIt! VGA Manual. How to install and use your new StickIt! VGA module StickIt! VGA Manual How to install and use your new StickIt! VGA module XESS is disclosing this Document and Intellectual Property (hereinafter the Design ) to you for use in the development of designs

More information

Configuring and Troubleshooting Set-Top Boxes

Configuring and Troubleshooting Set-Top Boxes Diagnose RF Tuner Issues, page 1 Protect End-User Privacy, page 4 Apply Services to Device, page 5 View Video Recordings, page 6 View VOD Programs, page 6 View PDL Programs, page 7 View Hard Disk Information,

More information

U S E R G U I D E HD1000

U S E R G U I D E HD1000 U S E R G U I D E HD1000 1 W e l c o m e t o R o k u! In This Guide... Bring your HDTV to life with Roku. For the first time, you ll enjoy viewing your favorite digital photos in high-definition on your

More information

Supporting Creativity and Motivation in Learning Programming: A Musical Treatment

Supporting Creativity and Motivation in Learning Programming: A Musical Treatment Supporting Creativity and Motivation in Learning Programming: A Musical Treatment Dr Chris Nash (chris.nash@uwe.ac.uk) Senior Lecturer and Course Leader, Audio & Music Technology Department of Computer

More information

With FUSION*, you can enjoy your TV experience more with easy access to all your entertainment content on any TV in your home.

With FUSION*, you can enjoy your TV experience more with easy access to all your entertainment content on any TV in your home. QUICK REFERENCE GUIDE Stark County: 330-833-4134 Wayne County: 330-345-8114 www.mctvohio.com/fusion FUSION AT A GLANCE With FUSION*, you can enjoy your TV experience more with easy access to all your entertainment

More information

Go! Guide: The Notes Tab in the EHR

Go! Guide: The Notes Tab in the EHR Go! Guide: The Notes Tab in the EHR Introduction The Notes tab in the EHR contains narrative information about a patient s current and past medical history. It is where all members of the health care team

More information

Lab #10: Building Output Ports with the 6811

Lab #10: Building Output Ports with the 6811 1 Tiffany Q. Liu April 11, 2011 CSC 270 Lab #10 Lab #10: Building Output Ports with the 6811 Introduction The purpose of this lab was to build a 1-bit as well as a 2-bit output port with the 6811 training

More information

Hitachi Kokusai Electric Comark LLC

Hitachi Kokusai Electric Comark LLC Hitachi Kokusai Electric Comark LLC TRANSMIT TER OF THE FUTURE Solid State. Broadband. Affordable. The future has arrived. With rapid changes in solid state RF device technologies and design techniques,

More information

EE 367 Lab Part 1: Sequential Logic

EE 367 Lab Part 1: Sequential Logic EE367: Introduction to Microprocessors Section 1.0 EE 367 Lab Part 1: Sequential Logic Contents 1 Preface 1 1.1 Things you need to do before arriving in the Laboratory............... 2 1.2 Summary of material

More information

Remote Director. Apple 23 LCD Display. Collaborative Soft Proofing using the I. MANUFACTURER INTRODUCTION. SWOP Application Data Sheet

Remote Director. Apple 23 LCD Display. Collaborative Soft Proofing using the I. MANUFACTURER INTRODUCTION. SWOP Application Data Sheet SWOP Application Data Sheet Remote Director Collaborative Soft Proofing using the Apple 23 LCD Display The SWOP Review Committee has approved the use of off-press proofs as input material to publications.

More information

Software Quick Manual

Software Quick Manual XX177-24-00 Virtual Matrix Display Controller Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be

More information

Mendeley. By: Mina Ebrahimi-Rad (Ph.D.) Biochemistry Department Head of Library & Information Center Pasteur Institute of Iran

Mendeley. By: Mina Ebrahimi-Rad (Ph.D.) Biochemistry Department Head of Library & Information Center Pasteur Institute of Iran In the Name of God Mendeley By: Mina Ebrahimi-Rad (Ph.D.) Biochemistry Department Head of Library & Information Center Pasteur Institute of Iran What is Mendeley? Mendeley is a reference manager allowing

More information

Filtration manager for automatic calculation of corrected differential pressure measurement in refuelling applications

Filtration manager for automatic calculation of corrected differential pressure measurement in refuelling applications Page: of: 0 Filtration manager for automatic calculation of corrected differential pressure measurement in refuelling applications FAUDI Aviation Sensor GmbH, Scharnhorststraße 7 B, D-560 Stadtallendorf

More information

Television and Teletext

Television and Teletext Television and Teletext Macmillan New Electronics Series Series Editor: Paul A. Lynn Paul A. Lynn, Radar Systems A. F. Murray and H. M. Reekie, Integrated Circuit Design Dennis N. Pim, Television and Teletext

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

PRACE Autumn School GPU Programming

PRACE Autumn School GPU Programming PRACE Autumn School 2010 GPU Programming October 25-29, 2010 PRACE Autumn School, Oct 2010 1 Outline GPU Programming Track Tuesday 26th GPGPU: General-purpose GPU Programming CUDA Architecture, Threading

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.4: Programming Digital Ports Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device

More information

8K120 Projection Application

8K120 Projection Application 8K120 Projection Application Overview Modern themed entertainment projects are pushing the limits of what current projection technologies can offer to provide the ultimate guest experience. In situations,

More information

LaCie 321 LCD Monitor

LaCie 321 LCD Monitor SWOP Application Data Sheet Remote Director Monitor Proofing System using the LaCie 321 LCD Monitor The SWOP Review Committee has approved the use of off-press proofs as input material to publications.

More information

NetLogo User's Guide

NetLogo User's Guide NetLogo User's Guide Programming Tutorial for synchronizing fireflies (adapted from the official tutorial) NetLogo is a freeware program written in Java (it runs on all major platforms). You can download

More information