Scroll View School Hands-On Challenges

Size: px
Start display at page:

Download "Scroll View School Hands-On Challenges"

Transcription

1

2 Scroll View School Hands-On Challenges Copyright 2014 Razeware LLC. All rights reserved. No part of this book or corresponding materials (such as text, images, or source code) may be reproduced or distributed by any means without prior written per- mission of the copyright owner. This book and all corresponding materials (such as source code) are provided on an "as is" basis, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in action of contract, tort or otherwise, arising from, out of or in connec- tion with the software or the use or other dealings in the software. All trademarks and registered trademarks appearing in this book are the property of their respective owners.

3 Challenge C: Scrolling Background The about screen from the lecture is a great start, but it would look even better if there was a background image behind the about page, with the blurred effect popularized in ios 7. To add some extra polish, you ll even add some parallax scrolling! Part 1: Dual Scroll Views Open the starter project for this challenge (which is the same spot where the demo from the lecture left off). Open Main.storyboard, and drag another scroll view inside the About Scene, as a direct child of the main view (and a sibling of the other scroll view). Select the new scroll view, and make its size equal to the main view. Then go to Editor\Pin\Leading Space to Superview. Repeat this for the other edges. Add an image view as a child of this new scroll view, and set the image to BackgroundBlurred. Pin the image view to all 4 edges of the scroll view with 0 distance. Build and run the app, and you should see the following:

4 Notice that there is a problem the text Flappy Felipe isn t completely visible at start, even though Adjust Scroll View Insets is selected in the Storyboard editor. This is because Adjust Scroll View Insets only works for the first child scroll view, and now that you have two child scroll views the view controller is no longer automatically adjusting the second (foreground) scroll view. To fix this, simply add this these lines at the end of viewdidload: CGFloat topinset = CGRectGetHeight(self.navigationController.navigationBar.frame) + CGRectGetHeight( [UIApplication sharedapplication].statusbarframe); self.fgscrollview.contentinset = UIEdgeInsetsMake(topInset, 0, 0, 0); self.fgscrollview.scrollindicatorinsets = UIEdgeInsetsMake(topInset, 0, 0, 0); Build and run, and it s looking slightly better:

5 However, notice that you can t see the background behind the status bar (this was actually the case before too, but it wasn t as easy to see since the text was showing up behind). To fix this, simply open Main.storyboard and uncheck Adjust Scroll View Insets. Build and run one last time: Looking good! Uber Haxx0r Challenge: Parallax Scrolling It turns out that BackgroundBlurred image provided in this starter project is taller than the screen. Your challenge is to add a bit of extra polish to the about

6 page and make the background scroll view scroll from top to bottom, as you scroll the foreground scroll view from top to bottom. Since the content size of the background scroll view is less than the content size of the foreground scroll view, you wills scroll the background slower than the foreground image scrolls, for a neat parallax effect. Here are some hints on accomplishing this: You ll need to implement scrollviewdidscroll:, and refresh the background scroll view s content offset each time. First figure out the percentage that the foreground view has scrolled so far. Then update the background view to be a similar percent. You may wish to reduce the background image view s scroll area a bit so that when you bounce the foreground outside of the visible area, you don t see blank space.

EZ-220 Page Turner Owner s Manual

EZ-220 Page Turner Owner s Manual EZ-220 Page Turner Owner s Manual The software and this owner s manual are exclusive copyrights of Yamaha Corporation. Copying of the software or reproduction of this manual in whole or in part by any

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

Instruction Guide February 2017

Instruction Guide February 2017 Instruction Guide February 2017 3M Instruction Guide: 3M TM Locator Plate 3443-81-XX, 3D-Printed Instructions for the assembly of 3M TM Ribbon Cable Wiremount Socket Assembly, 451 Series 1.0 General 1.1

More information

IoT Toolbox Mobile Application User Manual

IoT Toolbox Mobile Application User Manual Rev. 0 19 December 2017 User Manual Document information Info Keywords Abstract Content User Manual, IoT, Toolbox The IoT Toolbox is a mobile application developed by NXP Semiconductors and designed for

More information

AABB Trademark Usage Guidelines

AABB Trademark Usage Guidelines AABB Trademark Usage Guidelines AABB's Philosophy on Trademarks AABB's trademarks, service marks, member logos and accreditation logos, currently consist of the AABB logo, AABB logo with Member, AABB logo

More information

TelePresence Cisco TelePresence Synch with Edge95MXP - Troubleshooting

TelePresence Cisco TelePresence Synch with Edge95MXP - Troubleshooting TelePresence Cisco TelePresence Synch with Edge95MXP - Troubleshooting THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION,

More information

research platform comma.ai, github.com/commaai/neo

research platform comma.ai, github.com/commaai/neo neo research platform comma.ai github.com/commaai/neo 1 suppliers 2 electronics 1. download digikey.csv 2. go to digikey.com/classic/ordering and register or log in 3. click and navigate to the downloaded

