The Laser Harp. The Concept: Software: Douglas Simmons Group: Dana Price and Ed Vitiello EMID ES 95, Lehrman

Size: px
Start display at page:

Download "The Laser Harp. The Concept: Software: Douglas Simmons Group: Dana Price and Ed Vitiello EMID ES 95, Lehrman"

Transcription

1 Douglas Simmons Group: Dana Price and Ed Vitiello EMID ES 95, Lehrman The Laser Harp The Concept: The original idea was to build a harp with lasers replacing the strings. Instead of plucking a string the player would break a laser beam, how futuristic. We also wanted to include several other controllers to change other parameters. Some of our original ideas were ribbon sensors to control pitch bend or modulation, switches to change the octave range, and switches to control different background sequences. Software: Note Logic: The photocell on the harp sends in controller data values to Max based on how much light is in contact with its surface. With the laser pointers powered on there is a base value coming in to Max, say 25 for example, and when the beam is broken it jumps up to about 98. So the basic idea of triggering notes becomes simple, play a note every time the incoming value is greater than the base value. However, if any electrical noise causes that base value to fluctuate then a note would be played. To solve this problem a specified value was added to the base value, say 6, to act as a filter and ensure that notes were only being played when the beam was broken. This is how the original note logic was setup, except there was a major flaw. The flaw is that when your finger breaks the beam, the incoming value is not constant, it fluctuates. Therefore a makenote is triggered every time that number changes, regardless of whether you have removed your finger from the beams path. What the program should be doing is triggering a makenote the first time the incoming value crosses the threshold and not sending another one until the value has dropped back below the threshold. The code on the right does just that. What it is doing is actually changing the threshold value that the incoming value is being compared to. So when an incoming value is higher than 32 a note is triggered, and the number in the > object is changed to

2 200. No values from the photocell will be above 200 and therefore the > object will never evaluate true, keeping more notes from being triggered. Then, when the incoming value drops back below the original threshold, 32, the number in the > object changes from 200 back to 32, setting up the code to trigger another note. This code was then used to control a clocker that would time how long your finger was breaking the laser beam. When the threshold value is changed to 200 the timer starts, and when it drops back down it stops. That timer value is then scaled to 0 to 127 and sent to a bendout. However one key aspect in the scaling is that the output is negative until 800 milliseconds. That way the pitch bend does not start until after you have held your finger in the beam for.8 seconds, giving the player time to move there finger if they do not want to bend a particular note. Also, the switch at the bottom makes sure the value going to the bendout never exceeds 127. Calibrate Threshold: The incoming base value for each sensor was not always same. So a sub patch was written so the value of the threshold could be calculated automatically based on the incoming value, instead of having to change each one manually. LFO and Sustain Button Logic: When one of the six buttons shown above is hit, it sends out controller data to Max. Each button sends out a different value and that value is then mapped to a musical parameter. When a controller value enters it Max it is compared to see if it fits within a specified range. If that comparison evaluates true then a number, between 0 and 127, is sent out. The code to accomplish this is shown below.

3 Scale and Octave Selection: Three buttons on the front of the harp control which scale is being played by the harp. The logic in Max first decides which button has been pushed and sends a bang to one of three lines of code, shown below. This then triggers those specified numbers to be added to a base note of 60, and this is what gives the final note values for each scale. Shown below are the final note values for the chromatic scale. To change the octave up and down, the foot switch was simply wired to change the base note up by 12 or down by 12. Sequencing:

4 We wanted to have background sequences that would accompany the player and could be controlled from the harp. Three sequences were put together in Reason that the player could play over. Buttons on the front edge of the harp control which sequence is loaded and a foot switch on the floor starts and stops the sequences when the player wishes. Ribbon Sensor: Originally we wanted two ribbon sensors on either side of the photocells for changing parameters on the fly. The sensors were made of two strips of conductive plastic. Leads were attached to each end of each strip and the strips were taped together, conductive sides facing each other. However we could not get our homemade ribbon sensors to give us reliable data. All of the output data was extremely noisy, fluctuating between as many as 15 values and the point on the ribbon did not always produce the same number. Two different prototypes were constructed and several different circuit setups with the op-amp were tried only to no avail. We were then forced to scrap the ribbon sensors and replace them with switches. My Particular Responsibilities: - Construct wiring for six buttons on either side of photo cells and program logic for buttons to control LFO amount and note duration. - Program logic to output notes when laser beam is broken and bend note when beam is broken for specified amount of time. - Construct ribbon sensors and get them to output reliable data. (did not work) - Program potentiometer knob to control master volume. - Program foot pedal to control modulation wheel. - Have pieces of metal for body cut by machine shop. Summary of What Harp Does: - When laser beam is broken a single note plays o if beam is held broken for longer then.8 seconds the note will bend - Set of six buttons changes LFO amount at six discrete settings - Set of six buttons changes note duration at six discrete settings - Three buttons on front face select between three different scales

5 - Three buttons on front face select between three different sequences o foot switch on floor starts and stops sequences - Knob on front face controls master volume - Foot pedal controls modulation wheel o wheel set to control filter frequency - Foot switches change range of harp up one octave and down one octave Some Pictures of Final Product:

6 Hardware and Wiring Appendix: Description The Laser Harp is built with 12 photocells, 12 laser pointers, resistors (for divider circuits) and assorted switches, pots and push buttons. Power requirements are 5Vdc at 500 Ma. Controls are shown below: Front Panel Controls Power On/Off Floor Controls Modulatio Sequence Octav n Select e U Wheel p Load Song #1 Load Song #2 Load Song #3 Chromatic Scale Blues Scale Diatonic Scale Scale Select Octav e Dow n Pla Sto y p volum e not used 5 VDC Harp Controls 12 photocells for generating notes by breaking the beam of light with your finger left side 6-switch row for controlling note duration right side 6-switch row for controlling LFO amount

