How to control many USB kits from your own application (for example, controlling 12 stepper motors by 4 USB Stepper Motor Controllers)

Size: px
Start display at page:

Download "How to control many USB kits from your own application (for example, controlling 12 stepper motors by 4 USB Stepper Motor Controllers)"

Transcription

1 How to control many USB kits from your own application (for example, controlling 12 stepper motors by 4 USB Stepper Motor Controllers) Each USB Stepper Motor Controller will allow you to control three bi-polar stepper motors. To control uni-polar stepper motors, it is necessary to use more digital lines and automatically you will have one to two uni-polar steppers controlled by one Controller. You can use the remaining lines if you require to drive relays or control end switches. This note will show you the concept of connecting more Softmark USB kits and controlling them from one application. The USB kits can also interact with other USB kits, for instance, the 4 Channel Voltmeter. Voltage read by the USB 4 Channel Voltmeter can be displayed by the USB LCD Module Interface and if voltage is at a certain level, you can set the relay on the USB Relay Card, depending on your application. Figure 1 below shows how four USB Stepper Motor Controllers are connected. Remember, the maximum number of devices connected to the USB bus cannot exceed 127. USB Bus USB HUB Computer Controller USB Controller D USB Controller A USB Controller B USB Controller C The next 3 USB Controllers can control another 9 stepper motors. Note that all Controllers can be controlled from the same application, from one USB bus. One Controller can control 3 stepper motors +12V from the power supply Softmark: Controlling many USB kits from your own application 1

2 Figure 1. Four USB Stepper Motor Controllers (with a maximum of 12 stepper motors) controlled by one application. Application software The generic USB.OCX can detect the USB device and can transfer data to it. However, if you need to control more USB Controllers (for example, USB Stepper Motor Controllers) from just one application, you will need to install more USB.OCXs and each one will control one particular USB Controller. Each software on a Controller s PCB can talk to just one USB.OCX. In general, Controllers will have indexes like B, C, or D and accordingly, you will need specific OCXs (such as USB_B.OCX, USB_C.OCX, or USB_D.OCX) in order to separately control each USB Controller from your application. Softmark can supply Controllers with the above indexes, for example, B and an OCX for that, namely USB_B.OCX. This setup is optional so please softmark@ar.com.au for details. Figure 2 below shows four Stepper Motor Controllers controlled from the one application. The front panel shows you four OCXs, one for each Controller. The included sample program will explain how the additional Stepper Motor Controllers can be controlled from the one program. Note that up to 12 stepper motors can be controlled from one program. USB.OCX (main one) USB_D.OCX to control Controller D USB_B.OCX to control Controller B USB_C.OCX to control Controller C Figure 2. Front panel of sample application controlling 12 stepper motors. Softmark: Controlling many USB kits from your own application 2

3 How software controls separate USB Stepper Motor Controllers A few lines of code will guide you here. USB.WrP0 (255) REM Set all lines on Port P0 (main controller) to logic 1(high) USB_B.WrP0 (255) REM Set all lines on Port P0 (B-controller) to logic 1(high) USB_C.WrP0 (255) REM Set all lines on Port P0 (C-controller) to logic 1(high) USB_D.WrP0 (255) REM Set all lines on Port P0 (D-controller) to logic 1(high) Imagine you have four USB.OCXs and each one controls a particular USB Stepper Motor Controller. To control the first Stepper Motor Controller, you will use USB.OCX. To control the fourth Controller, you have to write a code using USB_D.OCX, and so on. This shows you how to control four USB Stepper Motor Controllers. You can use two or three of them and the approach will be the same. You can control other devices by using USB buses that are not connected in your USB hub. If you want to control four different Softmark USB kits, the approach will again be the same. This setup is more powerful and will allow you to control USB kits such as the Relay Card by other USB kits, such as the 4 Channel Voltmeter, if, for instance, voltage/temperature drops to a certain level. This status can be displayed on another USB kit, the USB LCD Module, and can, for example, activate a relay on the Relay Card. There are endless possibilities, limited only by imagination. Softmark: Controlling many USB kits from your own application 3

4 USB Bus Computer Controller USB HUB USB Controller D USB Thermometer/ Thermostat USB Relay Card USB 4 Channel Voltmeter Figure 3. Various connected USB kits can interact with each other. Softmark: Controlling many USB kits from your own application 4

5 Another example of kits controlled by the same application Figure 4. USB 4 Channel Voltmeter reads input voltages and the values are shown on the USB LCD Module (Note that the USB LCD Module already has a separate USB_LCD.OCX that is included in the kit). Note: Additional USB.OCXs for Softmark s kits are optional and can be supplied separately. USB.OCXs come with a sample application program (source code is included), which helps you to understand how data is transferred between your application and a particular Softmark USB device. Copyright 2004 Softmark All rights reserved. The information presented in this document is believed to be accurate and reliable and may be changed without notice. No liability will be accepted for any consequences of its use. Softmark: Controlling many USB kits from your own application 5

USB Digital I/O Module

USB Digital I/O Module USB Digital I/O Module A low cost solution for controlling 12 digital lines This project can be used to control 12 digital lines. The module consists of only one chip and 12 I/O lines. The module can be

More information

SOFTMARK. USB to GPIB Interface. SOFTMARK PO Box 1609 Hornsby NSW 2077 Australia

