BLDC DRIVE USING AN OPTICAL ENCODER

Size: px
Start display at page:

Download "BLDC DRIVE USING AN OPTICAL ENCODER"

Transcription

1 Fujitsu Microelectronics Europe Application Note MCU-AN E-V10 FR FAMILY 32-BIT MICROCONTROLLER MB91265 SERIES BLDC DRIVE USING AN OPTICAL ENCODER APPLICATION NOTE

2 Revision History Revision History Date CHa First release Issue This document contains 13 pages. MCU-AN E-V Fujitsu Microelectronics Europe GmbH

3 Warranty and Disclaimer Warranty and Disclaimer To the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH restricts its warranties and its liability for all products delivered free of charge (e.g. software include or header files, application examples, target boards, evaluation boards, engineering samples of IC s etc.), its performance and any consequential damages, on the use of the Product in accordance with (i) the terms of the License Agreement and the Sale and Purchase Agreement under which agreements the Product has been delivered, (ii) the technical descriptions and (iii) all accompanying written materials. In addition, to the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH disclaims all warranties and liabilities for the performance of the Product and any consequential damages in cases of unauthorised decompiling and/or reverse engineering and/or disassembling. Note, all these products are intended and must only be used in an evaluation laboratory environment. 1. Fujitsu Microelectronics Europe GmbH warrants that the Product will perform substantially in accordance with the accompanying written materials for a period of 90 days form the date of receipt by the customer. Concerning the hardware components of the Product, Fujitsu Microelectronics Europe GmbH warrants that the Product will be free from defects in material and workmanship under use and service as specified in the accompanying written materials for a duration of 1 year from the date of receipt by the customer. 2. Should a Product turn out to be defect, Fujitsu Microelectronics Europe GmbH s entire liability and the customer s exclusive remedy shall be, at Fujitsu Microelectronics Europe GmbH s sole discretion, either return of the purchase price and the license fee, or replacement of the Product or parts thereof, if the Product is returned to Fujitsu Microelectronics Europe GmbH in original packing and without further defects resulting from the customer s use or the transport. However, this warranty is excluded if the defect has resulted from an accident not attributable to Fujitsu Microelectronics Europe GmbH, or abuse or misapplication attributable to the customer or any other third party not relating to Fujitsu Microelectronics Europe GmbH. 3. To the maximum extent permitted by applicable law Fujitsu Microelectronics Europe GmbH disclaims all other warranties, whether expressed or implied, in particular, but not limited to, warranties of merchantability and fitness for a particular purpose for which the Product is not designated. 4. To the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH s and its suppliers liability is restricted to intention and gross negligence. NO LIABILITY FOR CONSEQUENTIAL DAMAGES To the maximum extent permitted by applicable law, in no event shall Fujitsu Microelectronics Europe GmbH and its suppliers be liable for any damages whatsoever (including but without limitation, consequential and/or indirect damages for personal injury, assets of substantial value, loss of profits, interruption of business operation, loss of information, or any other monetary or pecuniary loss) arising from the use of the Product. Should one of the above stipulations be or become invalid and/or unenforceable, the remaining stipulations shall stay in full effect Fujitsu Microelectronics Europe GmbH MCU-AN E-V10

4 Contents Contents REVISION HISTORY... 2 WARRANTY AND DISCLAIMER... 3 CONTENTS INTRODUCTION ENCODER BASICS ENCODER DRIVE FOR BLDC MOTORS INCREASING THE SPEED RANGE FOR THE ENCODER PROCESSING CONNECTING AN ENCODER TO THE MOTORKIT-91F267-MC SOURCE CODE SEGMENTS APPENDIX Figures Related Documents Related software examples MCU-AN E-V Fujitsu Microelectronics Europe GmbH

5 Chapter 1 Introduction 1 Introduction Incremental encoders are used in a wide range of applications, like data input wheels ( jogshuttle type) and replacement for potentiometers or pushbuttons for all kind of equipment. Since these elements are turned by hand, the resulting speed is not very high. But incremental encoders are also commonly used in motion control, as rotary or linear position sensor. Since the speed to be measured in these systems can be very high, also the resulting pulse frequency rises accordingly. If the quadrature interface is implemented in software and not by a dedicated up/down counter, this can generate a high interrupt load for the MCU. This application note will show a possibility to use an incremental encoder at high speeds using the MCUs Input Capture unit. A software example to drive a brushless DC motor using the MB91F267 MCU on the MotorKit-91F267-MC is bundled with this document. Fujitsu Microelectronics Europe GmbH MCU-AN E-V10

6 Chapter 2 Encoder basics 2 Encoder basics The basic principle of a rotary encoder is described in the Fujitsu application note mcu-an e-v12-rotary_encoder, which can be found at the web address stated at the end of this document. The mentioned application note shows different methods to evaluate the encoder signal and the connection of an incremental encoder using either the external interrupts or the input capture pins of the MCU. Since the ICU variant offers several advantages such as trigger on both edges and simple time measurement as a side effect, only this method is treated in this document. The output signal of an incremental encoder basically consists of two rectangular waveforms with 50% duty, which are orthogonal (displaced by 90 ) to each other ( quadrature encoder). By the sequence of the four possible states of the encoder output, the movement direction can be determined, and the time between two transitions yields the speed. Figure 1: Incremental encoder signal The resolution of a rotary encoder is measured in pulses or lines per round. A common value for mid-range encoders is 500 lines per revolution, which results in 2000 state changes per round. Many encoders offer an additional index signal, e.g. a zero index of a rotary encoder, to allow absolute positioning (after the first index occurred). To keep the absolute position value also after power-down, either the position has to be stored in a non-volatile memory, or if this is not possible or necessary, either a homing operation has to be performed, or a rough position estimate has to be made for the first turn, e.g. by hall sensors. As soon as the first index signal appears, the exact position is known. The actual position count can also be compared to the expected value in the routine processing the zero index signal, e.g. to recognize and correct errors due to noise on the A and B signals. MCU-AN E-V Fujitsu Microelectronics Europe GmbH