More information

PCI MPEG Frame Grabber. Model 616. August 6, 2002

PCI MPEG Frame Grabber. Model 616. August 6, 2002 SENSORAY CO., INC. PCI MPEG Frame Grabber Model 616 August 6, 2002 Sensoray 2001 7313 SW Tech Center Dr. Tigard, OR 97223 Phone 503.684.8073 Fax 503.684.8164 sales@sensoray.com www.sensoray.com 1. Limited

More information

LED Series Sealed Backlights

LED Series Sealed Backlights For use with any Vision system Rugged, waterproof housing, rated IEC IP67 Mounts directly from the back or surface mount using available brackets Smooth exterior for easy cleaning Diffused backlights for

More information

SOC Single Channel H264 + Audio Encoder module

SOC Single Channel H264 + Audio Encoder module SOC Single Channel H264 + Audio Encoder module Integration Manual Revision 1.1 06/16/2016 2016 SOC Technologies Inc. SOC is disclosing this user manual (the "Documentation") to you solely for use in the

More information

Booya16 SDR Datasheet

Booya16 SDR Datasheet Booya16 SDR Radio Receiver Description The Booya16 SDR radio receiver samples RF signals at 16MHz with 14 bits and streams the sampled signal into PC memory continuously in real time. The Booya software

More information

This library was designed to make song writing as easy as possible! The loops are arranged into the following sections:

This library was designed to make song writing as easy as possible! The loops are arranged into the following sections: Table of Contents Product Overview... 2 Highlights... 2 File Formats and Organization... 2 File Formats... 2 Product Organization... 2 Technical Support... 2 Battery Information... 3 Installation... 3

More information

PCI Express JPEG Frame Grabber Hardware Manual Model 817 Rev.E April 09

PCI Express JPEG Frame Grabber Hardware Manual Model 817 Rev.E April 09 PCI Express JPEG Frame Grabber Hardware Manual Model 817 Rev.E April 09 Table of Contents TABLE OF CONTENTS...2 LIMITED WARRANTY...3 SPECIAL HANDLING INSTRUCTIONS...4 INTRODUCTION...5 OPERATION...6 Video

More information

EZ-LIGHT K30L Series With Independent Push Button Contact

EZ-LIGHT K30L Series With Independent Push Button Contact EZ-LIGHT K0L Series With Independent Push Button Contact Datasheet Compact with One, Two, or Three s and a Momentary Push Button Output Rugged, cost-effective and easy-to-install multicolor indicator light

More information

HD1-DX HDMI Extender

HD1-DX HDMI Extender . HD1-DX HDMI Extender Quick Reference & Setup Guide Magenta Research 128 Litchfield Road, New Milford, CT 06776 USA (860) 210-0546 FAX (860) 210-1758 www.magenta-research.com MAGENTA HD1-DX HDMI EXTENDER

More information

Installation Guide. Table of Contents: HotLok Full Rack Blanking Panel Kit. Mounting Extrusion. HotLok Blanking Panel. HotLok Blanking Sheet

Installation Guide. Table of Contents: HotLok Full Rack Blanking Panel Kit. Mounting Extrusion. HotLok Blanking Panel. HotLok Blanking Sheet Part Number 10143 42U Kit Part Number 10144 36U Kit Mounting Extrusion Part Number 20225 HotLok Clip Full Rack HotLok Blanking Panel Part Number 10031 HotLok Blanking Panel 1U Part Number 10033 HotLok

More information

EZ-LIGHT S18L Color General-Purpose Indicators

EZ-LIGHT S18L Color General-Purpose Indicators Up to three independent colors in one unit Translucent face appears gray when off to avoid false indication M Euro connector models available for plug and play indication Wide 80º field of view Wide 0

More information

Linear Array with Intensity Adjustment

Linear Array with Intensity Adjustment Datasheet High-Power Lighting with Intensity Adjustment for use with Vision Systems For complete technical information about this product, including dimensions, accessories, and specifications, see www.bannerengineering.com/lineararraylights.

More information

8024-DSS-02 Issue 2. DSS-8024 Dual Serial Switch USER MANUAL

8024-DSS-02 Issue 2. DSS-8024 Dual Serial Switch USER MANUAL 8024-DSS-02 Issue 2 DSS-8024 Dual Serial Switch USER MANUAL DSS-8024 Dual Serial Switch User Manual Ross Part Number: 8024-DSS-02 Document Issue: 2 Printing Date: March 15, 2000. Printed in Canada. The

More information

Installation Instructions

Installation Instructions Installation Instructions CircuitView English, Version 1.0 LPKF Laser & Electronics AG Osteriede 7 D-30827 Garbsen Telefone : ++ 49-51 31-70 95-0 Telefax : ++ 49-51 31-70 95-90 email : lpkf@lpkf.de Homepage

More information