SOFTMARK. USB to GPIB Interface. SOFTMARK PO Box 1609 Hornsby NSW 2077 Australia SOFTMARK USB to GPIB Interface SOFTMARK PO Box 1609 Hornsby NSW 2077 Australia softmark@ar.com.au www.ar.com.au/~softmark Copyright 2004 Softmark The GPIB bus (formerly called IEEE-488 bus) was developed

More information

GUIDE TO SP STARTER SHIELD (V3.0)

GUIDE TO SP STARTER SHIELD (V3.0) OVERVIEW: The SP Starter shield provides a complete learning platform for beginners and newbies. The board is equipped with loads of sensors and components like relays, user button, LED, IR Remote and

More information

UsbScope.eu Manual. UsbScope.eu Manual. Version channel version

UsbScope.eu Manual. UsbScope.eu Manual. Version channel version Version 3.1 4 channel version Version 3.1 1 Sept-2011 Table of contents 1 Introduction...3 2 Hardware description...3 2.1 Specifications...3 2.2 PCB layout...4 2.3 Status LED s on 4 channel board...4 3

More information

MK5 5-Axis Controller

MK5 5-Axis Controller MK5 5-Axis Controller Technical Reference Manual PCB Rev 1.0 2010 SOC Robotics, Inc. 1 Manual Rev 0.91 Introduction The MK5 is a 5-Axis breakout board that accepts the MM120, MM130, MM133 or MM220 stepper

More information

Instruction Manual for BE-SP3 Circuit. 10/21/07

Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 of 54 Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 Index: Page 2 BE-SP3 Circuit Specifications. Page 3-4 Intro to the BE-SP3. Page 5 Basics of serial to parallel. Page 6-7 ASCII Code.

More information

Variable Power Supply Digital Control Circuit Diagram Using Lm317

Variable Power Supply Digital Control Circuit Diagram Using Lm317 Variable Power Supply Digital Control Circuit Diagram Using Lm317 DIGITAL POWER SUPPLY USING LM317 A Major Project Report Submitted partial fulfillment of the requirement for the award of the Degree of

More information

ARM Microcontroller Interfacing - Warwick A. Smith ISBN Elektor. Table of Contents

ARM Microcontroller Interfacing - Warwick A. Smith ISBN Elektor. Table of Contents Table of Contents Introduction...6 Target Audience...6 Prerequisites...7 Introduction to the ARM Microcontrollers used in this Book...7 AT91SAM7S256 basic features:...7 Hardware Requirements...9 Summary

More information

Opal Pro to DeviceNet. Opal Pro MS6 SERIES. DeviceNet Interface Users Manual. Revision Page 1

Opal Pro to DeviceNet. Opal Pro MS6 SERIES. DeviceNet Interface Users Manual. Revision Page 1 Opal Pro MS6 SERIES DeviceNet Interface Users Manual Revision 1.01 Page 1 Page 2 FOR YOUR SAFETY Only qualified personnel should install this equipment, after first reading and understanding all the information

More information

KNJN I2C bus development boards

KNJN I2C bus development boards KNJN I2C bus development boards 2005, 2006, 2007, 2008 fpga4fun.com & KNJN LLC http://www.knjn.com/ Document last revision on January 1, 2008 R12 KNJN I2C bus development boards Page 1 Table of Contents

More information

How-To #7: Assemble an H-bridge Circuit Board

How-To #7: Assemble an H-bridge Circuit Board How-To #7: Assemble an H-bridge Circuit Board Making a DC motor turn is relatively easy: simply connect the motor's terminals to a power supply. But what if the motor is to be controlled by an Arduino,

More information

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1.

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1. Laboratory: Introduction to Mechatronics Instructor TA: Edgar Martinez Soberanes (eem370@mail.usask.ca) 2017-01-12 Lab 1. Introduction Lab Sessions Lab 1. Introduction to the equipment and tools to be

More information

Languages : C O/s : Linux-2.6 Omap 1510 innovator board

Languages : C O/s : Linux-2.6 Omap 1510 innovator board Professional Summary three (3)years in Software Engineering. He has extensive knowledge in the field of Embedded systems programming and Development of Device Driver for Consumer Electronics devices. Technical

More information

IMPORTANT NOTICE. As a result, the following changes are applicable to the attached document.

IMPORTANT NOTICE. As a result, the following changes are applicable to the attached document. IMPORTANT NOTICE Dear customer, As from August 2 nd 2008, the wireless operations of NXP have moved to a new company, ST-NXP Wireless. As a result, the following changes are applicable to the attached

More information

Developement of Multi Interface Board for Educational Trainer Kit

Developement of Multi Interface Board for Educational Trainer Kit Journal of Engineering Technology Vol. 2(1): 1-5, 2012 ISSN 2231-8798 2012UniKLBMI Developement of Multi Interface Board for Educational Trainer Kit M.R. Abdullah, Z. Zaharudin, Z. Mahmoodin, Z. Zainuddin

More information

Interaction with the Physical World

Interaction with the Physical World Interaction with the Physical World Methods and techniques for sensing and changing the environment Light Sensing and Changing the Environment Motion and acceleration Sound Proximity and touch RFID Sensors

More information