7 Control Name Wiring Information Analog Control Signals Type Cable Pair wire size (awg) Cable Color Doepfer Connect MAX Control +5 VDC +5Vdc Power blk/white 1 22 blk -> red 1 5VDC n/a GND Ground blk/red 22 black GND n/a PC-1 photocell/note 1 brown/white 24 brown/white JP1-9 ctlin 8 PC-2 photocell/note 2 white/brown 24 white/brown JP1-12 ctlin 11 PC-3 photocell/note 3 green/white 24 green/white JP1-4 ctlin 3 PC-4 photocell/note 4 white/green 24 white/green JP1-7 ctlin 6 PC-5 photocell/note 5 blue/white 24 blue/white JP1-10 ctlin 9 PC-6 photocell/note 6 white/blue 24 white/blue JP1-5 ctlin 4 PC-7 photocell/note 7 orange/white 24 orange/white JP1-2 ctlin 1 PC-8 photocell/note 8 white/orange 24 white/orange JP1-6 ctlin 5 PC-9 photocell/note 9 yellow/blk 22 yellow JP1-1 ctlin 0 PC-10 photocell/note 10 yellow/blk 22 black JP1-8 ctlin 7 PC-11 photocell/note 11 blue/blk 22 blue JP1-3 ctlin 2 PC-12 photocell/note 12 blue/blk 22 blk JP1-11 ctlin 10 VC-1 volume control 1 blk/orange 22 orange JP1-13 ctlin 12 VC-2 volume pedal brown/black 22 JP1-15 ctlin 14 VC-3 not used (spare) n/a 22 n/a n/a n/a MC-1 left 6-switch row brown/black 22 brown JP1-14 ctlin 13 MC-2 right 6-switch row brown/black 22 black JP1-16 ctlin 15 Digital (Switch Input) Control Signals PB1.C PB-1 Common blk/red 22 red JP6-COM (+5V) n/a SW-1 1 of 3 seq select black/white 22 white JPx-3 note notein 2 SW-2 2 of 3 seq select black/white 22 black JPx-1 note notein 0 SW-3 3 of 3 seq select black/green 22 black JPx-5 note notein 4 SW-4 1 of 3 scale select black/green 22 green JPx-7 note notein 6 SW-5 2 of 3 scale select red/green 22 green JPx-11 note notein 10 SW-6 3 of 3 scale select red/green 22 red JPx-9 note notein 8 SW-7 Play/Stop 22 JPx-13 note notein 12 SW-8 Octave UP 22 JPx-2 note notein 1 SW-9 Octave DOWN 22 JPx-15 note notein 14 Notes: (1) 5VDC doepfer signal is connected only to the volume pedal floor switch. All other 5V power is from an external supply.

8 Schematics Harp s and Front Panel Volume Control +5 VDC ctlin 1 #1 ctlin 2 #2 ctlin 3 #3 ctlin 11 ctlin 12 #11 #12 VC1 10k pot GND Harp left side 6-button switch row Harp right side 6-button switch row Front Panel Switches Floor Switch and Volume Pedal

The Schwinnaphone A Musical Bicycle. By Jeff Volinski with Mike Caselli

The Schwinnaphone A Musical Bicycle. By Jeff Volinski with Mike Caselli The Schwinnaphone A Musical Bicycle By Jeff Volinski with Mike Caselli Introduction Our goal for the Schwinnaphone project was simple; turn a bicycle into an electronic musical instrument. We knew that

More information

The New and Improved DJ Hands: A Better Way to Control Sound

The New and Improved DJ Hands: A Better Way to Control Sound Tyler Andrews Partners: Matthew Seaton, Patrick McCelvy, Brian Bresee For: P. Lehrman, ES-95: Electronic Musical Instrument Design May, 2011 The New and Improved DJ Hands: A Better Way to Control Sound

More information

Atari PICO Composite Mod Board Installation Instructions:

Atari PICO Composite Mod Board Installation Instructions: Atari PICO Composite Mod Board Installation Instructions: Installation Guide 6 Switch Atari 2600 6 Switch Video Mod Installation Guide Disclaimer: I am not responsible for any damage done to your Atari.

More information

SECTION 7 -- CROSS-CONNECT SYSTEMS

SECTION 7 -- CROSS-CONNECT SYSTEMS DETAIL ENGINEERING REQUIREMENTS AT&T March, 2016 Section 7, ATT-TP-76400 Revised NA SECTION 7 -- CROSS-CONNECT SYSTEMS CONTENTS PAGE 1. GENERAL... 7-2 1.1. Introduction... 7-2 1.2. Cable Holes... 7-2 1.3.

More information

randomrhythm Bedienungsanleitung User Guide

randomrhythm Bedienungsanleitung User Guide randomrhythm Bedienungsanleitung User Guide EN Foreword Whether random really exists or is just an illusion, shall be discussed by philosophers and mathematicians. At VERMONA, we found a possibility to

More information

INPUT OUTPUT GAIN DELAY. Hue Candela Strobe Controller. Hue Candela s STROBE CONTROLLER. Front Panel Actual Size 7 ¼ By 4 ¾ POWER. msec SEC 10 1.

INPUT OUTPUT GAIN DELAY. Hue Candela Strobe Controller. Hue Candela s STROBE CONTROLLER. Front Panel Actual Size 7 ¼ By 4 ¾ POWER. msec SEC 10 1. Hue Candela s STROBE CONTROLLER INPUT OUTPUT ON TIME POWER NO B C A GAIN X LOCK Y OUT Z Hue Candela Strobe Controller 4 5 6 7..... 8. 3. 9. 2 10.. 1 11. STEP m.. 0 10 1. 10 10 1.0 10 zero DELAY. 03. 02.

More information

HS-509 VIBRATION TRIP MODULE

HS-509 VIBRATION TRIP MODULE HS-509 VIBRATION TRIP MODULE 1. Overview The HS-509 is a configurable trip amplifier capable of accepting a 4-20mA signal from a HS-420 sensor and providing two trip action relay outputs along with an

More information