1 Unpack the projector. Quick Setup. EPSON PowerLite S1+ Your projector comes with the following items:

1 Unpack the projector. Quick Setup. EPSON PowerLite S1+ Your projector comes with the following items: EPSON PowerLite S1+ Quick Setup 1 Unpack the projector Your projector comes with the following items: Projector Power cord Computer cable Computer Projector Projector remote control Presentation remote

More information

Edition 1, August 2011 Copyright 2011 Smart-e (UK) Ltd.

Edition 1, August 2011 Copyright 2011 Smart-e (UK) Ltd. Notice The information contained in this document is subject to change without notice. Smart-e makes no warranty of any kind with regard to this material, including but not limited to, implied warranties

More information

AT&T CIB 3067 CALL ACCOUNTING SYSTEM (CAS) MODEL 100 (61370) ( )

AT&T CIB 3067 CALL ACCOUNTING SYSTEM (CAS) MODEL 100 (61370) ( ) AT&T CIB 3067 CALL ACCOUNTING SYSTEM (CAS) MODEL 100 (61370) (845656818) Contents Title Introduction Installation System Options Percentage Markup Line Spacing Suppression of Records for Incoming Calls

More information

QUICK START GUIDE SL-6. Powering and Wireless System for the 688 Field Production Mixer

QUICK START GUIDE SL-6. Powering and Wireless System for the 688 Field Production Mixer QUICK START GUIDE Powering and Wireless System for the 688 Field Production Mixer Welcome Thank you for purchasing the, the powering and wireless system that simplifies interconnection between the 688

More information

ISIS intouch NET Wi Fi Touch Screen Controller Owner s Manual and Instruction Guide

ISIS intouch NET Wi Fi Touch Screen Controller Owner s Manual and Instruction Guide ISIS intouch NET Wi Fi Touch Screen Controller Owner s Manual and Instruction Guide Table of Contents Overview... 2 Warnings... 3 Kit Includes... 4 Installation Steps... 5 Locate the intouch NET module

More information

Children cannot always recognize potential hazards properly. This 5.1 system is not designed for operation in a heavy industry environment.

Children cannot always recognize potential hazards properly. This 5.1 system is not designed for operation in a heavy industry environment. 5.1 FLAT PANEL SPEAKER SYSTEM WITH POWERED SUBWOOFER Table of Contents: SAFETY AND SERVICE... 2 Operational Safety... 2 Location... 2 Ambient Temperature... 3 Electromagnetic Compliance... 3 Service...

More information

PLUGIN MANUAL. museq

PLUGIN MANUAL. museq PLUGIN MANUAL museq Welcome! introduction SYSTEM REQUIREMENTS Please check all information on this topic here: https://plugin-alliance.com/en/systemrequirements.html ACTIVATION Details about the activation

More information

DEMO MANUAL DC2668A LTC5552 3GHz to 20GHz Microwave Mixer with Wideband DC to 6GHz IF BOARD PHOTO

DEMO MANUAL DC2668A LTC5552 3GHz to 20GHz Microwave Mixer with Wideband DC to 6GHz IF BOARD PHOTO DESCRIPTION LTC5552 3GHz to 20GHz Microwave Mixer with Wideband DC to 6GHz IF ABSOLUTE MAXIMUM INPUTS Demonstration circuit 2668A is optimized for evaluation of the LTC 5552 passive double-balanced mixer.

More information

Instruction Manual. Wireless Transmitters (Digital) RVS-550W. Reverse With Confidence 1

Instruction Manual. Wireless Transmitters (Digital) RVS-550W. Reverse With Confidence 1 Instruction Manual Wireless Transmitters (Digital) RVS-550W Reverse With Confidence 1 TABLE OF CONTENTS In The Box 1 x Transmitter 1 x Receiver TABLE OF CONTENTS Table of Contents................................

More information

QUADRO AND NVS DISPLAY RESOLUTION SUPPORT

QUADRO AND NVS DISPLAY RESOLUTION SUPPORT QUADRO AND NVS DISPLAY RESOLUTION SUPPORT DA-07089-001_v06 April 2017 Application Note DOCUMENT CHANGE HISTORY DA-07089-001_v06 Version Date Authors Description of Change 01 November 1, 2013 AP, SM Initial

More information

VIODC SDI Demonstration

VIODC SDI Demonstration VIODC SDI Demonstration User Guide R R Xilinx is disclosing this Document and Intellectual Property (hereinafter the Design ) to you for use in the development of designs to operate on, or interface with

More information

ArcticLink III BX5 Solution Platform Data Sheet

ArcticLink III BX5 Solution Platform Data Sheet ArcticLink III BX5 Solution Platform Data Sheet Platform Highlights Serial Peripheral Interface (SPI) Master Serial interface to control sensors, peripherals, and/or displays. Onboard Clock Generation

More information

HD1-LX HDMI & IR Extender

