Running leds from Pokeys

Size: px
Start display at page:

Download "Running leds from Pokeys"

Transcription

1 Some of you probably remember the extensive posting I did in the Pokeysthread regarding issues I had running a led matrix. Now I got it solved and would like to post a small tutorial for those who are as unfamiliar with this electronics stuff as I am. A bit in followup of my earlier post on the Pokeys PoExtBus. Running leds from Pokeys To use leds with a Pokeys 56U, you have several options: 1-to-1 wiring, using a led extension board for external power, or use a led-matrix. 1- to- 1 Each led has a long and short side, an anode and a cathode. You need to provide the power (positive, +) to the long/anode side, and connect the short/cathode side to ground (negative, -). You can test a led with e.g. a flat battery of 3.5V by connecting anode/cathode to the correct sides of the button battery and it will light up.

2 The 1-to-1 method is to attach each led to a Pokeys terminal separately. So connect the anode side to a Pokeys port (in this example, port #1), and the cathode side to a ground (in this example one of the Pokeys gnd ports, between #44 & #45 in this case). Open the Pokeys interface and select the port. In the middle section, select "digital output". Positive sides: each led has its own terminal so easy to write down and troubleshoot. Negative sides: Pokeys has a max of miliamps it can pull from the usb port. For each led/terminal max 4 ma and a maximum of 100 ma in total. So you can't attach and light up all leds from a whole pit with that.

3 Extension board That brings us to a second option. By using an intermediate board, you can still control the output signals via Pokeys, but the power is pulled from an external 5V source instead of from the limited Pokeys/USB. In my example, I bought a Led extension board from Flightsimspart, which is only a 25min drive from work. It has 24 outputs and can drive multiple led's per output for a maximum of 200 ma per port (that's double the ma form the entire Pokeys!). It still is a one to one connection for each led. But instead of attaching the led directly to the terminal, you connect it to a pin on the extension board. All the rest remains the same. Positive sides: same as above (1-to-1), more power available and not reliant on max output of USB port or Pokeys card. Negative sides: still use a pin for each led, so you lose 24 pins on the Pokeys board for 24 leds.

4 Matrix board You can also use a matrix. Then you attach leds in a common anode or common cathode rows & columns. With a led segment extension board you can then drive the leds via matrix.

5 Then you need software to control the output going to a specific row & column to light up a specific led. In this example I'm using a 7-segment controller board of again FlightSimParts, based on the recommendations of Doc in the Pokeys thread. So we start with connecting the extension board d/in/c ports with Pokeys ports or In this case I used , the black (or brown in my case) wire for ground conveniently goes in to the GND port that is next to port 23. For the 5V power supply I will use the 5V from Pokeys itself for this example, it is recommend to use a separate power supply however. Pokeys 5V port is the last available slot above #55. Beware, on the other side is also a power slot but that only servers 3.3V. (nice to know: you can add a flat 3V battery on the Pokeys board to help power that 3.3V port and not use USB power). For the gnd I used the port between #44 & #45 to make a clear difference, as that is on the same side of the positive 5V wire.

6 The custom PCB with leds is from Henkie (pep-11.nl/viperpit). The url to his website explains the whole setup in detail. Important part to remember is that all leds are wired in an 8x8 matrix, wired in common cathode, and he provided 2 leds per indicator (so for one indicator we need to activate row <x> and columns <y>+<z>).

7 Next we connect the wires to the matrix rows, and the a- b-c-d-e-f-g-dp to the matrix columns. The last 2 on the a-dp part is the power supply, which we already connected to the Pokeys. Positive sides: Pokeys can run 2 matrices of 8 rows x 8 columns each. So 8*8*2= 128 leds from one Pokeys. With the used segment board, that means 128 outputs with only 2*3 (+gnd) = 6 pins/terminals of the pokeys used!. Plus you can chose to connect a separate power source to the board. Negative sides: leds will shine less bright when more then one is active at the same time because the leds are actually not on the whole time but the power is alternately send to each of the leds (at a speed higher then we can see change). Note: the board from flight imparts requires common cathode wiring, common anode will not work!

8 Now we can start up Pokeys interface and go to "Peripherals" -> "LED displays..."

9 In the popup window select the matrices you want to set up and set the amount of columns & rows of each matrix. In this case we only have 1 8x8 matrix, on the ports On the bottom part, select "Live test display" of the matrix you want. By clicking on the row/column (left click: activate/black; right click: deactive/grey), you can instantly send power to that connect led. Note, I have "Mirror horizontally" active so it is like looking to the PCB from behind, not the front of the caution panel. So left upper square is actually right upper led if viewed from in the pit towards the panel.

10 When you click "All set", you can test if all leds are working and if all wires are connected correctly.

11