7 Chapter 3 Encoder drive for BLDC motors 3 Encoder drive for BLDC motors There are many applications for incremental or absolute encoders in motor- and motion control. Often, optical incremental encoders are directly mounted on the motor shaft and can be used for precise rotor angle measurement, needed for many control algorithms. An easy way of driving a PMSM (Permanent Magnet Synchronous Motor) or BLDC (Brushless DC) motor with sinusoidal currents is to use the position calculated by the encoder routine as direct index for sine generation using a lookup table. Ideally, a BLDC or PMSM delivers the most torque when the magnetic field generated by the rotors permanent magnets and the stator field are orthogonal to each other. So, for a simplified case, an offset of 90 electrical degrees is added to the rotor position and thereby gives the ideal phase for the stator currents. These can be generated with a sine lookup table, generating the three phase outputs with 120 degree offset between each other. Also the relative position of the encoder zero index to the stator Phase A is a constant offset that must be included. For a 2-pole motor, the described method is directly applicable, but for n pole pairs, one encoder revolution represents n electrical rotations of the stator field, so the position has to be scaled. This also reduces the effective encoder resolution for each electrical rotation. Since this method does not require measurement of the three phase currents and uses only a few calculations like scaling of the sine values and some phase shifts, it is easy to understand and to implement. By varying the offset angle between the encoder position and the generated phase voltages, even a variant of field weakening can be realized, also known as phase advance in some (mostly block commutated) BLDC drives. Thereby, the motor speed can be increased at reduced torque. With some adjustments on the phase offset, a quite efficient motor rotation can be achieved over a wide speed range. Further efficiency can be gained, when a sine table with third harmonics injection is used instead of a pure sine wave. As the name implies, a small amount of an additional sine wave with a three-time higher frequency is added, resulting in a higher phase voltage and better usage of the DC bus voltage. The resulting phase voltage is still sinusoidal, since the third harmonics are in phase on all phase terminals and thereby generates no voltage in the motor phases. Figure 2: Pure sine voltages Figure 3: Sine + 3rd harmonics Of course, this simple mechanism cannot deliver the same performance as real field orientated control. Since the ideal angle between rotor position and stator field is speed- and load dependant in reality, a constant offset delivers less efficiency than a control method considering further system parameters. The FOC therefore also measures the three phase currents (which change with the motor position) and uses a vector transform (Clarke and Fujitsu Microelectronics Europe GmbH MCU-AN E-V10

8 Chapter 3 Encoder drive for BLDC motors Park transforms) to project them into two currents, which are constant as long as the system is in a stationary state. One current represents the field amount in direction of the rotor axis (Id), the other one represents the orthogonal, torque-generating component (Iq). These two currents now can be controlled with separate, conventional control loops, since they appear as relatively slowly changing DC currents. The Id current is usually regulated to zero for permanent magnet motors, since the field is generated by the magnets, so the entire current is used to generate a field orthogonal to the rotor field. In field weakening mode, the Id current is set to negative values to weaken the permanent magnets field. The outputs of the control loops are then used to generate the desired stator field together with the rotor position. MCU-AN E-V Fujitsu Microelectronics Europe GmbH

9 Chapter 4 Increasing the speed range for the encoder processing 4 Increasing the speed range for the encoder processing Apparently, a 500-line encoder at a speed of 3000 rpm already leads to interrupt requests per second, if every slope is evaluated. It is obvious that this high interrupt load can cause problems concerning MCU time. Of course, the problem can be avoided if a dedicated up-/down counter is used, where the processing of the encoder signal is done in hardware and only a register has to be read to get the position data. But also without dedicated hardware, a functional work-around is possible without loosing effective resolution. As an example, the usage of a 500-line encoder on a 2-pole PMSM (Permanent Magnet Synchronous Motor) is shown. The methods described here are also used in the software example bundled with this document, and some parts are also shown in this document. The main idea is to decrease the used encoder resolution step-wise as the speed increases. Of course this implies that the rotation speed has to be measured at a sufficiently short interval. At low speed, all four slopes of every encoder cycle (not mechanical rotation) are evaluated, giving the position as exact as possible. Above a certain speed, the second channel of the encoder is de-activated (e.g. by disabling the according ICU interrupt). To keep the pulses per round constant, every slope of channel A now increments or decrements the position counter by two, depending on the direction. Since the quadrature relationship between the encoder outputs is no longer present, forward and backward movement cannot be distinguished at high speeds. But as it is very unlikely (or physically impossible) that the movement changes from fast forward to fast backward without being slow somewhere in between, this has no real impact. Also the decreased position resolution will be no problem for most applications. Normally, it will not be necessary to update the position more than once per PWM period, which is about 67us in this case. So in this example, the encoder is switched to single channel at 1000 rpm, causing the position update interval to relax from 30us to 60us. If the method described above is still not sufficient for the desired speed, the ICU connected to channel A can be configured to trigger on one slope only, again doubling the time between two interrupt requests. The encoder ISR now increments or decrements the position counter by four, depending on the direction. As long as the speed is updated fast enough, the different regions of resolution are switched seamlessly and without noticeable side effects, so the speed range can be nearly quadrupled at the same IRQ load. In this simple example, small position errors can occur when switching between the resolutions. If e.g. the position count is an odd number at the moment the routine switches to half-resolution, the next zero index signal will reset the counter from 1999 or 0001 to zero. Also, in case one encoder channel fails, the error is not automatically detected by the error counter in the encoder ISR. Fujitsu Microelectronics Europe GmbH MCU-AN E-V10

10 Chapter 5 Connecting an encoder to the MotorKit-91F267-MC 5 Connecting an encoder to the MotorKit-91F267-MC The MotorKit-91F267-MC is a Starter Kit for motor control applications using the Fujitsu MB91F267N Flash microcontroller. It features all necessary connections for various system variants, and also for an optical encoder. The pin-out of the encoder input (J13) is compatible to the popular HEDL-series encoders with integrated line drivers. The pins are connected as follows: J13 pin Signal MCU input 2 VCC5 3 GND 6 A IC0 8 B IC1 10 I INT3 other n/c The evaluation board only uses the positive signals of the line driver output, since the cable length during evaluation is considered rather short. To make use of the differential encoder signals, additional differential receiver stages should be used. In case an encoder without integrated line driver is used, additional pull-up resistors (typically 2k7) can be mounted on the board (R103-R105). By opening JP54, JP56 and JP57 the input capture pins IC0-2 of the MCU are disconnected from the Hall sensor input (J12) and can be connected to the encoder input by closing JP60- JP62. In case additional Hall sensors of the Motor shall be used, JP54, JP56 and JP57 can be used to connect the Hall sensor input to external interrupt pins of the MCU. MCU-AN E-V Fujitsu Microelectronics Europe GmbH