A UNIVERSAL REMOTE CONTROLLER WITH HAPTIC INTERFACE FOR CUSTOMER ELECTRONIC DEVICES

A UNIVERSAL REMOTE CONTROLLER WITH HAPTIC INTERFACE FOR CUSTOMER ELECTRONIC DEVICES A UNIVERSAL REMOTE CONTROLLER WITH HAPTIC INTERFACE FOR CUSTOMER ELECTRONIC DEVICES The main aim of this project is to introduce a new universal remote control that gives easy-to-control interface for

More information

Antenna Rotator System USB

Antenna Rotator System USB Antenna Rotator System USB ARS-USB Reference Manual June/2012 Rev 1.5d Introduction Thank you for purchasing the ARS-USB Product. Presently, the ARS provides the most powerful highest performance and lowest

More information

MEGATRONICS V3.0 QUICK START GUIDE

MEGATRONICS V3.0 QUICK START GUIDE MEGATRONICS V3.0 QUICK START GUIDE Thank you for purchasing the Megatronics v3.0! This small guide will answer the basic questions on how to connect the board to your 3D printer. For more information visit

More information

RaceGrade Motorsport Keypad

RaceGrade Motorsport Keypad RaceGrade Motorsport Keypad Part # M KEYPAD 8H Part # M KEYPAD 15 USER MANUAL Version 1.3 RaceGrade Motorsport Keypad Copyright JGM Automotive Tooling 2011, 2012 MoTeC Systems USA and RaceGrade are registered

More information

VSDEPI VSD-E Parallel Interface breakout board Manual Ver. 0.9

VSDEPI VSD-E Parallel Interface breakout board Manual Ver. 0.9 Introduction VSD-E Parallel interface is a breakout board designed to ease connection of up to four VSD-E drives in single D-Sub 25 connector. Connector pin-out has been designed for step/dir operation

More information

KIT 134. INTRODUCTION TO LCD S

KIT 134. INTRODUCTION TO LCD S The aim of this kit is to show how to use a 16x2 alphanumeric Liquid Crystal Display (LCD) with a PC. First we show how to connect it to the parallel port and echo and handle keyboard input. Then we show

More information

USER S MANUAL. C35S- QUICK SETUP BREAKOUT BOARD Rev. 1.3

USER S MANUAL. C35S- QUICK SETUP BREAKOUT BOARD Rev. 1.3 USER S MANUAL C35S- QUICK SETUP BREAKOUT BOARD Rev. 1.3 FEBRUARY, 2015 USER'S MANUAL TABLE OF CONTENTS Page # Contents 1.0 OVERVIEW... 1 2.0 FEATURES... 1 3.0 SPECIFICATIONS.... 2 4.0 BOARD DESCRIPTION...

More information

What are output transducers An output transducer will convert electrical signals passed to it by the process into another form of energy.

What are output transducers An output transducer will convert electrical signals passed to it by the process into another form of energy. What are output transducers An output transducer will convert electrical signals passed to it by the process into another form of energy. ACTIVITY Can you find the symbols of the output components listed

More information

Motorized Solutions. Hall-Effect solid-state sensor technology integrated into motorized zoom lenses.

Motorized Solutions. Hall-Effect solid-state sensor technology integrated into motorized zoom lenses. Motorized Solutions Hall-Effect solid-state sensor technology integrated into motorized zoom lenses. Hall-Effect sensors are unaffected by ambient light, environmental contamination, and variations in

More information

AVR Development Board

AVR Development Board AVR Development Board Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility

More information

VSDEPI VSD-E/XE Parallel Interface breakout board Manual Ver. 1.1

VSDEPI VSD-E/XE Parallel Interface breakout board Manual Ver. 1.1 Introduction VSD-E/XE Parallel interface is a breakout board designed to ease connection of up to four VSD-E/XE drives in single D-Sub 25 connector. Connector pin-out has been designed for step/dir operation

More information

ARM Microcontroller Interfacing Hardware and Software

ARM Microcontroller Interfacing Hardware and Software ARM Microcontroller Interfacing Hardware and Software Warwick A. Smith Elektor International Media BV p.o box 11 6114 ZG Susteren The Netherlands Table of Contents Introduction 6 Target Audience 6 Prerequisites

More information

KNJN I2C bus development boards

KNJN I2C bus development boards KNJN I2C bus development boards 2005, 2006, 2007, 2008 KNJN LLC http://www.knjn.com/ Document last revision on December 5, 2008 R22 KNJN I2C bus development boards Page 1 Table of Contents 1 The I2C bus...4

More information

BB-303 Manual Baseboard for TMCM-303

BB-303 Manual Baseboard for TMCM-303 BB-303 Manual Baseboard for TMCM-303 Trinamic Motion Control GmbH & Co. KG Sternstraße 67 D 20357 Hamburg, Germany http://www.trinamic.com BB-303 Manual (V1.04 / Jul 9th, 2007) 2 Contents 1 Features...

More information

QuNexus CV Manual. QuNexus Version 1.0 May, 2013

QuNexus CV Manual. QuNexus Version 1.0 May, 2013 QuNexus CV Manual QuNexus Version 1.0 May, 2013 Connect QuNexus to Synthesizers or other CV devices: The images to the right below show QuNexus connected to a CV device. There are 3 different ways to set

More information