12 Controlling led output from Falcon 4 BMS For interfacing with the sim, I use a nice free program by Alambic: F4toPokeys. It's the same I used for my other test with the PoExtBus. The software just lets you chose what BMS bit in the shared memory should trigger what port. It can handle single leds, matrices, PoExtBus, 7 segment displays (all Pokeys) and servo controllers (think Trim panel) from Polulu Maestro. For the 1-to-1 option or with extension board. See a screenshot of that in my tutorial post on the Pokeys PoExtBus. For the matrix in this case, we go through it step by step. First open up F4toPokeys by right clicking on the icon on the bottom right in your task bar. Chose 'configure'. I leave the sampling interval on the default 100ms. That is the interval at which the program looks up all the states in the BMS shared memory. Then click "Add a Pokeys". In my example I only have 1 connected to my computer, so we start with the first one (named 0).

13 Then chose "Add a matrix LED output". Then we can start by adding BMS states to trigger the leds output. We chose the correct matrix, in this example the one on ports 23 to 25. And then we can select which row & column we want to set.

14 As said above, the panel made by Henkie provides 2 leds for 1 indicator, so I have to set to columns to the same BMS trigger. The program also shows a warning (red exclamation mark) when you chose a matrix or row/column combination which shows no connection. On the left of the BMS trigger menu, you notice an ON/OFF button. That is very handy because by clicking ON, it sends power to the led. That way you can immediately verify if you have the correct led set to the BMS value you want. Then all you have to do, is fire up BMS and have fun. In the video below, I started the jet and then tested the following: * Seat: arm/safe * Stores config: cati/iii * Test: overheat * Test: obogs * Test: mal & ind * Test: probe heat

RF Solution for LED Display Screen

RF Solution for LED Display Screen RF Solution for LED Display Screen Introduction RF is a kind of wireless telecommunication technology, now standard IEEE802.11B is much popular. Communication speed between server and terminal can reach

More information

NX APPLICATION NOTE Led Guided Assembly Connector Pinning with Continuity

NX APPLICATION NOTE Led Guided Assembly Connector Pinning with Continuity NX APPLICATION NOTE Led Guided Assembly Connector Pinning with Continuity Background Many wire harness connectors are designed to use a push-click-pull method of wire insertion. This method requires the

More information

GWL/ Power Group Technology Solutions Stay Powered for the Future

GWL/ Power Group Technology Solutions Stay Powered for the Future GWL/ Power Group Technology Solutions Stay Powered for the Future BMS2405 CONNECTION GUIDE: This is simple step-by-step manual how to CONNECT AND proceed basic SETUP of BMS2405. In following example connection

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

VikiLABS. a g. c dp. Working with 7-segment displays. 1 Single digit displays. July 14, 2017

VikiLABS. a g. c dp. Working with 7-segment displays. 1 Single digit displays.  July 14, 2017 VikiLABS Working with 7-segment displays www.vikipedialabs.com July 14, 2017 Seven segment displays are made up of LEDs combined such that they can be used to display numbers and letters. As their name

More information

Objectives: Learn how LED displays work Be able to output your name on the display

Objectives: Learn how LED displays work Be able to output your name on the display Objectives: Learn how LED displays work Be able to output your name on the display By the end of this session: You will know how simple LED displays work and be able to make them give a useful output.

More information

SAFETY INSTRUCTIONS. This information is for preventing bodily harm or even death and user should follow these safety rules.

SAFETY INSTRUCTIONS. This information is for preventing bodily harm or even death and user should follow these safety rules. CJ-7500E 2 CONTENTS SAFETY INSTRUCTIONS Please read the Safety Rules carefully before using this product. Following the safety rules prevents users from damages related with the misuse of the product.

More information

Setup Utility Guide. SF-16M 16-Channel Digital Matrix Amplifier

