Supported Servos Any servo motors with "1500 us neutral" specifications. The common brands available for this spec are: Hitec, Futaba.

Size: px
Start display at page:

Download "Supported Servos Any servo motors with "1500 us neutral" specifications. The common brands available for this spec are: Hitec, Futaba."

Transcription

1 NXT Sensors & Interfaces NXT Accessories RCX Sensors & Interfaces I2C Sensors & Interfaces VEX Sensors & Interfaces Other Robotics accessories Coming Soon for NXT Coming Soon for VEX Download Sample Programs User Guides NXT-G Blocks Repository FAQ Forums Photo Albums Robotics related Links About mindsensors.com Site Map Shopping Cart Your cart is empty. If you have a coupon code, enter it here: Apply 8-channel Servo Controller (I2C-SC8) Features The I2C-SC8 is an 8-channel servo controller module. It can control position and speed of the servo individually. I2C-SC8 module can drive up to 8 RC servos at a 24mS refresh rate regardless of the number of servo's used and servo position. It can be operated by sending commands over the I?C bus. Power Supply I2C-SC8 module requires two different power sources. A 5V supply for the logic section and a separate 6v-7.2v supply for the servos. 5V supply comes from I2C bus port and servo supply comes from separate connector for servo power. The logic and servo grounds are internally connected on the PCB. The I2C-SC8 monitors the servo battery voltage, which is available for reading from an internal register. What's Related These might interest you as well Documents ROBOLAB vi library LCD261S - User RobotC Utility CMPS-Nx - Sample CMPS-Nx - User Realtime Clock - CMP2X - User G RCX-I2C include USR40X - User G NRLink-Nx - Sample PPS35-Nx - Pneu NRLink-Nx - User MTRMX-Nx - User World Wide Shipping Pay by Paypal Pay by Wire Transfer Pay by Check Return Policy Translate this site Translate this site: English to Spanish 6 Go (Courtesy of Google ) Search Web Pages Search Supported Servos Any servo motors with "1500 us neutral" specifications. The common brands available for this spec are: Hitec, Futaba. Supported connectors: Futaba-J and Hitec-S compatible plugs. Look here for details of connectors: How to connect servo motors Web Pages Acceleration Se Motor Multiplexer Magnetic Compass Coming Soon for Port Splitter for Vision Subsystem Dual Infra Red Wii-like Contro Coming Soon for Realtime Clock RCX to NXT Comm Light Emitting Compass Sensor for IX-GP2Y0A21YK -