SECU-16. Specifications Power: Input Voltage 9-12V DC or AC Input Current Max 200mA. 8 2-wire inputs, Analog (0 5VDC) or Supervised

SECU-16. Specifications Power: Input Voltage 9-12V DC or AC Input Current Max 200mA. 8 2-wire inputs, Analog (0 5VDC) or Supervised SECU-16 Introduction The SECU-16 module allows 8 inputs and 8 low-current relay outputs to be added to an ADICON control system. The inputs may be supervised (switch closure), analog, or 4-20mA. Specifications

More information

DMC550 Technical Reference

DMC550 Technical Reference DMC550 Technical Reference 2002 DSP Development Systems DMC550 Technical Reference 504815-0001 Rev. B September 2002 SPECTRUM DIGITAL, INC. 12502 Exchange Drive, Suite 440 Stafford, TX. 77477 Tel: 281.494.4505

More information

S Regulators. Supplement 1. Contents. Control Replacement Assembly Installation Instructions Supplement

S Regulators. Supplement 1. Contents. Control Replacement Assembly Installation Instructions Supplement Regulators Control Replacement Assembly Installation Instructions Supplement Service Information S225-40-1 Supplement 1 Figure 1. CL-6A Control Replacement Assembly. Contents Safety Information... 2 Product

More information

Sentinel I24 Digital Input and Output Configuration

Sentinel I24 Digital Input and Output Configuration Application Bulletin: #155 Date: October 19, 2007 Sentinel I24 Digital Input and Output Configuration The Sentinel I24 can communicate with external hardware using digital inputs and outputs. There are

More information

Operating Instructions

Operating Instructions CNTX Contrast sensor Operating Instructions CAUTIONS AND WARNINGS SET-UP DISTANCE ADJUSTMENT: As a general rule, the sensor should be fixed at a 15 to 20 angle from directly perpendicular to the target

More information

Igaluk To Scare the Moon with its own Shadow Technical requirements

Igaluk To Scare the Moon with its own Shadow Technical requirements 1 Igaluk To Scare the Moon with its own Shadow Technical requirements Piece for solo performer playing live electronics. Composed in a polyphonic way, the piece gives the performer control over multiple

More information

Theory and Practice of Tangible User Interfaces. Thursday Week 3: Analog Input. week. Sensor 1: Potentiometers. Analog input

Theory and Practice of Tangible User Interfaces. Thursday Week 3: Analog Input. week. Sensor 1: Potentiometers. Analog input week 03 Sensor 1: Potentiometers Analog input 1 Red LED Recall 2 Diffusers Showcase your diffuser! 3 4 Digital vs. Analog Binary vs. continuous signals Binary / Digital = whether or not Continuous / Analog

More information

Pilot Computer

Pilot Computer RS-232 / NMEA RS-232/NMEA 7 Garmin proprietary Not NMEA 6 Garmin GPS 128 Port 3 GARMIN GPSMAP 3010C (MFD) 5 Garmin GSD20 Depth Module RJ45 cable - Not NMEA COM6 RD COM6 TD USB to 4-Port Serial Converter

More information

C2 +5V. (14) Vdd (+5 Vdc) (13) OSC1/A7 1.2K (12) 1.2K (11) 1.2K (10) U1 16F628 16F628A 1.2K (1) A2 1.2K (8) 1.2K (7) 1.2K. (Gnd) Vss (5) (6) 1.

C2 +5V. (14) Vdd (+5 Vdc) (13) OSC1/A7 1.2K (12) 1.2K (11) 1.2K (10) U1 16F628 16F628A 1.2K (1) A2 1.2K (8) 1.2K (7) 1.2K. (Gnd) Vss (5) (6) 1. CN1 Power Sw. SW1 CN2 C1 VR1 78L05 or LP2950ACZ- 5.0 +5V.1uf.1uf 9V Battery Fast Scan (Open) Slow Scan (Closed) Activity LED Reserved for LCD Serial Display R1 10K R2 10K SW2 CN3 LD1 R3 (16) (15) OS/A6

More information

Magic Patch Patch Leads & Accessories

Magic Patch Patch Leads & Accessories Magic Patch Patch Leads & Accessories T: 01376 346600 F: 01376 346620 www.connectixcablingsystems.com Issue 1.1 Magic Patch Cabling Systems TM Magic Patch Connectix Cabling Sytems TM range of patch leads,

More information

Peak Atlas IT. RJ45 Network Cable Analyser Model UTP05. Designed and manufactured with pride in the UK. User Guide

Peak Atlas IT. RJ45 Network Cable Analyser Model UTP05. Designed and manufactured with pride in the UK. User Guide GB05-7 Peak Atlas IT RJ45 Network Cable Analyser Model UTP05 Designed and manufactured with pride in the UK User Guide Peak Electronic Design Limited 2001/2013 In the interests of development, information

More information

Synthesis Technology E102 Quad Temporal Shifter User Guide Version 1.0. Dec

Synthesis Technology E102 Quad Temporal Shifter User Guide Version 1.0. Dec Synthesis Technology E102 Quad Temporal Shifter User Guide Version 1.0 Dec. 2014 www.synthtech.com/euro/e102 OVERVIEW The Synthesis Technology E102 is a digital implementation of the classic Analog Shift

More information

Catch or Die! Julia A. and Andrew C. ECE 150 Cooper Union Spring 2010