11 Chapter 6 Source code segments 6 Source code segments The encoder interrupt service routine (Input Capture 1 + 2) in this example looks like this: void interrupt encoder_irq(void){ // Input capture ISR for encoder handling static unsigned char last_enc_state, enc_state; static unsigned short int last_enc_event; enc_state=(pdr2>>5)&0x03; PDRG=0x02; // get the actual encoder state // set port pin PG1 to indicate encoder ISR switch(last_enc_state){ case 0: switch(enc_state){ case 1: enc_position -= ENC_COUNT_DIR; // when running at low speeds, all // pulses are evaluated to detect direction and // full accuracy case 2: enc_position += ENC_COUNT_DIR; case 3: { if (dir>0) enc_position += 2*ENC_COUNT_DIR; // at higher speeds, channel B (IC1) // can be deactivated to reduce IRQ load else enc_position -= 2*ENC_COUNT_DIR; case 0: { if (dir>0) enc_position += 4*ENC_COUNT_DIR; // at even higher speeds, channel a // can be set to falling edge only else enc_position -= 4*ENC_COUNT_DIR; default: enc_errors++; case 1: switch(enc_state){ case 3: enc_position -= ENC_COUNT_DIR; case 0: enc_position += ENC_COUNT_DIR; case 2: { if (dir>0) enc_position += 2*ENC_COUNT_DIR; else enc_position -= 2*ENC_COUNT_DIR; case 1: { if (dir>0) enc_position += 4*ENC_COUNT_DIR; else enc_position -= 4*ENC_COUNT_DIR; default: enc_errors++; case 2: switch(enc_state){ case 0: enc_position -= ENC_COUNT_DIR; case 3: enc_position += ENC_COUNT_DIR; case 1: { if (dir>0) enc_position += 2*ENC_COUNT_DIR; else enc_position -= 2*ENC_COUNT_DIR; case 2: { if (dir>0) enc_position += 4*ENC_COUNT_DIR; else enc_position -= 4*ENC_COUNT_DIR; default: enc_errors++; case 3: switch(enc_state){ case 2: enc_position -= ENC_COUNT_DIR; case 1: enc_position += ENC_COUNT_DIR; case 0: { if (dir>0) enc_position += 2*ENC_COUNT_DIR; else enc_position -= 2*ENC_COUNT_DIR; // to further reduce the irq load // only effective without resolution switching Fujitsu Microelectronics Europe GmbH MCU-AN E-V10

12 Chapter 6 Source code segments case 3: { if (dir>0) enc_position += 4*ENC_COUNT_DIR; else enc_position -= 4*ENC_COUNT_DIR; default: enc_errors++; default: enc_errors++; // keep postion in range (for 500 line encoder x4): if (enc_position>=65000) enc_position += ENCODER_PULSES; // correct underflow else if (enc_position>=encoder_pulses) enc_position -= ENCODER_PULSES; //correct overflow last_enc_state=enc_state; if ((PICSL01_ICP0==1)&&(PICSH01_IEI0==0)) { // If ICU0 falling edge was the interrupt // cause (channel A) enc_time = IPCP0-last_enc_event; // calculate the time between the last event // and the actual one last_enc_event = IPCP0; // store timestamp of actual event PDRG=0x00; PICSL01 &=0x3F; // clear port pin indicating encoder ISR // clear interrupt flags void interrupt ext3_zero_irq(void){ enc_position=0; turns++; // Encoder zero index signal // Reset position counter // Count up revolution counter EIRR0_ER3=0; // clear interrupt flags The following code re-configures the input captures depending on the speed and should be called frequently, so it can be placed e.g. in the main loop: if (frt_rpm<encoder_x4_max_rpm) {PICSL01_ICE1=1; PDR0_P00=1; PDR0_P01=1; // full encoder resolution at low speed else {PICSL01_ICE1=0;PDR0_P01=0; // half resolution at higher speed (disable IC1) if (frt_rpm<encoder_x2_max_rpm) {PICSL01_EG00=1; PDR0_P00=1; else {PICSL01_EG00=0; PDR0_P00=0; // Only one slope of channel a at high speed A complete software example using these routines is bundled with this document. It also uses the Hall sensors of the motors (if connected) to set a start-up position. As soon as the first zero index of the encoder is detected, the absolute position is corrected. Port Pin PG1 is set to 'high' during every encoder processing interrupt. LED0 and 1 on the MotorKit-91F267-MC also show the actual encoder resolution used (Both on: x4, only LED0: x2, both off: x1). The example software calculates the sine lookup table (with 3 rd harmonics injection) at startup and stores it in the RAM of the MCU, so also a normal sine table can be calculated. No size optimizations are made, which can be done using the properties of the trigonometric functions. The memory usage of the sine table could be reduced e.g. by storing only the values from 0-90, from which all other values can be calculated by appropriate mirroring. MCU-AN E-V Fujitsu Microelectronics Europe GmbH

13 Chapter 7 Appendix 7 Appendix 7.1 Figures Figure 1: Incremental encoder signal... 6 Figure 2: Pure sine voltages Figure 3: Sine + 3rd harmonics Related Documents MB91265 Series Hardware Manual: - hm91265-cm e.pdf Application note on rotary encoders: - mcu-an e-v12-rotary_encoder.pdf 7.3 Related software examples - motorkit-91f267-mc_encoder_bldc-v10 The newest version of these software examples can be found on the web at: Additional information to other Fujitsu products can be found at: Fujitsu Microelectronics Europe GmbH MCU-AN E-V10

The following document contains information on Cypress products.

The following document contains information on Cypress products. The following document contains information on Cypress products. Colophon The products described in this document are designed, developed and manufactured as contemplated for general use, including without

More information

Jasmine Sub-board Limitation MB87P2020-A

Jasmine Sub-board Limitation MB87P2020-A Application Note Jasmine Sub-board Limitation MB87P2020-A Fujitsu Microelectronics Europe GmbH History Date Author Version Comment 14/10/03 MMu V1.0 First version 1 Warranty and Disclaimer To the maximum

More information

Video Input of MB86291

Video Input of MB86291 Application Note Video Input of MB86291 Fujitsu Microelectronics Europe GmbH History 25 th April. 01 MM V1.0 First version 1 Warranty and Disclaimer To the maximum extent permitted by applicable law, Fujitsu

More information

Netzer AqBiSS Electric Encoders

Netzer AqBiSS Electric Encoders Netzer AqBiSS Electric Encoders AqBiSS universal fully digital interface Application Note (AN-101-00) Copyright 2003 Netzer Precision Motion Sensors Ltd. Teradion Industrial Park, POB 1359 D.N. Misgav,

More information

Fast Quadrature Decode TPU Function (FQD)

Fast Quadrature Decode TPU Function (FQD) PROGRAMMING NOTE Order this document by TPUPN02/D Fast Quadrature Decode TPU Function (FQD) by Jeff Wright 1 Functional Overview The fast quadrature decode function is a TPU input function that uses two

More information

EM1. Transmissive Optical Encoder Module Page 1 of 9. Description. Features

EM1. Transmissive Optical Encoder Module Page 1 of 9. Description. Features Description Page 1 of 9 The EM1 is a transmissive optical encoder module designed to be an improved replacement for the HEDS-9000 series encoder module. This module is designed to detect rotary or linear

More information

MICROMASTER Encoder Module

MICROMASTER Encoder Module MICROMASTER Encoder Module Operating Instructions Issue 01/02 User Documentation Foreword Issue 01/02 1 Foreword Qualified Personnel For the purpose of this Instruction Manual and product labels, a Qualified

More information

Designing Intelligence into Commutation Encoders

Designing Intelligence into Commutation Encoders I Designing Intelligence into Commutation Encoders By: Jeff Smoot, CUI Inc C U I NC Encoder users traditionally have been reluctant to change with good reason. Motor control on the factory floor or in

More information

SDI-HDRPTPRO. User Manual. HD-SDI Repeater with Signal Equalization & Re-clocking. Version 1.2

SDI-HDRPTPRO. User Manual. HD-SDI Repeater with Signal Equalization & Re-clocking. Version 1.2 HD-SDI Repeater with Signal Equalization & Re-clocking User Manual Version 1.2 Index Introduction... 3 Features... 3 Package Includes... 3 Connection Diagram... 4 Front Panel... 5 Rear Panel... 5 Specifications...

More information

EM1. Transmissive Optical Encoder Module Page 1 of 8. Description. Features

EM1. Transmissive Optical Encoder Module Page 1 of 8. Description. Features Description Page 1 of 8 The EM1 is a transmissive optical encoder module. This module is designed to detect rotary or linear position when used together with a codewheel or linear strip. The EM1 consists

More information

EM1. Transmissive Optical Encoder Module Page 1 of 8. Description. Features

EM1. Transmissive Optical Encoder Module Page 1 of 8. Description. Features Description Page 1 of 8 The EM1 is a transmissive optical encoder module designed to be an improved replacement for the HEDS-9000 series encoder module. This module is designed to detect rotary or linear

More information

UNIT V 8051 Microcontroller based Systems Design

UNIT V 8051 Microcontroller based Systems Design UNIT V 8051 Microcontroller based Systems Design INTERFACING TO ALPHANUMERIC DISPLAYS Many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. Light

More information

Table of Contents. Introduction Pin Description Absolute Maximum Rating Electrical Specifications... 4

Table of Contents. Introduction Pin Description Absolute Maximum Rating Electrical Specifications... 4 Table of Contents Introduction... 1 Pin Description... 2 Absolute Maximum Rating... 3 Electrical Specifications... 4 Mechanical Specifications... 5 Thermal Specifications... 6 Over Temperature Protection...

More information

(Catalog No HSCE) Product Data

(Catalog No HSCE) Product Data (Catalog No. 1746-HSCE) Product Data The High-Speed Counter Module, Catalog Number 1746-HSCE, is used in control applications where the ability to detect high-speed machine or process motion is critical.

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

SDI-HDSDXPRO. USER MANUAL Version 1.1

SDI-HDSDXPRO. USER MANUAL Version 1.1 USER MANUAL Version 1.1 Index Description... 3 Features... 3 Connection Diagram... 4 Front Panel... 5 Rear Panel... 5 Dip Switch... 6 EDID Leaning... 7 Specifications... 8 Firmware Upload... 9 Update List...

More information

Noise Detector ND-1 Operating Manual

Noise Detector ND-1 Operating Manual Noise Detector ND-1 Operating Manual SPECTRADYNAMICS, INC 1849 Cherry St. Unit 2 Louisville, CO 80027 Phone: (303) 665-1852 Fax: (303) 604-6088 Table of Contents ND-1 Description...... 3 Safety and Preparation

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

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

DIRECT DRIVE ROTARY TABLES SRT SERIES

DIRECT DRIVE ROTARY TABLES SRT SERIES DIRECT DRIVE ROTARY TABLES SRT SERIES Key features: Direct drive Large center aperture Brushless motor design Precision bearing system Integrated position feedback Built-in thermal sensors ServoRing rotary

More information

STEVAL-IHM043V1. 6-step BLDC sensorless driver board based on the STM32F051 and L6234. Features. Description

STEVAL-IHM043V1. 6-step BLDC sensorless driver board based on the STM32F051 and L6234. Features. Description 6-step BLDC sensorless driver board based on the STM32F051 and L6234 Features Input voltage range: 7 to 42 V dc Output current: 2 A (5 A peak) Can operate up to 100% duty cycle RoHS compliant Description

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Position and Frequency Measurements Key Takeaways Encoder basics Counter fundamentals How to take a position measurement How to take a digital frequency measurement

More information

SDI-SDHDXPRO User Manual. Version1.2

SDI-SDHDXPRO User Manual. Version1.2 User Manual Version1.2 INDEX Description... 3 Feature... 3 Connection Diagram... 4 Front Panel... 5 Rear Panel... 5 Dip Switch... 6 Specifications... 7 Firmware Upload... 8 Update List... 10 Warranty...

More information

User Manual. AtlonA. 1 x 10 VGA with Stereo Audio Distribution Amplifier over CAT5/6 compatible with AT-VGA300RL AT-VGA10SS

User Manual. AtlonA. 1 x 10 VGA with Stereo Audio Distribution Amplifier over CAT5/6 compatible with AT-VGA300RL AT-VGA10SS User Manual AtlonA 1 x 10 VGA with Stereo Audio Distribution Amplifier over CAT5/6 compatible with AT-VGA300RL AT-VGA10SS TABLE OF CONTENTS 1. Introduction... 3 2. Package Contents... 3 3. Features...

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

Published in A R DIGITECH

Published in A R DIGITECH Design of propeller clock by using 8051 Microcontroller Ahmed H. Al-Saadi*1 *1 (B.Sc. of Computer Engineering in Al Hussein University College of Engineering, Iraq) ah9@outlook.com*1 Abstract The propeller

More information

Fits the Leopard Family FREQ./RPM INPUT MODULE WITH 24 V EXC.

Fits the Leopard Family FREQ./RPM INPUT MODULE WITH 24 V EXC. Fits the Leopard Family FREQ./RM INUT MODULE WITH 24 V EXC. Low-pass Filter., 2 khz,. Switching Comparator. revents false triggering. Input Connector. Freq. Input. 24 V Excitation. Sensor. Mag, Namur,

More information

HDSP2X4. HDMI 2 x 4 Splitter with Full HD 1080p

HDSP2X4. HDMI 2 x 4 Splitter with Full HD 1080p HDSP2X4 HDMI 2 x 4 Splitter with Full HD 1080p TM TM HDSP2X4 Setup Guide Table of Contents 1) Introduction. 3 2) Specifications. 4 3) Package Contents 4 4) Unit Layout & Description 5 5) Connection and

