Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor

Size: px
Start display at page:

Download "Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor"

Transcription

1 Senior Design II ECE 4902 Spring 2018 Solar Mobius Final Report Team 1821 Members: James Fisher (CMPE) David Pettibone (EE) George Oppong (EE) Advisor Professor Ali Bazzi Sponsor University of Connecticut School of Engineering

2 Background & Existing Design The Mobius Solaris statue was built in 1995 and designed by artist Robert Perless. Located in front of the Castleman building, this statue features a stainless steel base connected to five polycarbonate prisms rested on a stepper motor. The stepper motor is wired to the base using slip rings, allowing the prisms to rotate 360 degrees while keeping the base itself stationary. The intention of this artwork was originally to track the sun and reflect a rainbow onto the main entrance of Castleman, but that was never achieved due to various problems. The existing electronics located in the base of the statue have only one purpose, which is to rotate the prisms at a constant rate of 360 degrees every 24 hours. A block diagram showing the current setup is shown below in Figure 1. Figure 1: Current state of the Mobius Solaris Statue. The controller is a simple circuit that handles the logic telling the stepper motor driver when to turn, and how many steps. The stepper motor is currently set to rotate at a rate of 8,000 steps per full revolution.

3 Project Objective Our design project was split into two separate tasks. The first task was designing a solar tracking mechanism to acquire the position of the sun and, using this information, reflect a rainbow above the main entrance of the Castleman building. This is a task that we planned to accomplish using a simple circuit with two branches, each consisting of a photoresistor in series with a static resistor. Using this circuit, we would obtain angles of the sun and correlate the angle of the Mobius to reflect a rainbow at certain times throughout the day. The second task given to us was that of creating a website specifically for the Mobius. This website was only supposed to feature very general information about the Mobius and the solar tracker circuit, such as the pulse counts of the stepper motors, and could possibly be expanded upon in future projects. Light Sensor Design Our proposed design for our solar tracker was to mount a light sensing circuit onto a separate stepper motor. This motor will spin until the two voltage readings from the photoresistors in the circuit are equal, at which point we will know the angle of the sun with respect to a reference point we manually set. A circuit diagram and its physical representation can be seen below. Figure 2: Light Sensor Design physical implementation (left) and circuit diagram (right)

4 This circuit works by using an opaque plate so that the two photoresistors see different levels of light in most cases. This will allow us to see which side of the circuit the light is coming from and rotate accordingly until the two photoresistors have the same reading, which will mean that the opaque plate is lined up with the sun. This will then be sent to the Mobius driver and the statue will rotate according to where the sun is. Full Design Our full design is comprised of our light sensor design described above along with the Raspberry Pi, stepper motors, and drivers. Our design functions by reading the pulses sent from the light sensor to determine the relative angle of the sun, and relaying this information through the Pi in order to move the Mobius accordingly when it is possible for a rainbow to appear on the front of the Castleman building. The Raspberry Pi also accounts for the times of day when it is not feasible to display a rainbow. During the night or when light levels reach an acceptable low amount, the Raspberry Pi will have the stepper motor of the light sensor and the stepper motor of the Mobius return to reference. This will allow it to save some energy, and is also convenient as the majority of angles where a rainbow is possible is when the Mobius is at reference. An outline of our design, had it been implemented, can be seen below in Figure 3.

5 Figure 3: Block Diagram outlining the system with the Mobius In order to implement our design into the statue, we had to do some experiments to determine when exactly it was possible to obtain a rainbow, as well as determine the most optimal way to control the Mobius. Through experimentation at different frequencies, we were able to experimentally determine that the Mobius is best controlled at a resolution of 8000 steps per revolution. We also determined, at least during the months of March and April, that it is only possible to display a rainbow on the center of Castleman at the times of between about 9:00am and 11:30am. This rainbow occurs when the statue is set to our reference angle, which is directed east. We also observed one more data point where the statue is oriented 90 degrees clockwise from our reference. This time was observed to be at 11:23am, though the time will definitely change throughout the year. It was determined that the goal could not be achieved in the afternoon due to the rainbow only appearing on the far right side of the building instead of centered over the door as requested. This is in part due to the placement of the statue not being aligned with the center of the Castleman building.

6 Figure 4: Prototype circuit for our full design with a placeholder driver and stepper motor to replicate the Mobius The circuit seen above in Figure 4 is our completed prototype circuit. This circuit is a replica of the system seen in Figure 3, except instead of being connected to the Mobius, our light sensor is connected to a separate driver and stepper motor. However, both of these drivers would receive the same inputs, so the design itself would act the same. This circuit accurately tracks light and responds accordingly in a laboratory setting, which implies that the circuit would work if implemented in the Mobius. It was unfortunately not implemented for a variety of reasons, with the largest reason being an overheating issue due to a bad choice in the stepper motor driver connected to the light sensor. We had also planned on using a PCB in our design, but the designed pcb ended up not working as it was supposed to. Through debugging, we were able to figure out the underlying problem as to why the PCB was not working. The first problem was the fact that the ADC in the circuit was not receiving the power it needed to operate but rather it was

7 only receiving half of its needed power. The second problem was that the 5V provided by the light sensor s driver board was interconnected with the 5V provided by the pi, this led to the pi coming to a sudden shutdown whenever the grounds of these two components were connected to each other. These two problems were later corrected in the pcb design but unfortunately there was not enough time to order a new pcb and have it implemented in our overall circuit design. With this in mind the team chose to build our circuit on vector boards instead. A picture of our PCB, with the driver and ADC attached, can be seen in Figure 5. Figure 5: Designed PCB Software/Raspberry Pi Code The Raspberry pi can only read digital voltage signals so all the inputs going to it are first passed through an analog to digital converter. With this, the Raspberry pi can determine which of the two branches of our solar tracker has a greater voltage. Based off the branch with the greater voltage, it will set the direction pin on its GPIO to high or low, with low corresponding to clockwise direction, and high being counterclockwise. After each voltage reading, it will send a pulse to the sensor s stepper motor in the direction of whichever side had a greater voltage.