Catch or Die! Julia A. and Andrew C. ECE 150 Cooper Union Spring 2010 Catch or Die! Julia A. and Andrew C. ECE 150 Cooper Union Spring 2010 Andrew C. and Julia A. DLD Final Project Spring 2010 Abstract For our final project, we created a game on a grid of 72 LED s (9 rows

More information

Low Voltage Wall Mount Touch Panel RGB Controller

Low Voltage Wall Mount Touch Panel RGB Controller Low Voltage Wall Mount Touch Panel RGB Controller MODEL: LT-10S-WH Product Specifications Summary The Low Voltage Wall Mount RGB Controller is mainly used to control constant voltage LED products such

More information

This module senses temperature and humidity. Output: Temperature and humidity display on serial monitor.

This module senses temperature and humidity. Output: Temperature and humidity display on serial monitor. Elegoo 37 Sensor Kit v2.0 Elegoo provides tutorials for each of the sensors in the kit provided by Maryland MESA. Each tutorial focuses on a single sensor and includes basic information about the sensor,

More information

Pixie Construction Notes

Pixie Construction Notes Pixie Construction Notes PCB V2a February 4 th 2015 Please note that this document is still currently under revision and we apologise for any errors or omissions. Readers should feel free to e-mail any

More information

By CHANNEL VISION. Flush Mount Amplifier A0350

By CHANNEL VISION. Flush Mount Amplifier A0350 Spkrs Local In IR In 24VDC A0350 10 The A0350 can be used with Channel Vision s CAT5 audio hubs to provide a powerful 50Watts per channel in the listening zone. Alternatively, the A0350 can be added to

More information

Modular Analog Synthesizer

Modular Analog Synthesizer Modular Analog Synthesizer Team 29 - Robert Olsen and Joshua Stockton ECE 445 Project Proposal- Fall 2017 TA: John Capozzo 1 Introduction 1.1 Objective Music is a passion for people across all demographics.

More information

Site Installation Model MP-8433

Site Installation Model MP-8433 Site Installation Model MP- Rev. //0 SCOREBOARD SITE INSTALLATION INSTRUCTIONS CAUTION: All American Scoreboards (AAS) recommends the sign be installed by a licensed contractor, and must meet all local

More information

Site Installation Model MP-8424

Site Installation Model MP-8424 Site Installation Model MP- Rev. //0 SCOREBOARD SITE INSTALLATION INSTRUCTIONS CAUTION: All American Scoreboards (AAS) recommends the sign be installed by a licensed contractor, and must meet all local

More information

16-BIT LOAD CELL/DUAL STATUS INPUT

16-BIT LOAD CELL/DUAL STATUS INPUT 16-BIT LOAD CELL/DUAL STATUS INPUT On-board Excitation. +5VDC, (120mA). State-of-the-art Electromagnetic Noise Suppression Circuitry. Ensures signal integrity even in harsh EMC environments. Optional Excitation

More information

Assembly and Operating Instructions for HiViz.com Kits

Assembly and Operating Instructions for HiViz.com Kits information and inspiration for students, teachers and hobbyists About Tools Products Activities Galleries Projects FAQ Links Contact Assembly and Operating Instructions for HiViz.com Kits For best results

More information

0.56" 4 Digital Blue LED Panel Meter (rescalable) User s Guide

0.56 4 Digital Blue LED Panel Meter (rescalable) User s Guide 0.56" 4 Digital Blue LED Panel Meter (rescalable) User s Guide 2004-2009 Sure Electronics Inc. ME-SP037B_Ver1.0 0.56" 4 DIGITAL BLUE LED PANEL METER (RESCALABLE) USER S GUIDE Table of Contents Chapter

More information

Troubleshooting. 1. Symptom: Status indicator (Red LED) on SSR is constant on. 2. Symptom: Output indicator (Yellow LED) on SSR is flashing.

Troubleshooting. 1. Symptom: Status indicator (Red LED) on SSR is constant on. 2. Symptom: Output indicator (Yellow LED) on SSR is flashing. Product Data Electrical Data SST (Transmitter) SSR (Receiver) Supply voltage 18 30 V dc Max. Voltage ripple 15 % (within supply range) Current consumption 100 ma (RMS) 75 ma Digital - 100 ma Max. outputs

More information

V 180 Series Photoelectric Switches

V 180 Series Photoelectric Switches D A T A S H E E T V 180 Series Photoelectric Switches VS 180 / VE 180 1 m x VL 180 m 1 m*) *) with polarizing filter v VT 180 110 mm 00 mm n Photoelectric switches of cylindrical design in threaded metal

More information

Table of contents 1. INTRODUCTION GENERAL CONTENTS OF PACKAGE GENERAL USE OF THE EQUFLOW 6100 D/A CONVERTER STORAGE..

Table of contents 1. INTRODUCTION GENERAL CONTENTS OF PACKAGE GENERAL USE OF THE EQUFLOW 6100 D/A CONVERTER STORAGE.. Installation instructions and user s guide Equflow 6100 D/A Converter Please read this manual carefully before installation and use of the converter. 6100 D/A Converter Type: 6100DACONDC03 Despite effort

More information

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

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

More information

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

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

More information

Label Applicator HERMA 400

Label Applicator HERMA 400 Label Applicator HERMA 400 Info GB V6.0 / 30.3.07 [ Facts & Data ] R Constructional variant Right-hand or left-hand version, always flexible to use L Power supply / Line voltage Max. power consumption

More information

Lesson Sequence: S4A (Scratch for Arduino)

Lesson Sequence: S4A (Scratch for Arduino) Lesson Sequence: S4A (Scratch for Arduino) Rationale: STE(A)M education (STEM with the added Arts element) brings together strands of curriculum with a logical integration. The inclusion of CODING in STE(A)M

More information

SCALE & WEIGHT DISPLAYS

SCALE & WEIGHT DISPLAYS The MICRO SERIES SCALE & WEIGHT DISPLAYS LARGE DIGIT MODELS Mighty-5S DPM MODELS Micro-S & Mighty-1S Mighty-1S Micro-S ELECTRO-NUMERICS, INC. Introduction The Electro-Numerics family of Digital Panel Meters

More information

Modcan Touch Sequencer Manual

Modcan Touch Sequencer Manual Modcan Touch Sequencer Manual Normal 12V operation Only if +5V rail is available Screen Contrast Adjustment Remove big resistor if using with PSU with 5V rail Jumper TOP VEIW +5V (optional) +12V } GND

More information

LeRIBSS MTC MANUAL. Issue #1. March, MTC Control Unit Definitions, Information and Specifications. MTC Control Unit Electronic Schematics

