KPC-3+ Telemetry Input and Control Output Standardization Document for Oregon Coast Repeater Group APRS Digi-peaters and Network Nodes

Size: px
Start display at page:

Download "KPC-3+ Telemetry Input and Control Output Standardization Document for Oregon Coast Repeater Group APRS Digi-peaters and Network Nodes"

Transcription

1 KPC-3+ Telemetry Input and Control Output Standardization Document for Oregon Coast Repeater Group APRS Digi-peaters and Network Nodes Version December 26, 2004 Paul Messer, WA7ZVY

2 Change Log Date of change: April 1, 2004 April 15, 2004 December 9, 2004 December 12, 2004 December 26, 2004 Subject of change: Initial file creation Major additions and changes to entire doc External Telemetry Adapter added Control Output text added External Control Adapter pictures added December 26, 2004 Page 2 of 16

3 Table of Contents 1. Telemetry Inputs on KPC Telemetry Range Control Pre-wired Analog Telemetry Inputs Patch Wired Telemetry Inputs Digital Only Telemetry Inputs Telemetry UI Frame Telemetry Input Wiring Configuration Table Control Outputs on KPC Telemetry Input and Control Output Schematic Diagram System Level Diagram Telemetry Breakout Adapter DB-25 Terminal Connector Pin-out Control Breakout Adapter PCB Layout for Attenuator Board December 26, 2004 Page 3 of 16

4 1. Telemetry Inputs on KPC-3+ There are five analog telemetry inputs possible on the KPC-3+. However, of these five inputs, only two of them are connected to the external input connector pins in an off-the-shelf stock KPC-3+. The other three inputs must be internally patch wired to an external connector to make them available for external usage. The analog telemetry inputs, to the KPC-3+ s CPU, are limited to an input voltage range of 0.0 volts to 5.0 volts. Therefore, to monitor devices or functions that have a higher voltage range, an attenuating resistive divider must be used. The two pre-wired telemetry inputs have a non-populated resistor location available for each of them, to create the attenuators for those channels. Also, a single digital only telemetry input is available by using the Data Terminal Ready input signal. This DTR signal is wired, but not used by the KPC-3+ s software. It is, however, reported to the user in the telemetry data UI frame packet. 2. Telemetry Range Control The later versions of the KPC-3+ software (version 9.0) include a RANGE command. This command allows the user to specify how the analog telemetry data will be reported back to the user. The user must still insure that the input signal level stays within the 0.0 volt to 5.0 volt input range. But, by using the RANGE command, the user, for example, can specify that a signal going from 0.0 volts to 5.0 volts will report back to the user as 0 to 150. So, for example, if one wanted to measure a 120VDC power supply going from 0 to 150VDC, this would require that an input attenuator with a 30:1 attenuation factor be used. Since it is important to keep the actual voltage levels going into the KPC-3+ at a safety extra low voltage level (less than 48 volts, and a lower level is even better), using an external attenuator setup is required. One possible solution would be an external 100k-ohm ½ watt input resistor with an external 3450-ohm pull-down resistor. (However, the input leakage current needs to be factored into any high value resistor usage, as it could significantly affect the accuracy of the sampled signal). No internal pull-down resistor would be used inside the KPC-3+ with this example external attenuator arrangement. 3. Pre-wired Analog Telemetry Inputs The two pre-wired telemetry inputs could be input on either the DB-9 radio port or the DB-25 terminal port. For consistency, and to keep these input signals independent of the control output signals (see Section 9 on page 8), it is recommended that the inputs be setup to use the DB-25 terminal connector input. This way, both the pre-wired inputs and the patch wired inputs would all be on the same DB-25 terminal port connector. The information in the configuration table shows the positions to move jumpers to achieve this setup. December 26, 2004 Page 4 of 16

5 Two resistor positions are available at R13 & R27 to act, along with the two 10k ohm input resistors R18 & R24, as an attenuator to allow higher voltage levels to be input into the telemetry inputs. If these resistors locations (R13 & R27) are populated with 2.4k ohm resistors, this will cause the scale for each input to be set such that the telemetry channel will read in 0.1V steps to produce a reading of 050 for a 5V input signal and 120 for a 12V input signal, for example. (The resistive divider is made up of a 10k ohm input resistor with the 2.4k-ohm resistor going to ground). This type of an arrangement might be useful for KPC-3+ units with older software that do not support the RANGE command. 4. Patch Wired Telemetry Inputs To use the other three telemetry channels, a small circuit board is constructed with positions for attenuator resistors, zener protection diodes, and small filter capacitors. This small circuit board is sized such that it will fit into the hole that the optional 9V battery utilizes. This small circuit board is wired to the P2 connector (to allow external access) and to the CPU integrated circuit for the actual A/D input signals. 5. Digital Only Telemetry Inputs There is one binary only telemetry input available. This input is the DTR signal input on the DB-25 terminal connector, P2-20. The KPC-3+ manual states, "Although interconnected via a buffer IC to the processor, this line is currently ignored." The high or low state of the DTR input signal is reported in bit 7 of the telemetry binary values ( b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 ). Note: The buffer in this pin's path is an inverter, so the reported signal will be inverted from the actual input level. The five analog telemetry inputs may also be used for binary data inputs. Their state is also reported in the telemetry binary values ( b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 ). The reported signal levels for these five signals are NOT inverted. Note: It may be necessary to remove the pull-down scaling resistor, on the input, to achieve satisfactory signal levels for proper detection of logic 1 levels from typical TTL, LVTTL, or LVCMOS devices. 6. Telemetry UI Frame A telemetry UI frame reports as: T#nnn,an0,an1,an2,an3,an5,b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 Where: nnn is a decimal sequence number that cycles from 000 to 999 and increments upon each transmission of the telemetry frame. At count 999 it returns to 000 on the next increment. an0,an1 are the analog telemetry values from the pre-wired telemetry channels. December 26, 2004 Page 5 of 16