More information

USER MANUAL HDMI 1x4 Distribution Amplifier w/ CAT5e/6 outputs up to 394ft. (120 meters)

USER MANUAL HDMI 1x4 Distribution Amplifier w/ CAT5e/6 outputs up to 394ft. (120 meters) USER MANUAL HDMI 1x4 Distribution Amplifier w/ CAT5e/6 outputs up to 394ft. (120 meters) 1. Introduction: The KanexPro is a 1x4 HDMI splitter with one transmitter and four receivers set amplifier that,

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

AtlonA. HDMI/DVI to Composite and S-Video Down-Converter AT-HD530. User Manual

AtlonA. HDMI/DVI to Composite and S-Video Down-Converter AT-HD530. User Manual AtlonA HDMI/DVI to Composite and S-Video Down-Converter AT-HD530 User Manual TABLE OF CONTENTS 1. Introduction... 1 2. Features... 1 3. Package Contents... 1 4. Panel Descriptions... 2 4.1 Front Panel...

More information

ED3. Digital Encoder Display Page 1 of 13. Description. Mechanical Drawing. Features

ED3. Digital Encoder Display Page 1 of 13. Description. Mechanical Drawing. Features Description Page 1 of 13 The ED3 is an LCD readout that serves as a position indicator or tachometer. The ED3 can display: Speed or position of a quadrature output incremental encoder Absolute position