HD1-LX HDMI & IR Extender . HD1-LX HDMI & IR Extender Quick Reference & Setup Guide Magenta Research 128 Litchfield Road, New Milford, CT 06776 USA (860) 210-0546 FAX (860) 210-1758 www.magenta-research.com MAGENTA HD1-LX HDMI

More information

User Manual C- Ray

User Manual C- Ray User Manual C- Ray 200 www.cobaltaquatics.com GETTING STARTED Thank you for choosing the C-Ray 200 series as your LED lighting system. SAFETY INSTRUCTIONS Check to make sure the power cord, plug, and socket

More information

LogiCORE IP Spartan-6 FPGA Triple-Rate SDI v1.0

LogiCORE IP Spartan-6 FPGA Triple-Rate SDI v1.0 LogiCORE IP Spartan-6 FPGA Triple-Rate SDI v1.0 DS849 June 22, 2011 Introduction The LogiCORE IP Spartan -6 FPGA Triple-Rate SDI interface solution provides receiver and transmitter interfaces for the

More information

3M Sun Control Window Films Prestige Series. Prestige. Clearly Superior. Window Films. for Clearly Superior Homes

3M Sun Control Window Films Prestige Series. Prestige. Clearly Superior. Window Films. for Clearly Superior Homes Prestige 3M Sun Control Window Films Prestige Series Clearly Superior Window Films for Clearly Superior Homes Prestige A new standard of performance metallic films can t match Until recently, most window

More information

The specially designed stand (Included) made possible to use it indoor as well.

The specially designed stand (Included) made possible to use it indoor as well. Instruction manual Terrestrial Digital TV Antenna Model: UDF-60 Indoor / Outdoor Thin design UHF Antenna Thank you for purchasing Nippon Antenna product. Please read this manual carefully before using

More information

EZ-LIGHT K90FDL Daylight Visible

EZ-LIGHT K90FDL Daylight Visible Datasheet Large one to five color daylight visible indicator with flashing input control Intense levels of light output for areas with high ambient light - even outdoors All models have flashing input

More information

Model # of Colors Colors Input Connection 1 K90TLGRPQ 2 Green, Red K90TLGYRPQ 3 Green, Red, Yellow K90TLBGYRPQ 4 Blue, Green, Yellow, Red

Model # of Colors Colors Input Connection 1 K90TLGRPQ 2 Green, Red K90TLGYRPQ 3 Green, Red, Yellow K90TLBGYRPQ 4 Blue, Green, Yellow, Red Datasheet Large Multicolor that Alternates Between Active Inputs Bright, uniform indicator light Alternates between colors when multiple inputs are active Models are available with up to five colors in

More information

DVI to HD-SDI Scaler Pro

DVI to HD-SDI Scaler Pro DVI to HD-SDI Scaler Pro USER MANUAL www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday

More information

MaxView Cinema Kit Quick Install Guide

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

More information

Atlona Mini VGA Extender with Audio AT-VGA180AS AT-VGA180AR. User Manual

Atlona Mini VGA Extender with Audio AT-VGA180AS AT-VGA180AR. User Manual Atlona Mini VGA Extender with Audio AT-VGA180AS AT-VGA180AR User Manual One-Port Mini Transmitter : AT-VGA180AS One-Port Mini Receiver : AT-VGA180AR TABLE OF CONTENTS Package Contents Introduction Key

More information

EZ-STATUS WLS28-2 Multicolor LED Strip Light

EZ-STATUS WLS28-2 Multicolor LED Strip Light EZ-STATUS WLS8- Multicolor LED Strip Light Datasheet Banner's WLS8- Multicolor LED Strip Lights have sturdy aluminum housings, shatterproof windows, and environmental ratings that make it ideal for harsh

More information

Operating Manual for Clock / Auxiliary Displays for VHX systems

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

More information

QUADRO AND NVS DISPLAY RESOLUTION SUPPORT

QUADRO AND NVS DISPLAY RESOLUTION SUPPORT QUADRO AND NVS DISPLAY RESOLUTION SUPPORT DA-07089-001_v07 March 2019 Application Note DOCUMENT CHANGE HISTORY DA-07089-001_v07 Version Date Authors Description of Change 01 November 1, 2013 AP, SM Initial

More information

DisplayPort TM Super Booster Cable

DisplayPort TM Super Booster Cable DisplayPort TM Super Booster Cable EXT-DPSB-50 EXT-DPSB-75 EXT-DPSB-100 User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical

More information

This guide provides information on the installation of the 1710, 2315 and 2800 RF Kits from Autostart. Compatibility... System Functionality...

This guide provides information on the installation of the 1710, 2315 and 2800 RF Kits from Autostart. Compatibility... System Functionality... Update Alert: Although the is already loaded with the correct sofware, firmware updates are posted to the web on a regular basis. It is important that you check for firmware and/or install guide updates

More information

DA Channel Audio Sample Rate Converter