C8051F411-EK C8051F411 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. 3. Evaluation Board Interface LCD User Interface

C8051F411-EK C8051F411 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. 3. Evaluation Board Interface LCD User Interface C8051F411 EVALUATION KIT USER S GUIDE 1. Kit Contents The C8051F411 Evaluation Kit contains the following items: C8051F411 Evaluation Board Silicon Laboratories Evaluation Kit IDE and Product Information

More information

STEPPER-MOTOR-RD STEPPER MOTOR REFERENCE DESIGN KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. Figure 1. Stepper Motor Reference Design Board

STEPPER-MOTOR-RD STEPPER MOTOR REFERENCE DESIGN KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. Figure 1. Stepper Motor Reference Design Board STEPPER MOTOR REFERENCE DESIGN KIT USER S GUIDE 1. Kit Contents The Stepper Motor Reference Design Kit contains the following items: Stepper Motor Reference Design Board Stepper Motor Universal AC to DC

More information

micromax R Getting Started Guide

micromax R Getting Started Guide PN# 34-2114 Rev 1 04-25-2007 micromax R Introduction Introduction Thank you for purchasing Agile System s micromax R product. This guide covers how to install DPWin, connect, configure and tune a motor

More information

Mount Hub Pro v1.31 User Manual

Mount Hub Pro v1.31 User Manual Mount Hub Pro v1.31 User Manual http://www.hitecastro.co.uk support@hitecastro.co.uk Table of Contents Warranty 3 Connecting the device 3 Software Installation and Setup 4 Hardware Installation 8 Connecting

More information

8DCMC1-USB Digital positioning control unit with USB interface for DC brush motors. Quick start guide 8DCMC1-USB

8DCMC1-USB Digital positioning control unit with USB interface for DC brush motors. Quick start guide 8DCMC1-USB 8DCMC1-USB USB powered ultra compact digital positioning control unit for DC brush motors Quick start guide for Windows XP 8/19/2009 Note: Information in this quick start guide is believed to be accurate

More information

DEMO9S08LG32 Up to 5V MCU with integrated LCD display driver

DEMO9S08LG32 Up to 5V MCU with integrated LCD display driver DEMO9S08LG32 Quick Start Guide Quick Start Guide DEMO9S08LG32 Up to 5V MCU with integrated LCD display driver Quick Start Guide Lab Tutorial CodeWarrior Manual Getting Started CD Get to Know the DEMO9S08LG32

More information

Model: 8R5PR. 8 Channel RS485 Relay Xpander. Installation Manual. Product Revisions F/G

Model: 8R5PR. 8 Channel RS485 Relay Xpander. Installation Manual. Product Revisions F/G Model: 8R5PR 8 Channel RS485 Relay Xpander Installation Manual Product Revisions F/G 12200 Thatcher Court Poway CA 92064 U.S.A. TEL: 619-486-8787 FAX: 619-486-8789 www.jdstechnologies.com 0 Features 8

More information

Lesson-11: Sophisticated Interfacing Features in Device Ports DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK

Lesson-11: Sophisticated Interfacing Features in Device Ports DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK Lesson-11: Sophisticated Interfacing Features in Device Ports 1 Sophisticated Interfacing Features A device port may not be as simple as the one for

More information

Application Note No. 100

Application Note No. 100 Application Note, Rev. 1.2, May 2007 Application Note No. 100 ESD Protection for High-Speed Applications 1- & 2-channel low capacitance bi-directional ESD diode in ultra-small TSLP package Small Signal

More information

User manual DinaSys DTC/DTS and DTC/DTZ

User manual DinaSys DTC/DTS and DTC/DTZ PiCommIT has developed the DinaSys DTC/DTS and DinaSys DTC/DTZ turntable controller for the Fleischmann / Marklin Turntables in scale H0, H0m, TT, N and Z. One of the most important starting point was

More information

Energy Meter and. Current Transducer. Assembly Manual

Energy Meter and. Current Transducer. Assembly Manual Energy Meter and Current Transducer Assembly Manual 2017 1 The energy meter assembly is made of two separate boxes and associated accessories, as follows: Energy Meter (EM) Box, with two cables feeding

More information

DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING

DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING B.E. ELECTRONICS & INSTRUMENTATION-V SEMESTER REQUIREMENT FOR A BATCH OF 30 STUDENTS 10144EC509 MICROPROCESSOR AND MICROCONTROLLER LAB S.No. Description

More information

Explorer V1.20. Features

Explorer V1.20. Features V1.20 Multi-function USB I/O Expander and Controller Features Dual h-bridge 1.3A motor drive with PWM speed control 4.6V to 10.8V input range USB communication 4x digital inputs 2x analogue inputs 7x 100mA

More information

AVR Peripheral Board. Campus Component Pvt. Ltd.

AVR Peripheral Board. Campus Component Pvt. Ltd. AVR Peripheral Board Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility

More information

Microprocessor or Microcontroller Not just a case of you say tomarto and I say tomayto

Microprocessor or Microcontroller Not just a case of you say tomarto and I say tomayto Microprocessor or Microcontroller Not just a case of you say tomarto and I say tomayto Discussion of the capabilities of the Analog Devices ADSP-5333 Evaluation Board used in this course M. Smith, ECE

More information

Trends in Prototyping Systems. ni logic Pvt. Ltd., Pune, India