More information

User Manual. AtlonA. HDMI to VGA/COMPONENT and Stereo Audio Format Converter (Not HDCP Compatible) AT-HD420

User Manual. AtlonA. HDMI to VGA/COMPONENT and Stereo Audio Format Converter (Not HDCP Compatible) AT-HD420 User Manual AtlonA HDMI to VGA/COMPONENT and Stereo Audio Format Converter (Not HDCP Compatible) AT-HD420 TABLE OF CONTENTS 1. Introduction... 3 2. Package Contents... 3 3. Features... 3 4. Specification...

More information

User Manual. AtlonA COMPOSITE VIDEO (BNC) + STEREO AUDIO TO HDMI VIDEO FORMAT CONVERTER AND SCALER AT-HD120

User Manual. AtlonA COMPOSITE VIDEO (BNC) + STEREO AUDIO TO HDMI VIDEO FORMAT CONVERTER AND SCALER AT-HD120 User Manual AtlonA COMPOSITE VIDEO (BNC) + STEREO AUDIO TO HDMI VIDEO FORMAT CONVERTER AND SCALER AT-HD120 TABLE OF CONTENTS 1. Introduction... 3 2. Package Contents... 3 3. Features... 3 4. Specification...

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

Documentation. Magnetic Encoder System (MES) Version: Date:

Documentation. Magnetic Encoder System (MES) Version: Date: Documentation Magnetic Encoder System (MES) Version: Date: 1.1 2016-02-26 Table of content Table of content 1 Foreword... 4 1.1 Notes on the documentation... 4 1.2 Intended use... 5 1.3 Documentation

More information

Enable-IT 865 Q PRO Gigabit Professional Grade PoE Extender Kit Quickstart Guide

Enable-IT 865 Q PRO Gigabit Professional Grade PoE Extender Kit Quickstart Guide Enable-IT 865 Q PRO Gigabit Professional Grade PoE Extender Kit Quickstart Guide INSTALLING THE 865 Q PRO POE EXTENDER KIT The Enable-IT 865 Q PRO PoE Extenders have a distance restriction of 1,500ft (458m)

More information

Precision TNC Coaxial Calibration Kit

Precision TNC Coaxial Calibration Kit User Guide Precision TNC Coaxial Calibration Kit DC to 18 GHz Models: 8650CK10/11 8650CK20/21 8650-511 (A) 2/15 User Guide Precision TNC Coaxial Calibration Kit DC to 18 GHz Models: 8650CK10/11 8650CK20/21

More information

1 x 10 Component Video with Stereo and Digital Audio Distribution Amplifier over CAT5/6 compatible with AT-COMP300RL AT-COMP10SS

1 x 10 Component Video with Stereo and Digital Audio Distribution Amplifier over CAT5/6 compatible with AT-COMP300RL AT-COMP10SS 1 x 10 Component Video with Stereo and Digital Audio Distribution Amplifier over CAT5/6 compatible with AT-COMP300RL AT-COMP10SS User Manual www.atlona.com TABLE OF CONTENTS 1. Introduction 2 2. Features

More information

Encoders - Measuring rotation of a wheel or

Encoders - Measuring rotation of a wheel or Encoders - Measuring rotation of a wheel or other shaft Encoders are devices for measuring the rotation of a spinning shaft. Encoders are typically used to measure the distance a wheel has turned which

More information

Atlona HDBaseT-Lite Transmitter over Single CAT5e/6/7

Atlona HDBaseT-Lite Transmitter over Single CAT5e/6/7 Atlona HDBaseT-Lite Transmitter over Single CAT5e/6/7 AT-HDTX User Manual Table of Contents 1. Introduction... 3 2. Package Contents... 3 3. Features... 3 4. Specifications... 3 5. Panel Descriptions a.

More information

Enable-IT 860C PRO Coax Gigabit Professional Grade Ethernet Extender Kit Quickstart Guide

Enable-IT 860C PRO Coax Gigabit Professional Grade Ethernet Extender Kit Quickstart Guide ! Enable-IT 860C PRO Coax Gigabit Professional Grade Ethernet Extender Kit Quickstart Guide All Rights Reserved 1997-2017 Enable-IT, Inc. INSTALLING THE 860C PRO COAX ETHERNET EXTENDER The Enable-IT 860C

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

Flarm LED indicator. Version 1.13

Flarm LED indicator. Version 1.13 Flarm LED indicator Version 1.13 LXNAV d.o.o. Kidričeva 24, 3000 Celje, Slovenia tel +386 592 33 400 fax +386 599 33 522 info@lxnav.com www.lxnav.com 1 Important Notices 3 1.1 Limited Warranty 3 2 Packing

More information

Electric Rotary Modules. Rotary Actuators

Electric Rotary Modules. Rotary Actuators Electric Rotary Modules Rotary Actuators Electric Rotary Modules Rotary Actuators ROTARY ACTUATORS Series Size Page Miniature Rotary Actuators MRD-S 224 MRD-S 4 232 MRD-S 8 234 MRD-S 12 236 Explanation