2 Need Technical Support? Write to: Short Range Dual Long Range Dual Note your order number in the support request. You can find order number on your Packing-slip or Order confirmation . Photo Albums Walking Robot Log In Username Terrain mapping Robots with min Password Remember Me gfedcb Log In New Account Signup Forgot Your Password? Humble Supporter of: RoboCup Junior Trinity College Fire Fighting Robot Contest. Contact: Address: mindsensors.com 2105 Summerhook Ct. Glen Allen, VA USA. Phone: (804) Fax: (425) The servo motors are plugged directly onto the I2C-SC8, with your signal pin towards the thick white line adjacent to the connector. Control Registers: Servo Position Register The position (low byte/high byte) is a 16-bit number, which directly sets the output pulse width in. Setting the position to 1500 (1500 or 1.5mS) will typically set servos to their center position. The range of pulse widths that are normally supported are from 500 (0.5mS) to 2500 (2.5mS). Take care though, as it?s easy to make the servo run into internal stops, if you give it pulse widths at the upper or lower extremes. The registers can also be read back. The position will be the current position of the servo during a speed-controlled movement, so you can track its progress towards the requested position. Setting the servo position to 00 will deactivate the servo output. Servo Speed Register The speed register controls the speed at which the servo moves to its new position. The servo pulses are automatically refreshed every 24mS. On power up the Speed registers are set to the EEPROM stored value stored using STORE command. If the Speed register is zero (0x00) then the servo is simply set to the requested position. If the Speed register is set to something other than zero then that value is added to the current position every 24mS until the target position is reached. e.g. If you wish to move from 1000 to 2000 and the Speed register is set to 10, then it will take 2.4 seconds to reach the set position. The formula for the time it will take to make the move is: ((Target position-start position)/speed Reg)*24mS Summary of Registers Control Register: Control register allows you to change the I2C address of the device as well store and reset the start up conditions. By default, factory shipped I2C-SC8 Servo module has all registers set to 0x00. That is, all the servo are disabled on power up. However you can select the desired start up condition by storing it in the internal EEPROM. To Store the startup condition write the desired values in the registers, write Set 'S' (0x53) command at control register address (0x00). It takes around 100 ms to store the registers in the EEPROM memory. To reset to the factory default value (does not reset the I2C address) write the Reset 'R' (0x52) command at control register. Servo Register: FAQ Communication b How does RCX-I2C I am interested I have a motormux Can RCX-I2C be Can I use Motor Do GP2D12 use on How I can chose Is it possible to My DIST01 (GP2D12 Can I run ultra Is it possible to How much power Link Manager System Design P Directly connec Morse Code Alph Using the I2C Bus I2C based port I2C based Ultra I2C based tempe About I2C Bus Lego NXT & Mind Sumo Robots using PLUG SM2240 Interactive LEGO

3 For precision control of the servos there is the real 16-bit register, which sets the each servo position directly in. For low resource controllers the servo's can be controlled by 8-bit extended register set. Extended registers: Extended register set allows the quick change in the servo position possible at reduced resolution. Servo timing pulse for extended register set is 500us +8*extended register. Although extended registers are not direct readable the servo position can be read back using servo position register. Software Revision Number: Register 00 contains the software release number. Current Release Number is 1.0 (0x0a). Mindstorms: Introduction to Multidisciplinary legos emulator Teaching AI using Autonomous lear Announcements I2C Compass Sensor Battery Voltage: Register 0x19 contains the servo battery voltage in 39mV units up to a maximum of 10v. A battery voltage of 7.2v will read about v will read about 154. It is updated every 24mS whether its read or not. I2C Address: factory shipped The I2C-SC8 Servo module has address of 0xb0 on the I2C bus. This address can be changed to any thing above 0xa0 for user convenience. At power up the present I2C address is indicated by using Morse code. Control Register allows you to change the I2C address of the device. Sequence used to change the I2C address is 0xa0 0xaa 0xa5 (new I2C address) Register Tables Basic Register Set: Register Read Operation Write Operation 0x00 sw version control reg 0x01 Servo 1 speed Servo 1 speed 0x02 0x03 Servo 1 Position low byte in Servo 1 Position hi byte in Servo 1 Position low byte in Servo 1 Position hi byte in 0x04 Servo 2 speed Servo 2 speed 0x05 0x06 Servo 2 Position low byte in Servo 2 Position hi byte in Servo 2 Position low byte in Servo 2 Position hi byte in 0x07 Servo 3 speed Servo 3 speed 0x08 0x09 Servo 3 Position low byte in Servo 3 Position hi byte in Servo 3 Position low byte in Servo 3 Position hi byte in

4 0x0a Servo 4 speed Servo 4 speed 0x0b 0x0c Servo 4 Position low byte in Servo 4 Position hi byte in Servo 4 Position low byte in Servo 4 Position hi byte in 0x0d Servo 5 speed Servo 5 speed 0x0e 0x0f Servo 5 Position low byte in Servo 5 Position hi byte in Servo 5 Position low byte in Servo 5 Position hi byte in 0x10 Servo 6 speed Servo 6 speed 0x11 0x12 Servo 6 Position low byte in Servo 6 Position hi byte in Servo 6 Position low byte in Servo 6 Position hi byte in 0x13 Servo 7 speed Servo 7 speed 0x14 0x15 Servo 7 Position low byte in Servo 7 Position hi byte in Servo 7 Position low byte in Servo 7 Position hi byte in 0x16 Servo 8 speed Servo 8 speed 0x17 0x18 Servo 8 Position low byte in Servo 8 Position hi byte in Servo 8 Position low byte in Servo 8 Position hi byte in 0x19 battery voltage None Extended Register Set: Register Read Operation Write Operation 0x1A N/A Servo position 1 0x1b N/A Servo position 2 0x1c N/A Servo position 3 0x1d N/A Servo position 4 0x1e N/A Servo position 5 0x1f N/A Servo position 6 0x20 N/A Servo position 7 0x21 N/A Servo position 8

5 RCX Interface To interface this Servo Controller to RCX, you will need RCX-I2C module or similar I2C interface. Updated on :43:52 by info All the designs, circuits and assemblies on this site are copyright of mindsensors.com Note: This site and products are not connected to or endorsed by The LEGO Group. LEGO, Mindstorms, NXT, RCX and RIS are trademarks of The LEGO Group.

TETRIX Servo Motor Expansion Controller Technical Guide

TETRIX Servo Motor Expansion Controller Technical Guide TETRIX Servo Motor Expansion Controller Technical Guide 44560 Content advising by Paul Uttley. SolidWorks Composer and KeyShot renderings by Tim Lankford, Brian Eckelberry, and Jason Redd. Desktop publishing

More information

CMPS09 - Tilt Compensated Compass Module

CMPS09 - Tilt Compensated Compass Module Introduction The CMPS09 module is a tilt compensated compass. Employing a 3-axis magnetometer and a 3-axis accelerometer and a powerful 16-bit processor, the CMPS09 has been designed to remove the errors

More information

General Description. The TETRIX MAX Servo Motor Expansion Controller features the following:

General Description. The TETRIX MAX Servo Motor Expansion Controller features the following: General Description The TETRIX MAX Servo Motor Expansion Controller is a servo motor expansion peripheral designed to allow the addition of multiple servo motors to the PRIZM Robotics Controller. The device

More information

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

More information

RB-Dev-03 Devantech CMPS03 Magnetic Compass Module

RB-Dev-03 Devantech CMPS03 Magnetic Compass Module RB-Dev-03 Devantech CMPS03 Magnetic Compass Module This compass module has been specifically designed for use in robots as an aid to navigation. The aim was to produce a unique number to represent the

More information

CMPS11 - Tilt Compensated Compass Module

CMPS11 - Tilt Compensated Compass Module CMPS11 - Tilt Compensated Compass Module Introduction The CMPS11 is our 3rd generation tilt compensated compass. Employing a 3-axis magnetometer, a 3-axis gyro and a 3-axis accelerometer. A Kalman filter

More information

The rangefinder can be configured using an I2C machine interface. Settings control the

The rangefinder can be configured using an I2C machine interface. Settings control the Detailed Register Definitions The rangefinder can be configured using an I2C machine interface. Settings control the acquisition and processing of ranging data. The I2C interface supports a transfer rate

More information

acknowledgments...xv introduction...xvii 1 LEGO MINDSTORMS NXT 2.0: people, pieces, and potential getting started with the NXT 2.0 set...

acknowledgments...xv introduction...xvii 1 LEGO MINDSTORMS NXT 2.0: people, pieces, and potential getting started with the NXT 2.0 set... acknowledgments...xv introduction...xvii about this book...xvii part I: introduction to LEGO MINDSTORMS NXT 2.0...xviii part II: building...xviii part III: programming...xviii part IV: projects...xix companion

More information

HB-25 Motor Controller (#29144)

HB-25 Motor Controller (#29144) 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

FLD00042 I 2 C Digital Ambient Light Sensor

FLD00042 I 2 C Digital Ambient Light Sensor FLD00042 I 2 C Digital Ambient Light Sensor Features Built-in temperature compensation circuit Operating temperature: -30 C to 70 C Supply voltage range: 2.4V to 3.6V I 2 C serial port communication: Fast

More information

Balancing Bi-pod Robot

Balancing Bi-pod Robot Balancing Bi-pod Robot Dritan Zhuja Computer Science Department Graceland University Lamoni, Iowa 50140 zhuja@graceland.edu Abstract This paper is the reflection on two years of research and development

More information

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Quick Parameter List: 0x00: Device Number 0x01: Required Channels 0x02: Ignored Channels 0x03: Reversed Channels 0x04: Parabolic

More information

Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P

Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P USB Control and Configuration of the LAC (Linear Actuator Control Board) Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P This note provides further information

More information

InfraStruXure Manager v4.x Addendum: Building Management System Integration

InfraStruXure Manager v4.x Addendum: Building Management System Integration InfraStruXure Manager v4.x Addendum: Building Management System Integration Introduction This addendum explains the integration of the APC InfraStruXure Manager Appliance with a Building Management System

More information

HOMANN DESIGNS. DigiSpeed. Instruction manual. Version 1.0. Copyright 2004 Homann Designs.

HOMANN DESIGNS. DigiSpeed. Instruction manual. Version 1.0. Copyright 2004 Homann Designs. HOMANN DESIGNS DigiSpeed Instruction manual Version 1.0 Copyright 2004 Homann Designs http://www.homanndesigns.com Table of Contents Introduction...3 Features...3 DigiSpeed Operation Description...5 Overview...5

More information

BlinkRC User Manual. 21 December Hardware Version 1.1. Manual Version 2.0. Copyright 2010, Blink Gear LLC. All rights reserved.

BlinkRC User Manual. 21 December Hardware Version 1.1. Manual Version 2.0. Copyright 2010, Blink Gear LLC. All rights reserved. BlinkRC 802.11b/g WiFi Servo Controller with Analog Feedback BlinkRC User Manual 21 December 2010 Hardware Version 1.1 Manual Version 2.0 Copyright 2010, Blink Gear LLC. All rights reserved. http://blinkgear.com

More information

Modern Robotics Inc. Sensor Documentation

Modern Robotics Inc. Sensor Documentation Modern Robotics Inc. Sensor Documentation Version 1.4.3 December 11, 2017 Contents 1. Document Control... 3 2. Introduction... 4 3. Three-Wire Analog & Digital Sensors... 5 3.1. Program Control Button

More information

Tire Temperature and Pressure Monitoring System - Datasheet

Tire Temperature and Pressure Monitoring System - Datasheet The Izze-Racing wireless Tire Temperature and Pressure Monitoring System (TTPMS) consists of small, lightweight, wheel-mounted sensors and an equally small receiver with a built in pressure transducer

More information

3V TRANSCEIVER 2.4GHz BAND

3V TRANSCEIVER 2.4GHz BAND 3V TRANSCEIVER 2.4GHz BAND Rev. 2 Code: 32001271 QUICK DESCRIPTION: IEEE 802.15.4 compliant transceiver operating in the 2.4 GHz ISM band with extremely compact dimensions. The module operates as an independent

More information

I2C Encoder. HW v1.2

I2C Encoder. HW v1.2 I2C Encoder HW v1.2 Revision History Revision Date Author(s) Description 1.0 22.11.17 Simone Initial version 1 Contents 1 Device Overview 3 1.1 Electrical characteristics..........................................

More information

USART Digital Compass Manual

USART Digital Compass Manual USART Digital Compass Manual General Description HMC1022-USART is a low cost plane digital compass module. The working principle is utilizing magnetoresistive sensor sensing the Earth's magnetic field

More information

Produces a selectable output voltage that is higher than the input voltage

Produces a selectable output voltage that is higher than the input voltage Features Produces a selectable output voltage that is higher than the input voltage Input voltage range between 0.5 V and 5.5 V Boosted output voltage range between 1.8 V and 5.25 V Source up to 50 ma

More information

Mercury technical manual

Mercury technical manual v.1 Mercury technical manual September 2017 1 Mercury technical manual v.1 Mercury technical manual 1. Introduction 2. Connection details 2.1 Pin assignments 2.2 Connecting multiple units 2.3 Mercury Link

More information

Pi Servo Hat Hookup Guide

Pi Servo Hat Hookup Guide Page 1 of 10 Pi Servo Hat Hookup Guide Introduction The SparkFun Pi Servo Hat allows your Raspberry Pi to control up to 16 servo motors via I2C connection. This saves GPIO and lets you use the onboard

More information

DMM Technology Corp. DYN AC Servo Drive CAN Specification [DYNCAN1-BL314-12A] Document Version 1.2A Published March 20, 2018

DMM Technology Corp. DYN AC Servo Drive CAN Specification [DYNCAN1-BL314-12A] Document Version 1.2A Published March 20, 2018 DMM Technology Corp. DYN AC Servo Drive CAN Specification [DYNCAN1-BL314-12A] Document Version 1.2A Published March 20, 2018 March 20, 2017 Version 1.2 1. Overview The DYN servo drive follow standard CAN2.0A

More information

Trademarks & Copyright

Trademarks & Copyright Smart Peripheral Controller Neo DC Motor 1.2A Trademarks & Copyright AT, IBM, and PC are trademarks of International Business Machines Corp. Pentium is a registered trademark of Intel Corporation. Windows

More information

Board Of Education, Revision C (28150)

Board Of Education, Revision C (28150) 599 Menlo Drive, Suite 00 Rocklin, California 95765, USA Office: (96) 624-8333 Fax: (96) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Board Of Education,

More information

Rx62H Linear 5 Channel Brick

Rx62H Linear 5 Channel Brick Rx62H Linear 5 Channel Brick (DSM 2 Compatible) DOWN Elevator Servo MicronWings Website Features Product: DSM2 receiver with 2 onboard linear servos Channels: 5 Size: 23.0 x 24.0 x 8.0mm Weight: 3.48grams

More information

PROFINET USER S GUIDE ACSI Servo

PROFINET USER S GUIDE ACSI Servo PROFINET USER S GUIDE ACSI Servo 3600-4196_06 Tolomatic reserves the right to change the design or operation of the equipment described herein and any associated motion products without notice. Information

More information

Robot Programming Manual

Robot Programming Manual 2 T Program Robot Programming Manual Two sensor, line-following robot design using the LEGO NXT Mindstorm kit. The RoboRAVE International is an annual robotics competition held in Albuquerque, New Mexico,

More information

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Overview When developing and debugging I 2 C based hardware and software, it is extremely helpful

More information

NF1011 Frequency Translator and Jitter Attenuator

NF1011 Frequency Translator and Jitter Attenuator NF1011 Frequency Translator and Jitter Attenuator 2111 Comprehensive Drive Aurora, Illinois 60505 Phone: 630-851- 4722 Fax: 630-851- 5040 www.conwin.com P R O D U C T General Description The NF1011 is

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

MILFORD INSTRUMENTS Limited

MILFORD INSTRUMENTS Limited MILFORD INSTRUMENTS Limited DMX Receiver (#1-497) Rev1.5 09/01/2007 The DMX receiver module is designed to provide 8 consecutive channels of output from a standard DMX protocol input signal. The outputs

More information

TLE5014 Programmer. About this document. Application Note

TLE5014 Programmer. About this document. Application Note Application Note About this document Scope and purpose This document describes the Evaluation Kit for the TLE5014 GMR based angle sensor. The purpose of this manual is to describe the software installation

More information

Radio Module HG 75430

Radio Module HG 75430 System Description HG 75430 Radio Module HG 75430 Revision A (English) Developed by: A.K. / T.N. Date: 23.10.1997 Author: RAD / H.B. / SCH D-31275 Lehrte/Röddensen (Germany), Tel.: +49 (0) 51 36 / 80 96-0

More information

COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le

COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le PR129 20/10/2016 Pag. 1/21 CONTENTS 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format... 4 2.3 Description

More information

Serial Bus Smart Control servo SCS15 Manual

Serial Bus Smart Control servo SCS15 Manual Serial Bus Smart Control servo SCS15 Manual Revision history date version Update content 2016.8.19 V1.01 1. Corrigendum amendment 2. add speed control parameters 2016.12.21 V1.02 Delete protocol content

More information

Universal laser controller and testunit for SPI Laser Systems and laser units enabled by PWM or analog control

Universal laser controller and testunit for SPI Laser Systems and laser units enabled by PWM or analog control Universal laser controller and testunit for SPI Laser Systems and laser units enabled by PWM or analog control LCT3001 is a universal laser controller / testunit for laser systems controlled by pulse width

More information

MPS PROFIBUS-DP INTERFACE

MPS PROFIBUS-DP INTERFACE 3714 Kinnear Place Saskatoon, SK Canada S7P 0A6 Ph: (306) 373-5505 Fx: (306) 374-2245 www.littelfuse.com/protectionrelays MPS PROFIBUS-DP INTERFACE PRELIMINARY SEPTEMBER 8, 2003 Publication: PROFIBUS-M

More information

Know your energy. Modbus Register Map EM etactica Power Meter

Know your energy. Modbus Register Map EM etactica Power Meter Know your energy Modbus Register Map EM etactica Power Meter Revision history Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013

More information

Introduction to the EXPANSION HUB

Introduction to the EXPANSION HUB Introduction to the EXPANSION HUB REV ROBOTICS - EXPANSION HUB revrobotics.com ANOTHER CONTROLLER CHOICE MODERN ROBOTICS REV ROBOTICS The Expansion hub does not replace the Modern Robotics System. It is

More information

Outdoor IP64 Temperature and Humidity LoRaWAN Sensor RHF1S001

Outdoor IP64 Temperature and Humidity LoRaWAN Sensor RHF1S001 DS01588 Outdoor IP64 Temperature and Humidity LoRaWAN Sensor RHF1S001 V1.2 Document information Info Content Keywords RisingHF, LoRaWAN, Temperature and Humdity, IP64, This doc will describe the specifications

More information

Analog Servo Drive. Peak Current 16 A (11.3 A RMS )

Analog Servo Drive. Peak Current 16 A (11.3 A RMS ) Description The PWM servo drive is designed to drive three phase brushless motors with sine wave current at a high switching frequency. The drive requires two sinusoidal command signals with a 120-degree

More information

Adafruit 16-channel PWM/Servo Shield

Adafruit 16-channel PWM/Servo Shield Adafruit 16-channel PWM/Servo Shield Created by lady ada Last updated on 2018-08-22 03:36:11 PM UTC Guide Contents Guide Contents Overview Assembly Shield Connections Pins Used Connecting other I2C devices

More information

TIP551. Optically Isolated 4 Channel 16 Bit D/A. Version 1.1. User Manual. Issue December 2009

TIP551. Optically Isolated 4 Channel 16 Bit D/A. Version 1.1. User Manual. Issue December 2009 The Embedded I/O Company TIP551 Optically Isolated 4 Channel 16 Bit D/A Version 1.1 User Manual Issue 1.1.4 December 2009 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0) 4101

More information

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0 CoolEx User Manual Revision 1.0 2 CoolEx User Manual Table of Contents Foreword 0 Part I Overview 3 Part II Configuration and Setup 4 1 Terminals Layout... 4 2 Modbus Address... Switch 4 Part III Functional

More information

USB-TEMP and TC Series USB-Based Temperature Measurement Devices

USB-TEMP and TC Series USB-Based Temperature Measurement Devices USB-Based Temperature Measurement Devices Features Temperature and voltage measurement USB devices Thermocouple, RTD, thermistor, or semiconductor sensor measurements Eight analog inputs Up to ±10 V inputs*

More information

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer.

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com PmodIA Reference Manual Revised April 15, 2016 This manual applies to the PmodIA rev. A Overview The PmodIA is an impedance analyzer

More information

ICS3.5 Software Manual Command Refarence

ICS3.5 Software Manual Command Refarence ICS3.5 Software Manual Command Refarence KONDO KAGAKU CO.,LTD Aug, 2015 1st Edition Disclaimer This command reference has been released for reference purposes only. Therefore, it is used entirely at your

More information

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people Space Research expeditions and open space work Education & Research Teaching and laboratory facilities. Medical Assistance for people Safety Life saving activity, guarding Military Use to execute missions

More information

ISO 9001 CERTIFIED. 607 NW 27th Ave Ocala, FL Phone: (352) or Fax: (352) OPERATION MANUAL

ISO 9001 CERTIFIED. 607 NW 27th Ave Ocala, FL Phone: (352) or Fax: (352) OPERATION MANUAL ISO 9001 CERTIFIED Phone: (352) 629-5020 or 800-533-3569 Fax: (352)-629-2902 ES-Key 12 PDM module (4 selectable polarity outputs) with 4 Inputs (selectable polarity) and 4 MFI Inputs P/N 610-00035 PAGE

More information

A Lego-Based Soccer-Playing Robot Competition For Teaching Design

A Lego-Based Soccer-Playing Robot Competition For Teaching Design Session 2620 A Lego-Based Soccer-Playing Robot Competition For Teaching Design Ronald A. Lessard Norwich University Abstract Course Objectives in the ME382 Instrumentation Laboratory at Norwich University

More information

Parameter Value Unit Notes

Parameter Value Unit Notes Features Single axis measurement from ±5 to ±60 High resolution and accuracy. Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 and RS485 output

More information

For Experimenters and Educators

For Experimenters and Educators For Experimenters and Educators ARobot (pronounced "A robot") is a computer controlled mobile robot designed for Experimenters and Educators. Ages 14 and up (younger with help) can enjoy unlimited experimentation

More information

Know your energy. Modbus Register Map EB etactica Power Bar

Know your energy. Modbus Register Map EB etactica Power Bar Know your energy Modbus Register Map EB etactica Power Bar Revision history Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013

More information

BEYOND TOYS. Wireless sensor extension pack. Tom Frissen s

BEYOND TOYS. Wireless sensor extension pack. Tom Frissen s LEGO BEYOND TOYS Wireless sensor extension pack Tom Frissen s040915 t.e.l.n.frissen@student.tue.nl December 2008 Faculty of Industrial Design Eindhoven University of Technology 1 2 TABLE OF CONTENT CLASS

More information

Beyond-the-Rails 8 x SPST

Beyond-the-Rails 8 x SPST EVALUATION KIT AVAILABLE General Description The is a serially controlled 8 x SPST switch for general purpose signal switching applications. The number of switches makes the device useful in a wide variety

More information

TOP SERVO SIGNAL 5 SERVO SIGNAL 3 SERVO SIGNAL 4 SERVO SIGNAL 6 T B T B T B T B T B SERVO TRIGGER 1 BOTTOM

TOP SERVO SIGNAL 5 SERVO SIGNAL 3 SERVO SIGNAL 4 SERVO SIGNAL 6 T B T B T B T B T B SERVO TRIGGER 1 BOTTOM Micro Miniatures Servo Controller Channel Location of connections and switches TOP SERVO SIGNAL SERVO SIGNAL 7 SERVO SIGNAL 6 SERVO SIGNAL 5 SERVO SIGNAL SERVO SIGNAL SERVO SIGNAL SERVO SIGNAL SIGNAL COMMON

More information

GP4 PC Servo Control Kit 2003 by AWC

GP4 PC Servo Control Kit 2003 by AWC GP4 PC Servo Control Kit 2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.0 30 Aug 2003 Table of Contents Overview...1 If You Need Help...1 Building...1

More information

PI3HDMI1210(-A) PI3HDMI1210-A Demo Board Rev.A User Manual

PI3HDMI1210(-A) PI3HDMI1210-A Demo Board Rev.A User Manual PI3HDMI1210(-A) PI3HDMI1210-A Demo Board Rev.A User Manual Introduction This user manual describes the components and the usage of PI3HDMI1210(-A) demo Board Rev.A. Figure 1: Top View of PI3HDMI1210-A

More information

Copley ASCII Interface Programmer s Guide

Copley ASCII Interface Programmer s Guide Copley ASCII Interface Programmer s Guide PN/95-00404-000 Revision 4 June 2008 Copley ASCII Interface Programmer s Guide TABLE OF CONTENTS About This Manual... 5 Overview and Scope... 5 Related Documentation...

More information

OrigamiSat-1. FM Down Link Data Format. (English version)

OrigamiSat-1. FM Down Link Data Format. (English version) OrigamiSat-1 FM Down Link Data Format (English version) Document# OP-S1-0115 Revision Ver. 1.3 Date 2019/01/11, revised on 2019/01/13 Name Tokyo Tech OrigamiSat-1 project team Revision history Date Version

More information

EIG DNP V3.0 Protocol Assignments

EIG DNP V3.0 Protocol Assignments E Electro Industries/G augetech "The Leader in Web Accessed Power Monitoring" EIG DNP V3.0 Protocol Assignments For Futura+ and DM Series Power Monitors Version 1.14 July 15, 2003 Doc # E100-7-03 V1.14

More information

InsuLogix T MODBUS Protocol Manual

InsuLogix T MODBUS Protocol Manual InsuLogix T MODBUS Protocol Manual Weidmann Technologies Deutschland GmbH Washingtonstraße 16/16a D-01139 Dresden, Germany Telefon: +49 (0)351 8435990 Version 1.1 InsuLogix T MODBUS Protocol Manual 1 Contents

More information

ASCII Programmer s Guide

ASCII Programmer s Guide ASCII Programmer s Guide PN/ 16-01196 Revision 01 April 2015 TABLE OF CONTENTS About This Manual... 3 1: Introduction... 6 1.1: The Copley ASCII Interface... 7 1.2: Communication Protocol... 7 2: Command

More information

Device/PLC Connection Manuals

Device/PLC Connection Manuals Device/PLC Connection Manuals About the Device/PLC Connection Manuals Prior to reading these manuals and setting up your device, be sure to read the "Important: Prior to reading the Device/PLC Connection

More information

Telemetry formats and equations of Painani-2 Satellite

Telemetry formats and equations of Painani-2 Satellite Telemetry formats and equations of Painani-2 Satellite Uplink and Downlink telemetry commands have a special format. This commands have 2 as header (the header always will be the same, it is M, X in ASCII

More information

CW Telemetry Data Format HORYU-IV Project

CW Telemetry Data Format HORYU-IV Project CW Telemetry Data Format Project Kyushu Institute of Technology Laboratory of Spacecraft Environment and Interaction Engineering (LaSEINE) Ver. No. Revision date Revised items 1 2016/02/09 Document creation

More information

The plan... CSE 6324 From control to actuators Michael Jenkin Office Hours: Sherman 1028 Wed 3-4. From the bottom up...

The plan... CSE 6324 From control to actuators Michael Jenkin Office Hours: Sherman 1028 Wed 3-4. From the bottom up... The plan... CSE 6324 From control to actuators Michael Jenkin jenkin@cse.yorku.ca Office Hours: Sherman 1028 Wed 3-4 Lectures this week No class next week Start building the week after (i) Need to sort

More information

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw isma-b-w0202 isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw www.gc5.com 1. Introduction... 4 2. Safety rules... 4 3. Technical specifications... 5 4. Dimension... 6 5. LED Indication...

More information

^3 PMAC2-PCMACRO Interface Board. ^4 3Ax xUxx. ^5 October 23, 2003

^3 PMAC2-PCMACRO Interface Board. ^4 3Ax xUxx. ^5 October 23, 2003 ^1 USER MANUAL ^2 ^3 PMAC2-PCMACRO Interface Board ^4 3Ax-602684-xUxx ^5 October 23, 2003 Single Source Machine Control Power // Flexibility // Ease of Use 21314 Lassen Street Chatsworth, CA 91311 // Tel.

More information

02/11/2015

02/11/2015 Modem communication plug and play solutions GSM Part number 88970119 For remote control of your application Automatic notification of alarms via SMS (GSM Modem) / email or on a PC with M3 ALARM software.

More information

RI-D440. Three Phase easywire Multifunction DIN Rail Energy Meter. Telephone : +44 (0) Displayed Parameters

RI-D440. Three Phase easywire Multifunction DIN Rail Energy Meter. Telephone : +44 (0) Displayed Parameters RI-D440 Three Phase easywire Multifunction DIN Rail Energy Meter Four module DIN rail mounted Energy pulse LED 330mV Input from easywire CTs (or -/1A and -/5A current transformer input with TAS-SCTEWA

More information

02/11/2015

02/11/2015 Modem communication plug and play solutions GSM Part number 88970119 For remote control of your application Automatic notification of alarms via SMS (GSM Modem) / email or on a PC with M3 ALARM software.

More information

ZT 20xx IOG SERIES. Quick Start 1 What s in the Shipping Package? ANT

ZT 20xx IOG SERIES. Quick Start 1 What s in the Shipping Package? ANT ZT 20xx IOG SERIES Quick Start 1 What s in the Shipping Package? The shipping package contains the following items: ZT 20xx IOG Module ANT 124 05 Quick Start If any of these items are missing or damaged,

More information

NX70/NX700 Series Pulse I/O Modules (4CH) (NX70-PULSE4 and NX-PULSE4 ) User Manual

NX70/NX700 Series Pulse I/O Modules (4CH) (NX70-PULSE4 and NX-PULSE4 ) User Manual NX70/NX700 Series Pulse I/O Modules (4CH) (NX70-PULSE4 and NX-PULSE4 ) User Manual Important User Information Solid state equipment has operational characteristics differing from those of electromechanical

More information

Analog Servo Drive. Continuous Current. Features

Analog Servo Drive. Continuous Current. Features Description Power Range The PWM servo drive is designed to drive three phase brushless motors with sine wave current at a high switching frequency. The drive requires two sinusoidal command signals with

More information

ADP1043A Evaluation Software Reference Guide EVAL-ADP1043A-GUI-RG

ADP1043A Evaluation Software Reference Guide EVAL-ADP1043A-GUI-RG GENERAL DESCRIPTION ADP0A Evaluation Software Reference Guide EVAL-ADP0A-GUI-RG This user guide gives describes the various controls and indicators of the ADP0A Evaluation Software. It gives the details

More information

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18 Product specification Dec. 2012 V0.a ByVac Page 1 of 18 SV3 Relay Controller BV4111 Contents 1. Introduction...4 2. Features...4 3. Electrical interface...4 3.1. Serial interface...4 3.2. Motor Connector...4

More information

ANLAN203. KSZ84xx GPIO Pin Output Functionality. Introduction. Overview of GPIO and TOU

ANLAN203. KSZ84xx GPIO Pin Output Functionality. Introduction. Overview of GPIO and TOU ANLAN203 KSZ84xx GPIO Pin Output Functionality Introduction Devices in Micrel s ETHERSYNCH family have several GPIO pins that are linked to the internal IEEE 1588 precision time protocol (PTP) clock. These

More information

Analog Servo Drive 20A20

Analog Servo Drive 20A20 Description Power Range NOTE: This product has been replaced by the AxCent family of servo drives. Please visit our website at www.a-m-c.com or contact us for replacement model information and retrofit

More information

Produces a selectable output voltage that is higher than the input voltage

Produces a selectable output voltage that is higher than the input voltage Features Produces a selectable output voltage that is higher than the input voltage Input voltage range between 0.5 V and 3.6 V Boosted output voltage range between 1.8 V and 5.25 V Source up to 75 ma

More information

Downloading a ROBOTC Sample Program

Downloading a ROBOTC Sample Program Downloading a ROBOTC Sample Program This document is a guide for downloading and running programs on the VEX Cortex using ROBOTC for Cortex 2.3 BETA. It is broken into four sections: Prerequisites, Downloading

More information

Chapter 14. using data wires

Chapter 14. using data wires Chapter 14. using data wires In this fifth part of the book, you ll learn how to use data wires (this chapter), Data Operations blocks (Chapter 15), and variables (Chapter 16) to create more advanced programs

More information

SC16A SERVO CONTROLLER

SC16A SERVO CONTROLLER SC16A SERVO CONTROLLER User s Manual V2.0 September 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded by

More information

INTEGRATED CIRCUITS. MF RC500 Active Antenna Concept. March Revision 1.0 PUBLIC. Philips Semiconductors

INTEGRATED CIRCUITS. MF RC500 Active Antenna Concept. March Revision 1.0 PUBLIC. Philips Semiconductors INTEGRATED CIRCUITS Revision 1.0 PUBLIC March 2002 Philips Semiconductors Revision 1.0 March 2002 CONTENTS 1 INTRODUCTION...3 1.1 Scope...3 1.1 General Description...3 2 MASTER AND SLAVE CONFIGURATION...4

More information

LaserPING Rangefinder Module (#28041)

LaserPING Rangefinder Module (#28041) 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

Interface Description

Interface Description Interface Description True-Color-Sensor with IO-Link Ordering code: Part number: BFS000M BFS 33M-GSI-F01-S75 Document number: 920685 E 0726 03.123343 Edition K16 replaces Edition F16 Subject to changes

More information

TIP500. Optically Isolated 16 Channel 12 Bit ADC. Version 1.1. User Manual. Issue January 2010

TIP500. Optically Isolated 16 Channel 12 Bit ADC. Version 1.1. User Manual. Issue January 2010 The Embedded I/O Company TIP500 Optically Isolated 16 Channel 12 Bit ADC Version 1.1 User Manual Issue 1.1.9 January 2010 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0) 4101

More information

Product Manual. HIPERFACE DSL (HDSL) for the ARS 2000 FS series servo drives

Product Manual. HIPERFACE DSL (HDSL) for the ARS 2000 FS series servo drives Product Manual HIPERFACE DSL (HDSL) for the ARS 2000 FS series servo drives Metronix Meßgeräte und Elektronik GmbH Tel.: +49 (0)531 8668 0 Kocherstraße 3 Fax: +49 (0)531 8668 555 38120 Braunschweig E-mail:

More information

Temposonics. M-Series Analogue/PWM Tester. User s Manual. Absolute, Non-Contact Position Sensors. Document Part Number Revision B

Temposonics. M-Series Analogue/PWM Tester. User s Manual. Absolute, Non-Contact Position Sensors. Document Part Number Revision B Temposonics Absolute, Non-Contact Position Sensors M-Series Analogue/PWM Tester Document Part Number 551132 Revision B Content 1 The M-Series analogue/pwm Test Kit 1.1 Contents and accessories 1.2 Familiarizing

More information

Brushed DC Motor Control. Module with CAN (MDL-BDC24)

Brushed DC Motor Control. Module with CAN (MDL-BDC24) Stellaris Brushed DC Motor Control Module with CAN (MDL-BDC24) Ordering Information Product No. MDL-BDC24 RDK-BDC24 Description Stellaris Brushed DC Motor Control Module with CAN (MDL-BDC24) for Single-Unit

More information

2015 Maryland State 4-H LEGO Robotic Challenge

2015 Maryland State 4-H LEGO Robotic Challenge Trash Talk Utilizing Trash to Power the World 2015 Maryland State 4-H LEGO Robotic Challenge Through Trash Talk, 4-H members involved in robotics will create LEGO robots that complete tasks related to

More information

Endurance R/C Wi-Fi Servo Controller 2 Instructions

Endurance R/C Wi-Fi Servo Controller 2 Instructions Endurance R/C Wi-Fi Servo Controller 2 Instructions The Endurance R/C Wi-Fi Servo Controller 2 allows you to control up to eight hobby servos, R/C relays, light controllers and more, across the internet

More information

Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN)

Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN) Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN) 217-3367 Ordering Information Product Number Description 217-3367 Stellaris Brushed DC Motor Control Module with CAN (217-3367)

More information

Xtreme Power Systems

Xtreme Power Systems Xtreme Power Systems XtremeLink NANO RECEIVER Installation And Usage Manual XtremeLink is a registered trademark of Xtreme Power Systems, LLC. Firmware v 1.9 Manual v 1.9 Revision Date: November 11 th,

More information

Analog Servo Drive 100A40

Analog Servo Drive 100A40 Description Power Range The 100A40 PWM servo drive is designed to drive brush type DC motors at a high switching frequency. A single red/green LED indicates operating status. The drive is fully protected

More information

Analogue to Digital Conversion on an ATmega168

Analogue to Digital Conversion on an ATmega168 1800 335 330 Shopping Cart: Empty Login or Create Account About Blog Tutorials Library Contact Search... Go Home» Blog» Tutorials» Analogue to Digital Conversion on an ATmega168 Categories Boards Connectors

More information

RI-F200 Series. Single and Three Phase Multifunction Energy Meter. Telephone : +44 (0) Displayed Parameters

RI-F200 Series. Single and Three Phase Multifunction Energy Meter. Telephone : +44 (0) Displayed Parameters RI-F200 Series Single and Three Phase Multifunction Energy Meter DIN 96 panel mounted -/1A or -/5A current transformer input Single phase or three phase network compatible Programmable voltage and current

More information