8 Doing so at a rate of one pulse about every half second will allow for the sensor to always be able to adjust its angle and point its fin at the sun. Once the voltage reading for both sides of the sensor is equal within a small threshold value, it stops sending pulses, only sending more once one side has a greater voltage again. This will keep the fin on our solar sensor always pointed at the sun. The Raspberry pi is able to keep track of the angle of the sensor s stepper motor by incrementing a count value for each pulse sent. Knowing the count for the number of pulses sent to the motor allows us to keep track of the angle because we know the resolution of the motor and how many pulses have been sent. This count value correlates to a value on the look-up table for a specific angle of the sun where it knows a rainbow can be reflected onto the building. Based off the data found in our experimentation, when the count of the sensor s stepper motor is in range the pi will know it is time to rotate the statue s motor by 90 degrees, which is 2000 steps in the clockwise direction. Doing so will put a rainbow right on the entrance of Castleman. The software also checks if the voltage readings on both photo resistors are both below a certain threshold, indicating that it is night time or a cloudy day where it is no longer possible for a rainbow to be reflected. At this point the Raspberry pi will pulse the solar sensor s stepper motor back to reference in the opposite direction it was moving to avoid the wires in the sensor to tangle up. Then it will calculate the shortest path to pulse the statue s stepper motor back to reference, and bring it back using that direction it found to be the shortest. The software is also mindful to make sure that the count value of the sensor s stepper motor cannot go past the maximum resolution of the motor before correcting its angle back to reference to ensure the wires attached to the sensor cannot get tangled or twisted. Lastly, the software implements a homing function that will ensure both motors are at reference every time the software first starts running. To accomplish this, we need to position a

9 very bright LED at our reference angle for the solar sensor that gets turned on at boot up, and also place a reed switch inside the statue at our reference angle. We would also need to attach a magnet to the shaft of the statue that will close the reed switch once the statue is positioned at reference. This would cause the solar sensor to pulse until it faced that LED and reported equal voltage levels across its photoresistors. After that, we would have the statue pulse until the magnet lined up with the reed switch, indicating that both statues are now at reference. After this homing phase is complete the code simply changes from the homing state to solar tracking state, where it shuts off the bright LED and begins to track the sun as normal. For our demo day circuit, we implemented a regular LED in our circuit to demonstrate the functionality of our homing function for the solar sensor. We show that the LED turns on at boot and the solar sensor turns until both sensors read an equal voltage, indicating it is facing the light; then it resets the counter and the reference is set. Next it turns off the LED and tracks the sun as usual. Since we do not have any reed switches and couldn t get any in time for demo day, we weren t able to show how the magnet would work with the reed switch to set the statue to reference, however the logic is the same for setting both motors to reference, and we can demonstrate that logic works with the solar sensor. On demo day we can show how our solar sensor tracks a flashlight instead of the sun since demo day is indoors. This way we can demonstrate the full functionality of our code and how it would be implemented with the solar sensor and the statue. Website The software generates and updates HTML code which is used to display our webpage on Uconn guest. We were assigned the static IP address: to our Raspberry pi s MAC address, and used Apache to host a webpage on that IP address. The software updates the

10 webpage every 5 seconds with the current count values of the two stepper motors used in our design, as well as displaying some pictures of the statues and rainbows it can reflect. A photo of our designed website can be seen below in Figure 6. Figure 6: Current version of the Mobius website Components The Solar Mobius is rotated with a stepper motor as stepper motors are very inexpensive and can provide very high torque at low speeds. This motor has a total of 8-leads which allows for different types of configurations including; series, unipolar, or parallel, which allows for different number of application. This motor has a NEMA size 34 frame size, which has a high torque that goes up to 17,000 oz-in. At full step the motor rotates at 1.8 degrees per step which means it takes exactly 200 steps to make a full rotation.

11 Figure 7: Mobius Stepper Motor The driver being used to control the stepper motor is an M880 microstepping driver, which can be used to control both the pulse and direction of the motor. This driver is suitable for driving both 2-phase and 4-phase motors. It also has 14 selectable resolutions that goes up to 51,200rev/step. The driver has a total of 8 dip switches first three dip switches (SW1, 2, 3), are used to control current running through the driver. A 4-5V is considered a high pulse whilst a 0-0.5V is considered a low pulse. Specifications: High performance, low cost Supply voltage up to +80VDC Output current up to 7.8A Inaudible 20KHz chopping frequency TTL compatible and optically isolated input Automatic idle-current reduction

12 Figure 8: Mobius Motor Driver Since the light sensor is independent of the statue, we are going to need a different motor to control the rotation of the light sensors. Figure 9 show a picture of our chosen motor which is a 42MM Hybrid Stepping Motor. This motor operates at 12V and 350mA with a total of 200 steps for a complete revolution at full step. And with the Big Easy Driver ROB-128 as shown in Figure 9 we will be able to control the steps of the motor from full step all the way down to 1/16th of a step. This driver operates at 2-35V at 2A, it also has the capability of providing 5VDC which can be used to power the microcontroller. Specifications: Table 1: Stepper Motor Specifications

13 Figure 9: Light Sensor Stepper Motor Figure 10: Light Sensor Motor Driver For a microcontroller we chose to go with the Raspberry Pi 3 Model B mainly because of its internet capabilities. It has a built in wifi as well as an ethernet port which gives us to ways to connect to the web as the second phase of the project is to make a website for the Solar Mobius which has various general information about the system. The Pi is powered via micro-usb, requires a power supply of 5V at 2.5A for optimal operation, and has a total of 40 GPIO pins which is more than enough for this project.

14 Figure 11: Raspberry Pi 3 Model B Budget While our budget did not include any specific maximum value, we still are attempting to finish our project using as few funds as possible. An overview of our budget is shown below AC-DC Power supply ($77.86) 2. 2 ADC ($19.90) 3. 2 Stepper Drivers ($ 39.90) 4. 2 Stepper Motors ($ 28.00) 5. 2 Raspberry Pi ($70.00) 6. PCB (~$50.00) 7. Miscellaneous Materials (~$50.00) Total= ~$335 We purchased two of everything we need so that we would be able to do testing in the lab as well as outside on the Mobius itself. Some costs that were eliminated were having to purchase a new stepper motor and driver that matched those in the Mobius. These would be priced at around 500 dollars if we were to purchase both of them, so we were able to acquire similar