Trends in Prototyping Systems. ni logic Pvt. Ltd., Pune, India Trends in Prototyping Systems ni logic Pvt. Ltd., Pune, India Focus of design dept. Electronic system & Flow Design problems Educating design Prototype USDP Features Applications Conclusion Agenda Faster

More information

MDA-8000 DIO User Manual

MDA-8000 DIO User Manual MDA-8000 DIO User Manual Warranty All products manufactured by Maxthermo-Gitta are under warranty regarding defective materials for a period of one year from the date of delivery to the original purchaser.

More information

Short introduction to Bascom-AVR Programming. Written by Jurij Mikeln - Last Updated Tuesday, 04 June :38

Short introduction to Bascom-AVR Programming. Written by Jurij Mikeln - Last Updated Tuesday, 04 June :38 (function(i,s,o,g,r,a,m){i['googleanalyticsobject']=r;i[r]=i[r] function(){ (i[r].q=i[r].q []).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getelementsbytagname(o)[0];a.async=1;a.src=g;m.parentnode.insertbefore(a,m)

More information

R325P Single Axis Driver

R325P Single Axis Driver R325P Single Axis Driver User Manual And Commands Guide Version 1.3 Thank you for purchasing the R325P Single-Axis Step & Direction Driver. This product is warranted to be free of manufacturing defects

More information

527F CNC. Retrofit controller for machines made by Fadal Machining Centers. Installation and set-up manual Calmotion LLC

527F CNC. Retrofit controller for machines made by Fadal Machining Centers. Installation and set-up manual Calmotion LLC 527F CNC Retrofit controller for machines made by Fadal Machining Centers Installation and set-up manual 2008-2018 Calmotion LLC Calmotion LLC 7536 San Fernando Road Sun Valley, CA 91352 www.calmotion.com

More information

ASSOCIATED ELECTRONICS RESEARCH FOUNDATION C-53 PHASE-II, NOIDA

ASSOCIATED ELECTRONICS RESEARCH FOUNDATION C-53 PHASE-II, NOIDA ASSOCIATED ELECTRONICS RESEARCH FOUNDATION C-53 PHASE-II, NOIDA SIX-MONTHS TRAINING PROGRAMME ON EMBEDDED SYSTEM, VLSI MAT LAB AND PCB DESIGN: Course syllabus: Theory: Introduction to C programming. More

More information

2. Computer system requirement Minimum configuration: 1) CPU:1GHz 2) Memory: 512MB 3) 500MB free disk space

2. Computer system requirement Minimum configuration: 1) CPU:1GHz 2) Memory: 512MB 3) 500MB free disk space 1. Products brief introduction USBCNCV4.0 is a high performance motion controller which based on PC software USBCNC control, the system can complete the conversion from G code to connect stepper motor

More information

Upgrading Firmware on Controller+Drivers

Upgrading Firmware on Controller+Drivers Upgrading Firmware on Controller+Drivers This application note describes how to field upgrade using a Windows PC. Most AllMotion Controller+Driver products are field upgradable. At the time of publication,

More information

Opal Pro AB Ethernet IP. Opal Pro MS6 SERIES. AB Ethernet IP Interface Users Manual. Revision Page 1

Opal Pro AB Ethernet IP. Opal Pro MS6 SERIES. AB Ethernet IP Interface Users Manual. Revision Page 1 Opal Pro MS6 SERIES AB Ethernet IP Interface Users Manual Revision 1.02 Page 1 Page 2 FOR YOUR SAFETY Only qualified personnel should install this equipment, after first reading and understanding all the

More information

User Guide Regenerative & Non-Regenerative Digital DC Drives 5 to 1000 HP

User Guide Regenerative & Non-Regenerative Digital DC Drives 5 to 1000 HP User Guide Regenerative & Non-Regenerative Digital DC Drives 5 to 1000 HP Quantum III The drive stop and start inputs should not be relied upon alone to ensure the safety of personnel. If a safety hazard

More information

A platform to build smart solutions for everyday ease

A platform to build smart solutions for everyday ease A platform to build smart solutions for everyday ease The Internet of Things (IoT) is an environment in which objects, animals or people are provided with unique identifiers and the ability to transfer

More information

HOME AUTOMATION. Cross Platform Controller Kits M1 Gold Kits. M1 Keypads Keypads. Expanders & Interface Moduals Expander Moduals

HOME AUTOMATION. Cross Platform Controller Kits M1 Gold Kits. M1 Keypads Keypads. Expanders & Interface Moduals Expander Moduals Cross Platform Controller Kits M1 Gold Kits NESS 250-251 EZ24 Kits Ness 252-253 M1 Keypads Keypads NESS 254 Accessories NESS 255 Expanders & Interface Moduals Expander Moduals NESS 256-258 Installation

More information

DUALGSM MODEMS BASED IRRIGATION WATER PUMP CONTROLLER FOR ILLITERATES

DUALGSM MODEMS BASED IRRIGATION WATER PUMP CONTROLLER FOR ILLITERATES DUALGSM MODEMS BASED IRRIGATION WATER PUMP CONTROLLER FOR ILLITERATES This project aims in providing a user friendly, reliable and automated water pumping system for illiterates. Now a day s technology

More information

Programmable stepper motor control board (2 axis)