LeRIBSS MTC MANUAL. Issue #1. March, MTC Control Unit Definitions, Information and Specifications. MTC Control Unit Electronic Schematics LeRIBSS MTC MANUAL Issue #1 March, 2008 Contents: MTC Control Unit MTC Control Unit Definitions, Information and Specifications Programming the MTC Control Unit Program Parameters Initial Setup Measuring

More information

Oberkorn User Manual. Analogue Sequencer. Analogue Solutions

Oberkorn User Manual. Analogue Sequencer. Analogue Solutions Oberkorn User Manual Analogue Sequencer Analogue Solutions CONTENTS What is an analogue sequencer?... 4 That s all very well (and technical) but what would I use it for?... 4 ABOUT THIS MANUAL AND ABOUT

More information

LX3V-4AD User manual Website: Technical Support: Skype: Phone: QQ Group: Technical forum:

LX3V-4AD User manual Website: Technical Support: Skype: Phone: QQ Group: Technical forum: User manual Website: http://www.we-con.com.cn/en Technical Support: support@we-con.com.cn Skype: fcwkkj Phone: 86-591-87868869 QQ Group: 465230233 Technical forum: http://wecon.freeforums.net/ 1. Introduction

More information

// K4815 // Pattern Generator. User Manual. Hardware Version D-F Firmware Version 1.2x February 5, 2013 Kilpatrick Audio

// K4815 // Pattern Generator. User Manual. Hardware Version D-F Firmware Version 1.2x February 5, 2013 Kilpatrick Audio // K4815 // Pattern Generator Kilpatrick Audio // K4815 // Pattern Generator 2p Introduction Welcome to the wonderful world of the K4815 Pattern Generator. The K4815 is a unique and flexible way of generating

More information

RG NDT INTERNATIONAL INC

RG NDT INTERNATIONAL INC RG NDT INTERNATIONAL INC User Manual 165 Oates Road Houston, Texas 77013 Phone: 713-673-5928 Fax: 713-673-5957 GENERAL OVERVIEW Features two (2) inline inspection stations for the detection of: 1. Transverse

More information

Total solder points: 123 Difficulty level: beginner 1. advanced AUDIO ANALYZER K8098. audio gea Give your. . high-tech ILLUSTRATED ASSEMBLY MANUAL

Total solder points: 123 Difficulty level: beginner 1. advanced AUDIO ANALYZER K8098. audio gea Give your. . high-tech ILLUSTRATED ASSEMBLY MANUAL Total solder points: 123 Difficulty level: beginner 1 2 3 4 5 advanced AUDIO ANALYZER K8098 ra audio gea Give your. look high-tech ILLUSTRATED ASSEMBLY MANUAL H8098IP-1 Features & Specifications Features

More information

MXS Strada USER GUIDE

MXS Strada USER GUIDE MXS Strada USER GUIDE AiM TECH Srl. Via Cavalcanti, 8 20063 Cernusco S/N (MI) Italia Tel. (+39) 02.9290571 Made in Italy www.aim-sportline.com MXS Strada 01. INTRODUCTION 02. WHAT IS IN THE KIT 03. LAYOUT

More information

Owners SW-LCD 2.0 Manual & Specifications

Owners SW-LCD 2.0 Manual & Specifications Owners SW-LCD 2.0 Manual & Specifications Contents 1. Preface. 19 2. Appearance and Size.20 2.1 Material and Color 20 2.2 Display Size and Installation Size 20 3. Function Summary and Button Definition

More information

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL model PRE10-A2 Doug Fleenor Design 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 Software Version 1.0 Manual Revision 12/2/2008 Serial # 08B001

More information

VISION. Data VS2 DATAVS2. Phone: Fax: Web:

VISION. Data VS2 DATAVS2. Phone: Fax: Web: DATAVS2 The DataVS2 vision sensor series presents all the characteristics to solve machine vision applications in a flexible and intuitive way. DataVS2 is a completely embedded device: the optic, the LED

More information

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/719 Analog Input Module User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Introduction... 1.1 Accessing Wiring Connections

More information

Copyright 01/2004 Rextron Technology, Inc. PP5-V Printed in Taiwan

Copyright 01/2004 Rextron Technology, Inc. PP5-V Printed in Taiwan Copyright 01/2004 Rextron Technology, Inc. PP5-V3000-000 Printed in Taiwan Table of Content Introduction...1 Product Description VGA CAT5 Extender Pair...2 VGA + Audio CAT5 Extender Pair...3 CAT5 Cable...4

More information

GIMOTA AG. Assembly Instructions GTM12 Series

GIMOTA AG. Assembly Instructions GTM12 Series GIMOTA AG Assembly Instructions GTM12 Series 2015 2015 Gimota AG, Chrummacherstrasse 3, 8954 Geroldswil, Switzerland. This Assembly instruction replaces all previous instructions. Product data are provided

More information

Noise Tools 1U Manual. Noise Tools 1U. Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew. Manual Revision:

Noise Tools 1U Manual. Noise Tools 1U. Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew. Manual Revision: Noise Tools 1U Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew Manual Revision: 2018.05.16 Table of Contents Table of Contents Overview Installation Before Your Start Installing Your Module

More information

UTTR BEST TELEMETRY SOURCE SELECTOR

UTTR BEST TELEMETRY SOURCE SELECTOR UTTR BEST TELEMETRY SOURCE SELECTOR Kenneth H. Rigley David H. Wheelwright Brandt H. Fowers Computer Sciences Corporation, Hill Air Force Base, Utah ABSTRACT The UTTR (Utah Test & Training Range) offers

More information

TS612. Multi-line, On-Air Phone System. Installation & Operations Manual. Perfect Communication through Technology, Service, and Education ṬM

TS612. Multi-line, On-Air Phone System. Installation & Operations Manual. Perfect Communication through Technology, Service, and Education ṬM TS Multi-line, On-Air Phone System Installation & Operations Manual Perfect Communication through Technology, Service, and Education ṬM TS Installation and Operations Manual Gentner Part No. 00-00-000