Setup Utility Guide. SF-16M 16-Channel Digital Matrix Amplifier Setup Utility Guide SF-16M 16-Channel Digital Matrix Amplifier Advanced Configuration Using the Setup Utility The Setup Utility is the most efficient way to set up SF-16M advanced features (using *Mac

More information

PLASMA MONITOR (PT20 UVVis) USER GUIDE

PLASMA MONITOR (PT20 UVVis) USER GUIDE Thin Film Measurement solution Software, sensors, custom development and integration PLASMA MONITOR (PT20 UVVis) USER GUIDE August 2012 Plasma monitor with VFT probe. INTRODUCTION Plasma Monitor includes

More information

Light Emitting Diodes (LEDs)

Light Emitting Diodes (LEDs) Light Emitting Diodes (LEDs) Example: Circuit symbol: Function LEDs emit light when an electric current passes through them. Connecting and soldering LEDs must be connected the correct way round, the diagram

More information

imso-104 Manual Revised July 19, 2012

imso-104 Manual Revised July 19, 2012 imso-104 Manual 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 2.21 On / Off 2.22

More information

Single cable multiswich programmer PC102W

Single cable multiswich programmer PC102W Single cable multiswich programmer PC102W 1. Product description The PC102W - single cable multiswich programmer (in the text - programmer) is useful instrument while configuring and troubleshooting SAT

More information

Spectacle Motion Board Hookup Guide

Spectacle Motion Board Hookup Guide Page 1 of 16 Spectacle Motion Board Hookup Guide Spectacle Motion Board The Spectacle Motion Board makes it easy to add movement to your Spectacle projects. It can control up to 5 servo motors, either

More information

EDL8 Race Dash Manual Engine Management Systems

EDL8 Race Dash Manual Engine Management Systems Engine Management Systems EDL8 Race Dash Manual Engine Management Systems Page 1 EDL8 Race Dash Page 2 EMS Computers Pty Ltd Unit 9 / 171 Power St Glendenning NSW, 2761 Australia Phone.: +612 9675 1414

More information

The user manual of LED display screen and RH-32G control card.

The user manual of LED display screen and RH-32G control card. The user manual of LED display screen and RH-32G control card. ⅠHardware parameters 1 The maximum number of points P10 solid color:32*768 32*256(2 pieces high and 24 pieces wide;2 pieces high and 8 pieces

More information

CA Outbound Dialer Module. Operation Manual v1.1

CA Outbound Dialer Module. Operation Manual v1.1 CA Outbound Dialer Module Operation Manual v1.1 Poltys, Inc. 3300 N. Main Street, Suite D, Anderson, SC 29621-4128 +1 (864) 642-6103 www.poltys.com 2013, Poltys Inc. All rights reserved. The information

More information

NETBELL SETTING INSTRUCTION

NETBELL SETTING INSTRUCTION NETBELL SETTING INSTRUCTION BELL WIRING For Netbell 8 There are 8 relay outputs for the Netbell 8 to control up to 8 bells (12V/24V 5A) directly. 1. Select a suitable power source that meets the requirements

More information

POINTS POSITION INDICATOR PPI4

POINTS POSITION INDICATOR PPI4 POINTS POSITION INDICATOR PPI4 Monitors the brief positive operating voltage across points motors when they are switched Lights a corresponding led on a control panel to show the last operation of each

More information

Quad 7-segment display board

Quad 7-segment display board Quad 7-segment display board www.matrixtsl.com EB008 Contents About this document 3 Board layout 3 General information 4 Circuit description 4 Protective cover 5 Circuit diagram 6 2 Copyright About this

More information

Quick Start. RSHS1000 Series Handheld Digital Oscilloscope

Quick Start. RSHS1000 Series Handheld Digital Oscilloscope Quick Start RSHS1000 Series Handheld Digital Oscilloscope General Safety Summary Carefully read the following safety precautions to avoid personal injury and prevent damage to the instrument or any products

More information

KRAMER ELECTRONICS LTD. USER MANUAL

KRAMER ELECTRONICS LTD. USER MANUAL KRAMER ELECTRONICS LTD. USER MANUAL MODEL: Projection Curved Screen Blend Guide How to blend projection images on a curved screen using the Warp Generator version K-1.4 Introduction The guide describes

More information

COLOR TFT LCD MONITOR WITH MULTI-TOUCH FUNCTION Manual

COLOR TFT LCD MONITOR WITH MULTI-TOUCH FUNCTION Manual COLOR TFT LCD MONITOR WITH MULTI-TOUCH FUNCTION Manual DEAR CUSTOMERS Thank you for choosing our TFT LCD (liquid crystal display) monitor. This product employs integrate circuits, low power consumption,

More information

Tebis application software

Tebis application software Tebis application software Input products / ON / OFF output / RF dimmer Electrical / Mechanical characteristics: see product user manual Product reference Product designation TP device RF device WYC42xQ

More information

The Serial Port is Dead! Long Live the Serial Port! USB Serial Port Breadboard Experiments with the FTDI FT232R

The Serial Port is Dead! Long Live the Serial Port! USB Serial Port Breadboard Experiments with the FTDI FT232R The Serial Port is Dead! Long Live the Serial Port! USB Serial Port Breadboard Experiments with the FTDI FT232R Copyright Joe Pardue 2008. This material was previously published in the June 2008 issue

More information

MOI-V Linux dvblast tvheadend VDR Operating Instructions

MOI-V Linux dvblast tvheadend VDR Operating Instructions MOI-V Linux dvblast tvheadend VDR Operating Instructions Dear Customers, Thank you very much for choosing TBS products. The professional IPTV streamer MOI-V supports up to 6 built-in TV tuner PCI-e cards

More information

FOUR CHANNEL USB RECORDER PCRU01. User manual. Table of Contents

FOUR CHANNEL USB RECORDER PCRU01. User manual. Table of Contents FOUR CHANNEL USB RECORDER PCRU01 User manual Table of Contents Features 2 Specifications 2 hardware 2 software: 2 system requirements 2 Software installation 2 SAFETY and WARNINGS 3 Warranty 3 Connections

More information

B2 Spice A/D Tutorial Author: B. Mealy revised: July 27, 2006

B2 Spice A/D Tutorial Author: B. Mealy revised: July 27, 2006 B2 Spice A/D Tutorial Author: B. Mealy revised: July 27, 2006 The B 2 Spice A/D software allows for the simulation of digital, analog, and hybrid circuits. CPE 169, however, is only concerned with the

More information

iii Table of Contents

iii Table of Contents i iii Table of Contents Display Setup Tutorial....................... 1 Launching Catalyst Control Center 1 The Catalyst Control Center Wizard 2 Enabling a second display 3 Enabling A Standard TV 7 Setting

More information

2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE. Revised

2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE. Revised 2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE Revised 2016-05-09 2G Video Wall Guide Just Add Power HD over IP Page2 Table of Contents Specifications... 4 Requirements for Setup...

More information

apple Service Source Apple Cinema HD Display 23" LCD (ADC) 11 April Apple Computer, Inc. All rights reserved.

apple Service Source Apple Cinema HD Display 23 LCD (ADC) 11 April Apple Computer, Inc. All rights reserved. apple Service Source Apple Cinema HD Display 23" LCD (ADC) 11 April 2003 2003 Apple Computer, Inc. All rights reserved. apple Service Source Take Apart Apple Cinema HD Display 23" LCD (ADC) 2003 Apple

More information

Quick Guide Book of Sending and receiving card

Quick Guide Book of Sending and receiving card Quick Guide Book of Sending and receiving card ----take K10 card for example 1 Hardware connection diagram Here take one module (32x16 pixels), 1 piece of K10 card, HUB75 for example, please refer to the

More information

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore)

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore) Laboratory 11 Digital Displays and Logic (modified from lab text by Alciatore) Required Components: 2x lk resistors 1x 10M resistor 3x 0.1 F capacitor 1x 555 timer 1x 7490 decade counter 1x 7447 BCD to