More information

USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.1

USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.1 by USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.1 www.aeroforcetech.com Made in the USA! WARNING Vehicle operator should focus primary attention to the road while using the Interceptor. The information

More information

Linear Probe Encoder Page 1 of 7. Description. Features

Linear Probe Encoder Page 1 of 7. Description. Features Page 1 of 7 Description The PE series linear plunger-style optical encoder has a machined aluminum enclosure. The PE provides either single-ended or differential quadrature encoder output in a convenient

More information

Microincrements IP67-related solutions

Microincrements IP67-related solutions technology microincrements Keywords microincrements Distributed Clocks EtherCAT EtherCAT Box IP 67 EP50 encoder Microincrements IP67-related solutions This application example describes how an EP50 EtherCAT

More information

User Manual. AtlonA. Passive VGA Extender with Wall Plate or Box options up to 330ft over 1 x CAT5/6/7 Cable AT-VGA100-SR and AT-WPVGA-SR AT-WPVGA-SR

User Manual. AtlonA. Passive VGA Extender with Wall Plate or Box options up to 330ft over 1 x CAT5/6/7 Cable AT-VGA100-SR and AT-WPVGA-SR AT-WPVGA-SR User Manual AtlonA Passive VGA Extender with Wall Plate or Box options up to 330ft over 1 x CAT5/6/7 Cable AT-VGA100-SR and AT-WPVGA-SR AT-WPVGA-SR Receiver Transmitter AT-VGA100-SR Receiver Transmitter

More information

USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.0

USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.0 by USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.0 www.aeroforcetech.com Made in the USA! WARNING Vehicle operator should focus primary attention to the road while using the Interceptor. The information

More information

PSM-003. Micro Polarization Controller/Scrambler. User Guide

PSM-003. Micro Polarization Controller/Scrambler. User Guide PSM-003 Micro Polarization Controller/Scrambler User Guide Version: 1.0 Date: August 23, 2012 General Photonics, Incorporated is located in Chino California. For more information visit the company's website

More information

SP-HD1X24K. 1x2 HDMI Splitter with 4K Cinema resolutions & EDID

SP-HD1X24K. 1x2 HDMI Splitter with 4K Cinema resolutions & EDID SP-HD1X24K 1x2 HDMI Splitter with 4K Cinema resolutions & EDID Table of Contents 1. Introduction... 1 1.1. Introduction to SP-HD1X24K... 1 1.2. Features... 1 1.3. Package Contents... 1 1.4. Specifications...

More information

SM-Universal Encoder Plus. EF User Guide. Solutions module for Unidrive SP

SM-Universal Encoder Plus. EF   User Guide. Solutions module for Unidrive SP EF www.controltechniques.com User Guide SM-Universal Encoder Plus Solutions module for Unidrive SP Part Number: 0471-0005-06 Issue Number: 6 Version: 04.xx.xx General Information The manufacturer accepts

More information

User Manual. VGA to Component or Component to VGA Converter Scaler AT-VGA300CV

User Manual. VGA to Component or Component to VGA Converter Scaler AT-VGA300CV User Manual VGA to Component or Component to VGA Converter Scaler AT-VGA300CV www.atlona.com TABLE OF CONTENTS 1. Introduction... 2 2. Package Includes... 2 3. Features... 2 4. Specification... 2 5. Panel

More information

Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module

Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module Introduction The vibration module allows complete analysis of cyclical events using low-speed cameras. This is accomplished

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

Counter/timer 2 of the 83C552 microcontroller

Counter/timer 2 of the 83C552 microcontroller INTODUCTION TO THE 83C552 The 83C552 is an 80C51 derivative with several extended features: 8k OM, 256 bytes AM, 10-bit A/D converter, two PWM channels, two serial I/O channels, six 8-bit I/O ports, and

More information

Manual. Analog (U/I) Sendix M3661 / M3681. Sendix M3661R. Sendix M5861. Absolute multiturn encoder. Order code: 8.M36X1.XXXX.XX12

Manual. Analog (U/I) Sendix M3661 / M3681. Sendix M3661R. Sendix M5861. Absolute multiturn encoder. Order code: 8.M36X1.XXXX.XX12 R60722.0002 - Index 3 Analog (U/I) Manual Absolute multiturn encoder Order code: 8.M36X1.XXXX.XX12 Order code: 8.M3661R.XXXX.XX12 Order code: 8.M5861.XXXX.XX12 Publisher Kübler Group, Fritz Kübler GmbH

More information

Model: UHD41-ARC. Installation Guide

Model: UHD41-ARC. Installation Guide Model: UHD41-ARC Installation Guide 1 Safety Information: Electrical safety Use only the power supplies and the AC power cord that were included with your product. Use of other power supplies could damage

More information

Model: HD41-ARC. Installation Guide

Model: HD41-ARC. Installation Guide Model: HD41-ARC Installation Guide 1 Contents Application Diagram... 3 Description... 3 Features... 4 Installation... 4 Remote Control Guide... 6 RS232 Control Commands... 7 USB Service Port...9 Smart

More information

With Latency Killer TM Technology. Model LK-Solo. HP Amp 2x2 Loop Thru Mixer

With Latency Killer TM Technology. Model LK-Solo. HP Amp 2x2 Loop Thru Mixer With Latency Killer TM Technology Model LK-Solo HP Amp 2x2 Loop Thru Mixer Lavry Engineering, Inc. P.O. Box 4602 Rolling Bay, WA 98061 www.lavryengineering.com November 20, 2014 Rev 2.0 2 Table of Contents

More information

Enable-IT 865 PRO Rev E Gigabit PoE Extender Kit Quickstart Guide Professional Grade Networking

Enable-IT 865 PRO Rev E Gigabit PoE Extender Kit Quickstart Guide Professional Grade Networking ! Enable-IT 865 PRO Rev E Gigabit PoE Extender Kit Quickstart Guide Professional Grade Networking All Rights Reserved 1997-2017 Enable-IT, Inc. INSTALLING THE 865 PRO POE EXTENDER KIT The Enable-IT 865

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

Enable-IT 860 PRO Rev C Gigabit Professional Grade Ethernet Extender Kit Quickstart Guide

Enable-IT 860 PRO Rev C Gigabit Professional Grade Ethernet Extender Kit Quickstart Guide Enable-IT 860 PRO Rev C Gigabit Professional Grade Ethernet Extender Kit Quickstart Guide INSTALLING THE 860 PRO ETHERNET EXTENDER KIT The Enable-IT 860 PRO Ethernet Extenders have a distance restriction