6 an2,an3,an5 are the analog telemetry values for the patch wired telemetry channels. b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 are the binary reported values for the telemetry port. The most significant bit, b 7, corresponds to the DTR signal level. b 5, b 3, b 2, b 1, b 0 correspond to the binary logic high or low levels of an5, an3, an2, an1, an0. 7. Telemetry Input Wiring Configuration Table The following table shows information related to the connections necessary to configure the AD0 and AD1 pre-wired telemetry channels and to add the A/D Attenuator Board to the KPC-3+ for telemetry input: Channel Wire DB-25F Terminal Connector Pin or Internal Connection Point Add Wire to CPU Pin (note a wire pad is available close to the CPU pin) Voltage or Function Monitored or Controlled AD0 Already wired on KPC-3+ PCB. Place jumper on J8 center to pin 2. Connects input to P2-18. Add a 6.0v zener diode at R27 position, anode to ground, cathode to signal line. Add a 2.4K ohm resistor in parallel with the added zener diode. Already wired on KPC-3+ PCB. Users choice. AD1 Already wired on KPC-3+ PCB. Place jumper on J10 center to pin 2. Connects input to P2-11. Add a 6.0v zener diode at R13 position, anode to ground, cathode to signal line. Add a 2.4K ohm resistor in parallel with the added zener diode. Already wired on KPC-3+ PCB. Users choice. AD2 Attenuator Board Pad W1 to P2-12. Attenuator Board Pad W2 to U5-63 wire pad. Users choice. AD3 Attenuator Board Pad W3 to P2-14. Attenuator Board Pad W4 to U5-65 wire pad. Users choice. AD5 Attenuator Board Pad W5 to P3-1 (internal) or P2-19 (external). Attenuator Board Pad W6 to U5-62 wire pad. +12V (internal) or users choice (external). Ground Connect Attenuator Board Pad WG to GND pad near R33. December 26, 2004 Page 6 of 16

7 8. Control Outputs on KPC-3+ Two open-drain control outputs are available on the KPC-3+ s radio port, P1. The two control pins are capable of sinking a maximum of 200mA continuously, and 500mA pulsed. The voltage level applied to the control pins must be less than +60VDC and it is highly recommended to limit any voltage level to +48VDC or less. Negative voltage levels are not permitted. The two control pins are controlled with the KPC-3+ s CTRL command. Command syntax is: CTRL < A B > [ n ON OFF LONG ] Where: < A B > selects which control output the command will affect, either CTLA or CLTB. If not specified, both the CTLA and CTLB outputs are affected. [ n ON OFF LONG ] specifies how to affect the selected control output(s). n ON OFF specifies the number of 100 milliseconds pulses to do to the port(s). The valid range is from 1 to 20. specifies to turn on the control output transistor, which will drive the open-drain output to GROUND. specifies to turn off the control output transistor, which will allow the open-drain output to float, or go to any attached pull-up resistor s positive rail voltage. LONG specifies to turn on the control output transistor for one pulse lasting 1.5 seconds duration. Note: only one LONG pulse can be generated at a time with the CTRL command. December 26, 2004 Page 7 of 16

8 9. Telemetry Input and Control Output Schematic Diagram P2- DB25F Serial Port Connector P2-18 (AD0) P2-11 (AD1) B A Circuitry inside this box (except D a, D b, R13 & R27) is already present on the KPC-3+ circuit board. J8 J Install R27 for input scaling. 1 2 Install R13 for input scaling. R24 10K R18 10K KPC-3+ R27 2.4K R13 2.4K D a 6.0V C42.001uF Add Zener Protection Diodes D b 6.0V C35.001uF U5 MC68HC11F1 59 (AN0) (CTLA) (AN1) (CTLB) 36 G G A D S B D S C1.001uF C3.001uF P1 - DB9F Radio Port Connector P1-8 (CTLA) P1-4 (CTLB) P2-12 (AD2) W1 A / D Attenuator Board R1 10K R2 2.4K D1 6.0V W2 C1.001uF 63 (AN2) P2-14 (AD3) W3 R3 10K R4 2.4K D2 6.0V W4 C2.001uF 65 (AN3) P2-19 (AD5) W5 R5 10K R6 2.4K D3 6.0V W6 C3.001uF 62 (AN5) Internal +12V (P3-1) PM December 26, 2004 Page 8 of 16

9 10. System Level Diagram The system level diagram shows one possible telemetry implementation. This configuration allows the monitoring of power system sources along with the internal power delivery in the KPC-3+. Five inputs and two outputs are available for general monitor and control functions. Note that the two digital control outputs, CTLA and CTLB, are located on the radio port connector, P VAC Mains Automatic Transfer Switch 120 VAC Power Supply 13.8 VDC Output KPC VDC Power Input AD5 Scale: VDC Range: Gen Engine Auto-start Generator 13.8 VDC Battery Float Charged 5VDC Regulator FAT PLUG 120 VAC In 6.0 VDC Out cap filtered FAT PLUG 120 VAC In 6.0 VDC Out cap filtered AD3 Scale: VDC Range: AD2 Scale: VDC Range: AD1 Scale: VDC Range: AD0 Scale: VDC Range: CTLA Open Drain Output CTLB Open Drain Output DOOR INTRUSION SWITCH DTR (inverting digital only input) Typical: 0-5 VDC Pulled high by a 10K to +5V. To use, pull to GND with an open collector gate, transistor, or switch. December 26, 2004 Page 9 of 16