More information

Cardioline Cube Stress Tango M2 Interface Notes

Cardioline Cube Stress Tango M2 Interface Notes Cardioline Cube Stress Tango M2 Interface Notes To setup Tango M2 with the Cube stress system, simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables RS-232 Cable used to communicate

More information

Mortara XScribe Versions 3.xx and 5.xx Tango M2 Interface Notes

Mortara XScribe Versions 3.xx and 5.xx Tango M2 Interface Notes Mortara XScribe Versions 3.xx and 5.xx Tango M2 Interface Notes To setup Tango M2 with the XScribe cardiac stress system, simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables

More information

Mortara X-Scribe Tango+ Interface Notes

Mortara X-Scribe Tango+ Interface Notes Mortara X-Scribe Tango+ Interface Notes To setup Tango+ with the X-Scribe stress system, simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables RS-232 Cable used to communicate

More information

GE CardioSoft (Version 6.01 or higher) Tango M2 Interface Notes

GE CardioSoft (Version 6.01 or higher) Tango M2 Interface Notes GE CardioSoft (Version 6.01 or higher) Tango M2 Interface Notes To setup Tango M2 with your CardioSoft (V6.01 or higher), simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables

More information

Pulse Biomedical QRS-Card Tango M2 Interface Notes

Pulse Biomedical QRS-Card Tango M2 Interface Notes Pulse Biomedical QRS-Card Tango M2 Interface Notes To setup Tango M2 with your stress system, simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables RS-232 Cable used to communicate

More information

Matrix Switcher. Users Guide ANI-VGA ANI-V ANI-RGB

Matrix Switcher. Users Guide ANI-VGA ANI-V ANI-RGB Matrix Switcher Users Guide ANI-VGA ANI-V ANI-RGB Document version: 052012 For use of the device and safety of users, please follow the instructions when installing, using and maintaining: The system must

More information

apple Service Source Apple Studio Display 17" LCD (ADC) Updated 6 Decenber Apple Computer, Inc. All rights reserved.

apple Service Source Apple Studio Display 17 LCD (ADC) Updated 6 Decenber Apple Computer, Inc. All rights reserved. apple Service Source Apple Studio Display 17" LCD (ADC) Updated 6 Decenber 2004 2003 Apple Computer, Inc. All rights reserved. apple Service Source Take Apart Apple Studio Display 17" LCD (ADC) 2003 Apple

More information

Welch Allyn CardioPerfect Workstation Tango+ Interface Notes

Welch Allyn CardioPerfect Workstation Tango+ Interface Notes Welch Allyn CardioPerfect Workstation Tango+ Interface Notes To setup Tango+ with the CardioPerfect stress system, simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables RS-232

More information

"shell" digital storage oscilloscope (Beta)