More information

STEVAL-IHM008V1. BLDC & AC motor control Power board SEMITOP 2 1kW. Features. Applications

STEVAL-IHM008V1. BLDC & AC motor control Power board SEMITOP 2 1kW. Features. Applications Features Quick to set up, to install and easy to run Inverter stage IGBT short circuit rugged based Design is re-usable (the ORCAD source files are available for free) Several kinds of applications with

More information

KHT 1000C HV-Probe Calibrator. Instruction Manual

KHT 1000C HV-Probe Calibrator. Instruction Manual KHT 1000C HV-Probe Calibrator Instruction Manual Copyright 2015 PMK GmbH All rights reserved. Information in this publication supersedes that in all previously published material. Specifications are subject

More information

This document describes a program for 7-segment LED display (dynamic lighting).

This document describes a program for 7-segment LED display (dynamic lighting). R8C/25 Group 1. Abstract This document describes a program for 7-segment LED display (dynamic lighting). 2. Introduction The application example described in this document applies to the following MCU

More information

EXT-SDHDX. Mini SDI to HDMI Converter

EXT-SDHDX. Mini SDI to HDMI Converter EXT-SDHDX Mini SDI to HDMI Converter Table of Contents 1. Introduction... 1 1.1. Introduction to EXT-SDHDX... 1 1.2. Features... 1 1.3. Package Contents... 2 1.4. Specifications... 2 1.5. Operation controls

More information

SW-HD3X14K. SW-HD3X14K 3x1 HDMI Switcher with 4K Support

SW-HD3X14K. SW-HD3X14K 3x1 HDMI Switcher with 4K Support SW-HD3X14K 3x1 HDMI Switcher with 4K Support Table of Contents 1. Introduction... 1 1.1. Introduction to SW-HD3X14K... 1 1.2. Features... 1 1.3. Package Contents... 1 1.4. Specifications... 2 1.5. 3X1

More information

E8Y. Micropressure Sensor with Easy-to-Read Digital Display. Differential Pressure Sensor. Ordering Information. Sensors

E8Y. Micropressure Sensor with Easy-to-Read Digital Display. Differential Pressure Sensor. Ordering Information. Sensors Differential Sensor Micropressure Sensor with Easy-to-Read Digital Repeat accuracy of ±1% FS (setting resolution: 0.01 kpa), high-precision pressure control available. Compact design (31 mm) saves mounting

More information

Step-Lok Manual V1.0 (preliminary) Last edited Feb 23 / 2015

Step-Lok Manual V1.0 (preliminary) Last edited Feb 23 / 2015 Step-Lok Manual V1.0 (preliminary) Last edited Feb 23 / 2015 Closed loop adapter for Stepper motor Drives - Adds closed loop reliability to any Step / Direction stepper drive - Supports Differential or

More information

Enable-IT Port Extended Gigabit Ethernet DSLAM Quickstart Guide

Enable-IT Port Extended Gigabit Ethernet DSLAM Quickstart Guide Enable-IT 8950-8 Port Extended Gigabit Ethernet DSLAM Quickstart Guide All Rights Reserved 1997-2015 Enable-IT, Inc. INSTALLING THE 8950 ETHERNET DSLAM - 8 PORT The Enable-IT 8950 Extended Gigabit Ethernet

More information

1 x 3 Component Video W/Audio Distribution Amplifier AT-COMP-13AD

1 x 3 Component Video W/Audio Distribution Amplifier AT-COMP-13AD 1 x 3 Component Video W/Audio Distribution Amplifier AT-COMP-13AD User Manual www.atlona.com TABLE OF CONTENTS 1. Introduction 2 2. Features 2 3. Package Contents 2 4. Specifications 2 5. Panel View 3

More information

User Manual. June 30, Copyright 2004 Canopus Co., Ltd. All rights reserved.

User Manual. June 30, Copyright 2004 Canopus Co., Ltd. All rights reserved. User Manual June 30, 2004 Copyright 2004 Canopus Co., Ltd. All rights reserved. Notices & Warraties Copyright Regulations It is illegal for anyone to violate any of the rights provided by the copyright

More information

Using the Synchronized Pulse-Width Modulation etpu Function by:

Using the Synchronized Pulse-Width Modulation etpu Function by: Freescale Semiconductor Application Note Document Number: AN2854 Rev. 1, 10/2008 Using the Synchronized Pulse-Width Modulation etpu Function by: Geoff Emerson Microcontroller Solutions Group This application

More information

HDMI 1.4 OVER SINGLE CAT5/6/7 EXTENDER WITH BI-DIRECTIONAL IR and RS232 TRANSMITTER & RECEIVER AT-HD4-100SR

HDMI 1.4 OVER SINGLE CAT5/6/7 EXTENDER WITH BI-DIRECTIONAL IR and RS232 TRANSMITTER & RECEIVER AT-HD4-100SR User Manual AtlonA HDMI 1.4 OVER SINGLE CAT5/6/7 EXTENDER WITH BI-DIRECTIONAL IR and RS232 TRANSMITTER & RECEIVER AT-HD4-100SR TABLE OF CONTENTS 1. Introduction... 3 2. Package Contents... 3 3. Features...

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

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

32 Channel CPCI Board User Manual

32 Channel CPCI Board User Manual 0 Sections Page 1.0 Introduction 1 2.0 Unpacking and Inspection 1 3.0 Hardware Configuration 1 4.0 Board Installation 5 5.0 I/O Connections and the Front Panel 5 5.1 Front Panel Layout 5 5.2 Input and

More information

User Manual. 1x8 S-Video Distribution Amplifier With Stereo Audio AT-SAV18

User Manual. 1x8 S-Video Distribution Amplifier With Stereo Audio AT-SAV18 User Manual 1x8 S-Video Distribution Amplifier With Stereo Audio AT-SAV18 www.atlona.com TABLE OF CONTENTS 1. Introduction... 2 2. Features... 2 3. Package Contents... 2 4. Specification... 2 5. Panel

More information

Electronic M.O.P Card. Instruction Manual Model D

Electronic M.O.P Card. Instruction Manual Model D Electronic M.O.P Card Instruction Manual Model D10341-000 Table of Contents 1. General Description................................................................ 1 2. Specifications.....................................................................

More information

Instruction Manual. 2.4G Digital Wireless Four Channel Transmitter System RVS-554W. Reverse With Confidence 1

Instruction Manual. 2.4G Digital Wireless Four Channel Transmitter System RVS-554W. Reverse With Confidence 1 Instruction Manual 2.4G Digital Wireless Four Channel Transmitter System RVS-554W 1 NOTE! Please read all of the installation instructions carefully before installing the product. Improper installation