10 11. Telemetry Breakout Adapter An external breakout adapter, for the telemetry signals, is constructed with a DB25 male plug, a DB25 female socket and a set of side entry vertical screw terminal strips. This allows easy access to the KPC-3+ s telemetry input signals. The adapter unit is built into a DB25 in-to-out adapter housing. The male connector of the adapter is plugged into the KPC-3+ s female DB25 serial port connector (P2); and, any serial device normally used with the KPC-3+ is then plugged into the female DB25 socket on the Telemetry Adapter. KPC-3+ EXTERNAL TELEMETRY ADAPTER DB25-F Chassis GND TxD RxD RTS CTS DSR Signal GND DCD DB25-M (optional tnc pwr) (AD1 / CTLA) (AD2) (AD3) (AD0 / CTLB) (AD5) DTR AD0 AD2 DTR GND AD1 AD3 AD5 GND WA7ZVY December 26, 2004 Page 10 of 16

11 Telemetry Breakout Adapter Telemetry Breakout Adapter Telemetry Breakout Adapter December 26, 2004 Page 11 of 16

12 12. DB-25 Terminal Connector Pin-out EIA-232 Industry Standard Pinout with KPC-3+ Signal Names (Green), KPC-3+ Not-used Signals (Blue) and Telemetry Input Signal Overlay (Red) (for reference) Signal Name/Direction Inside KPC-3+ <== is from outside world to KPC's hardware. Signal Direction At External Connector. Arrow in is from outside world. Arrow out is going to outside world. Signal Name/Direction Inside KPC-3+ ==> is from outside world to KPC's hardware. Logic Ground === TXD <== RXD ==> RTS <== CTS ==> DSR ==> Logic Ground === DCD ==> ( Not Used === ) ( Not Used === ) AD1<== AD2 (A/D Attenuator) <== Jumper Selectable === ==> AD3 (A/D Attenuator) ( === Not Used ) ( === Not Used ) ( === Not Used ) ==> AD0 ==> AD5 (A/D Attenuator) ==> DTR ( === Not Used ) ( === Not Used ) ( === Not Used ) ( === Not Used ) ( === Not Used ) PM December 26, 2004 Page 12 of 16

13 13. Control Breakout Adapter An external breakout adapter, for the control signals, is constructed with a DB9 male plug, a DB9 female socket and a set of side entry vertical screw terminal strips. This allows easy access to the KPC-3+ s control output signals. The adapter unit is built into a DB9 in-to-out adapter housing. The male connector of the adapter is plugged into the KPC-3+ s female DB9 radio port connector (P1); and, any radio device normally used with the KPC-3+ is then plugged into the female DB9 socket on the Control Adapter. KPC-3+ EXTERNAL CONTROL ADAPTER DB9-F TX Audio XCD PTT RX Audio GND Optional Power or RESET Optional Ground or RESET CTLB CTLA DB9-M CTLA GND CTLB GND WA7ZVY Control Breakout Adapter Control Breakout Adapter December 26, 2004 Page 13 of 16

14 14. PCB Layout for Attenuator Board 1:1 Bottom View 1:1 Mirrored Bottom View 1.00" 1.75" 1:1 Top View 1:1 Mirrored Top View W6 W5 W4 W3 W2 W1 C3 R5 C2 R3 C1 R1 D3 R6 D2 R4 D1 R2 WG 2004 PM A/D Attenuator 1:1 Composite View W6 W5 W4 W3 W2 W1 C3 R5 D3 R6 C2 R3 D2 R4 C1 R1 D1 R2 WG 2004 PM A/D Attenuator December 26, 2004 Page 14 of 16

15 2:1 Bottom View 1.00" 1.75" 2:1 Top View W6 W5 W4 W3 W2 W1 C3 R5 C2 R3 C1 R1 D3 R6 D2 R4 D1 R2 WG 2004 PM A/D Attenuator 2:1 Composite View W6 W5 W4 W3 W2 W1 C3 R5 C2 R3 C1 R1 D3 R6 D2 R4 D1 R2 WG 2004 PM A/D Attenuator December 26, 2004 Page 15 of 16

16 2:1 Mirrored Bottom View 2:1 Mirrored Top View December 26, 2004 Page 16 of 16

ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) USER MANUAL

ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) USER MANUAL ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) USER MANUAL X1: DE-9 serial connector Used to connect computer (or other devices) using RS-232 standard. Needs a serial cable, with at least

More information

Cable Specifications and Information

Cable Specifications and Information APPENDIX A This appendix provides the connector and pinout information you need for making or purchasing cables used with Cisco VG224 voice gateway. To order cables from Cisco, see the Obtaining Technical

More information

Advanced Data Capture and Control Systems

Advanced Data Capture and Control Systems Advanced Data Capture and Control Systems Tronisoft Limited Email: sales@tronisoft.com Web: www.tronisoft.com RS232 To 3.3V TTL User Guide RS232 to 3.3V TTL Signal Converter Modules P/N: 9651 Document

More information

RGB for ZX Spectrum 128, +2, +2A, +3

RGB for ZX Spectrum 128, +2, +2A, +3 RGB for ZX Spectrum 128, +2, +2A, +3 Introduction... 2 Video Circuitry... 3 Audio Circuitry... 8 Lead Wiring... 9 Testing The Lead... 11 Spectrum +2A/+3 RGB Differences... 12 Circuitry Calculations...

More information

MFRD52x. Mifare Contactless Smart Card Reader Reference Design. Document information

MFRD52x. Mifare Contactless Smart Card Reader Reference Design. Document information Rev. 2.1 17. April 2007 Preliminary Data Sheet Document information Info Keywords Content MFRC522, MFRC523, MFRC52x, MFRD522, MFRD523, Mifare Contactless Smart Card Reader Reference Design, Mifare Reader

More information

RS-232 COMMUNICATIONS

RS-232 COMMUNICATIONS Technical Note D64 0815 RS-232 COMMUNICATIONS RS-232 is an Electronics Industries Association (EIA) standard designed to aid in connecting equipment together for serial communications. The standard specifies