DA Channel Audio Sample Rate Converter DA5325 8-Channel Audio Sample Rate Converter Document No. 14812 November 2004 14812 November 2004 Front Matter SIGMA ELECTRONICS's products are certified to comply with the regulations and recommendations

More information

DVDO VS4 HDMI Switch. User s Guide How to install, set up, and use your new DVDO product

DVDO VS4 HDMI Switch. User s Guide How to install, set up, and use your new DVDO product DVDO VS4 HDMI Switch User s Guide How to install, set up, and use your new DVDO product TABLE OF CONTENTS Table of Contents... 1 Introduction... 1 Installation and Set-Up... 2 Remote Control Operation...

More information

Using the KC705 Kintex-7 evaluation kit

Using the KC705 Kintex-7 evaluation kit EXOSTIV Using the KC705 Kintex-7 evaluation kit Rev. 1.0.3 - April 11, 2018 http://www.exostivlabs.com 1 Table of Contents EXOSTIV using the KC705 kit...3 Introduction...3 Using EXOSTIV with the KC705

More information

5V +10V. Figure 1. DC2622A Connection Diagram

5V +10V. Figure 1. DC2622A Connection Diagram Description Demonstration circuit 2622A features the amplifier. The DC2622A includes two of these amplifiers and is designed to drive the inputs of the DC2290 demo board. The DC2290 features the LTC 2387

More information

USER MANUAL Table of Contents

USER MANUAL Table of Contents USER MANUA Table of Contents Safety Information. 3 Specifications.. 4 Main Power Connection.. 5 DMX-512 Connection...... 5 DMX Profile... 7 Main Control Menu... 8 Rigging the Fixture.10 Cleaning & Maintenance...10

More information

ROBOT-M24LR16E-A. Evaluation board for the M24LR16E-R dual interface EEPROM. Features. Description