More information

RGB-3400-X RGB SEQUENCER / 3-CHANNEL UNIVERSAL LED DIMMER

RGB-3400-X RGB SEQUENCER / 3-CHANNEL UNIVERSAL LED DIMMER TOUCHLESS SWITCHES. WHEN THE DESIN NEEDS TO E ASOLUTELY PEFECT -300-X SEQUENCE / 3-CHANNEL UNIVESAL LED DIMME Description -300-X is a dual function unit and can operate in two distinct modes. In Mode the

More information

// K4815 // Pattern Generator. User Manual. Hardware Version D/E Firmware Version 1.1x February 16, 2011 Kilpatrick Audio

// K4815 // Pattern Generator. User Manual. Hardware Version D/E Firmware Version 1.1x February 16, 2011 Kilpatrick Audio // K4815 // Pattern Generator Kilpatrick Audio // K4815 // Pattern Generator 2p Introduction Welcome to the wonderful world of the K4815 Pattern Generator. The K4815 is a unique and flexible way of generating

More information

LWC Series LWC-80. Design. LWC Series Laser Wire Counters. Product name: Accessories: LWC-80

LWC Series LWC-80. Design. LWC Series Laser Wire Counters. Product name: Accessories: LWC-80 LWC Series LWC-80 Laser Wire Counting - Insensitive to outside light (due to interference filter, modulated light) - Visible laser spot (red light 670 nm) - Parameterisable through integrated switch and

More information

Application Note AN-LD09 Rev. B Troubleshooting Low Noise Systems. April, 2015 Page 1 NOISE MEASUREMENT SYSTEM BASELINES INTRODUCTION

Application Note AN-LD09 Rev. B Troubleshooting Low Noise Systems. April, 2015 Page 1 NOISE MEASUREMENT SYSTEM BASELINES INTRODUCTION Troubleshooting Low Noise Systems April, 2015 Page 1 INTRODUCTION The exceedingly low level of electronic noise produced by the QCL family of drivers makes narrower linewidths and stable center wavelengths

More information

XYNTHESIZR User Guide 1.5

XYNTHESIZR User Guide 1.5 XYNTHESIZR User Guide 1.5 Overview Main Screen Sequencer Grid Bottom Panel Control Panel Synth Panel OSC1 & OSC2 Amp Envelope LFO1 & LFO2 Filter Filter Envelope Reverb Pan Delay SEQ Panel Sequencer Key

More information

Vorne Industries. 2000B Series Buffered Display Users Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 2000B Series Buffered Display Users Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 2000B Series Buffered Display Users Manual 1445 Industrial Drive Itasca, IL 60141849 (60) 875600 elefax (60) 875609 Page 2 2000B Series Buffered Display 2000B Series Buffered Display Release

More information

A0325. ARIA Audio Streaming Source Receiver with a built in Bluetooth 4.2 Module. ARIA Audio

A0325. ARIA Audio Streaming Source Receiver with a built in Bluetooth 4.2 Module. ARIA Audio A0325 ARIA Audio Streaming Source Receiver with a built in Bluetooth 4.2 Module ARIA Audio by 2017 Model A0325 Channel Vision s ARIA Audio Streaming Receiver is equipped with a Blue tooth 4.2 module, users

More information

MIX-MINUS BRIDGE TABLE OF CONTENTS SECTION 1 ...INTRODUCTION YOU NEED MIX-MINUS FEATURES WHAT COMES WITH MMB...

MIX-MINUS BRIDGE TABLE OF CONTENTS SECTION 1 ...INTRODUCTION YOU NEED MIX-MINUS FEATURES WHAT COMES WITH MMB... MIX-MINUS BRIDGE TABLE OF CONTENTS SECTION 1 SECTION 2 SECTION 3 SECTION 4 SECTION 5 TABLE LISTING FIGURE LISTING...INTRODUCTION... 3...YOU NEED MIX-MINUS... 3...FEATURES... 3...WHAT COMES WITH MMB...

More information

KING-METER USER GUIDE SW-LCD

KING-METER USER GUIDE SW-LCD KING-METER USER GUIDE SW-LCD Contents 1. Preface.3 2. Appearance and Size 4 2.1 Material and Color 4 2.2 Display Size and Installation Size 4 3. Function Summary and Button Definition 5 3.1 Preset and

More information

Quick Start Function Summary Instructions for ASHCROFT GC52 Differential Pressure Transmitter Version 6.03 Rev. B

Quick Start Function Summary Instructions for ASHCROFT GC52 Differential Pressure Transmitter Version 6.03 Rev. B Quick Start Function Summary Instructions for ASHCROFT GC52 Differential Pressure Transmitter Version 6.03 Rev. B (See Complete I&M Manual for Further Detail) LOOK FOR THIS AGENCY MARK ON OUR PRODUCTS

More information

ORM0022 EHPC210 Universal Controller Operation Manual Revision 1. EHPC210 Universal Controller. Operation Manual

ORM0022 EHPC210 Universal Controller Operation Manual Revision 1. EHPC210 Universal Controller. Operation Manual ORM0022 EHPC210 Universal Controller Operation Manual Revision 1 EHPC210 Universal Controller Operation Manual Associated Documentation... 4 Electrical Interface... 4 Power Supply... 4 Solenoid Outputs...

More information

Revision 1.2d

Revision 1.2d Specifications subject to change without notice 0 of 16 Universal Encoder Checker Universal Encoder Checker...1 Description...2 Components...2 Encoder Checker and Adapter Connections...2 Warning: High

More information

A BBD replacement and adjustment procedure