15 stepper motors and drivers that we would be able to test in the lab and then simply transfer our working circuit to the Mobius. Overall, our expected budget for the project is just under 350 dollars, which is reasonable considering the materials we required to complete the design. The miscellaneous materials consist of many smaller items that we needed, including items that we did not end up using. Some of these items include an acrylic dome and aluminum plate that we were planning on mounting to the Mobius Solaris statue to house our design. Possible Future Improvements There are a few improvements that could be applied to our design in order to make it a more complete circuit and allow for seamless integration into the Mobius. The first, and the most important improvement that must be made, is to select a new driver for the light sensor stepper motor. This was the most important factor that led to us not being able to implement our system into the Mobius this semester. The problem with the driver we have selected is that it does not limit the current enough, supplying almost three amps to the stepper motor that is supposed to run on 300 milliamps. The motor still runs correctly, but gets very hot very quickly. The second improvement to our design, which we had attempted to do, was create a PCB that acts as an interconnect for all of the circuit components. This would allow our design to be much more compact, as we had planned to have the Raspberry Pi, driver, and analog-digital converter mounted on this PCB. Finally, the website created is very basic, and could definitely be made more sophisticated and aesthetically pleasing. Ideally, this website would be able to incorporate CGI scripts so that a user can enter a password and update the lookup table of possible angles as they are discovered, as we suspect that there will be more possible angles that allow for a rainbow in the late spring and summer months.

16 Conclusion Our assignment was rather interesting in that the functionality of the statue was not ideal, there was no math behind the creation of the statue, and the weather did not cooperate with us a majority of the time we attempted to test the statue. In large part due to these issues that were out of our control, we were able to determine that there must be more experimentation required in order to find more angles that can reflect a rainbow onto the front of the Castleman building. We were unfortunate in that the statue only had two possible angles in which a rainbow is displayed, at least during the time of the year where we were testing. The largest limiting factor to this, in our opinion, is that the statue was placed about 15 feet to the right, offset from the center of the building. Due to this, it is not possible to reflect a rainbow onto the center of the building throughout the entire afternoon when the sun is in the western part of the sky. However, we were still able to design and put together a working prototype circuit that accomplishes the required goals that we were tasked with. Minus implementation, we did successfully create a circuit that can track the sun, report the angle of the sun, and relay that information so that the Mobius reacts accordingly. We also have a website being hosted through the Raspberry Pi, which is very basic, but is a good foundation to be improved upon in the future. By those standards, our design was completed, but there are definitely improvements that need to be made before our design could be implemented.

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

DMX-K-DRV-23 Integrated Step Motor Driver & Basic Controller

DMX-K-DRV-23 Integrated Step Motor Driver & Basic Controller DMX-K-DRV-23 Integrated Step Motor Driver & Basic Controller DMX-K-DRV-23 Manual - 1 - rev 1.35 COPYRIGHT 2013 ARCUS, ALL RIGHTS RESERVED First edition, June 2007 ARCUS TECHNOLOGY copyrights this document.

More information

Integrated Easy Servo

Integrated Easy Servo ies 1706 Integrated Easy Servo Motor + Drive + Encoder, 18 32VDC, NEMA17, 0.6Nm Features Easy servo control technology to combine advantages of open loop stepper systems and brushless servo systems Closed

More information

ies-2309 Integrated Easy Servo

ies-2309 Integrated Easy Servo Datasheet of the integrated easy servo motor ies-09 ies-09 Integrated Easy Servo Motor + Drive + Encoder, 0-0VDC, NEMA, 0.9Nm Features Easy servo control technology to combine advantages of open-loop stepper

More information

DMX-K-DRV-17 Integrated Step Motor Driver & Basic Controller

DMX-K-DRV-17 Integrated Step Motor Driver & Basic Controller DMX-K-DRV-17 Integrated Step Motor Driver & Basic Controller DMX-K-DRV-17 Manual - 1 - rev 1.35 COPYRIGHT 2015 ARCUS, ALL RIGHTS RESERVED First edition, June 2007 ARCUS TECHNOLOGY copyrights this document.

More information

G210X STEP MOTOR DRIVE REV 5: March 25, 2011

G210X STEP MOTOR DRIVE REV 5: March 25, 2011 Thank you for purchasing the G210X drive. The G210X microstep drive is warranted to be free of manufacturing defects for 1 year from the date of purchase. Also anyone who is dissatisfied with it or is

More information

G201X STEP MOTOR DRIVE REV 5: SEPTEMBER 13, 2010

G201X STEP MOTOR DRIVE REV 5: SEPTEMBER 13, 2010 Thank you for purchasing the G201X drive. The G201X microstep drive is warranted to be free of manufacturing defects for 1 year from the date of purchase. Also anyone who is dissatisfied with it or is

More information

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G P R O F. S L A C K L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G G B S E E E @ R I T. E D U B L D I N G 9, O F F I C E 0 9-3 1 8 9 ( 5 8 5 ) 4 7 5-5 1 0

More information

3DM phase Digital Stepper Drive

3DM phase Digital Stepper Drive 3DM2283 3-phase Digital Stepper Drive 150-220VAC, 0.5-8.2A peak, Auto-configuration, Low Noise Anti-Resonance provides optimal torque and nulls mid-range instability Motor auto-identification and parameter

More information

2.2.2 Summary of Tests Conducted Step Down Circuit. We have completed these four tests successfully.

2.2.2 Summary of Tests Conducted Step Down Circuit. We have completed these four tests successfully. 2.2.2 Summary of Tests Conducted We have completed these four tests successfully. 1. First, we were able to successfully set up a Raspberry Pi 3 as a server and have other devices go on to the blank html

More information

Stepper Motor Driver CW230

Stepper Motor Driver CW230 Stepper Motor Driver CW230 1. Introduction Descriptions The CW230 driver is a cost-effective and high performance stepping driver. The design is based on an advanced control technology. It applies to two-phase