ROBOT-M24LR16E-A. Evaluation board for the M24LR16E-R dual interface EEPROM. Features. Description Features Evaluation board for the M24LR16E-R dual interface EEPROM 20 mm x 40 mm 13.56 MHz inductive antenna etched on PCB M24LR16E-R dual interface EEPROM I²C connector Energy harvesting output (V OUT

More information

PCI Frame Grabber. Model 611 (Rev.D)

PCI Frame Grabber. Model 611 (Rev.D) SENSORAY CO., INC. PCI Frame Grabber Model 611 (Rev.D) July 2001 Sensoray 2001 7313 SW Tech Center Dr. Tigard, OR 97223 Phone 503.684.8073 Fax 503.684.8164 sales@sensoray.com www.sensoray.com Table of

More information

EXT-3GSDI-FOSM User Manual

EXT-3GSDI-FOSM User Manual EXT-3GSDI-FOSM User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM PST Monday through

More information

Activity #5: Reaction Timer Using the PIN and CON commands Real World Testing Chapter 3 Review Links

Activity #5: Reaction Timer Using the PIN and CON commands Real World Testing Chapter 3 Review Links Chapter 3: Digital Inputs - Pushbuttons Presentation based on: "What's a Microcontroller?" By Andy Lindsay Parallax, Inc Presentation developed by: Martin A. Hebel Southern Illinois University Carbondale

More information

MWT-FM. Operation Manual. FM Single Channel Transmitter. man_mwtfm.

MWT-FM. Operation Manual. FM Single Channel Transmitter. man_mwtfm. MWT-FM FM Single Channel Transmitter Operation Manual man_mwtfm www.myeclubtv.com CONTENTS FCC COMPLIANCE STATEMENT. 3 INDUSTRY CANADA COMPLIANCE 3 MWT-FM ORIENTATION. 4 SAFETY PRECAUTIONS 5 FINDING FM

More information

Document Part Number: Copyright 2010, Corelis Inc.

Document Part Number: Copyright 2010, Corelis Inc. CORELIS Low Voltage Adapter Low Voltage Adapter Boundary-Scan Interface User s Manual Document Part Number: 70398 Copyright 2010, Corelis Inc. Corelis, Inc. 12607 Hiddencreek Way Cerritos, CA 90703-2146

More information

RoBoard Panel RP-089 Manual V1.0 The Heart of Robotics. Jul 2010 DMP Electronics Inc

RoBoard Panel RP-089 Manual V1.0 The Heart of Robotics. Jul 2010 DMP Electronics Inc Manual V1.0 Jul 2010 DMP Electronics Inc Copyright The information in this manual is subject to change without notice for continuous improvement in the product. All rights are reserved. The manufacturer

More information

MIRAGE. Skyline Mirage Set-Up Instructions Skyline Exhibits

MIRAGE. Skyline Mirage Set-Up Instructions Skyline Exhibits MIRAGE Skyline Mirage Set-Up Instructions www.skyline.com Table of Contents Mirage Pop-up is available in many sizes from 32 tall tabletops to 92 tall backwalls. The following set-up and repacking instructions

More information

3-Port Multi Monitor Mini DisplayPort to DisplayPort MST Hub

3-Port Multi Monitor Mini DisplayPort to DisplayPort MST Hub 3-Port Multi Monitor Mini DisplayPort to DisplayPort MST Hub MSTMDP123DP *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES:

More information

Model: HDCMP31. Installation Guide

Model: HDCMP31. Installation Guide Model: HDCMP31 Installation Guide 1 Contents Application Diagram... 3 Installation... 3 Smart Scan TM... 3 Configuring Smart Scan TM... 4 Description... 4 Features... 4 Remote Control Guide... 6 Warranty...

More information

45LM Series Modules. Features. Specifications. Plug-in Logic and Display Modules for Q45 Series Photoelectric Sensors

45LM Series Modules. Features. Specifications. Plug-in Logic and Display Modules for Q45 Series Photoelectric Sensors Plug-in Logic and Display Modules for Q45 Series Photoelectric Sensors Three plug-in modules are available: Features Model 45LM58 45LM58D 45LMD Functions Selectable output timing Selectable output timing,

More information

SLiC Fiber Aerial Closure System

SLiC Fiber Aerial Closure System 3 SLiC Fiber Aerial Closure System SLFC 533-SP SLFC 533-TS SLFC 733-SP Instructions May 2005 78-8135-4502-3-B N C H E S R A N G E M IL L IM E T E R S.4 10.6.8 A B C 15 20 I 1.0 Kit Contents Note: Examine

More information

Congratulations on your mcable purchase! The mcable delivers the best possible picture to your HD or 4K TV by up-converting 480p and 720p content to

Congratulations on your mcable purchase! The mcable delivers the best possible picture to your HD or 4K TV by up-converting 480p and 720p content to 1 USER GUIDE Congratulations on your mcable purchase! The mcable delivers the best possible picture to your HD or 4K TV by up-converting 480p and 720p content to 1080p, up-converting 1080p content to near-native

More information

AT-HDPIX. Users Manual

AT-HDPIX. Users Manual AT-HDPIX Users Manual Contents 1. Installation...2 2. Introduction:...3 3. Features:...3 4. PC Requirements:...3 4.1 Mac Requirements:...3 5.0 Updates:...4 5.1 Screen Resolution:...4 5.2 Color Quality:...5

More information

3 Innovation. Application Guidelines

3 Innovation. Application Guidelines Application Guidelines Effective: January 19, 2006 Vikuiti Brightness Enhancement Film II (BEF II) Vikuiti Brightness Enhancement Film III (BEF III) Vikuiti Thin Brightness Enhancement Film (TBEF) Description

More information

LavryBlack Series Model DA10 Digital to Analog Converter

LavryBlack Series Model DA10 Digital to Analog Converter LavryBlack Series Model DA10 Digital to Analog Converter Lavry Engineering, Inc. P.O. Box 4602 Rolling Bay, WA 98061 http://lavryengineering.com email: techsupport@lavryengineering.com January 14, 2008

More information

1:4 3GSDI Splitter. EXT-3GSDI-144 User Manual.

1:4 3GSDI Splitter. EXT-3GSDI-144 User Manual. 1:4 3GSDI Splitter EXT-3GSDI-144 User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM

More information

Setup Guide. Introduction

Setup Guide. Introduction TM VGAEXTX1 Setup Guide Table of Contents 1) Introduction. 1 2) Specifications. 2 3) Package Contents. 2 ) Unit Layout & Description. 3 5) Connection and Operation. 6) Connection Diagram.......................

More information

Mini HD-SDI Optical Transceiver Model No : VCF-MF01TXRX

Mini HD-SDI Optical Transceiver Model No : VCF-MF01TXRX User Manual Mini HD-SDI Optical Transceiver Model No : VCF-MF01TXRX NOTE: The casing design is subject to change without notice. Our Mini SD/HD-SDI optical transceiver is a Ultra -mini and economical version

More information

MP-878D Series. Mini-PCI Video Capture Card. User s Manual

MP-878D Series. Mini-PCI Video Capture Card. User s Manual MP-878D Series Mini-PCI Video Capture Card User s Manual Edition Release Date 1.0 2007/01/25 1.1 2008/06/10 1.2 2008/09/22 1.3 2009/06/29 1.4 2014/06/04 Copyright Copyright 2008, all rights reserved. This

More information

CH1 CH2 CH3 CH4. Master /Fade CH5. 600s CH6. 60s SC1 SC2 SC4 SC3 SC5. SC6 Off/Pro. AL Fade 6 Pro. User guide

CH1 CH2 CH3 CH4. Master /Fade CH5. 600s CH6. 60s SC1 SC2 SC4 SC3 SC5. SC6 Off/Pro. AL Fade 6 Pro. User guide 1 1 CH1 CH2 1 1 CH4 CH 1 CH3 6s Master /Fade CH6 1 SC1 6s SC4 SC2 SC SC3 SC6 Off/Pro AL Fade 6 Pro User guide CONTENTS INTRODUCTION...2 Welcome 2 Safety 2 Supplied items 3 INSTALLATION...4 Mounting 4