Programmable stepper motor control board (2 axis) Data pack B Issued March 2002 232-3692 Programmable motor control board (2 axis) Control board RS stock no. 440-098 Control software RS stock no. 440-105 General (RS stock no. 440-098) This board is designed

More information

8-Channel Relay Output Board Via I 2 C, USB Protocol P/N KA-I2C-8-RL-PWR-TH. I2C-USB-Relay8. User Manual. Page 1 / 17

8-Channel Relay Output Board Via I 2 C, USB Protocol P/N KA-I2C-8-RL-PWR-TH. I2C-USB-Relay8. User Manual. Page 1 / 17 I2C-USB-Relay8 User Manual Page 1 / 17 Table of Contents What Does it Do?... 3 What Do I Need to Make it Work?... 3 What Else Does it Work With?... 4 How NOT to Use This Device... 5 How to Use This Device,

More information

Application Information

Application Information Application Information Hot-Swap Testing Results for the A5977 and A5979 Microstepping DMOS Drivers Introduction Hot-swapping, disconnecting, or connecting power supply inputs and/or power outputs of an

More information

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800)

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800) Servo Drives The wide product range of LinMot servo drives allows the rapid implementation in applications from simple two position point to point movements up to complex, high-precision multi-axis synchronization

More information

Microprocessor or Microcontroller Not just a case of you say tomarto and I say tomayto

Microprocessor or Microcontroller Not just a case of you say tomarto and I say tomayto Microprocessor or Microcontroller Not just a case of you say tomarto and I say tomayto Discussion of the capabilities of the Analog Devices ADSP-5333 Evaluation Board used in this course M. Smith, ECE

More information

IFC-EB02 Interface Free Controller Extension Board

IFC-EB02 Interface Free Controller Extension Board IFC-EB02 Interface Free Controller Extension Board User s Manual V1.1 Apr 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only and

More information

SHIELD-MD10 Cytron 10A Motor Driver Shield

SHIELD-MD10 Cytron 10A Motor Driver Shield SHIELD-MD10 Cytron 10A Motor Driver Shield User's Manual V1.0 October 2012 Created by Cytron Technologies Sdn. Bhd. All Right Reserved 1 Index 1. Introduction 3 2. Packing List 4 3. Product Specification

More information

Introducing. PolyZen Device Fundamentals

Introducing. PolyZen Device Fundamentals Introducing PolyZen Device Fundamentals PolyZen device is designed to help engineers conserve valuable board space and meet evolving safety and performance standards in the portable electronics, automotive,

More information

Agenda. Introduction Market trend and application 1394 Market Analysis Data 1394 and industry Applications. Other Technologies USB DVI

Agenda. Introduction Market trend and application 1394 Market Analysis Data 1394 and industry Applications. Other Technologies USB DVI Agenda Introduction Market trend and application 1394 Market Analysis Data 1394 and industry Applications Technology What is 1394? Why 1394? Applications 1394 Protocol PHY Link Layer Transaction Layer

More information

527F CNC. Retrofit controller for machines made by Fadal Machining Centers. Installation and set-up manual Calmotion LLC

527F CNC. Retrofit controller for machines made by Fadal Machining Centers. Installation and set-up manual Calmotion LLC 527F CNC Retrofit controller for machines made by Fadal Machining Centers Installation and set-up manual 2008-2018 Calmotion LLC Calmotion LLC 7536 San Fernando Road Sun Valley, CA 91352 www.calmotion.com

More information

JVA Z Series Integration Options and Methods

JVA Z Series Integration Options and Methods JVA Z Series Integration Options and Methods Version: 4 Date: June 2016 By: Edward Sutton JVA Interface options.doc Page 1 of 7 Introduction While JVA Z series energisers and monitors can be used as standalone

More information

Level Translator For SPI and I²C Bus Signals

Level Translator For SPI and I²C Bus Signals Level Translator For SPI and I²C Bus Signals APN007 Abstract A serial interface is often used for board-level communication between different integrated circuits, especially in space-constrained applications

More information

EC X17 - CNC Ethernet Stepper Controller

EC X17 - CNC Ethernet Stepper Controller EC X17 - CNC Ethernet Stepper Controller Features This 4 Axis CNC Stand-Alone stepper Controller ensures smooth and accurate fast motion Command and program loading is made from the EC Watch software via

More information

UNIPORT V2. Uniport V2

UNIPORT V2. Uniport V2 UNIPORT V2 Uniport V2 USB powered Parallel port interconnection board with optical isolated inputs, buffered outputs, charge pump interlock and power relays Specification Full optical isolation of all

More information

UPS PIco HV3.0A. for use with. Raspberry Pi is a trademark of the Raspberry Pi Foundation

UPS PIco HV3.0A. for use with. Raspberry Pi is a trademark of the Raspberry Pi Foundation UPS PIco HV3.0A Uninterruptible Power Supply with Peripherals and I 2 C control Interface for use with Raspberry Pi A+, B+, Pi2 B, Pi3 B, Pi Zero HAT Compliant Raspberry Pi is a trademark of the Raspberry

More information

The PICAXE VSM Tutorial is split into a number of chapters. Each chapter can be downloaded free of charge from the website.