A BBD replacement and adjustment procedure A-188-1 BBD replacement and adjustment procedure The following steps have to be carried out with the unpowered A-188-1 module (i.e. the module is not connected to the A-100 bus board or the module is connected

More information

Digital Effects Pedal Description Ross Jongeward 10 December 2014

Digital Effects Pedal Description Ross Jongeward 10 December 2014 Digital Effects Pedal Description Ross Jongeward 10 December 2014 1 Contents Section Number Title Page 1.1 Introduction..3 2.1 Project Electrical Specifications..3 2.1.1 Project Specifications...3 2.2.1

More information

ANTUMBRA FADE MANUAL

ANTUMBRA FADE MANUAL ANTUMBRA FADE MANUAL TABLE OF CONTENTS 01. INSTALLATION 4 02. BACK 5 03. FRONT 6 04. USE 7 05. LINK 8 06. BILL OF MATERIALS 9 07. BUILD NOTES 10 08. BACK 11 09. FRONT 14 10. MODIFICATION 15 11. FINISHED

More information

Lab 7: Soldering - Traffic Light Controller ReadMeFirst

Lab 7: Soldering - Traffic Light Controller ReadMeFirst Lab 7: Soldering - Traffic Light Controller ReadMeFirst Lab Summary The two-way traffic light controller provides you with a quick project to learn basic soldering skills. Grading for the project has been

More information

PicoBoo PLUS. OPERATING MANUAL V1.1 (Sep 8, 2011) 6 Oakside Court Barrie, Ontario L4N 5V5 Tel: or

PicoBoo PLUS. OPERATING MANUAL V1.1 (Sep 8, 2011) 6 Oakside Court Barrie, Ontario L4N 5V5 Tel: or PicoBoo PLUS OPERATING MANUAL V1.1 (Sep 8, 2011) 6 Oakside Court Barrie, Ontario L4N 5V5 Tel: 1-877-815-5744 or 905-803-9274 www.frightideas.com Getting familiar with your PicoBoo PLUS Powering Up Sizing

More information

Physics 123 Hints and Tips

Physics 123 Hints and Tips Physics 123 Hints and Tips Solderless Breadboards All of the analog labs and most of the digital labs will be built on the Proto-Board solderless breadboards. These provide three solderless breadboard

More information

CONTENTS. Product Guide 1. Multi Conductor Cable 11. Paired Cable 20. RS-232 Application Cable 27. RS-422 Application Cable 28

CONTENTS. Product Guide 1. Multi Conductor Cable 11. Paired Cable 20. RS-232 Application Cable 27. RS-422 Application Cable 28 NORDEN PROFILE Norden brings to you the tested electrical and optical solutions, catering to a wide spectrum of industries - Telecommunication, Building, Industrial and Utilities. With its headquarters

More information

We will cover the following topics in this document:

We will cover the following topics in this document: ÂØÒňΠSupplemental Notes MC-505 Advanced Programming October 20th, 1998 SN90 v1.0 It all started with the MC-303 in 1996. Then, in 1998, the MC-505 Groove Box exploded on the scene and added a whole new

More information

Multi-Key v2.4 Multi-Function Amplifier Keying Interface

Multi-Key v2.4 Multi-Function Amplifier Keying Interface Multi-Key v2.4 Multi-Function Amplifier Keying Interface ASSEMBLY & OPERATION INSTRUCTIONS INTRODUCTION The Harbach Electronics, LLC Multi-Key is a multi-function external device designed for the safe

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

ENC - LKE51 - L I B

ENC - LKE51 - L I B ENC-LKE51 Linear Magnetic Encoder FEATURES DESCRIPTION LKE51 ORDERING INFORMATION Resolutions: 5, 10, 25, and 50μm Linear Travel Speed: Up to 16m/s Standard Sensor for Linear and Rotary Axis Gap Clearance

More information

Hardware Verification after Installation. D0 Run IIB L1Cal Technical Readiness Review. Presented by Dan Edmunds August 2005

Hardware Verification after Installation. D0 Run IIB L1Cal Technical Readiness Review. Presented by Dan Edmunds August 2005 Hardware Verification after Installation D0 Run IIB L1Cal Technical Readiness Review Presented by Dan Edmunds 26-27 August 2005 The purpose of this talk is to describe to the committee how various aspects

More information

VINTAGE STOMP PACKAGE Owner s Manual

VINTAGE STOMP PACKAGE Owner s Manual VINTAGE STOMP PACKAGE Owner s Manual What Are ADD-ON EFFECTS? ADD-ON EFFECTS are software packages that install additional high-quality effects programs on digital consoles. What is the Vintage Stomp Package?

More information

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated)

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated) INSTRUCTION MANUAL THERMOCOUPLE & INPUT MODULE (8 points; isolated) MODEL BEFORE USE... Thank you for choosing M-System. Before use, please check contents of the package you received as outlined below.

More information

Data Acquisition Networks. Installing and Configuring the DM01 Hardware

Data Acquisition Networks. Installing and Configuring the DM01 Hardware Data Acquisition Networks Installing and Configuring the DM Hardware What is the DM? D.A.N developed the DM-2 to capture 6 analogue measurements and pulse count in the field. The Average, Maximum and Minimum

More information

AI-1664LAX-USB. Features. 100KSPS 16-bit Analog Input Unit for USB AI-1664LAX-USB 1. Ver.1.01

AI-1664LAX-USB. Features. 100KSPS 16-bit Analog Input Unit for USB AI-1664LAX-USB 1. Ver.1.01 100KSPS 16-bit Analog Unit for USB AI-1664LAX-USB * Specifications, color and design of the products are subject to change without notice. This product is a USB2.0-compliant analog input unit that extends

More information

ADE-32 OCTOCONTROLLER

ADE-32 OCTOCONTROLLER ADE-32 OCTOCONTROLLER Control, Modulation, Triggering and Pattern module with 12 Output Types individually assignable to 8 simultaneous Outputs. USER GUIDE 2016 Abstract Data Ltd. http://www.abstractdata.biz

More information

KNX Dimmer RGBW - User Manual

KNX Dimmer RGBW - User Manual KNX Dimmer RGBW - User Manual Item No.: LC-013-004 1. Product Description With the KNX Dimmer RGBW it is possible to control of RGBW, WW-CW LED or 4 independent channels with integrated KNX BCU. Simple

More information