More information

MBC Bipolar Microstep Driver. User s Guide E. Landon Drive Anaheim, CA

MBC Bipolar Microstep Driver. User s Guide E. Landon Drive Anaheim, CA MBC10641 Bipolar Microstep Driver User s Guide A N A H E I M A U T O M A T I O N 4985 E. Landon Drive Anaheim, CA 92807 e-mail: info@anaheimautomation.com (714) 992-6990 fax: (714) 992-0471 website: www.anaheimautomation.com

More information

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits PH-315 MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits Portland State University Summary Four sequential digital waveforms are used to control a stepper motor. The main objective

More information

Blind Spot Monitor Vehicle Blind Spot Monitor

Blind Spot Monitor Vehicle Blind Spot Monitor Blind Spot Monitor Vehicle Blind Spot Monitor List of Authors (Tim Salanta, Tejas Sevak, Brent Stelzer, Shaun Tobiczyk) Electrical and Computer Engineering Department School of Engineering and Computer

More information

Optical Kit Encoder Page 1 of 5. Description. Features

Optical Kit Encoder Page 1 of 5. Description. Features Description Page 1 of 5 The E5 Series rotary encoder has a molded polycarbonate enclosure with either a 5-pin or 10-pin latching connector. This optical incremental encoder is designed to easily mount

More information

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder)

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) Traditional stepper motor drive systems operate open loop providing position control without feedback. However, because of this,

More information

HBS Series Hybrid Servos

HBS Series Hybrid Servos Hybrid Servos 46 Hybrid Servos From the stepper and servo, but surpass them in many applications! HBS Series Hybrid Servos Closed-loop, eliminates loss of synchronization The HBS series use an encoder

More information

G251X MANUAL STEP MOTOR DRIVE

G251X MANUAL STEP MOTOR DRIVE G251X MANUAL STEP MOTOR DRIVE Thank you for purchasing the G251 drive. The G251 microstep drive is warranted to be free of manufacturing defects for 3 years from the date of purchase. Anyone who is dissatisfied

More information

Laboratory Seven Stepper Motor and Feedback Control

Laboratory Seven Stepper Motor and Feedback Control EE3940 Microprocessor Systems Laboratory Prof. Andrew Campbell Spring 2003 Groups Names Laboratory Seven Stepper Motor and Feedback Control In this experiment you will experiment with a stepper motor and

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

More information

Remote Control Lawn Mower

Remote Control Lawn Mower Remote Control Lawn Mower ECE 791 Senior Project Progress report Team members: -Hajrush Aliu -Neeraj Gill Faculty Advisor: -Professor Wayne Smith Courses Involved: ECE 541, ECE 543, ECE 649, ECE 651, ECE

More information

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis Table of Contents The Allen-Bradley Servo Interface Module (Cat. No. 1771-SF1) when used with the Micro Controller (Cat. No. 1771-UC1) can control single axis positioning systems such as found in machine

More information

So-Lo. Team 12. Department of Electrical and Computer Engineer

So-Lo. Team 12. Department of Electrical and Computer Engineer Team 12 Andy Weng (CSE) Ming Shuai Chen (CSE) Suzet Nkwaya (EE) Dan-Michael Tiamzon (EE) Department of Electrical and Computer Engineer Advisor: Baird Soules 1 Current Problems with Recording Meetings

More information

PKG-171-MBC25-PS-CBL System Diagram and Specifications

PKG-171-MBC25-PS-CBL System Diagram and Specifications PKG-171-MBC25-PS-CBL System Diagram and Specifications Included Components: 17Y102S-LW4-MS Stepper Motor MBC25081TB Stepper Driver PSAM24V2.7A Power Supply CBL-20AWG-04C-010-MS Motor Cable CBL-AA4366 Power

More information

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 11 Motor Control

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 11 Motor Control EEE34 Microcontroller Applications Department of Electrical Engineering Lecture Motor Control Week 3 EEE34 Microcontroller Applications In this Lecture. Interface 85 with the following output Devices Optoisolator

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder)

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) Traditional stepper motor drive systems operate open loop providing position control without feedback. However, because of this,

More information

Bohunt School (Wokingham) Internet of Things (IoT) and Node-RED

Bohunt School (Wokingham) Internet of Things (IoT) and Node-RED This practical session should be a bit of fun for you. It involves creating a distance sensor node using the SRF05 ultrasonic device. How the SRF05 works Here s a photo of the SRF05. The silver metal cans

More information

The Mechatronics Sorter Team Members John Valdez Hugo Ramirez Peter Verbiest Quyen Chu

The Mechatronics Sorter Team Members John Valdez Hugo Ramirez Peter Verbiest Quyen Chu The Mechatronics Sorter Team Members John Valdez Hugo Ramirez Peter Verbiest Quyen Chu Professor B.J. Furman Course ME 106 Date 12.9.99 Table of Contents Description Section Title Page - Table of Contents

More information

MIG Encoders BEGE MIG NOVA+ Your drive, our (trans)mission. BEGE Power Transmission

MIG Encoders BEGE MIG NOVA+ Your drive, our (trans)mission. BEGE Power Transmission MIG Encoders BEGE MIG NOVA+ BEGE Power Transmission Anton Philipsweg 30 2171 KX Sassenheim The Netherlands T: +31 252-220 220 E: bege@bege.nl W: www.bege.nl Your drive, our (trans)mission Mounting a conventional

More information

AN Industrial Stepper Motor Driver. Application Note Abstract. Introduction. Stepper Motor Control Method

AN Industrial Stepper Motor Driver. Application Note Abstract. Introduction. Stepper Motor Control Method Industrial Stepper Motor Driver AN43679 Author: Dino Gu, Bill Jiang, Jemmey Huang Associated Project: Yes Associated Part Family: CY8C27x43, CY8C29x66 GET FREE SAMPLES HERE Software Version: PSoC Designer

More information

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ υιοπασδφγηϕκλζξχϖβνµθωερτψυιοπασδ φγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκλζ ξχϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµ EE 331 Design Project Final Report θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ

More information

Lab 5: Inverted Pendulum PID Control

Lab 5: Inverted Pendulum PID Control Lab 5: Inverted Pendulum PID Control In this lab we will be learning about PID (Proportional Integral Derivative) control and using it to keep an inverted pendulum system upright. We chose an inverted

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

More information

Optical Kit Encoder Page 1 of 11. Description. Mechanical Drawing. Features

Optical Kit Encoder Page 1 of 11. Description. Mechanical Drawing. Features Description Page 1 of 11 The E3 is a high resolution rotary encoder with a molded polycarbonate enclosure, which utilizes either a 5-pin locking or standard connector. This optical incremental encoder

More information

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Abstract IoT devices are often hailed as the future of technology, where everything is connected.

More information

Testra Corporation ss483 Series Microstepping Motor Driver. Specifications Sep SoftStep FIRMWARE FEATURES

Testra Corporation ss483 Series Microstepping Motor Driver. Specifications Sep SoftStep FIRMWARE FEATURES SoftStep The New Art of Stepper Motor Control With SoftStep you get the benefits of ultra smooth microstepping regardless of your selected step size. The intelligent on board processor treats the input

More information

Embedded Systems Lab Lab 7 Stepper Motor Application

Embedded Systems Lab Lab 7 Stepper Motor Application Islamic University of Gaza College of Engineering puter Department Embedded Systems Lab Stepper Motor Application Prepared By: Eng.Ola M. Abd El-Latif Apr. /2010 :D 0 Objective Tools Theory To realize

More information

Adafruit 16-Channel PWM/Servo HAT & Bonnet for Raspberry Pi

Adafruit 16-Channel PWM/Servo HAT & Bonnet for Raspberry Pi Adafruit 16-Channel PWM/Servo HAT & Bonnet for Raspberry Pi Created by lady ada Last updated on 2018-03-21 09:56:10 PM UTC Guide Contents Guide Contents Overview Powering Servos Powering Servos / PWM OR

More information

Aztec Micro-grid Power System

Aztec Micro-grid Power System Aztec Micro-grid Power System Grid Energy Storage and Harmonic Distortion Demonstration Project Proposal Submitted to: John Kennedy Design Co. Ltd, San Diego, CA Hardware: Ammar Ameen Bashar Ameen Aundya

More information

Computer Numeric Control

Computer Numeric Control Computer Numeric Control TA202A 2017-18(2 nd ) Semester Prof. J. Ramkumar Department of Mechanical Engineering IIT Kanpur Computer Numeric Control A system in which actions are controlled by the direct

More information

DC Motor and Servo motor Control with ARM and Arduino. Created by:

DC Motor and Servo motor Control with ARM and Arduino. Created by: DC Motor and Servo motor Control with ARM and Arduino Created by: Andrew Kaler (39345) Tucker Boyd (46434) Mohammed Chowdhury (860822) Tazwar Muttaqi (901700) Mark Murdock (98071) May 4th, 2017 Objective

More information

BLD75-1. Bilevel Step Motor Driver. User s Guide. #L010125

BLD75-1. Bilevel Step Motor Driver. User s Guide.   #L010125 BLD75-1 Bilevel Step Motor Driver User s Guide A N A H E I M A U T O M A T I O N #L010125 1 Features Unipolar Operation 10 Amps per Phase Operating Current (Kick Current) 7 Amps per Phase Standstill Current

More information

Contents. USER MANUAL NI ISM-7400 Integrated Stepper

Contents. USER MANUAL NI ISM-7400 Integrated Stepper USER MANUAL NI ISM-7400 Integrated Stepper This manual describes the NI ISM-7400 integrated stepper. It describes electrical and mechanical characteristics of the devices, as well as I/O functionality.

More information

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors Assembly Language Topic 14 Motion Control Stepper and Servo Motors Objectives To gain an understanding of the operation of a stepper motor To develop a means to control a stepper motor To gain an understanding

More information

DM8010 tm. Hardware Reference Manual. Document Revision B3 May 16, 2018

DM8010 tm. Hardware Reference Manual. Document Revision B3 May 16, 2018 tm Hardware Reference Manual Document Revision B3 May 16, 2018 MICROKINETICS CORPORATION 3380 Town Point Drive Suite 330 Kennesaw, Georgia 30144 Tel: (770) 422-7845 Fax: (770) 422-7854 Table Of Contents

More information

G250X MANUAL STEP MOTOR DRIVE

G250X MANUAL STEP MOTOR DRIVE G250X MANUAL STEP MOTOR DRIVE Thank you for purchasing the G250X drive. The G250X microstep drive is warranted to be free of manufacturing defects for 1 year from the date of purchase. Anyone who is dissatisfied

More information

For more information on these functions and others please refer to the PRONET-E User s Manual.

For more information on these functions and others please refer to the PRONET-E User s Manual. PRONET-E Quick Start Guide PRONET-E Quick Start Guide BASIC FUNCTIONS This guide will familiarize the user with the basic functions of the PRONET-E Servo Drive and assist with start up. The descriptions

More information

User's Manual. Step Motor Driver

User's Manual. Step Motor Driver 9/7/99 7080.ai User's Manual 7080 Step Motor Driver Applied Motion Products, Inc. 0 Westridge Drive Watsonville, CA 95076 Tel (8) 76-6555 (800) 55-609 Fax (8) 76-65 s drives controls Technical Specifications

More information

n Measuring range ,02 N m to N m n Clockwise and counter-clockwise torque n Low linearity deviation of ± 0.05 % F.S.

n Measuring range ,02 N m to N m n Clockwise and counter-clockwise torque n Low linearity deviation of ± 0.05 % F.S. Precision Torque Sensor Non-contact transmission for rotating applications Optional measurement of angle and speed Model 8661 Code: Delivery: Warranty: 2-3 weeks 24 months Application The 8661 precision

More information

Stepper Motor Driver CW8060

Stepper Motor Driver CW8060 Stepper Motor Driver CW8060 CW8060 1. Introduction Descriptions The CW8060 driver is a cost-effective and high performance stepping driver. The design is based on an advanced control technology. It applies