The PICAXE VSM Tutorial is split into a number of chapters. Each chapter can be downloaded free of charge from the  website. PICAXE VSM Tutorial Part 1 The PICAXE VSM Tutorial is split into a number of chapters. Each chapter can be downloaded free of charge from the www.picaxevsm.com website. Part 1 Part 2 Part 3 Part 4 Park

More information

Motorized Capacitor. Electrical Installation of ID Service Bulletin 66

Motorized Capacitor. Electrical Installation of ID Service Bulletin 66 Plasma Control Technologies Service Bulletin 66 Motorized Capacitor Electrical Installation of ID-5400 Document Information Authors... O. Lehmann / A. Renggli / T. Fenske Document... SB-66-02.doc Created

More information

Modules For Six Months Industrial Training On WIRELESS EMBEDDED SYSTEM DESIGN

Modules For Six Months Industrial Training On WIRELESS EMBEDDED SYSTEM DESIGN Modules For Six Months Industrial Training On WIRELESS EMBEDDED SYSTEM DESIGN 1 st Week Introduction to Embedded System a) Tool Hardware tool and Software tool b) Embedded designing, course study c) Board

More information

USB2.0/3.2/BC1.2 Drop Droop Test for non-usb Type-C Products

USB2.0/3.2/BC1.2 Drop Droop Test for non-usb Type-C Products P a g e 1 USB2.0/3.2/BC1.2 Drop Droop Test for non-usb Type-C Products Version 1.4 30 April 2018 P a g e 2 Contents Contents... 2 1. Equipment... 3 2. Test hardware... 4 3. Vbus drop droop requirements...

More information

Circuit Breaker Calibration

Circuit Breaker Calibration Circuit Breaker Calibration Philip Simonin (EE) Kyle Weber (EE) Louis Leblanc (EE) Tyler Lyon (EE) Advisor: Ali Gokirmak Sponsor: Carling Technologies Outline 1. Design objective and approach 2. Hardware

More information

AAZ-0914A USB, Blue tooth and Graphic CPU 50MHZ Antenna Analyzer

AAZ-0914A USB, Blue tooth and Graphic CPU 50MHZ Antenna Analyzer Fox Delta Amateur Radio Projects & Kits FD- AAZ-0914A AAZ-0914A USB, Blue tooth and Graphic CPU 50MHZ Antenna Analyzer AAZ- 0914A KIT: USB Standalone, Blue tooth standalone and Graphic CPU capable 50MHZ*

More information

BrewTroller Phoenix. Owners Manual. Updated - March 14, 2016 BREWTROLLER PHOENIX 1

BrewTroller Phoenix. Owners Manual. Updated - March 14, 2016 BREWTROLLER PHOENIX 1 BrewTroller Phoenix Owners Manual Updated - March 14, 2016 BREWTROLLER PHOENIX 1 2016 BrewTroller All Rights Reserved. Product warranty or service will not be extended if: (1) the product is repaired,

More information

PTC Model III. Programmable Turntable Controller. Automatic Power Router. Installation Instructions

PTC Model III. Programmable Turntable Controller. Automatic Power Router. Installation Instructions PTC Model III Programmable Turntable Controller A Automatic Power Router Installation Instructions New York Railway Supply 13225 Thornton Dr Westlake, TX 76262 (817) 233-5068 http://www.nyrs.com NYRS Inc2010,

More information

TurboTaig Instruction Manual

TurboTaig Instruction Manual TurboTaig Instruction Manual Version: 2.2 Peter Homann 20 View St Highett 3190 homann@smartchat.net.au http://people.smartchat.net.au/~homann 1 Table of Contents Table of Contents... 2 Introduction...

More information

UNIPORT V3. C R H Electronics Design