More information

GLOLAB Universal Telephone Hold

GLOLAB Universal Telephone Hold GLOLAB Universal Telephone Hold 1 UNIVERSAL HOLD CIRCUIT If you have touch tone telephone service, you can now put a call on hold from any phone in the house, even from cordless phones and phones without

More information

RJ45 Shielded (standard) port pinout. CS9000, Jetstream 4000 + 8500, Lanstream 2000, RTA8/RJX, RRC16, MTA8/RJX & SXDC8/RJX

RJ45 Shielded (standard) port pinout. CS9000, Jetstream 4000 + 8500, Lanstream 2000, RTA8/RJX, RRC16, MTA8/RJX & SXDC8/RJX Shielded (standard) port pinout Pin Circuit Function 1 DCD Input Data Carrier Detect 2 DSR Output Data Set Ready 3 DTR Input Data Terminal Ready 4 S/GND Signal Ground 5 TXD Output Transmit Data 6 RXD Input

More information

Cable Specifications and Information

Cable Specifications and Information APPENDIXA This appendix provides the connector and pinout information you need for making or purchasing cables used with Cisco VG350 Voice Gateway. To order cables from Cisco, see the Obtaining Technical

More information

Switch board datasheet EB007-00-1

Switch board datasheet EB007-00-1 Switch board datasheet EB007-00-1 Contents 1. About this document... 2 2. General information... 3 3. Board layout... 4 4. Testing this product... 5 5. Circuit description... 6 Appendix 1 Circuit diagram

More information

Wireless Security Camera

Wireless Security Camera Wireless Security Camera Technical Manual 12/14/2001 Table of Contents Page 1.Overview 3 2. Camera Side 4 1.Camera 5 2. Motion Sensor 5 3. PIC 5 4. Transmitter 5 5. Power 6 3. Computer Side 7 1.Receiver

More information

PolyBot Board. User's Guide V1.11 9/20/08