More information

OPENCOCKPITS IOCard USBSTEPPER INSTALLATION AND USER S MANUAL

OPENCOCKPITS IOCard USBSTEPPER INSTALLATION AND USER S MANUAL OPENCOCKPITS IOCard USBSTEPPER INSTALLATION AND USER S MANUAL INTRODUCCION This card allows to manage up to 3 stepper motors, both unipolar as bipolar. Also, this card can easily control the steppers motors

More information

Section 2 Lab Experiments

Section 2 Lab Experiments Section 2 Lab Experiments Section Overview This set of labs is provided as a means of learning and applying mechanical engineering concepts as taught in the mechanical engineering orientation course at

More information

Internet of Things Student STEM Project Jackson High School. Lesson 3: Arduino Solar Tracker

Internet of Things Student STEM Project Jackson High School. Lesson 3: Arduino Solar Tracker Internet of Things Student STEM Project Jackson High School Lesson 3: Arduino Solar Tracker Lesson 3 Arduino Solar Tracker Time to complete Lesson 60-minute class period Learning objectives Students learn

More information

Quantizer step: volts Input Voltage [V]

Quantizer step: volts Input Voltage [V] EE 101 Fall 2008 Date: Lab Section # Lab #8 Name: A/D Converter and ECEbot Power Abstract Partner: Autonomous robots need to have a means to sense the world around them. For example, the bumper switches

More information

PKG-232-MBC12-PS-CBL System Diagram and Specifications

PKG-232-MBC12-PS-CBL System Diagram and Specifications PKG-232-MBC12-PS-CBL System Diagram and Specifications Included Components: 23Y206S-LW8-MS Stepper Motor MBC12101 Stepper Driver PSA80V4A-1 Power Supply CBL-18AWG-04C-010-MS Motor Cable WIR-1007-18-YEL

More information

ES86 Series Closed-loop Stepper Drive + Motor System (ES-D808 Drive+ Motor/Encoder)

ES86 Series Closed-loop Stepper Drive + Motor System (ES-D808 Drive+ Motor/Encoder) ES86 Series Closed-loop Stepper Drive + Motor System (ES-D808 Drive+ Motor/Encoder) Traditional stepper motor drive systems operate open loop providing position control without feedback. However, because

More information

Adafruit 16-Channel PWM/Servo HAT for Raspberry Pi

Adafruit 16-Channel PWM/Servo HAT for Raspberry Pi Adafruit 16-Channel PWM/Servo HAT for Raspberry Pi Created by lady ada Last updated on 2017-05-19 08:55:07 PM UTC Guide Contents Guide Contents Overview Powering Servos Powering Servos / PWM OR Current

More information

MLA High Performance Microstepping Driver. User s Guide E. Landon Drive Anaheim, CA

MLA High Performance Microstepping Driver. User s Guide E. Landon Drive Anaheim, CA MLA10641 High Performance Microstepping Driver User s Guide A N A H E I M A U T O M A T I O N 4985 E. Landon Drive Anaheim, CA 92807 e-mail: info@anaheimautomation.com (714) 992-6990 fax: (714) 992-0471

More information

R208 Microstepping Driver. User Manual Version 1.3. Lin Engineering Vineyard Blvd, Morgan Hill, CA 95037

R208 Microstepping Driver. User Manual Version 1.3. Lin Engineering Vineyard Blvd, Morgan Hill, CA 95037 R208 Microstepping Driver User Manual Version 1.3 Lin Engineering 16245 Vineyard Blvd, Morgan Hill, CA 95037 Thank you for purchasing the R208 driver. This product is warranted to be free of manufacturing

More information

Micro-controller Based Three-phase Voltage Source Inverter for Alternative Energy Source. Abstract

Micro-controller Based Three-phase Voltage Source Inverter for Alternative Energy Source. Abstract Micro-controller Based Three-phase Voltage Source Inverter for Alternative Energy Source M.M. A. Rahman, Kurt Hammons, Phillip Beemer, Marcia Isserstedt, and Matt Trommater School of Engineering Padnos

More information

43000 Series: Size 17 Single Stack Stepper Motor Linear Actuator

43000 Series: Size 17 Single Stack Stepper Motor Linear Actuator HAYD: 2 756 744 4 Series: Single Stack Stepper Motor Linear Actuator Haydon 4 Series hybrid linear actuators are our best selling compact hybrid motors. Single Stack Captive Shaft These top selling designs

More information

User's Manual. Step Motor Driver L E V E L

User's Manual. Step Motor Driver L E V E L /15/ User's Manual 550 Step Motor Driver Applied Motion Products, Inc. 404 Westridge Drive Watsonville, CA 50 Tel (31) 1-555 (00) 525-10 Fax (31) 1-544 E REVISION L E V E L s drives controls Technical

More information

Size 23 Double Stack External Linear Size 23 Double Stack. 57M4 n n n n n n. 57L4 n n n n n n. E57M4 n n n n n n. Bipolar 5 VDC 12 VDC 2.

Size 23 Double Stack External Linear Size 23 Double Stack. 57M4 n n n n n n. 57L4 n n n n n n. E57M4 n n n n n n. Bipolar 5 VDC 12 VDC 2. HAYD: 0 756 7 57000 Series: Double Stack Stepper Motor Linear Actuator Haydon 57000 Series Double Stack hybrid linear actuators deliver greater performance in a compact size. The various patented designs

More information

Model 25B-F/S/L Solid Shaft Low Line Incremental Optical Rotary Encoder

Model 25B-F/S/L Solid Shaft Low Line Incremental Optical Rotary Encoder Model 25B-F/S/L Solid Shaft Low Line Incremental Optical Rotary Encoder DRC Encoder Up to 1250 line count disc Chrome on glass disc +/- 45 arc sec accuracy Optional internal 2X, 5X, or 10X cycle interpolation

More information

MODEL S15 Incremental Optical Rotary Encoder