REMOTE I/O R30 SERIES. PC CONFIGURATOR SOFTWARE Model: R30CFG Ver Users Manual

REMOTE I/O R30 SERIES. PC CONFIGURATOR SOFTWARE Model: R30CFG Ver Users Manual REMOTE I/O R30 SERIES PC CONFIGURATOR SOFTWARE Model: R30CFG Ver. 1.13 Users Manual 5-2-55, Minamitsumori, Nishinari-ku, Osaka 557-0063 JAPAN Tel: +81-6-6659-8201 Fax: +81-6-6659-8510 http://www.m-system.co.jp/

More information

RGB LED Controller and Dimmer Pro Plus RF Remote 3-Channels, 12 or 24 VDC Part No. RGB-3-Dimmer-Pro

RGB LED Controller and Dimmer Pro Plus RF Remote 3-Channels, 12 or 24 VDC Part No. RGB-3-Dimmer-Pro 11235 West Bernardo Court, Suite 102 San Diego, CA 92127 888-880-1880 Fax: 707-281-0567 EnvironmentalLights.com RGB LED Controller and Dimmer Pro Plus RF Remote 3-Channels, 12 or 24 VDC Part No. RGB-3-Dimmer-Pro

More information

PB-507. Advanced Analog & Digital Electronic Design Workstation Instruction Manual. Revision: 2/2014

PB-507. Advanced Analog & Digital Electronic Design Workstation Instruction Manual. Revision: 2/2014 PB-507 Advanced Analog & Digital Electronic Design Workstation Instruction Manual Revision: 2/2014 Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 TestEquipmentDepot.com 1 1

More information

Working with CSWin32 Software

Working with CSWin32 Software Working with CSWin32 Software CSWin32 provides a PC interface for Coiltek s ultrasonic control products. The software expands the palette of control features of the CS-5000 and CS-6100 series controls;

More information

Instruction Manual. Series 3000 Model R-165A. Audio/Video IF/RF Relay Panel. CATV Switching and Control

Instruction Manual. Series 3000 Model R-165A. Audio/Video IF/RF Relay Panel. CATV Switching and Control Series 3000 Model R-165A Audio/Video IF/RF Relay Panel Instruction Manual CATV Switching and Control 585-765-2254 fax 585-765-9330 100 Housel Ave. Lyndonville NY 14098 www.monroe-electronics.com Table

More information

Short Manual. ZX2 Short Manual.doc Page 1 of 12

Short Manual. ZX2 Short Manual.doc Page 1 of 12 Short Manual ZX2 Short Manual.doc Page 1 of 12 1 Safety precautions and correct use Please refer to the full ZX2 user manual for the detailed explanations of the safety precautions and the correct use.

More information

TAC1 Telephone Entry System

TAC1 Telephone Entry System TAC1 Telephone Entry System 1 4 7 2 3 5 6 8 9 0 INSTALLATION MANUAL For more information: www.devancocanada.com or call toll free at 855-931-3334 SPECIFICATIONS >> CABLE REQUIREMENTS, DIMENSIONS AND CARTON

More information

Plog rev 1.0 MANUAL Overview

Plog rev 1.0 MANUAL Overview Overview The Intellijel Plog is a voltage controllable digital logic device designed for musical applications. It is primarily intended to create controllable patterns from gate/ pulse sources like clocks

More information

Triple RTD. On-board Digital Signal Processor. Linearization RTDs 20 Hz averaged outputs 16-bit precision comparator function.

Triple RTD. On-board Digital Signal Processor. Linearization RTDs 20 Hz averaged outputs 16-bit precision comparator function. Triple RTD SMART INPUT MODULE State-of-the-art Electromagnetic Noise Suppression Circuitry. Ensures signal integrity even in harsh EMC environments. On-board Digital Signal Processor. Linearization RTDs

More information

Technovision DV-66B User Guide (HW V1.3, FW V1.6) Latest Version Sept. 2004

Technovision DV-66B User Guide (HW V1.3, FW V1.6) Latest Version Sept. 2004 Product Description The DV-66B is the PC Board used in the DV-66 player. It enables the DV-66 series to play multi-format media files with High-speed CompactFlash memory cards (CF). The DV-66B is specifically

More information

Field Test Procedure for Sentry. 1 Purpose Applicable documents Procedure Duration - Time Estimate... 2

Field Test Procedure for Sentry. 1 Purpose Applicable documents Procedure Duration - Time Estimate... 2 Title: File : 50053-1B--FIELD-TEST.DOCX Field Test Procedure for Sentry Page: 1 of 37 Table of Contents: 1 Purpose... 2 2 Applicable documents... 2 3 Procedure Duration - Time Estimate... 2 3.1 10048 (ARM&12CHBriteSpot)...

More information

1. Keyboard and Panel Switch Scanning DX7 CIRCUIT DESCRIPTION The 4 bits BO ~ B3 from the sub-cpu (6805S) are input to the decoder (40H138). The decoder output is sent to the keyboard transfer contacts

More information

L, LTC, LTM, LT are registered trademarks of Linear Technology Corporation. Other product

L, LTC, LTM, LT are registered trademarks of Linear Technology Corporation. Other product DESCRIPTION WARNING! Do not look directly at operating LED. This circuit produces light that can damage eyes. Demo Circuit 1265 QUICK START GUIDE LTC3220/LTC3220-1 360mA Universal 18-Channel LED Driver

More information

Pedal, Switch, and Cable Tutorial

Pedal, Switch, and Cable Tutorial Pedal, Switch, and Cable Tutorial For Eventide DSP4000/7000/4000B+/ORVILLE /H8000 /ECLIPSE Ultra-Harmonizers. A very useful and powerful feature of our UltraHarmonizers is real time, external control of

More information

There are many ham radio related activities

There are many ham radio related activities Build a Homebrew Radio Telescope Explore the basics of radio astronomy with this easy to construct telescope. Mark Spencer, WA8SME There are many ham radio related activities that provide a rich opportunity

More information