UNIPORT V3. C R H Electronics Design UNIPORT V3 V C R H Electronics Design Uniport V3 USB powered Parallel port interconnection board with optical isolated inputs, buffered outputs, charge pump interlock and power relays By C R Harding Specification

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Hardware Managing, Maintaining, and Troubleshooting Fourth Edition (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 3-6 Pages

More information

Din Rail 4 Output Module BO04A01KNX

Din Rail 4 Output Module BO04A01KNX Din Rail 4 Output Module BO04A01KNX Product Handbook Product Description: Din Rail 4 Output Module Order Code: BO04A01KNX Document Version: 1.1 Date: 28/01/2014 1/45 INDEX 1. General Introduction... 4

More information

UM NXP USB Type-C Shield 2 Demo Kit User Manual COMPANY PUBLIC. Document information

UM NXP USB Type-C Shield 2 Demo Kit User Manual COMPANY PUBLIC. Document information Document information Information Content Keywords USB Type-C, PD (power delivery), Alt-mode-DP, Host, Dock, Shield, PTN5110, PTN5110N Abstract This user manual presents demonstration / application kit

More information

Din Rail Universal Module 8 inputs / 8 outputs IO88E01KNX

Din Rail Universal Module 8 inputs / 8 outputs IO88E01KNX Din Rail Universal Module 8 inputs / 8 outputs IO88E01KNX Product Handbook Product Description: Din Rail Universal 8 in / 8 out Module Order Code: IO88E01KNX Document Version: 1.1 Date: 22/07/2011 1/64

More information

VERSION 1.1 SEPTEMBER 12, 2017 ULTIMATE POWERBOX PRODUCT MANUAL BY PEGASUS ASTRO [COMPANY ADDRESS]

VERSION 1.1 SEPTEMBER 12, 2017 ULTIMATE POWERBOX PRODUCT MANUAL BY PEGASUS ASTRO [COMPANY ADDRESS] VERSION 1.1 SEPTEMBER 12, 2017 ULTIMATE POWERBOX PRODUCT MANUAL BY PEGASUS ASTRO [COMPANY ADDRESS] INTRO Thank you for purchasing our Pegasus Astro - Ultimate Powerbox. If you are tired of carrying multiple

More information

Silverpak 17C/CE INTEGRATED STEP MOTOR, DRIVER AND CONTROLLER

Silverpak 17C/CE INTEGRATED STEP MOTOR, DRIVER AND CONTROLLER Silverpak 17C/CE INTEGRATED STEP MOTOR, DRIVER AND CONTROLLER With Encoder Option USER MANUAL Version 1.10 Thank you for purchasing the Silverpak 17C or 17CE integrated motor and controller with microstepping

More information

Copyright December 2017 Nidec Issue: D

Copyright December 2017 Nidec Issue: D General Information The manufacturer accepts no liability for any consequences resulting from inappropriate, negligent or incorrect installation or adjustment of the optional parameters of the equipment

More information

HDBB Breakout board user s manual

HDBB Breakout board user s manual HDBB Breakout board user s manual The HDBB breakout board was designed to use with our Whale2(-T)*, Whale3, Mammut* and Dugong servo drives or with any other third party stepper or servo drives which using

More information

UM Gaming suitcase demo system. Document information

UM Gaming suitcase demo system. Document information Rev. 1 9 August 2012 User manual Document information Info Keywords Abstract Content I2C-bus, I2C, PCU9669, bus controllers, LED driver, stepper motor, Fast-mode Plus, Fm+, Ultra Fast-mode, UFm The Gaming

More information

Replacement Parts Catalog. Covers the following models: MP Compact4 Mark II MP Compact4 Mobile Mark II

Replacement Parts Catalog. Covers the following models: MP Compact4 Mark II MP Compact4 Mobile Mark II Replacement Parts Catalog Covers the following models: MP Compact Mark II MP Compact Mobile Mark II Table of Contents Spare Part Catalog. Instructions. Printer. Compact Mark II Top Cover Body Base Cables

More information

Getting started with X-NUCLEO-IHM06A1 low voltage stepper motor driver expansion board based on STSPIN220 for STM32 Nucleo

Getting started with X-NUCLEO-IHM06A1 low voltage stepper motor driver expansion board based on STSPIN220 for STM32 Nucleo User manual Getting started with X-NUCLEO-IHM06A1 low voltage stepper motor driver expansion board based on STSPIN220 for STM32 Nucleo Introduction The X-NUCLEO-IHM06A1 is a low voltage stepper motor driver

More information

TMCM-090. Version JAN-27. Trinamic Motion Control GmbH & Co. KG Waterloohain 5 D Hamburg, Germany

TMCM-090. Version JAN-27. Trinamic Motion Control GmbH & Co. KG Waterloohain 5 D Hamburg, Germany TMCM-090 Version 1.04 2011-JAN-27 Trinamic Motion Control GmbH & Co. KG Waterloohain 5 D 22769 Hamburg, Germany http://www.trinamic.com TMCM-090 Manual (V1.04 /2011-JAN-27) 2 Table of contents 1 Features...

More information

CHAPTER MAINTENANCE AND TROUBLESHOOTING. In This Chapter... Maintenance and Inspection Troubleshooting...6 3

CHAPTER MAINTENANCE AND TROUBLESHOOTING. In This Chapter... Maintenance and Inspection Troubleshooting...6 3 CHAPTER MAINTENANCE AND 6 TROUBLESHOOTING In This Chapter... Maintenance and Inspection..........................6 2 Monthly Inspection...................................6 2 Annual Inspection....................................6

More information

CMB16D. 16 Channel DC Controller. User Manual May 25, 2008 V1.01 Copyright Light O Rama, Inc. 2007, 2008 CMB16D. Table of Contents

CMB16D. 16 Channel DC Controller. User Manual May 25, 2008 V1.01 Copyright Light O Rama, Inc. 2007, 2008 CMB16D. Table of Contents Table of Contents 16 Channel DC Controller User Manual May 25, 2008 V1.01 Copyright Light O Rama, Inc. 2007, 2008 Introduction... 3 What s in the Box... 4 Applications... 4 First vs. Second Generation

More information

Beginning. Learning Objectives

Beginning. Learning Objectives Beginning Beep beep Auriga makes a sound with dazzling light, waking Mark from sweet dream and scaring him out of his bed. In the year of 2098: It has been over 80 years since the Maker Movement first

More information

90Xi3, 96Xi3, 140Xi3, 170Xi3, 220Xi3 Parts Catalog

90Xi3, 96Xi3, 140Xi3, 170Xi3, 220Xi3 Parts Catalog Outer Casing Components 1 090, 096, 140, 170, 220 Clear Media Door Panel 46937 1 1 090, 096, 140, 170, 220 Kit Bi-Fold Clear Media Door Panel G47077M 1 2 090 & 096 Kit Media Cover 47721M 1 2 140 Kit Media

More information