More information

3GSDI to HDMI 1.3 Converter

3GSDI to HDMI 1.3 Converter 3GSDI to HDMI 1.3 Converter EXT-3GSDI-2-HDMI1.3 User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00

More information

O w n e r s M a n u a l

O w n e r s M a n u a l Owner s Manual Manufacturer s Name: DigiTech Manufacturer s Address: 8760 S. Sandy Parkway Sandy, Utah 84070, USA declares that the product: Product name: istomp Product option: all (requires Class II

More information

user guide SLX-111 also available: SLX-100, SLX-214 transmitter & receiver pair tel: +44 (0) ,

user guide SLX-111 also available: SLX-100, SLX-214 transmitter & receiver pair tel: +44 (0) , SLX-111 transmitter & receiver pair user guide also available: SLX-100, SLX-214 for more information visit our website, or talk to one of our technical team tel: +44 (0) 1306 628264, www.smart-e.co.uk

More information

Setup Guide. Introduction

Setup Guide. Introduction TM EXTX4 Setup Guide Table of Contents ) Introduction. 2) Specifications. 2 3) Package Contents. 2 4) Unit Layout & Description. 3 5) Connection and Operation. 3 6) Connection Diagram.......................

More information

User Manual. PC / HD Scaler. with advanced video processing. VGA to Component Video Component Video to VGA VGA to VGA Component to Component

User Manual. PC / HD Scaler. with advanced video processing. VGA to Component Video Component Video to VGA VGA to VGA Component to Component User Manual PC / HD Scaler with advanced video processing VGA to Component Video Component Video to VGA VGA to VGA Component to Component Model 1366 WARNINGS Read these instructions before installing or

More information

imso-104 Manual Revised August 5, 2011

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

More information

Do not install and/or operate this safety product unless you have read and understand the safety information contained in this manual.

Do not install and/or operate this safety product unless you have read and understand the safety information contained in this manual. Installation and Operation Instructions CD3766 Directional LED Available in various color combinations, the CD3766 Directional LED is a surface mount, dual color warning light that is ideal for a wide

More information

USER MANUAL Table of Contents

USER MANUAL Table of Contents USER MANUA Table of Contents Safety Information.. 3 Specifications.. 4 Main Power Connection.. 5 DMX-512 Connection... 5 Main Control Menu... 6 DMX Profile... 8 Rigging the Fixture....10 Cleaning & Maintenance...10

More information

PACIFICA. Owner s Manual

PACIFICA. Owner s Manual PACIFICA Owner s Manual LEGAL NOTICE: Fill out and Return Warranty Card to A Designs. Warranty begins the day of purchase. Your name will be placed on our mailing list (unless otherwise requested) for

More information

CrystalView DVI Micro-DL Extender

CrystalView DVI Micro-DL Extender CrystalView DVI Micro-DL Extender Quick Start Guide CrystalView DVI Micro Dual-Link Fiber Extender Rose Electronics 10707 Stancliff Road Houston, Texas 77099 Phone (281) 9337673 Limited Warranty Rose Electronics

More information

2 Canton Street, Suite A-8 Stoughton, MA Summer Stock Registration Form

2 Canton Street, Suite A-8 Stoughton, MA Summer Stock Registration Form 2 Canton Street, Suite A-8 Stoughton, MA 02072 781-886-6136 www.theconservatoryschool.com 2017 Summer Stock Registration Form Student Full Name Address Home Phone Emergency Contact Student DOB City/State/Zip

More information

ezcinema Plus Series

ezcinema Plus Series ezcinema Plus Series Portable Floor Pull-Up USER S GUIDE Rev062510-JA www.elitescreens.com info@elitescreens.com Precautions: Warning! damage can result from operational errors if the enclosed precautions

More information

Extender E XT-3GSDI-FO -141 U S ER M ANUAL.

Extender E XT-3GSDI-FO -141 U S ER M ANUAL. 3G-SDI Fiber Optic Extender E XT-3GSDI-FO -141 U S ER M ANUAL www.gefen.com Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM PST

More information

7thSense Design Delta Media Server

7thSense Design Delta Media Server 7thSense Design Delta Media Server Channel Alignment Guide: Warping and Blending Original by Andy B Adapted by Helen W (November 2015) 1 Trademark Information Delta, Delta Media Server, Delta Nano, Delta

More information

Cisco TelePresence Synch

Cisco TelePresence Synch Cisco TelePresence Synch Firmware release notes V3.12 D5060106 October 2011 Contents Contents 2 Document revision history 2 Introduction 3 1. Enhancements/Fixes V3.12 3 2. Enhancements/Fixes V3.11 3 3.

More information

APPLICATION NOTE. Figure 1. Typical Wire-OR Configuration. 1 Publication Order Number: AN1650/D