More information

Enable-IT 865W PRO Gigabit Professional Grade PoE Extender Kit Quickstart Guide

Enable-IT 865W PRO Gigabit Professional Grade PoE Extender Kit Quickstart Guide ! Enable-IT 865W PRO Gigabit Professional Grade PoE Extender Kit Quickstart Guide All Rights Reserved 1997-2019 Enable-IT, Inc. INSTALLING THE 865W PRO POE EXTENDER KIT The Enable-IT 865W PRO Weatherproof

More information

This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input.

This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input. R8C/25 Group 1. Abstract This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input. 2. Introduction The application example described in this document applies

More information

Enable-IT 860 PRO Rev D Gigabit Ethernet Extender Kit Quickstart Guide Professional Grade Networking

Enable-IT 860 PRO Rev D Gigabit Ethernet Extender Kit Quickstart Guide Professional Grade Networking Enable-IT 860 PRO Rev D Gigabit Ethernet Extender Kit Quickstart Guide Professional Grade Networking INSTALLING THE 860 PRO ETHERNET EXTENDER KIT The Enable-IT 860 PRO Ethernet Extenders have a distance

More information

Exercise 4-2. Counting of Actuator Cycles EXERCISE OBJECTIVE & & &

Exercise 4-2. Counting of Actuator Cycles EXERCISE OBJECTIVE & & & Exercise 4-2 EXERCISE OBJECTIVE To describe the operation of an electrical counter; To assemble and test a continuous reciprocation system; To extend and retract a cylinder a definite number of times using

More information

Cryoelectronics. MS-FLL User s Manual. Mr. SQUID Flux-Locked Loop. STAR Cryoelectronics 25 Bisbee Court, Suite A Santa Fe, NM U. S. A.

Cryoelectronics. MS-FLL User s Manual. Mr. SQUID Flux-Locked Loop. STAR Cryoelectronics 25 Bisbee Court, Suite A Santa Fe, NM U. S. A. Cryoelectronics MS-FLL User s Manual Mr. SQUID Flux-Locked Loop STAR Cryoelectronics 25 Bisbee Court, Suite A Santa Fe, NM 87508 U. S. A. STAR Cryoelectronics, LLC ii Table of Contents Revision Record...

More information

PAD-2 2 Channel A-D Converter Mk2 Rev. 3 Sept. 24, 2017

PAD-2 2 Channel A-D Converter Mk2 Rev. 3 Sept. 24, 2017 PAD-2 2 Channel A-D Converter Mk2 Rev. 3 Sept. 24, 2017 USER MANUAL 1 Thank you for purchasing our product. We strive to provide you with a professional product, a toolbox you will use for several years

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

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

Single Axis Position Controller

Single Axis Position Controller SERIES P9511 Single Axis Position Controller Compact Construction Simple Go-to operation Integrated Relay Output Integrated Mains Power Supply ELEKTRO-TRADING sp. Z o.o. 44-109 Gliwice, ul. Mechaników

More information

FOTS100 User Manual. BIOPAC Systems, Inc. Opsens Inc. 42 Aero Camino, Goleta, CA Tel (805) , Fax (805)

FOTS100 User Manual. BIOPAC Systems, Inc. Opsens Inc. 42 Aero Camino, Goleta, CA Tel (805) , Fax (805) FOTS100 User Manual BIOPAC Systems, Inc. 42 Aero Camino, Goleta, CA 93117 Tel (805) 685-0066, Fax (805) 685-0067 WWW.BIOPAC.COM 1 WARRANTY All products manufactured by Opsens inc. are warranted to be free

More information

Low Voltage Multifunctional LED Controller / DMX Decoder. Specification

Low Voltage Multifunctional LED Controller / DMX Decoder. Specification Low Voltage Multifunctional LED Controller / DMX Decoder Specification High Power DMX Decoder & Driver Meets DMX 512/1990 Protocol LT-300 can drive up to 8A current on each channel Capable of driving many

More information

Model Number ALS-ELUM-RGB-CNTRL-1. elum RGB Controller

Model Number ALS-ELUM-RGB-CNTRL-1. elum RGB Controller Model Number ALS-ELUM-RGB-CNTRL-1 Installation INSTRUCTIONS elum RGB Controller Table of Contents 1.0 General Information..... 2.0 Connections...... 3.0 Switches......... 4.0 Indicators... 5.0 DMX Operation...

More information

VLT AutomationDrive FC 301/FC 302

VLT AutomationDrive FC 301/FC 302 Introduction The can be used as feedback source for closed-loop control or as master source for synchronizing control. Configure the encoder option in parameter group 17-** Feedback Option, see the VLT

More information

Enable-IT Port Extended Gigabit Ethernet PoE DSLAM Quickstart Guide

Enable-IT Port Extended Gigabit Ethernet PoE DSLAM Quickstart Guide Enable-IT 8955-8 Port Extended Gigabit Ethernet PoE DSLAM Quickstart Guide All Rights Reserved 1997-2015 Enable-IT, Inc. INSTALLING THE 8955 ETHERNET POE DSLAM - 8 PORT The Enable-IT 8955 Extended Gigabit

More information

34MD Series. Motor/Driver Combination. User s Guide E. Landon Drive Anaheim, CA

34MD Series. Motor/Driver Combination. User s Guide E. Landon Drive Anaheim, CA 34MD Series Motor/Driver Combination User s Guide A N A H E I M A U T O M A T I O N 4985 E. Landon Drive Anaheim, CA 9287 e-mail: info@anaheimautomation.com (714) 992-699 fax: (714) 992-471 website: www.anaheimautomation.com

More information

Sprite TL Quick Start Guide

Sprite TL Quick Start Guide Sprite TL Quick Start Guide with 115 VAC Power Cord and 4-Conductor Signal Cable Reference Manual Sprite TL Online and downloadable Product Manuals and Quick Start Guides are available at www.hydrosystemsco.com

More information

NI-DAQmx Device Considerations

NI-DAQmx Device Considerations NI-DAQmx Device Considerations January 2008, 370738M-01 This help file contains information specific to analog output (AO) Series devices, C Series, B Series, E Series devices, digital I/O (DIO) devices,

More information

Figure 1: AHK1421 Evaluation Board Pictures.

Figure 1: AHK1421 Evaluation Board Pictures. Introduction EVALUATION BOARD DATA SHEET The AHK evaluation board demonstrates functionality of the AHK and its application as a white LED backlight driver under Skyworks' S Cwire serial digital interface

More information