PolyBot Board. User's Guide V1.11 9/20/08 PolyBot Board User's Guide V1.11 9/20/08 PolyBot Board v1.1 16 pin LCD connector 4-pin SPI port (can be used as digital I/O) 10 Analog inputs +5V GND GND JP_PWR 3-pin logic power jumper (short top 2 pins

More information

Cable Pinouts. SRP I/O Module

Cable Pinouts. SRP I/O Module Cable Pinouts C This appendix lists the cables and connector pinout assignments for the cables used with the ERX-700 series and ERX-1400 series. Topic Page SRP I/O Module C-1 CT1 and CE1 I/O Modules C-4

More information

The basic set up for your K2 to run PSK31 By Glenn Maclean WA7SPY

The basic set up for your K2 to run PSK31 By Glenn Maclean WA7SPY The basic set up for your K2 to run PSK31 By Glenn Maclean WA7SPY I am by no means an expert on PSK31. This article is intended to help someone get on PSK31 with a K2. These are the things I did to get

More information

Using Xbee 802.15.4 in Serial Communication

Using Xbee 802.15.4 in Serial Communication Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal

More information

RS232C < - > RS485 CONVERTER S MANUAL. Model: LD15U. Phone: 91-79-4002 4896 / 97 / 98 (M) 0-98253-50221 www.interfaceproducts.info

RS232C < - > RS485 CONVERTER S MANUAL. Model: LD15U. Phone: 91-79-4002 4896 / 97 / 98 (M) 0-98253-50221 www.interfaceproducts.info RS232C < - > RS485 CONVERTER S MANUAL Model: LD15U INTRODUCTION Milestone s model LD-15U is a RS232 to RS 485 converter is designed for highspeed data transmission between computer system and or peripherals

More information

GLOLAB Two Wire Stepper Motor Positioner

GLOLAB Two Wire Stepper Motor Positioner Introduction A simple and inexpensive way to remotely rotate a display or object is with a positioner that uses a stepper motor to rotate it. The motor is driven by a circuit mounted near the motor and

More information

AP-1 Application Note on Remote Control of UltraVolt HVPS

AP-1 Application Note on Remote Control of UltraVolt HVPS Basics Of UltraVolt HVPS Output Voltage Control Application Note on Remote Control of UltraVolt HVPS By varying the voltage at the Remote Adjust Input terminal (pin 6) between 0 and +5V, the UV highvoltage

More information

Manual Serial PCI Cards

Manual Serial PCI Cards Manual Serial PCI Cards W&T Models 13011, 13410 13411, 13610 13611, 13812 Version 1.4 Subject to error and alteration 37 01/2005 by Wiesemann & Theis GmbH Subject to errors and changes: Since we can make

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

ABB Drives. User s Manual HTL Encoder Interface FEN-31

ABB Drives. User s Manual HTL Encoder Interface FEN-31 ABB Drives User s Manual HTL Encoder Interface FEN-31 HTL Encoder Interface FEN-31 User s Manual 3AUA0000031044 Rev B EN EFFECTIVE: 2010-04-06 2010 ABB Oy. All Rights Reserved. 5 Safety instructions

More information

DK40 Datasheet & Hardware manual Version 2

DK40 Datasheet & Hardware manual Version 2 DK40 Datasheet & Hardware manual Version 2 IPC@CHIP DK40 Evaluation module Beck IPC GmbH http://www.bcl.de page 1 of 11 Table of contents Table of contents... 2 Basic description... 3 Characteristics...

More information

XPort Universal Demo Board User Guide

XPort Universal Demo Board User Guide XPort Universal Demo Board User Guide Part Number 900-563 Revision A September 2009 Copyright and Trademark Contacts 2009 Lantronix. All rights reserved. No part of the contents of this book may be transmitted

More information

Cable Guide. Click on the subject to view the information. Digi Cables Building Cables General Cable Information

Cable Guide. Click on the subject to view the information. Digi Cables Building Cables General Cable Information Cable Guide Click on the subject to view the information. Digi Cables Building Cables General Cable Information Digi Cables Click on the subject to view the information. Digi Connector Options Digi Connector

More information

Hardware Reference. Linux Device Server IGW/922 with DIL/NetPC ADNP/9200

Hardware Reference. Linux Device Server IGW/922 with DIL/NetPC ADNP/9200 Linux Device Server IGW/922 with DIL/NetPC ADNP/9200 Hardware Reference SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ist1.de

More information

Single channel data transceiver module WIZ2-434

Single channel data transceiver module WIZ2-434 Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules

More information

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors.

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors. LM 358 Op Amp S k i l l L e v e l : I n t e r m e d i a t e OVERVIEW The LM 358 is a duel single supply operational amplifier. As it is a single supply it eliminates the need for a duel power supply, thus

More information

Model 201 Wiegand Touchpad Reader Installation Guide

Model 201 Wiegand Touchpad Reader Installation Guide Model 201 Wiegand Touchpad Reader Installation Guide P/N 460353001C 15AUG11 2011 UTC Fire & Security. All rights reserved. This document may not be copied in whole or in part or otherwise reproduced without

More information

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential

More information

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign. HARDWARE MANUAL BrightSign HD120, HD220, HD1020 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS OVERVIEW... 1 Block Diagram... 2 Ports...

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

How To Set Up A 366101 Modem (Marc) Model 366101 (Marc) Model 2 (Marr) Model 1 (Marm) Model 4 (Mariar) Model 8 (Marp) Model 6 (Mar

How To Set Up A 366101 Modem (Marc) Model 366101 (Marc) Model 2 (Marr) Model 1 (Marm) Model 4 (Mariar) Model 8 (Marp) Model 6 (Mar DIN Rail Mounted Leased Line Modem Users Manual 366-101 Rev. 2 Copyright 2008 Miille Applied Research Co., Inc. Houston, Texas This page is left blank intentionally Page i TABLE OF CONTENTS LIST OF FIGURES...

More information

16-Port RS232 to USB2.0 High Speed Multi Serial Adapter (w/ Metal Case) Installation Guide

16-Port RS232 to USB2.0 High Speed Multi Serial Adapter (w/ Metal Case) Installation Guide 16-Port RS232 to USB2.0 High Speed Multi Serial Adapter (w/ Metal Case) Installation Guide 1. Introduction Thank you for purchasing this 16-Port RS232 to USB2.0 High Speed Multi Serial Adapter. It is an

More information

Making a DB to RJ45 adapter.

Making a DB to RJ45 adapter. Making a DB to RJ45 adapter. DB9 to RJ45 adapters are often used in combination with a RS232 repeater for extending the distance of a serial RS232 link, but can be used for any adapter or converter purposes.

More information

Design Project: Power inverter

Design Project: Power inverter Design Project: Power inverter This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Glolab Talking Phone Dial Monitor

Glolab Talking Phone Dial Monitor Introduction The detects the tones generated when numbers are dialed on your touch tone telephone and speaks the numbers that were dialed. This verifies that you dialed the correct number and is especially

More information

Cabling Guide for Console and AUX Ports

Cabling Guide for Console and AUX Ports Cabling Guide for Console and AUX Ports Contents Introduction Prerequisites Requirements Components Used Conventions Table of Routers with Console and AUX Ports Console Port Settings for Terminal Connection

More information

VSCOM USB PRO Series Industrial I/O Adapters

VSCOM USB PRO Series Industrial I/O Adapters VSCOM USB PRO Series Industrial I/O Adapters 1.Introduction The VSCOM USB PRO Series Industrial I/O Adapters are advanced USB to Serial Adapters that connect to 1, 2, 4 or 8 RS-232/422/485 serial devices.

More information

RJ11 RS-232 Interface

RJ11 RS-232 Interface H NS TN30 RJ11 RS-232 Interface 1.0 General The back panel of the CPP-3794 provides a combination of 9 pin DB connectors and RJ11 connectors for connecting RS-232 serial cables. The 9 pin DB connector

More information

RC2200DK Demonstration Kit User Manual

RC2200DK Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7

More information

BrightSign Expander Hardware Guide

BrightSign Expander Hardware Guide Hardware Guide PCBA: Rev C Version: 0.1 Saratoga, CA, USA 1 Table of Contents OVERVIEW... 3 EXPANDER BLOCK DIAGRAM... 4 PORTS... 6 POWER CONNECTOR... 6 OPTICAL SPDIF CONNECTOR... 6 DB25 SWITCH/LED CONNECTOR...

More information

8 Channel Status Input Panel model SIP-8

8 Channel Status Input Panel model SIP-8 Description The Sine Systems model SIP-8 Status Input Panel is to be used with the RFC-1/B Remote Facilities Controller. It consists of a long PC board mounted on a 1.75 inch (1U) rack panel. The SIP-8

More information

The $25 Son of a cheap timer This is not suitable for a beginner. You must have soldering skills in order to build this kit.

The $25 Son of a cheap timer This is not suitable for a beginner. You must have soldering skills in order to build this kit. The $25 Son of a cheap timer This is not suitable for a beginner. You must have soldering skills in order to build this kit. Micro Wizard has been manufacturing Pinewood Derby timers for over 10 years.

More information

Moxa TCC-100/100I User s Guide

Moxa TCC-100/100I User s Guide Moxa TCC-100/100I User s Guide Seventh Edition, June 2008 www.moxa.com/product 2008 Moxa Inc., all rights reserved. Reproduction without permission is prohibited. Moxa TCC-100/100I User s Guide The software

More information

8 Gbps CMOS interface for parallel fiber-optic interconnects

8 Gbps CMOS interface for parallel fiber-optic interconnects 8 Gbps CMOS interface for parallel fiberoptic interconnects Barton Sano, Bindu Madhavan and A. F. J. Levi Department of Electrical Engineering University of Southern California Los Angeles, California

More information

SIMPLE EPROM PROGRAMMER. EPROM Programmer Design. Hardware

SIMPLE EPROM PROGRAMMER. EPROM Programmer Design. Hardware Page 1 of 5 A simple EPROM programmer is described here. It connects to a PC's parallel port and can program EPROMs from 2716 to 27512. The design can be expanded to program even larger EPROMs. DOS based

More information

M68EVB908QL4 Development Board for Motorola MC68HC908QL4

M68EVB908QL4 Development Board for Motorola MC68HC908QL4 M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3

More information

Technical description MX-1 VB Edge

Technical description MX-1 VB Edge 1 (7) Technical description MX-1 VB Edge 2 (7) Table of Contents 1 General description...3 2 Connectors...4 3 ON/OFF operation...5 4 Power...5 5 LED indicators...6 6 Enclosure...6 7 Mounting...6 8 and

More information

GM1200E Interface Cable

GM1200E Interface Cable GM00E Interface Cable SPK+ Mic Aud Ext PTT SPK/0 Ext Alrm RJ Plug PTT/0 Flat Tx Audio SCI Data In SCI Data Out Emerg/ NPD In Motorola Accessory Connector (rear view) 0 Ign Det Flat Rx Audio CTS SW B+ Hook

More information

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Pmod peripheral modules are powered by the host via the interface s power and ground pins.

Pmod peripheral modules are powered by the host via the interface s power and ground pins. Digilent Pmod Interface Specification Revision: November 20, 2011 1300 NE Henley Court, Suite 3 Pullman, WA 99163 (509) 334 6306 Voice (509) 334 6300 Fax Introduction The Digilent Pmod interface is used

More information

PIKA Technical Bulletin #41. V-12 RAN Trunk Interface Implementation

PIKA Technical Bulletin #41. V-12 RAN Trunk Interface Implementation PIKA Technical Bulletin #41 V-12 RAN Trunk Interface Implementation Supported by: model V-12 FORMULA with FSB 045 V-12 RAN MODIFICATION External Power supply requirements: -48VDC. RAN trunks are based

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information

The Programming Interface

The Programming Interface : In-System Programming Features Program any AVR MCU In-System Reprogram both data Flash and parameter EEPROM memories Eliminate sockets Simple -wire SPI programming interface Introduction In-System programming

More information

3 Slot Payphone Controller

3 Slot Payphone Controller 5A2 3 Slot Payphone Controller The 3 Slot Payphone -- Part of American History Building a Coin Relay Controller Version S1BX Instruction Manual and Safety Precautions It is very important that for your

More information

BUILD YOUR OWN RC SWITCH (Issue 3)

BUILD YOUR OWN RC SWITCH (Issue 3) PART ONE SINGLE ELECTRONIC RC SWITCH Fancy switching the lights using your radio, then here is a circuit you may consider building. It only uses one IC and seven other components for a single switch and

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

Type SA-1 Generator Differential Relay

Type SA-1 Generator Differential Relay ABB Automation Inc. Substation Automation and Protection Division Coral Springs, FL 33065 Instruction Leaflet 41-348.11C Effective: November 1999 Supersedes I.L. 41-348.11B, Dated August 1986 ( ) Denotes

More information

X. Dealing with Signature Differences

X. Dealing with Signature Differences X. Dealing with Signature Differences One of the most often asked questions that Tracker users ask is "when is a different signature considered a fault?". Simply put, "what makes a bad signature?". To

More information

PCMCIA 1 Port RS232 2.1 EDITION OCTOBER 1999

PCMCIA 1 Port RS232 2.1 EDITION OCTOBER 1999 232 232232 PCMCIA 1 Port RS232 2.1 EDITION OCTOBER 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided it has been

More information

Kit 106. 50 Watt Audio Amplifier

Kit 106. 50 Watt Audio Amplifier Kit 106 50 Watt Audio Amplifier T his kit is based on an amazing IC amplifier module from ST Electronics, the TDA7294 It is intended for use as a high quality audio class AB amplifier in hi-fi applications

More information

POCKET SCOPE 2. The idea 2. Design criteria 3

POCKET SCOPE 2. The idea 2. Design criteria 3 POCKET SCOPE 2 The idea 2 Design criteria 3 Microcontroller requirements 3 The microcontroller must have speed. 3 The microcontroller must have RAM. 3 The microcontroller must have secure Flash. 3 The

More information

Tristan s Guide to: Solving Parallel Circuits. Version: 1.0 Written in 2006. Written By: Tristan Miller Tristan@CatherineNorth.com

Tristan s Guide to: Solving Parallel Circuits. Version: 1.0 Written in 2006. Written By: Tristan Miller Tristan@CatherineNorth.com Tristan s Guide to: Solving Parallel Circuits. Version: 1.0 Written in 2006 Written By: Tristan Miller Tristan@CatherineNorth.com Parallel Circuits. Parallel Circuits are a little bit more complicated

More information

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1 Electronics Operational Amplifier Internal design of an operational amplifier LD Physics Leaflets Discrete assembly of an operational amplifier as a transistor circuit P4.2.1.1 Objects of the experiment

More information

Fundamentals of Signature Analysis

Fundamentals of Signature Analysis Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...

More information

GTS-4E Hardware User Manual. Version: V1.1.0 Date: 2013-12-04

GTS-4E Hardware User Manual. Version: V1.1.0 Date: 2013-12-04 GTS-4E Hardware User Manual Version: V1.1.0 Date: 2013-12-04 Confidential Material This document contains information highly confidential to Fibocom Wireless Inc. (Fibocom). Fibocom offers this information

More information

The components. E3: Digital electronics. Goals:

The components. E3: Digital electronics. Goals: E3: Digital electronics Goals: Basic understanding of logic circuits. Become familiar with the most common digital components and their use. Equipment: 1 st. LED bridge 1 st. 7-segment display. 2 st. IC

More information

Grounding Demystified

Grounding Demystified Grounding Demystified 3-1 Importance Of Grounding Techniques 45 40 35 30 25 20 15 10 5 0 Grounding 42% Case 22% Cable 18% Percent Used Filter 12% PCB 6% Grounding 42% Case Shield 22% Cable Shielding 18%

More information

LTM-1338B. Plus Communications Manual

LTM-1338B. Plus Communications Manual LTM-1338B Plus Communications Manual 2000. Best Power, Necedah, Wisconsin All rights reserved. Best Power The System Setup option from the Main Menu on the front panel is passwordprotected. The default

More information

PCAN-MicroMod Evaluation Test and Development Environment for the PCAN-MicroMod. User Manual. Document version 2.0.1 (2013-08-06)

PCAN-MicroMod Evaluation Test and Development Environment for the PCAN-MicroMod. User Manual. Document version 2.0.1 (2013-08-06) PCAN-MicroMod Evaluation Test and Development Environment for the PCAN-MicroMod User Manual Document version.0. (0-0-0) Products taken into account Product Name Part number Model PCAN-MicroMod Evaluation

More information

CDI-S100 SERIAL INTERFACE CARD

CDI-S100 SERIAL INTERFACE CARD CDI-S100 SERIAL INTERFACE CARD R R SERIAL INTERFACE MODULE MUSIC MUTE L L GAIN 0 LINE 5 LINE 6 db -10 + 10 MIC LEFT RIGHT FUSE 230V RATING 115V T100mA T200mA POW Installation Guide 2 CDI-S100 Installation

More information

2-Port RS232/422/485 Combo Serial PCI Card

2-Port RS232/422/485 Combo Serial PCI Card 2-Port RS232/422/485 Combo Serial PCI Card Installation Guide 1. Introduction Thank you for purchasing this 2-Port RS232/422/485 Combo Serial PCI Card. It is a universal add in card that connects to a

More information

USB to serial chip CH340

USB to serial chip CH340 The DataSheet of CH340 (the first) 1 1. Introduction USB to serial chip CH340 English DataSheet Version: 1D http://wch.cn CH340 is a USB bus convert chip and it can realize USB convert to serial interface,

More information

POWER SUPPLY MODEL XP-15. Instruction Manual ELENCO

POWER SUPPLY MODEL XP-15. Instruction Manual ELENCO POWER SUPPLY MODEL XP-15 Instruction Manual ELENCO Copyright 2013 by Elenco Electronics, Inc. REV-A 753020 All rights reserved. No part of this book shall be reproduced by any means; electronic, photocopying,

More information

K128. USB PICmicro Programmer. DIY Electronics (HK) Ltd PO Box 88458, Sham Shui Po, Hong Kong. http://www.kitsrus.com mailto: peter@kitsrus.

K128. USB PICmicro Programmer. DIY Electronics (HK) Ltd PO Box 88458, Sham Shui Po, Hong Kong. http://www.kitsrus.com mailto: peter@kitsrus. K128 USB PICmicro Programmer DIY Electronics (HK) Ltd PO Box 88458, Sham Shui Po, Hong Kong http://www.kitsrus.com mailto: peter@kitsrus.com Last Modified March 31 2003 Board Construction The board is

More information

Allen-Bradley/Rockwell

Allen-Bradley/Rockwell MANUFACTURER DATA SHEET High Speed Counter Manufacturer: Allen-radley/Rockwell Model Number: 1746-HSCE See www.geomartin.com for additional PDF datasheets Martin Part Number: E-014901-03 VendorPartNumber:

More information

Build A Video Switcher. Reprinted with permission from Electronics Now Magazine September 1997 issue

Build A Video Switcher. Reprinted with permission from Electronics Now Magazine September 1997 issue Build A Video Switcher Reprinted with permission from Electronics Now Magazine September 1997 issue Copyright Gernsback Publications, Inc.,1997 BUILD A VIDEO SWITCHER FRANK MONTEGARI Watch several cameras

More information

Application Note 83 Fundamentals of RS 232 Serial Communications

Application Note 83 Fundamentals of RS 232 Serial Communications Application Note 83 Fundamentals of Serial Communications Due to it s relative simplicity and low hardware overhead (as compared to parallel interfacing), serial communications is used extensively within

More information

RS-232/422/485, Power over Ethernet

RS-232/422/485, Power over Ethernet IP-COM-M IP-COMi-M IP-COM-M PoE IP-COMi-M PoE RS-232 RS-232/422/485 RS-232, Power over Ethernet RS-232/422/485, Power over Ethernet Edition: September 2012 The computer programs provided with the hardware

More information

Optical Sensor Interface for AFX Digital LED Timer/Counter by George Warner, Jan. 2003 warnergt@ptd.net

Optical Sensor Interface for AFX Digital LED Timer/Counter by George Warner, Jan. 2003 warnergt@ptd.net Optical Sensor Interface for AFX Digital LED Timer/Counter by George Warner, Jan. 200 warnergt@ptd.net Abstract This paper presents a design for an optical sensor interface to an AFX Digital LED Timer/Counter.

More information

RS-422/485 Multiport Serial PCI Card. RS-422/485 Multiport Serial PCI Card Installation Guide

RS-422/485 Multiport Serial PCI Card. RS-422/485 Multiport Serial PCI Card Installation Guide RS-422/485 Multiport Serial PCI Card Installation Guide 21 Contents 1. Introduction...1 2. Package Check List...2 3. Board Layouts and Connectors...3 3.1 2S with DB9 Male Connectors...3 3.1.1 JP5: UART

More information

Section 11. 4-wire E&M/TO Configuration. 4-Wire E&M/TO Voice Card. About This Section. Functional Description. Physical Description

Section 11. 4-wire E&M/TO Configuration. 4-Wire E&M/TO Voice Card. About This Section. Functional Description. Physical Description Section 11 4-wire E&M/TO Configuration About This Section This section describes how to configure the 4-wire E&M/Transmission Only (E&M/TO) 12-channel voice card for connecting the Access Bank II to T1

More information

Encore Controller to Router Connections

Encore Controller to Router Connections Encore Presentation System Encore Controller to Router Connections Contents: Scope... 2 EXT COMM Pinouts... 2 Cable Connection Straight Through... 3 Cable Connection Null Modem... 3 Lantronix Ethernet

More information

F2400 FOM II Series Fiber Optic Modem Technical Manual

F2400 FOM II Series Fiber Optic Modem Technical Manual F2400 FOM II Series Fiber Optic Modem Technical Manual T1 Revision B Copyright April 2003 VERSITRON, Inc. 83 Albe Drive / Suite C Newark, DE 19702 www.versitron.com A030430283T PROPRIETARY DATA All data

More information

SyncLink GT2/GT4 Serial Adapter

SyncLink GT2/GT4 Serial Adapter SyncLink GT2/GT4 Serial Adapter Hardware User s Manual MicroGate Systems, Ltd http://www.microgate.com MicroGate and SyncLink are registered trademarks of MicroGate Systems, Ltd. Copyright 2008 2012 MicroGate

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

Redesigned by Laurier Gendron (Aug 2006 ) Download this project in PDF. Horn circuit. Train Circuitry

Redesigned by Laurier Gendron (Aug 2006 ) Download this project in PDF. Horn circuit. Train Circuitry Redesigned by Laurier Gendron (Aug 2006 ) Download this project in PDF Train Circuitry Horn circuit New Design After many comments by interested hobbyists not being able to obtain parts like the LM566

More information

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers USB to router s serial port How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers by Neo at RouterTech.Org Introduction Routers based on the AR7RD/AR7WRD

More information

1-Port R422/485 Serial PCIe Card

1-Port R422/485 Serial PCIe Card 1-Port R422/485 Serial PCIe Card Installation Guide 1. Introduction Thank you for purchasing this 1-Port RS422/485 Serial PCI Express (PCIe) Card. It is a universal add in card that connects to a PC or

More information

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System ECU DB9 USB 20-060_A.DOC Page 1 of 18 9/15/2009 2009 Precision Airmotive LLC This publication may not be copied

More information

EasySYNC Ltd. USB to Serial Converters Manual

EasySYNC Ltd. USB to Serial Converters Manual EasySYNC Ltd Document Reference No.: ES_000061 Issue Date: 2011-08-23 The ES-U-xxxx-x adapters are a series of USB Serial Converters from EasySYNC Ltd. They provide a simple method of adapting legacy RS-232

More information

Modbus Communications for PanelView Terminals

Modbus Communications for PanelView Terminals User Guide Modbus Communications for PanelView Terminals Introduction This document describes how to connect and configure communications for the Modbus versions of the PanelView terminals. This document

More information

UIM2901-5A MACH3 breakout board

UIM2901-5A MACH3 breakout board User Manual UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 breakout board Features General DB25 interface between PC and user device Fully buffered opto-isolated I/O (Input

More information

Dashboard Digital Voltmeter

Dashboard Digital Voltmeter Dashboard Digital Voltmeter...November, 2002 This project is helpful to anyone who drives an automobile. I had found this project at the local libary... in an old publication. I made it and it worked fine.

More information

Objectives: Part 1: Build a simple power supply. CS99S Laboratory 1

Objectives: Part 1: Build a simple power supply. CS99S Laboratory 1 CS99S Laboratory 1 Objectives: 1. Become familiar with the breadboard 2. Build a logic power supply 3. Use switches to make 1s and 0s 4. Use LEDs to observe 1s and 0s 5. Make a simple oscillator 6. Use

More information

SYSTEM 45. C R H Electronics Design

SYSTEM 45. C R H Electronics Design SYSTEM 45 C R H Electronics Design SYSTEM 45 All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, & A outputs. Independent 25

More information

KTA-223 Arduino Compatible Relay Controller

KTA-223 Arduino Compatible Relay Controller 8 Relay Outputs 5A 250VAC 4 Opto-Isolated Inputs 5-30VDC 3 Analog Inputs (10 bit) Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs, Jumper Selectable 5A Relay Switching Power Indicator

More information

8 coil stator 11 coil stator

8 coil stator 11 coil stator Below is a schematic of a typical scooter electrical set up as far as the stator, CDI, rectifier/regulator go along with the other items running on the electrical system; This is the 6 coil stator common

More information

Supply voltage Supervisor TL77xx Series. Author: Eilhard Haseloff

Supply voltage Supervisor TL77xx Series. Author: Eilhard Haseloff Supply voltage Supervisor TL77xx Series Author: Eilhard Haseloff Literature Number: SLVAE04 March 1997 i IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products or to

More information

Objectives. Basics of Serial Communication. Simplex vs Duplex. CMPE328 Microprocessors (Spring 2007-08) Serial Interfacing. By Dr.

Objectives. Basics of Serial Communication. Simplex vs Duplex. CMPE328 Microprocessors (Spring 2007-08) Serial Interfacing. By Dr. CMPE328 Microprocessors (Spring 27-8) Serial Interfacing By Dr. Mehmet Bodur Objectives Upon completion of this chapter, you will be able to: List the advantages of serial communication over parallel communication

More information