APPLICATION NOTE.   Figure 1. Typical Wire-OR Configuration. 1 Publication Order Number: AN1650/D APPLICATION NOTE This application note discusses the use of wire-or ties in EClinPS designs. Theoretical Descriptions of the problems associated with wire-or ties are included as well as an evaluation

More information

Enable-IT 821P PoE Extender Quickstart Guide Professional Grade Networking

Enable-IT 821P PoE Extender Quickstart Guide Professional Grade Networking ! Enable-IT 821P PoE Extender Quickstart Guide Professional Grade Networking All Rights Reserved 1997-2016 Enable-IT, Inc. INSTALLING THE 821P POE EXTENDER The Enable-IT 821P PoE Extenders have a distance

More information

This guide gives details of the effects available on the FX selection DMX channels 15 and 17 in the MAC Aura.

This guide gives details of the effects available on the FX selection DMX channels 15 and 17 in the MAC Aura. MAC Aura FX Guide This guide gives details of the effects available on the FX selection DMX channels 15 and 17 in the MAC Aura. Aura Sync Dimmer sync DMX values 10-12 Percent 4 Input parameters Dimmer

More information

HD-1x2-4K. Ultra Slim 6G HDCP 2.2 1x2 HDMI Splitter. Factor Electronics

HD-1x2-4K. Ultra Slim 6G HDCP 2.2 1x2 HDMI Splitter. Factor Electronics HD-1x2-4K Ultra Slim 6G HDCP 2.2 1x2 HDMI Splitter 4159 McConnell Drive Burnaby B.C. Canada V5A-3J7 Toll Free: 1-855-204-1388 info@factorelectronics.com 1 Thank you for purchasing this product. For optimum

More information

User Manual TLS HDMI Switch 4/1 MHL

User Manual TLS HDMI Switch 4/1 MHL 875222 User Manual TLS HDMI Switch 4/1 MHL HDMI IN IR SW 4 3 2 1 OUT SBL/SBR SL/SR CEN/SUB FL/FR DIG AUDIO SPDIF DC 5V HDMI OUT 1 2 HDMI IN 3 MLH 4 8 875222 HDMI Switch 4/1 MHL Thank you for purchasing

More information

Trusted 40 Channel Analogue Input FTA

Trusted 40 Channel Analogue Input FTA PD-T8830 Trusted Trusted 40 Channel Analogue Input FTA Product Overview The Trusted 40 Channel Analogue Input Field Termination Assembly (FTA) T8830 is designed to act as the main interface between a field

More information

MSP430-HG2231 development board Users Manual

MSP430-HG2231 development board Users Manual MSP0-HG development board Users Manual All boards produced by Olimex are ROHS compliant Revision Initial, June 0 Copyright(c) 0, OLIMEX Ltd, All rights reserved Page INTRODUCTION: MSP0-HG is header board

More information

3M Automotive and Aerospace Solutions Division. Spec d to protect.

3M Automotive and Aerospace Solutions Division. Spec d to protect. 3M Automotive and Aerospace Solutions Division Spec d to protect. Every military mission is a critical mission. It takes training, precision and confidence. That s why your helicopter has to be in top-notch

More information

ARIS EXPLORER 1200 GETTING STARTED

ARIS EXPLORER 1200 GETTING STARTED ARIS EXPLORER 1200 GETTING STARTED Table of Contents 1 INTRODUCTION 2 WHAT S IN THE BOX 3 HOOKING UP THE SONAR 4 ARIScope SOFTWARE 5 CAPTURING QUALITY IMAGES 6 COMPUTER REQUIREMENTS 7 WARRANTY INFORMATION

More information

Enable-IT 824WP Outdoor Waterproof PoE Extender Kit Quickstart Guide Professional Grade Networking

Enable-IT 824WP Outdoor Waterproof PoE Extender Kit Quickstart Guide Professional Grade Networking ! Enable-IT 824WP Outdoor Waterproof PoE Extender Kit Quickstart Guide Professional Grade Networking All Rights Reserved 1997-2018 Enable-IT, Inc. INSTALLING THE 824WP GIGABIT ETHERNET EXTENDER The Enable-IT

More information

IMS B007 A transputer based graphics board

IMS B007 A transputer based graphics board IMS B007 A transputer based graphics board INMOS Technical Note 12 Ray McConnell April 1987 72-TCH-012-01 You may not: 1. Modify the Materials or use them for any commercial purpose, or any public display,

More information

Quadro Plex D2. Mosaic Mode for windows XP Reference Guide

Quadro Plex D2. Mosaic Mode for windows XP Reference Guide Quadro Plex D2 Mosaic Mode for windows XP Reference Guide PNY Technologies, Inc. 299 Webro Rd. Parsippany, NJ 07054-0218 Tel: 408.567.5500 Fax: 408.855.0680 Features and specifications subject to change

More information