shell digital storage oscilloscope (Beta) "shell" digital storage oscilloscope (Beta) 1. Main board: solder the element as the picture shows: 2. 1) Check the main board is normal or not Supply 9V power supply through the connector J7 (Note: The

More information

4.1* Combinational logic circuits implement logic functions using a combination of logic gates. Recall

4.1* Combinational logic circuits implement logic functions using a combination of logic gates. Recall CALIFORNIA STATE UNIVERSITY LOS ANGELES Department of Electrical and Computer Engineering EE-2449 Digital Logic Lab EXPERIMENT 4 LOGIC FUNCTIONS Text: Mano and Ciletti, Digital Design, 5 th Edition, Chapter

More information

Calibration Using i1 probe with CalMan and Resolve

Calibration Using i1 probe with CalMan and Resolve 20160526 Flanders Scientific, Inc. 6215 Shiloh Crossing Suite G Alpharetta, GA 30005 Phone: +1.678.835.4934 Fax: +1.678.804.1882 E-Mail: Support@FlandersScientific.com www.flandersscientific.com Please

More information

How to Set Up a DX8 Transmitter for the Blade 350 QX3

How to Set Up a DX8 Transmitter for the Blade 350 QX3 Flight Notes By Flightengr How to Set Up a DX8 Transmitter for the Blade 350 QX3 This issue of Flight Notes will provide a step-by-step walkthrough for setting up a new model on your Spektrum DX8 for use

More information

Entry Level Tool II. Reference Manual. System Level Solutions, Inc. (USA) Murphy Avenue San Martin, CA (408) Version : 1.0.

Entry Level Tool II. Reference Manual. System Level Solutions, Inc. (USA) Murphy Avenue San Martin, CA (408) Version : 1.0. Entry Level Tool II Reference Manual, Inc. (USA) 14100 Murphy Avenue San Martin, CA 95046 (408) 852-0067 http://www.slscorp.com Version : 1.0.3 Date : October 7, 2005 Copyright 2005-2006,, Inc. (SLS) All

More information

Table of Contents Precautions... 2

Table of Contents Precautions... 2 Table of Contents Precautions... 2 Special notes on LCD monitors... 2 Package contents... 3 Installation instructions... 3 Assembling the monitor... 3 Adjusting the viewing angle... 4 Connecting the devices...

More information

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1 IxStream Headend Quick Guide - Begin working with the IxStream headend IX-Streamer, rev 1.1 Introduction... 3 Example setup... 3 Access the headend... 4 Important Concepts... 5 Push Config... 5 EMM...

More information

Operation Guide Version 2.0, December 2016

Operation Guide Version 2.0, December 2016 Operation Guide Version 2.0, December 2016 Document Revision History Revision Date Description v1.0 January 8, 2016 Initial release of COLR Operation Manual, based on firmware version 1.0.1 CONTENTS Contents...

More information

D-901 PC SOFTWARE Version 3

D-901 PC SOFTWARE Version 3 INSTRUCTION MANUAL D-901 PC SOFTWARE Version 3 Please follow the instructions in this manual to obtain the optimum results from this unit. We also recommend that you keep this manual handy for future reference.

More information

Christmas LED Snowflake Project

Christmas LED Snowflake Project Christmas LED Snowflake Project Version 1.1 (01/12/2008) The snowflake is a follow-on from my Christmas star project from a few years ago. This year I decided to make a display using only white LEDs, shaped

More information

V pro8 QUICK START GUIDE

V pro8 QUICK START GUIDE QUICK START GUIDE Welcome to your V pro8 FIRST STEPS POWERING ON CONNECTING YOUR COMPUTER Thank you for buying the Lawo V pro8, a true high-quality product developed and manufactured in Rastatt, Germany.

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

Keysight Method of Implementation (MOI) for VESA DisplayPort (DP) Standard Version 1.3 Cable-Connector Compliance Tests Using E5071C ENA Option TDR

Keysight Method of Implementation (MOI) for VESA DisplayPort (DP) Standard Version 1.3 Cable-Connector Compliance Tests Using E5071C ENA Option TDR Revision 1.00 February 27, 2015 Keysight Method of Implementation (MOI) for VESA DisplayPort (DP) Standard Version 1.3 Cable-Connector Compliance Tests Using E5071C ENA Option TDR 1 Table of Contents 1.

More information

Please read this manual before using the C961 Display. Suzhou Bafang Electric Motor Science-Technology Co., LTD

Please read this manual before using the C961 Display. Suzhou Bafang Electric Motor Science-Technology Co., LTD Manual C961 Contents Material & color 3 Functions & buttons 3 Functions 3 Interface 4 ON/OFF 5 The display switches off automatically if there is no activity for ten minutes (default). 5 Walking assist

More information

DH7-DK QUICKSTART GUIDE. DH7 4K Support HDMI On-Camera Field Monitor Deluxe Kit

DH7-DK QUICKSTART GUIDE. DH7 4K Support HDMI On-Camera Field Monitor Deluxe Kit DH7-DK QUICKSTART GUIDE DH7 4K Support HDMI On-Camera Field Monitor Deluxe Kit What s Included 1 x DH7 Monitor 1 x AC Adapter 1 x Camera Shoe Mount 1 x Screen Cleaning Wipe 1 x Screen Protection Film 1

More information

Pin setup: 1 (EXC+) 2 (EXC-) 3 (SIG+) 4 (SIG-) Pin setup: 2 (TXD) 3 (RXD) 5 (GND) others (NC)

Pin setup: 1 (EXC+) 2 (EXC-) 3 (SIG+) 4 (SIG-) Pin setup: 2 (TXD) 3 (RXD) 5 (GND) others (NC) Load Cell connection (Male) Pin setup: 1 (EXC+) 2 (EXC-) 3 (SIG+) 4 (SIG-) RS232C Connection: DB-09 (Male) Pin setup: 2 (TXD) 3 (RXD) 5 (GND) others (NC) Bi-directional RS232C Setting Baud Rate The ADC

More information

CHAPTER 3 EXPERIMENTAL SETUP

CHAPTER 3 EXPERIMENTAL SETUP CHAPTER 3 EXPERIMENTAL SETUP In this project, the experimental setup comprised of both hardware and software. Hardware components comprised of Altera Education Kit, capacitor and speaker. While software

More information

Dejero LIVE+ 20/20 Transmitter

Dejero LIVE+ 20/20 Transmitter Dejero LIVE+ 20/20 Transmitter This Dejero kit will allow you to broadcast live from the field, using an NX5 camera kit. Please follow the following steps in order!! 1. Preliminary Check: To set up the

More information

application software

application software application software application software Input products / Shutter Output / RF output Electrical / Mechanical characteristics: see product user manual Product reference Product designation TP device RF

More information

DX-10 tm Digital Interface User s Guide

DX-10 tm Digital Interface User s Guide DX-10 tm Digital Interface User s Guide GPIO Communications Revision B Copyright Component Engineering, All Rights Reserved Table of Contents Foreword... 2 Introduction... 3 What s in the Box... 3 What

More information

The W8TEE/K2ZIA Antenna Analyzer. Dr. Jack Purdum, W8TEE Farrukh Zia, K2ZIA

The W8TEE/K2ZIA Antenna Analyzer. Dr. Jack Purdum, W8TEE Farrukh Zia, K2ZIA The W8TEE/K2ZIA Antenna Analyzer by Dr. Jack Purdum, W8TEE Farrukh Zia, K2ZIA Introduction The W8Antenna TEE/K2ZIA Analyzer (AA) is a general purpose antenna analyzer than can measure resonance for a given

More information

GY-HM200SP USERS GUIDE

GY-HM200SP USERS GUIDE SCORING OVERLAYS GY-HM200SP USERS GUIDE Network Connections, Overlays and Scorebot Live Data Feeds 1 TABLE OF CONTENTS Introduction 3 Step 1: Selecting an Overlay 4 Step 2: Establishing a Connection P2P

More information

PRODUCT MANUAL. Chroma Flow PRO RGB LED Controller. and Receiver. Product Description. Main Functions: This manual reviews: Receiver.

PRODUCT MANUAL. Chroma Flow PRO RGB LED Controller. and Receiver. Product Description. Main Functions: This manual reviews: Receiver. Product Description The next generation of color changing Chroma Flow LED controllers is here with the new and even more advanced Chroma Flow PRO. The Chroma Flow PRO is a hand-held wireless remote control

More information

Crestron TPMC-4SM Fusion RV Interface Operations Guide

Crestron TPMC-4SM Fusion RV Interface Operations Guide Crestron TPMC-4SM Fusion RV Interface Operations Guide The specific patents that cover Crestron products are listed at patents.crestron.com. Crestron, the Crestron logo and Fusion RV are either trademarks

More information

application software

application software application software application software Input products / Shutter Output / RF output Electrical / Mechanical characteristics: see product user manual Product reference Product designation TP device RF

More information

What's included? RCU. Easy Setup Guide. HDMI Cable. Loop-through Cable. Power Cord. SATA Cable. RCU Battery

What's included? RCU. Easy Setup Guide. HDMI Cable. Loop-through Cable. Power Cord. SATA Cable. RCU Battery English What's included? RCU Easy Setup Guide HDMI Cable SATA Cable Power Cord Loop-through Cable RCU Battery 1 Front Panel LCD Display Displays graphic logos of channels and uploaded user s favorite images.

More information

r.link Video-inserter RL5-MIB-STD2

r.link Video-inserter RL5-MIB-STD2 r.link Video-inserter RL5-MIB-STD2 Video-inserter with 1 video input and 1 rear-view camera input Compatible with VW vehicles with Composition Media or Discover Media system Skoda vehicles with Amundsen

More information

How-to Setup Motion Detection on a Dahua DVR/NVR

How-to Setup Motion Detection on a Dahua DVR/NVR How-to Setup Motion Detection on a Dahua DVR/NVR Motion detection allows you to set up your cameras to record ONLY when an event (motion) triggers (is detected) the DVR/NVR to begin recording and stops

More information

COLOR TFT LCD MONITOR. Manual

COLOR TFT LCD MONITOR. Manual COLOR TFT LCD MONITOR Manual Safety defended: Properly maintains your system to be possible to guarantee its service life and to reduce the damage risk. It should avoid the damp and exceeding temperature

More information

r.link Video-inserter RL5-UCON7-500 Compatible with Fiat vehicles with Uconnect 7inch infotainment

r.link Video-inserter RL5-UCON7-500 Compatible with Fiat vehicles with Uconnect 7inch infotainment r.link Video-inserter RL5-UCON7-500 Compatible with Fiat vehicles with Uconnect 7inch infotainment Video-inserter with 1 video input and 1 rear-view camera input Product features Video-inserter for factory-infotainment

More information

Winmate Communication INC.

Winmate Communication INC. 20.1 Military Grade Display Model: R20L100-RKA2ML User s Manual Winmate Communication INC. May, 2011 1 IMPORTANT SAFETY INSTRUCTIONS Please read these instructions carefully before using the product and

More information

Spektrum AirWare Change Log 2016-November-15

Spektrum AirWare Change Log 2016-November-15 Version 1.06 Spektrum AirWare Change Log 2016-November-15 Changes since 2016-February-05 Special Note In the Telemetry menu, some sensors may not be reported properly on the display or audibly after updating.

More information

LEVEL CROSSING MODULE FOR LED SIGNALS LCS2

LEVEL CROSSING MODULE FOR LED SIGNALS LCS2 LEVEL CROSSING MODULE FOR LED SIGNALS LCS2 Fully Flexible Controller for Common-Anode LED signals Automatically detects trains using an infra-red sensor mounted below the track bed Operates attached yellow

More information

FIRMWARE RELEASE NOTE

FIRMWARE RELEASE NOTE Products VRC300 Date Nov 18, 2015 Version 2.02.08 The version(s) indicated here above has (have) been tested and validated by the Technical Support Department. Version 2.02.08 Technical notes New Features

More information

USER MANUAL. 27 Full HD Widescreen LED Monitor L270E

USER MANUAL. 27 Full HD Widescreen LED Monitor L270E USER MANUAL 27 Full HD Widescreen LED Monitor L270E TABLE OF CONTENTS 1 Getting Started 2 Control Panel/ Back Panel 3 On Screen Display 4 Technical Specs 5 Care & Maintenance 6 Troubleshooting 7 Safety

More information

DLG Programming on the Futaba 12FG

DLG Programming on the Futaba 12FG DLG Programming on the Futaba 12FG This is a guide for programming the Futaba 12FG transmitter for use with a Discus Launched Glider (DLG). It serves two purposes: It serves as a dummies guide for those

More information

Preface. About SunFounder. About Super Kit. Free Support

Preface. About SunFounder. About Super Kit. Free Support About SunFounder Preface SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strive to bring

More information

LG Digital Signage *MFL * Easy Setup Guide (MONITOR SIGNAGE)

LG Digital Signage *MFL * Easy Setup Guide (MONITOR SIGNAGE) Easy Setup Guide LG Digital Signage (MONITOR SIGNAGE) Please read this manual carefully before operating your set and retain it for future reference. 47LV35A 55LV35A *MFL68621511* P/NO : MFL68621511(1608-REV00)

More information

Digital Projector X66 Operator's Guide

Digital Projector X66 Operator's Guide Digital Projector X66 Operator's Guide Thank you for purchasing this projector. WARNING WARNING CAUTION NOTE Trademark acknowledgment 1 Content About this manual.... 1 Content.... 2 Projector features....

More information

SCS318. User Instructions. SCS318 comprising of SCS317 7 Day Wireless Programmable Room Thermostat and SSR303 Receiver

SCS318. User Instructions. SCS318 comprising of SCS317 7 Day Wireless Programmable Room Thermostat and SSR303 Receiver SCS318 User Instructions SCS318 comprising of SCS317 7 Day Wireless Programmable Room Thermostat and SSR303 Receiver Programmable room thermostats are widely recognised as one of the best ways in which

More information

CONTENTS. Troubleshooting 1

CONTENTS. Troubleshooting 1 CONTENTS Introduction...3 Troubleshooting Techniques...3 Preparation...3 Knowledge...3 Tools...4 Spare Parts...4 Backups...4 Troubleshooting Steps...5 Step 1: Identify the Specific Symptoms:...5 Step 2:

More information

1. Please do not place the display screen towards the ground. 2. Please avoid heavy impact or drop onto the ground.

1. Please do not place the display screen towards the ground. 2. Please avoid heavy impact or drop onto the ground. User Guide 0 IMPORTANT SAFETY INSTRUCTIONS: Please read User Guide before using this product. Please keep User Guide for future reference. Please read the cautions to prevent possible danger and loss of

More information

COPYRIGHT NOVEMBER-1998

COPYRIGHT NOVEMBER-1998 Application Notes: Interfacing AG-132 GPS with G-858 Magnetometer 25430-AM Rev.A Operation Manual COPYRIGHT NOVEMBER-1998 GEOMETRICS, INC. 2190 Fortune Drive, San Jose, Ca 95131 USA Phone: (408) 954-0522

More information

Automate Pulse Set-Up Instructions

Automate Pulse Set-Up Instructions Automate Pulse Set-Up Instructions ABOUT THE AUTOMATE SHADES SKILL The Automate Pulse app allows for control of your motorized window treatments through your smartphone/tablet THE APP ALLOWS FOR: Individual

More information

Setting up the Setting up the Dragonfly 1 v June

Setting up the Setting up the Dragonfly 1 v June Setting up the 1 Introduction In this guide we'll be setting up a rather complete observatory, integrating in the Dragonfly all relevant elements: Roof, motorized with a garage-door system and including

More information

Operating Instructions

Operating Instructions Operating Instructions HAEFELY TEST AG KIT Measurement Software Version 1.0 KIT / En Date Version Responsable Changes / Reasons February 2015 1.0 Initial version WARNING Introduction i Before operating

More information

DPS Telecom Your Partners in Network Alarm Management

DPS Telecom Your Partners in Network Alarm Management Subject: How to Setup Analog Sensors on a NetGuardian Platforms: Netguardian 832A, 16S, 216, 216T, and NetDog G2 How are your remote sites doing? Too hot? Too cold? Too humid? Low battery voltage? Low

More information

Operation Guide Version 1.0, December 2015

Operation Guide Version 1.0, December 2015 Operation Guide Version 1.0, December 2015 Document Revision History Revision Date Description v1.0 January 8, 2016 Initial release of COLR Operation Manual, based on firmware version 1.0.1 CONTENTS Contents...

More information

USER MANUAL. 27 Full HD Widescreen LED Monitor L27ADS

USER MANUAL. 27 Full HD Widescreen LED Monitor L27ADS USER MANUAL 27 Full HD Widescreen LED Monitor L27ADS TABLE OF CONTENTS 1 Getting Started 2 Control Panel/ Back Panel 3 On Screen Display 4 Technical Specs 5 Care & Maintenance 6 Troubleshooting 7 Safety

More information

ArcPro Mach4 Plasma Screen User Guide

ArcPro Mach4 Plasma Screen User Guide ArcPro Mach4 Plasma Screen User Guide Document Revision 1.10 (Updated June 13, 2017) 2017 Vital Systems Inc. Phoenix, AZ USA For more information please visit the product web page: http://www.vitalsystem.com/arcpro

More information

Features/Specifications

Features/Specifications Introduction Thank you for purchasing the DD Audio DSI-1(Digital Signal Integrator). The DSI-1 is a feature rich audio signal processor that will allow you to precisely tune the acoustics of your car audio

More information

User Manual 15" LCD Open frame SAW Touch Monitor KOT-0150US-SA4W. Table of Contents

User Manual 15 LCD Open frame SAW Touch Monitor KOT-0150US-SA4W. Table of Contents User Manual 15" LCD Open frame SAW Touch Monitor KOT-0150US-SA4W Table of Contents Chapter 1. Introduction...2 1.1 Product Description 1.2 About the Product Chapter 2. Installation and Setup...2 2.1 Unpacking

More information

Environmental Conditions, page 2-1 Site-Specific Conditions, page 2-3 Physical Interfaces (I/O Ports), page 2-4 Internal LEDs, page 2-8

Environmental Conditions, page 2-1 Site-Specific Conditions, page 2-3 Physical Interfaces (I/O Ports), page 2-4 Internal LEDs, page 2-8 2 CHAPTER Revised November 24, 2010 Environmental Conditions, page 2-1 Site-Specific Conditions, page 2-3 Physical Interfaces (I/O Ports), page 2-4 Internal LEDs, page 2-8 DMP 4305G DMP 4310G DMP 4400G

More information

Configuring the Stack ST8961 VS Module when used in conjunction with a Stack ST81xx series display.

Configuring the Stack ST8961 VS Module when used in conjunction with a Stack ST81xx series display. Configuring the Stack ST8961 VS Module when used in conjunction with a Stack ST81xx series display. Your Stack ST8961 VS module allows you to synchronize, overlay, and record data available on your Stack

More information

User s Guide - 64 Bit Digital Electronic Crossover

User s Guide - 64 Bit Digital Electronic Crossover CHANNEL D Pure Music User s Guide - 64 Bit Digital Electronic Crossover Contents Copyright 2006, 2007, 2008, 2009, 2010, 2011 Channel D http://www.channel-d.com CHANNEL D Crossover Pure Music s Crossover

More information

Bright and Various Illumination makes easy planning of multiple design. Easy Matrix Mounting available. Dome Cover type (easy to look) provided.

Bright and Various Illumination makes easy planning of multiple design. Easy Matrix Mounting available. Dome Cover type (easy to look) provided. LED Indicator LED BL Bright and Various Illumination makes easy planning of multiple design. Easy Matrix Mounting available. Dome Cover type (easy to look) provided. Various illumination (Mono Color,Split-Face,

More information

KRS-V7A Programming Software for the Kenwood TM-V7A

KRS-V7A Programming Software for the Kenwood TM-V7A for the Kenwood TM-V7A Memory Types VHF Memories UHF Memories VHF Limit Memories UHF Limit Memories VFO Call Channel Memory Channel Functions Name Skip The KRS-V7A Programmer is designed to give you the

More information

Birdie-FTR FaulTracker

Birdie-FTR FaulTracker Birdie-FTR FaulTracker User Guide Version 1.1 July 2003 Laplace Instruments Ltd Page 1 Page 2 Caution read these instructions before using the instrument. Birdie-FTR FaulTracker Patent Application No:

More information

S7H-DK S7H 7" High Bright Monitor Deluxe Kit

S7H-DK S7H 7 High Bright Monitor Deluxe Kit S7H-DK S7H 7" High Bright Monitor Deluxe Kit QUICKSTART GUIDE What s Included 1 x S7H Monitor 1 x Camera Shoe Mount 1 x Neoprene Sleeve 1 x Mini-XLR to P-TAP Cable 2 x DV Battery Plate 1 x DV Battery 1

More information

Serial Decode I2C TEN MINUTE TUTORIAL. December 21, 2011

Serial Decode I2C TEN MINUTE TUTORIAL. December 21, 2011 Serial Decode I2C TEN MINUTE TUTORIAL December 21, 2011 Summary LeCroy oscilloscopes have the ability to trigger on and decode multiple serial data protocols. The decode in binary, hex, or ASCII format,

More information