MODEL S15 Incremental Optical Rotary Encoder MODEL S15 Incremental Optical Rotary Encoder Up to 200 KHz frequency response all channels Small compact size: 1.51 diameter 1.00 dia. Bolt circle mount Resolutions up to 12,500 cycles / revolution ( 50,000

More information

Lab Exercise 9: Stepper and Servo Motors

Lab Exercise 9: Stepper and Servo Motors ME 3200 Mechatronics Laboratory Lab Exercise 9: Stepper and Servo Motors Introduction In this laboratory exercise, you will explore some of the properties of stepper and servomotors. These actuators are

More information

MDrive Plus Stepper motors with integrated electronics. MDrive 17 Plus Speed Control with programmable velocity control

MDrive Plus Stepper motors with integrated electronics. MDrive 17 Plus Speed Control with programmable velocity control Stepper motors with integrated electronics MDrive 17 Plus Description Presentation The is a 1.8 2-phase stepper motor with on-board control electronics. The velocity control uses voltage, current, or PWM

More information

Functional description of BSD-01v2 Module

Functional description of BSD-01v2 Module Functional description of BSD-01v2 Module The BSD-01v2 module is a complete microstepping driver with built-in translator suitable for driving bipolar step motors from 15 to 750mA and up to 30V. It comes

More information

DR3535 DR3535-O. Hardware Reference Manual. Document Revision A7 May 16, 2018 MICROKINETICS CORPORATION

DR3535 DR3535-O. Hardware Reference Manual. Document Revision A7 May 16, 2018 MICROKINETICS CORPORATION -O Hardware Reference Manual Document Revision A7 May 16, 2018 MICROKINETICS CORPORATION 3380 Town Point Drive Suite 330 Kennesaw, GA 30144 Tel: (770) 422-7845 Fax: (770) 422-7854 www.microkinetics.com

More information

Functional description of BSD-01 Module. Features

Functional description of BSD-01 Module. Features Functional description of BSD-01 Module The BSD-01 module is a complete microstepping driver with built-in translator suitable for driving bipolar step motors up to 750mA and 30V. It operates in Full-,

More information

Datasheet of the MEZ Stepper Servo Drive MEZ 2D VDC, 8.2A Peak, Closed-loop, No Tuning. Version

Datasheet of the MEZ Stepper Servo Drive MEZ 2D VDC, 8.2A Peak, Closed-loop, No Tuning. Version Datasheet of the MEZ Stepper Servo Drive MEZ D880 4-75VDC, 8.A Peak, Closed-loop, No Tuning Version 0.1.1 http://www.motionking.com Features Step and direction control Closed position loop for no loss

More information

35H6 n n n n n n. 35F6 n n n n n n. E35H6 n n n n n n. Unipolar** 5 VDC 12 VDC 0.24 A 0.57 A. 30 mh. 6.5 mh 5.7 W gcm 2

35H6 n n n n n n. 35F6 n n n n n n. E35H6 n n n n n n. Unipolar** 5 VDC 12 VDC 0.24 A 0.57 A. 30 mh. 6.5 mh 5.7 W gcm 2 HAYD: 0 756 7 5000 Series: Size Single Stack Stepper Motor Linear Actuator Haydon 5000 Series Size hybrid linear actuators have been improved to provide higher force, longer life and improved performance.

More information

PLC545 4-channel LPT-port CNC step motor driver

PLC545 4-channel LPT-port CNC step motor driver www.purelogic.ru User manual PLC545 4-channel LPT-port CNC step motor driver CONTENTS: 1. General information... 2 2. Delivery set... 2 3. Technical specifications... 3 4. Key features... 4 5. Connections...

More information

AEIJST May Vol 5 - Issue 05 ISSN

AEIJST May Vol 5 - Issue 05 ISSN Design and Development of Single Axis Solar Tracking System using C8051F120 (CYGNAL) Microcontroller *B.Bilvika **Dr.M.V. Lakshmaiah ***Dr.G.Pakardin ****U.Meenakshi *Department of Electronics, Sri Krishnadevaraya

More information

MTS Automation P R O D U C T S P E C I F I C A T I O N. MaxPlus Digital Servo Drive. MP-FLX 230 Series. MP-FLX 230 Series. Single- and Dual-Axis

MTS Automation P R O D U C T S P E C I F I C A T I O N. MaxPlus Digital Servo Drive. MP-FLX 230 Series. MP-FLX 230 Series. Single- and Dual-Axis P R O D U C T S P E C I F I C A T I O N MaxPlus Digital Servo Drive MP-FL 230 Series MP-FL 230 Series Single- and Dual-Axis At two times the standard industry speed for digital current loop update rates,

More information

Fluxgate Magnetometer

Fluxgate Magnetometer 6.101 Final Project Proposal Woojeong Elena Byun Jack Erdozain Farita Tasnim 7 April 2016 Fluxgate Magnetometer Motivation: A fluxgate magnetometer is a highly precise magnetic field sensor. Its typical

More information

Automation of DC Motor Control using PWM Technique for thin film deposition

Automation of DC Motor Control using PWM Technique for thin film deposition Journal homepage: wwwmjretin ISSN:2348-6953 Automation of DC Motor Control using PWM Technique for thin film deposition 1 Akshaykumar A Nandi, 2 RBShettar, 3 Vaishali BM 4 Vinay Patil 1 Student, E & C

More information

Single-phase Variable Frequency Switch Gear

Single-phase Variable Frequency Switch Gear Single-phase Variable Frequency Switch Gear Eric Motyl, Leslie Zeman Advisor: Professor Steven Gutschlag Department of Electrical and Computer Engineering Bradley University, Peoria, IL May 13, 2016 ABSTRACT

More information

MBC Bipolar Microstep Driver. User s Guide. 910 East Orangefair Lane, Anaheim, CA

MBC Bipolar Microstep Driver. User s Guide. 910 East Orangefair Lane, Anaheim, CA MBC032561 Bipolar Microstep Driver User s Guide A N A H E I M A U T O M A T I O N 910 East Orangefair Lane, Anaheim, CA 92801 e-mail: info@anaheimautomation.com (714) 992-6990 fax: (714) 992-0471 website:

More information

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab. 0908448 Experiment no.1 DC Servo Motor OBJECTIVES: The aim of this experiment is to provide students with a sound introduction

More information

High Performance Microstep Systems

High Performance Microstep Systems P315/P315X High Performance Microstep Systems Description Common Features Torques from 65 to 3, oz-in. with speeds to 3, RPM continuous. Dip switch selectable resolutions up to 5,8 steps per revolution.

More information

Validation Document. ELEC 491 Capstone Proposal - Dynamic Projector Mount Project. Andy Kwan Smaran Karimbil Siamak Rahmanian Dante Ye

Validation Document. ELEC 491 Capstone Proposal - Dynamic Projector Mount Project. Andy Kwan Smaran Karimbil Siamak Rahmanian Dante Ye Validation Document ELEC 491 Capstone Proposal - Dynamic Projector Mount Project Andy Kwan Smaran Karimbil Siamak Rahmanian Dante Ye Executive Summary: The purpose of this document is to describe the tests

More information

Operator Manual. 2-Phase Stepping Motor Drive ECMD 285, 2810, 2135, 21310

Operator Manual. 2-Phase Stepping Motor Drive ECMD 285, 2810, 2135, 21310 Operator Manual 2-Phase Stepping Motor Drive ECMD 285, 2810, 2135, 21310 Tel.: 02164-7014-0 - Fax.: 02164-701419 Internet: http//:www.ec-motion.de email: info@ec-motion.de Page 1 ECMD 23/03 Product features

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

28000 Series Size 11 Double Stack Hybrid Linear Actuators

28000 Series Size 11 Double Stack Hybrid Linear Actuators 28000 Series Double Stack Stepper Motor Linear Actuators 28000 Series Double Stack Hybrid Linear Actuators Enhanced performance in motion control The 28000 Series is available in a wide variety of resolutions

More information

PKG-341-MLA-CBL System Diagram and Specifications

PKG-341-MLA-CBL System Diagram and Specifications PKG-341-MLA-CBL System Diagram and Specifications 600 34Y112S-LW8, MLA10641, Div by 16, 120VAC, Series 400 Included Components: 540 360 34Y112S-LW8-MS MLA10641 CBL-18AWG-04C-010-MS PWR-10EMC1 LIN-AA4254

More information

G320X MANUAL DC BRUSH SERVO MOTOR DRIVE

G320X MANUAL DC BRUSH SERVO MOTOR DRIVE G320X MANUAL DC BRUSH SERVO MOTOR DRIVE Thank you for purchasing the G320X drive. The G320X DC servo drive is warranted to be free of manufacturing defects for 3 years from the date of purchase. Any customer

More information

The quadrature signals and the index pulse are accessed through five inch square pins located on 0.1 inch centers.

The quadrature signals and the index pulse are accessed through five inch square pins located on 0.1 inch centers. Quick Assembly Two and Three Channel Optical Encoders Technical Data HEDM-550x/560x HEDS-550x/554x HEDS-560x/564x Features Two Channel Quadrature Output with Optional Index Pulse Quick and Easy Assembly

More information

87000 Series Size 34 Hybrid Linear Actuators

87000 Series Size 34 Hybrid Linear Actuators 87000 Series Single Stack Stepper Motor Linear Actuators 87000 Series Hybrid Linear Actuators Our largest, most powerful linear actuator incorporates the same precision, high performance and durable patented

More information

Absolute Encoders Multiturn

Absolute Encoders Multiturn The Sendix F36 multiturn with the patented Intelligent Scan Technology is an optical multiturn encoder in miniature format, without gears and with 00% insensitivity to magnetic fields. With a size of just

More information

Operating Instructions

Operating Instructions Operating Instructions Torque Transducer Type CD9515 Series Please read instruction carefully. Important Advice: The torque transducers of type CD9515 are suitable for applications in laboratories (for

More information

DeviceCraft Revision #1 11/29/2010

DeviceCraft Revision #1 11/29/2010 DeviceCraft Revision #1 11/29/2010 DC Wiper Motor H-Bridge Servo / Speed Controller P/N 1020 Features: Dip Switch selectable mode of operation Both PID servo or speed controller Forward/Reverse operation

More information

Autonomous. Chess Playing. Robot

Autonomous. Chess Playing. Robot Autonomous Chess Playing Robot Team Members 1. Amit Saharan 2. Gaurav Raj 3. Riya Gupta 4. Saumya Jaiswal 5. Shilpi Agrawal 6. Varun Gupta Mentors 1. Mukund Tibrewal 2. Hardik Soni 3. Zaid Tasneem Abstract

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

PART 2 - ACTUATORS. 6.0 Stepper Motors. 6.1 Principle of Operation

PART 2 - ACTUATORS. 6.0 Stepper Motors. 6.1 Principle of Operation 6.1 Principle of Operation PART 2 - ACTUATORS 6.0 The actuator is the device that mechanically drives a dynamic system - Stepper motors are a popular type of actuators - Unlike continuous-drive actuators,

More information

Analog Servo Drive 25A20DD

Analog Servo Drive 25A20DD 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

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU Application Note Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU AN026002-0608 Abstract This application note describes a controller for a 200 W, 24 V Brushless DC (BLDC) motor used to power

More information

SMART Funded by The National Science Foundation

SMART Funded by The National Science Foundation Lecture 5 Capacitors 1 Store electric charge Consists of two plates of a conducting material separated by a space filled by an insulator Measured in units called farads, F Capacitors 2 Mylar Ceramic Electrolytic

More information

Size 11 Double Stack. Captive Shaft. Bipolar 5 VDC 12 VDC. 750 ma. 313 ma 6.7 Ω 34.8 Ω. 5.8 mh mh. 7.5 W Total gcm 2

Size 11 Double Stack. Captive Shaft. Bipolar 5 VDC 12 VDC. 750 ma. 313 ma 6.7 Ω 34.8 Ω. 5.8 mh mh. 7.5 W Total gcm 2 HAYD: 0 756 7 KERK: 60 690 8000 Series: Size Double Stack Stepper Motor Linear Actuator Haydon Size Double Stack hybrid linear actuators for enhanced performance in motion control Three designs are, captive,

More information