WIRELESS COMMUNICATION MODULE TO REPLACE RESOLVER CABLE IN WELDING ROBOTS

Size: px
Start display at page:

Download "WIRELESS COMMUNICATION MODULE TO REPLACE RESOLVER CABLE IN WELDING ROBOTS"

Transcription

1 WIRELESS COMMUNICATION MODULE TO REPLACE RESOLVER CABLE IN WELDING ROBOTS Anagha Jayan PG Scholar, Department of ECE Sri Krishna college of Technology Coimbatore, India M.Sownthara PG Scholar,Depatment of ECE Karpagam University Coimbatore, India M.Sivaram Kumar Asst Professor,Department of EEE, Karpagam University, Coimbatore, India Abstract The main aim of the project is to replace the resolver cable in welding robots by ZIGBEE as wireless communication module. The replacing work is done to avoid wiring damages from the Serial Measurement Board (SMB) to Robot end. The controlling unit used here is PIC Microcontroller which transmits the feedback data from the seventh axis of the robot to the SMB which is in the manipulator of the robot. The welding operation is carried out with a predefined angle of rotation based on the feedback data that is excited. Zigbee communication module can give a maximum range of 76m. This module is connected to the PIC Microcontroller Unit through RS232 cable. Index Terms Serial Measurement Board (SMB), Zigbee, Resolver. I. INTRODUCTION Wireless technologies have been available for decades, and in the last several years wireless technologies have been making their way to the factory floor. This technology has allowed for transferring data efficiently over long distances. When this wireless technology is utilized, a new world of applications is available to designers. Sensors and actuators can be added to many industrial, commercial, and entertainment automation applications. The main advantages for using a wireless solution in industrial applications are greater mobility, possibility to move devices and connect to smart phones and tablets freely without constraining cables, eliminate expensive and heavy transmission media such as flexible cables, swivels, fast and easy installation and commissioning, high flexibility if there is a need to modify an installation, increased personnel safety by not having to be physically close to a device during configuration and maintenance, flexible human interface devices (HID),easy integration of devices into the network. Industrial plants consist of multiple devices interconnected in different ways. These varied types of devices consist of Simple data collection units (I/Os) without built in intelligence, intelligent devices such as sensors with built in intelligence, single-loop controllers or programmable controllers, supervisory systems used as human machine interface (HMI), data logging and supervisory control. All these types of devices are interconnected using different communication protocols that in some cases can be replaced by wireless technologies to achieve the above listed advantages. The aim of this project is to implement a wireless communication system that could replace the current system i.e. the cable connection between the SMB and robot end that has been currently used in Ford India Private Limited Chennai. In Ford flexible tube press and welding system developed by ABB robotics are used for the industrial applications. Welding robots have seven axes, in which the seventh axis is the resolver cable in welding robot. In simple resolver cable is a feedback loop that transmits the data/signal from the robot end to the serial measurement board (SMB). A resolver is a type of rotary electrical transformer used for measuring degrees of rotation, it is considering an analog device, and has a digital counterpart, the rotary (or pulse) encoder. The most common type of resolver is the brushless transmitter resolver. On the outside, this type of resolver may look like a small electrical motor having a stator or rotator. On the inside, the resolver cable has six wires represented as,,,,, here,,, connects the resolver cable and the stator portion and, connects the rotor portion., is the exciter winding used to excite the rotor. The exciter winding is located on the top; it is in fact a coil of turning transformer. This transformer induces current in the rotor without a direct electrical connection, thus there are no wires to the rotor limiting its rotation and no need for brushers. The two other windings are on the bottom, wound on a lamination. They are configured at 90 degrees from each other. The rotor houses a coil, which is transformer and a separate primary winding in a lamination, exciting the two phase windings on the stator. The primary winding of the transformer fixed to the stator is excited and a current is induced in the secondary windings of the two stators which are 90 degree to each other. The output signals from the secondary windings are 90 degree out of phase with each other and hence one of them can be called as sine and the 230

2 other cosine. From this the angle of rotation of the stator is measured and feedback through the resolver cable to the SMB [6]. II. EXISTING SYSTEM In the existing system, communication system of the robot and the Serial Measurement Board is purely a wired system. The wire gets damaged easily due to the fast welding operations. In the proposed system, the damages is avoided to make the system more efficient A. Drawbacks of Existing System Cable gets damaged easily at fast welding operations. Maintenance cost is high. Production cost of cable is high. B. Problem Statement The below table 1 represents the failure logs in production field due to resolver failure. From this case study and maintenance loss a new system is implemented. TABLE 1 FAILURE LOGS Date Model And Shift Failure 14/08/13 B515 A Resolver connector damage 23/08/13 MB80R03 B517 7 th axis resolver B cable connector damage (motor end ) 27/08/13 MB70RO6 7 th axis resolver framing A cable, externally lagged 18/09/13 MB80R02 Gun 2 Resolver and power cable damage. 11/10/13 MB100R03 C Resolver failure B515 12/10/13 MB70R05 A MB70R05 14/11/13 B515 A GUN 19/12/13 MB70R06 B Robot framing Framing, external resolver cable to be removed Servo motor terminal box and resolver connector damage 7 th axis resolver failure while welding III. PROPOSED SYSTEM In this project the aim is to replace the resolver cable present between the SMB board and robot end to a wireless module. Zigbee is used has wireless communication module. The proposed system has two parts i.e., to transmit the generated 5v dc from the SMB to energize the robot s rotor part and to feedback the data collected from robot end to the SMB by means of zigbee as an communication module. Using this module we can transmit and receive the data with the maximum operating voltage of 3.8V. A. INDUCTIVE COUPLING The inductive power coupling technology that allows both signal and power to be sent in an air gap distance without any physical connections or batteries are required. This technology can be used to replace slip rings, connectors, and other mechanical connections where harsh environments create a short life, or in situations where those types of mechanical solutions are impossible to us. Inductive power coupling happens when a current flow in one wire induces a voltage in another wire without any physical connection between the two wires which is also known as electromagnetic induction. In industrial automation and control inductive coupling induces electrical interference or noise. Electrical noise can cause havoc in control wiring and design, the resultant output signal gets corrupted and causes error in the control process [2]. In Ford we cannot implement inductive power coupling technology because the SMB board which produces 5v power and the rotor part is nearly 7m apart. If the work is proceeding further it may leads to power radiation and sparking, induces electrical noise and the whole system gets damaged. B. PHASE 1 The system has two units, transmitter and receiver. The transmitter part is placed at the SMB board and the receiver near the motor. Instead of carrying the 5Vdc from SMB it is supplied as input to the controller at the transmitter section. The controller used is PIC16F877A.When the transmitter part gets the supply an LED at the UART glows. An encoder HT12 E is used at transmitter section. It sends a 4 bit data which represents that at the transmitter part the supply from SMB is received. The encoder encodes the data and transmit the data through an RF 433MHZ module to the receiver part. At the receiver the decoder HT12 D decodes the data and sent to the controller. Decoder is active high. When the decoder status pin is high, it transmits the data as a bias voltage to the base of a transistor. When the transistor is ON, through an 231

3 external battery the motor gets energized and starts rotating. This part acts as a sensing unit Max. In phase with feed Fig 1 Block Diagram Of Input Section That is when the SMB Part is off then the whole system is turned off and when the transmitter part receives the supply then only the motor runs [8]. C. PHASE 2 The second part is the feedback section i.e., the angle of rotation from motor is sent from the receiver to the transmitter using zigbee. The output signals on the secondary windings are 90 degree out of phase with each other and hence one of them can be called sine and the other cosine. The information about position and speed of the shaft can be determined. The sign of the sine and cosine signal is used to determine in which the shaft is located. Using analog to digital convertor this information is converted into digital format. Fig 2 Block Diagram Of Output Section From the observed sine and cosine signal the maximum voltage level of the output is 2.5v. According to the voltage level it has to be converted to corresponding digital format. TABLE 2 PHASE REPRESENTATION OF OUTPUT Motor angle X (S1) Y (S4) 0 Max. In phase with feed 0 The most significant bits represent the quadrant the shaft is and the remaining bit represents the angle the shaft is at from the edge of the quadrant. For example for a 16 bit microcontroller the EPRL (equivalent lines per resolution) is The bias voltage of controller is 5v and is 2.56v. According to the design criteria the accuracy of the controller is 10mv. For each division in sin and cosine values it checks the number of counts of 10mv present. If 1v is given to ADC, according to the program in the controller it converts 1v to 1000mv in this it as 100 counts 10mv is present. In this way the analog value is converted to digital and the count value is transmitted through zigbee to the SMB part. At the receiver side DAC convert the 100 count to its corresponding 1v. D. ZIGBEE vs. XBEE The communication layer of Zigbee is at level 3 in the OSI model. Zigbee provides a network topology to let a network of devices communicate among them and to set extra communication features such as authentication, encryption, and association and in the upper layer application services. A reactive adhoc protocol has been implemented to perform the data routing and forwarding process to any node in the network. The main application of zigbee is clustering. Where as in case of Xbee provides communication between two devices. The digital information units are managed and organized to become electromagnetic impulses on the lower level [1], [4]. STACK LAYER TABLE 3 Comparisons between Xbee and Zigbee PROPERTIES XBEE ZIGBEE Layer at level two in OSI model Communication layer at level three and uppers in the OSI model PURPOSE To let Provides an adhoc communication networking between two devices FREQUENCY ISM Band GHz BAND 2.48 GHz BIT RATES 115 kbps 250 kbps Zigbee has a lot to offer in industrial applications such as low cost deployment and redeployment, mesh networking to cover entire industrial plants and factories, open standard with multiple vendors, battery operation. Through this zigbee as 232

4 communication module the digital value of angle of rotation is transmitted part. For further calculations the converted analog value is sent to the SMB. IV. HARDWARE DETAILS EEPROM memory makes it easier to apply microcontrollers to devices where permanent storage of various parameters is needed. Low cost, low consumption, easy handling and flexibility make PIC16877A in automation industries. It has inbuilt CPU, memory and peripherals to make it as a mini computers [9]. A. ZIGBEE For the hardware implementation CC2500 is used. The CC2500 is a true single chip 2.4 GHz IEEE complaint RF transceiver designed for low power and low voltage wireless applications. CC2500 includes an effective data rate of 250 kbps [4]. 1) Key features True single-chip 2.4 GHz IEEE compliant RF transceiver with MAC support. Fig 4 Pin Diagram Of 16F877A For this project the main advantage of using 16f series is that it is fabricated in CMOS that uses separate bus for instruction and data allowing simultaneous access of program and data memory. Fig 3 Zigbee Module C. RF 433 MHz An RF module is a small electronic circuit used to transmit and receive radio signals on one of a number of carrier frequencies. RF modules are widely used in electronic and designing radio circuitry. 250 kbps effective data rate. Low power consumption. Low supply voltage ( v) with integrated voltage regulator. B. PIC16F887A Microcontroller PIC16f877A is one of the PIC micro families in which the most popular that is used in current technologies is 16f877A. Because of very easy using PIC16F877A and the use of flash memory technology so that the write-erase technology can be used thousand times and the data is retained even when the power is switched off. PIC16f877A can be used in many applications such as automotive industries and controlling home applications to industrial instruments, remote sensors, electrical door locks and safety devices. Because of its low consumption, Fig 5.RF 433 Hz Modules This module comprises of an RF transmitter and receiver. The transmitter/receiver pair operates at a frequency of 434 MHZ. It receives serial data and transmits that through the wireless antenna which is connected at pin 4 to the receiver side. The transmitted data is received by a receiver operating at same frequency. The transmission occurs at a rate of 1 kbps to 10 kbps. The RF module is used along with a pair of encoder and decoder. 233

5 D. Encoder and Decoder The two classes of medium scale integration circuits are Encoders and Decoders. These two are based on binary coded input. Encoders typically have inputs and N outputs. Here we are using HT12 E encoder hence it is represented as. They are capable of encoding information which consists of N address and 1N data bits. Each address and data bits can be set to one of the two logic states. The programmed addresses and data are transmitted together with the header bits via an RF with a trigger signal. For the HT12 E encoders, transmission is enabled by applying a low signal to the TE pin. A decoder is a circuit component that decodes an input code. The enable input performs no logical operation, but is only responsible for making the decoder Active or Inactive. If the enable pin is zero then all outputs are zero regardless of the input values. If it is one, the decoder performs its normal operation. For our circuitry it depends on the VT pin. The output of the VT pin is high only when the transmission is valid. Otherwise it is always low. Fig 6. Model of SMB V. RESULT The below Fig.6 represents the transmitter and receiver part. The values from the resolver are further sent to SMB for further calculations. Fig 6 Transmitter Output, Wireless Transmission Of 5v Fig 6 Pin Diagram Of Encoder And Decoder E. SERIAL MEASUREMENT BOARD The serial measurement board primarily gathers resolver data from the robots motors. This data is used to measure the speed and position of each axis. SMB acts as a slave controller. Each SMB is capable of measuring up to 7 axes. It is also stores a number of data pertaining to each robot. This data is used by the controller and can be transferred between the SMB and the controller. Normally, the data is transferred automatically, but it can also be done manually. Fig 6 Receiver Section, Motor End. VI. CONCLUSION The resolver cable in welding robot has been replaced by the wireless communication modules. The replacing is done to avoid wiring damages from SMB to robot end. And to effectively increase its efficiency and speed without any data loss and damage to welding robots used in automobile industry.the communication modules proposed in this paper are zigbee and RF transmitter and receiver. The RF 433 MHZ module is used to transmit the 5v dc from SMB board to the 234

6 robot end. CC2500 zigbee is used to provide feedback. The angle of rotation from the robot end is provided to the SMB board for further calculations. ACKNOWLEDGMENT The authors would like to thank Mr. Murali and Mr. Logesh, Ford India Private Limited, Chennai. REFERENCES [1] Shekhar Mane, R.H.Khade, A zigbee based wireless reconfigurable stepper motor controller using FPGA, UACEE international journal of advances in electronics engineering VOL 2,issue 3. [2] Junji Hirai, Tae-Woong Kim and Atsuo Kawamura, IEEE MEMBERS, Integral motor with driver and wireless transmission of power and information for autonomous subspindle drive, IEEE Transactions of power electronics, VOL 15,issue 1,January [3] Arvind Kumar, Mrs.M.Valarmathi, Dept.of ECE SRM University, High precision stepper motor controller implementation on FPGA with GUI on lab VIEW, International journal of advanced research in electricalelectronics and instrumentation engineering VOL 2,issue 4, April [4] Zigbee/IEEE Summary by Sinem Coleri Ergen September 10, [5] Xbee series 2 datasheet, [6] Application manual, Additional axes robotware os 5.0 [7] Xuewu Dai, Konstantinos Saalolou, Robert Atkinson, John Strong, Isabella Panella, Lim Yun Cai, HanMingding, Ang Chee wei, Wireless communication networks for gas turbin engine testing, Hindawi publishing corporation international journal of distributed sensor networks [8] Sudip K. Mazumder, Senior Member, IEEE, Rongjun Huang, Student Member, IEEE, and Kaustuva Acharya, Rotor position feedback over an rf link for motor speed Control,IEEE Trancation on powerelectronics VOL.25,issue 4,April [9] Muhammad Ali Mazidi, Janice Mazidi and Janice Gillispie Mazidi"A text book of 8051Microcontroller and Embedded Systems" Publication: Prentice Hall; Har/Dsk edition (November 11, 1999), ISBN-13:

Job Sheet 2 Servo Control

Job Sheet 2 Servo Control Job Sheet 2 Servo Control Electrical actuators are replacing hydraulic actuators in many industrial applications. Electric servomotors and linear actuators can perform many of the same physical displacement

More information

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Wireless

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

Automatic Two Wheeler Driving Licence System by Using Labview

Automatic Two Wheeler Driving Licence System by Using Labview Automatic Two Wheeler Driving Licence System by Using Labview D.Sarathkumar 1, C.K Sathish Kumar 2, S.Nithya 3, E.Thilagavathi 4 Assistant Professor, Department of EEE, Kongu Engineering College, Perundurai,

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

RF Based Pick and Place Robot

RF Based Pick and Place Robot IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 3, Ver. I (May.-Jun. 2017), PP 34-38 www.iosrjournals.org RF Based Pick and Place

More information

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Microcontroller Based Advanced Triggering Circuit for Converters/Inverters Zameer Ahmad *1, S.N. Singh 2 *1,2 M.Tech Student,

More information

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Souvik Kumar Dolui 1, Dr.Soumitra Kumar Mandal 2 M.Tech Student, Dept. of Electrical Engineering, NITTTR, Kolkata, Salt Lake

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Payal P.Raval 1, Prof.C.R.mehta 2 1 PG Student, Electrical Engg. Department, Nirma University, SG Highway, Ahmedabad,

More information

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Course Project Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Presentation slides and one-page proposal document are due on Jan 30

More information

Multi Frequency RFID Read Writer System

Multi Frequency RFID Read Writer System Multi Frequency RFID Read Writer System Uppala Sunitha 1, B Rama Murthy 2, P Thimmaiah 3, K Tanveer Alam 1 PhD Scholar, Department of Electronics, Sri Krishnadevaraya University, Anantapur, A.P, India

More information

I. INTRODUCTION MAIN BLOCKS OF ROBOT

I. INTRODUCTION MAIN BLOCKS OF ROBOT Stair-Climbing Robot for Rescue Applications Prof. Pragati.D.Pawar 1, Prof. Ragini.D.Patmase 2, Mr. Swapnil.A.Kondekar 3, Mr. Nikhil.D.Andhare 4 1,2 Department of EXTC, 3,4 Final year EXTC, J.D.I.E.T Yavatmal,Maharashtra,

More information

Renewable Energy Based Interleaved Boost Converter

Renewable Energy Based Interleaved Boost Converter Renewable Energy Based Interleaved Boost Converter Pradeepakumara V 1, Nagabhushan patil 2 PG Scholar 1, Professor 2 Department of EEE Poojya Doddappa Appa College of Engineering, Kalaburagi, Karnataka,

More information

Zig-Bee Robotic Panzer

Zig-Bee Robotic Panzer International Journal for Modern Trends in Science and Technology Volume: 03, Special Issue No: 02, March 2017 ISSN: 2455-3778 http://www.ijmtst.com Zig-Bee Robotic Panzer P.Bose Babu 1 V.Madhu Babu 2

More information

Applicability of ZigBee Technology to Electric Motor Rotor Measurements

Applicability of ZigBee Technology to Electric Motor Rotor Measurements Applicability of ZigBee Technology to Electric Motor Rotor Measurements Ville Särkimäki, Risto Tiainen, Tuomo Lindh and Jero Ahola Department of Electrical Engineering Lappeenranta University of Technology

More information

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 B.Tech., Student, Dept. Of EEE, Pragati Engineering College,Surampalem,

More information

Automotive Control Solution for Brushless DC Motors

Automotive Control Solution for Brushless DC Motors Page 1 Automotive Control Solution for Brushless DC Motors TTTech provides solutions for setting up distributed systems with brushless DC motors. Today brushless DC motors are used in a variety of applications.

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 MATLAB CONTROLLING COLOUR SENSING ROBOT Dhiraj S.Dhondage 1,Kiran N.Nikam

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION 1 Mr. Kamble Santosh Ashok, 2 Mr.V.Naga Mahesh 1 M.Tech Student, 2 Astt.Prof. 1 Ece - Embedded System, 1 Scient Institute Of Technology, Ibrahimpatnam,

More information

ServoStep technology

ServoStep technology What means "ServoStep" "ServoStep" in Ever Elettronica's strategy resumes seven keypoints for quality and performances in motion control applications: Stepping motors Fast Forward Feed Full Digital Drive

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

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics - 2.4 GHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter RF Power Configurable - 10 or 63 mw - Built-in Chip Antenna - 250 kbps RF Data Rate

More information

ELECTRICITY BILLING BY USING POWER LINE CARRIER COMMUNCIATION

ELECTRICITY BILLING BY USING POWER LINE CARRIER COMMUNCIATION ELECTRICITY BILLING BY USING POWER LINE CARRIER COMMUNCIATION Abhishek Chavan, Sneha Bhoi, Amardeep Patil,Yuvraj Bagdi,Prof.S.S.Shingare Amardeep Patil, Electrical Depatment, AISSM'S IOIT,Maharashtra,

More information

GREEN RADIO: ENERGY EFFICIENT MOBILE TOWER NETWORK COMMUNICATION

GREEN RADIO: ENERGY EFFICIENT MOBILE TOWER NETWORK COMMUNICATION Volume 115 No. 7 2017, 555-560 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu GREEN RADIO: ENERGY EFFICIENT MOBILE TOWER NETWORK COMMUNICATION R.Vignesh

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

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science Motor Driver and Feedback Control: The feedback control system of a dc motor typically consists of a microcontroller, which provides drive commands (rotation and direction) to the driver. The driver is

More information

Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University of Technology Guangzhou,

Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University of Technology Guangzhou, Contents lists available at Journal homepage: http://twasp.info/journal/home Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

EXPERIMENT 6: Advanced I/O Programming

EXPERIMENT 6: Advanced I/O Programming EXPERIMENT 6: Advanced I/O Programming Objectives: To familiarize students with DC Motor control and Stepper Motor Interfacing. To utilize MikroC and MPLAB for Input Output Interfacing and motor control.

More information

INNOVATIVE SOLUTIONS FOR CSP CONTROLLERS

INNOVATIVE SOLUTIONS FOR CSP CONTROLLERS CSP TODAY 2015 INNOVATIVE SOLUTIONS FOR CSP CONTROLLERS 11-12 November 2015, Seville OUR PRODUCTS Local tracking Controllers With embedded SPA Algorithm for autonomous /slave tracking strategies. High

More information

Prototype Model of Li-Fi Technology using Visible Light Communication

Prototype Model of Li-Fi Technology using Visible Light Communication Prototype Model of Li-Fi Technology using Visible Light Communication Rashmi.T 1, Rajalaxmi.R 2, Mr.Balaji.V.R 3 1,2 UG Student, 3 Assistant Professor Department of ECE, St. Joseph s Institute of Technology

More information

Step vs. Servo Selecting the Best

Step vs. Servo Selecting the Best Step vs. Servo Selecting the Best Dan Jones Over the many years, there have been many technical papers and articles about which motor is the best. The short and sweet answer is let s talk about the application.

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 2, February -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 SIMULATION

More information

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot International Journal of Electronics and Computer Science Engineering 1148 Available Online at www.ijecse.org ISSN- 2277-1956 Automatic Docking System with Recharging and Battery Replacement for Surveillance

More information

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot*

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot* EEL5666C IMDL Spring 2006 Student: Andrew Joseph *Alarm-o-bot* TAs: Adam Barnett, Sara Keen Instructor: A.A. Arroyo Final Report April 25, 2006 Table of Contents Abstract 3 Executive Summary 3 Introduction

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

Design and Implementation of Integrated Smart Township

Design and Implementation of Integrated Smart Township IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 18-24 www.iosrjournals.org Design and Implementation

More information

Simulation of Sensorless Digital Control of BLDC Motor Based on Zero Cross Detection

Simulation of Sensorless Digital Control of BLDC Motor Based on Zero Cross Detection Simulation of Sensorless Digital Control of BLDC Motor Based on Zero Cross Detection S.P. Ajitha 1, S. Bagavathy 2, Dr. P. Maruthu Pandi 3 1 PG Scholar, Department of Power Electronics and Drives, Sri

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

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: ON PANEL SIGNALLING SYSTEM FOR TRAINS WITH AUTOMATIC BRAKING Mr. Shailesh Mahakal 1, Ms. Rutuja Ruikar 2, Mr. Ameya Shirsat 3, Mr. Mohd Farhan 4 Department of Electronics and Telecommunication Lokmanya

More information

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O 2.4 GHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1 to 63 mw RF Data Rate Configurable

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction:

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Low power wireless networks provide a new monitoring and control capability for civil and military applications in transportation,

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

Auto-Fact Security System

Auto-Fact Security System IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Auto-Fact Security System Rasika Hedaoo Department of Electronics Engineering

More information

s for Gap Systems Inductive Supply & s www.trelectronic.com/powergap s for Gap Systems s for Gap Systems Ideal s for Gap Gap can provide a unique solution for problems with motion applications - Cable

More information

Wireless Mems-Based Accelerometer Sensor System for Structure Vibration and Post Defamation Monitoring

Wireless Mems-Based Accelerometer Sensor System for Structure Vibration and Post Defamation Monitoring Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 11 (2017) pp. 3197-3204 Research India Publications http://www.ripublication.com Wireless Mems-Based Accelerometer Sensor

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

More information

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O - 900 MHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter Power Configurable to 40 or 158 mw - Built-in 0 dbi Chip Antenna - 100 kbps RF Data

More information

Speed Control of BLDC Motor Using FPGA

Speed Control of BLDC Motor Using FPGA Speed Control of BLDC Motor Using FPGA Jisha Kuruvilla 1, Basil George 2, Deepu K 3, Gokul P.T 4, Mathew Jose 5 Assistant Professor, Dept. of EEE, Mar Athanasius College of Engineering, Kothamangalam,

More information

DESIGN AND DEVELOPMENT OF RF BASED MODULAR ROBOTS WITH LOCAL AND GLOBAL COMMUNICATION

DESIGN AND DEVELOPMENT OF RF BASED MODULAR ROBOTS WITH LOCAL AND GLOBAL COMMUNICATION DESIGN AND DEVELOPMENT OF RF BASED MODULAR ROBOTS WITH LOCAL AND GLOBAL COMMUNICATION K. Jagadeesh Babu, B. Kiran Kumar, G.Vyshnavi Devi, K. Pramodh Kumar, and V. Rama Krishna Department of ECE, St.Ann

More information

Radiation Hardened RF Transceiver For In-Containment Environment Applications Using Commercial Off the Shelf Components

Radiation Hardened RF Transceiver For In-Containment Environment Applications Using Commercial Off the Shelf Components Radiation Hardened RF Transceiver For In-Containment Environment Applications Using Commercial Off the Shelf Components Shawn C. Stafford, Jorge V. Carvajal, Jonathan E. Baisch Westinghouse Electric Company

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

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM Products are now Murata products. 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Built-In Antenna Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed

More information

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee.

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design & Implementation

More information

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass Citrus Circuits Fall Workshop Series Roborio and Sensors Paul Ngo and Ellie Hass Introduction to Sensors Sensor: a device that detects or measures a physical property and records, indicates, or otherwise

More information

VT-CC2530-Z1 Wireless Module. User Guide

VT-CC2530-Z1 Wireless Module. User Guide Wireless Module User Guide V-CHIP MICROSYSTEMS Co. Ltd Address: Room 612-613, Science and Technology Service Center Building, NO.1, Qilin Road, Nanshan District, Shenzhen, Guangdong TEL:0755-88844812 FAX:0755-22643680

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

INTELLIGENT SELF-PARKING CHAIR

INTELLIGENT SELF-PARKING CHAIR INTELLIGENT SELF-PARKING CHAIR Siddharth Gauda 1, Ashish Panchal 2, Yograj Kadam 3, Prof. Ruchika Singh 4 1, 2, 3 Students, Electronics & Telecommunication, G.S. Moze College of Engineering, Balewadi,

More information

Design and Implementation of ZigBee based Vibration Monitoring and Analysis for Electrical Machines

Design and Implementation of ZigBee based Vibration Monitoring and Analysis for Electrical Machines Design and Implementation of ZigBee based Vibration Monitoring and Analysis for Electrical Machines Suratsavadee K. Korkua 1 Wei-Jen Lee 1 Chiman Kwan 2 Student Member, IEEE Fellow, IEEE Member, IEEE 1.

More information

802.11g Wireless Sensor Network Modules

802.11g Wireless Sensor Network Modules RFMProducts are now Murata Products Small Size, Integral Antenna, Light Weight, Low Cost 7.5 µa Sleep Current Supports Battery Operation Timer and Event Triggered Auto-reporting Capability Analog, Digital,

More information

AO-1505-THM ZigBee Temperature and Humidity Sensor

AO-1505-THM ZigBee Temperature and Humidity Sensor Features Reliable wireless transceiver module. Compatible with Peer to Peer, Star, Tree, or Mesh network configurations. AO-50 with on board PCB ANT with 50M range (LOS). AO-50A with external Antenna.

More information

DTMF Controlled Robot

DTMF Controlled Robot DTMF Controlled Robot Devesh Waingankar 1, Aaditya Agarwal 2, Yash Murudkar 3, Himanshu Jain 4, Sonali Pakhmode 5 ¹Information Technology-University of Mumbai, India Abstract- Wireless-controlled robots

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

AMBULANCE TRACKING AND ALTERNATE ROUTING

AMBULANCE TRACKING AND ALTERNATE ROUTING AMBULANCE TRACKING AND ALTERNATE ROUTING E.Abinaya 1, M.Arul Kumar 2, N.Abinaiya 3, RA.Saraswathi 4 1,2 PG student / VLSI Design, SNS College of Technology, Coimbatore, (India) 3 PG student / Communication

More information

War Field Spying Robot With Night Vision Camera

War Field Spying Robot With Night Vision Camera War Field Spying Robot With Night Vision Camera Aaruni Jha, Apoorva Singh, Ravinder Turna, Sakshi Chauhan SRMSWCET, UPTU, India Abstract With the aim of the satisfying and meeting the changing needs of

More information

GSM Based Water Billing System

GSM Based Water Billing System Reviewed Paper Volume 2 Issue 7 March 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 GSM Based Water Billing System Paper ID IJIFR/ V2/ E7/ 087 Page No. 2379-2385

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Fully Integrated FPGA-based configurable Motor Control

Fully Integrated FPGA-based configurable Motor Control Fully Integrated FPGA-based configurable Motor Control Christian Grumbein, Endric Schubert Missing Link Electronics Stefano Zammattio Altera Europe Abstract Field programmable gate arrays (FPGA) provide

More information

Power Factor Compensation Using PIC

Power Factor Compensation Using PIC Power Factor Compensation Using PIC R.Giridhar Balakrishna 1, K. Pavan Kumar 2 Assistant Professor, Dept. of EEE, VR Siddhartha Engineering College, Vijayawada, A.P, India 1 UG Student, Dept. of EEE, VR

More information

Modulating control valve

Modulating control valve Modulating control valve Automatic modulating valve Automatic modulating valve Diaphragm Pneumatic Actuator Positioner Pneumatic Actuator Positioner Air filter regulator gauge = AIRSET BALL VALVE GLOBE

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

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

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz PRODUCT SPECIFICATION 2.4 2.5 GHz e Applications 6 : 2 " 2! 2 2 + 2 7 + + Alarm and Security Systems Video Automotive Home Automation Keyless entry Wireless Handsfree Remote Control Surveillance Wireless

More information

Modern Electricity Billing System and Fuse Detection Using GSM

Modern Electricity Billing System and Fuse Detection Using GSM Modern Electricity Billing System and Fuse Detection Using GSM Santhya, Sandhya, Saranya, Sowmeya U.G Student, Department of ECE, SNS College of Technology, Coimbatore, Tamilnadu, India Associate Professor,

More information

Application of "S-MAC" TYPE C (Development of Work Rotation Type Wire Winding Machine)

Application of S-MAC TYPE C (Development of Work Rotation Type Wire Winding Machine) 1 / 6 SANYO DENKI Technical Report No.5 May 1998 Feature Application of "S-MAC" TYPE C (Development of Work Rotation Type Wire Winding Machine) Toyoshi Harada Katsumi Kuribayashi Hideaki Kodama Liang Chen

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

More information

ARDUINO BASED DC MOTOR SPEED CONTROL

ARDUINO BASED DC MOTOR SPEED CONTROL ARDUINO BASED DC MOTOR SPEED CONTROL Student of Electrical Engineering Department 1.Hirdesh Kr. Saini 2.Shahid Firoz 3.Ashutosh Pandey Abstract The Uno is a microcontroller board based on the ATmega328P.

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

CS601 Data Communication Solved Objective For Midterm Exam Preparation

CS601 Data Communication Solved Objective For Midterm Exam Preparation CS601 Data Communication Solved Objective For Midterm Exam Preparation Question No: 1 Effective network mean that the network has fast delivery, timeliness and high bandwidth duplex transmission accurate

More information

Wireless Energy Meter Using Handheld Reader

Wireless Energy Meter Using Handheld Reader International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 1, Issue 5, August 2014, PP 42-46 ISSN 2349-4042 (Print) & ISSN 2349-4050 (Online) www.arcjournals.org Wireless

More information

Microcontroller Based Speed Control of Induction Motor using Wireless Technology

Microcontroller Based Speed Control of Induction Motor using Wireless Technology Microcontroller Based Speed Control of Induction Motor using Wireless Technology P. Nagasekhara Reddy Abstract-Induction motors are the most extensively used motors in most power-driven home appliances,

More information

The wireless alternative to expensive cabling...

The wireless alternative to expensive cabling... The wireless alternative to expensive cabling... ELPRO 105U Wireless Solutions for Process Applications New Products... New Solutions The ELPRO 105U range of wireless I/O provides a low cost alternative

More information

Digital Telemetry Solutions

Digital Telemetry Solutions Digital Telemetry Solutions integrated flexible reliable Wireless measurement data transmission in machinery, facilities and vehicles imc - productive testing www.imc-tm.com/telemetry Your benefits at

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

Wireless Sensor Network Based Precision Green House Management System

Wireless Sensor Network Based Precision Green House Management System Wireless Sensor Network Based Precision Green House Management System G.Gnanavel 1, G.Ezhilarasan 2, N.Pavithra 3 Assistant professor 12, PG scholar 3 Department of EEE V.R.S. College of engineering, Villupuram

More information

DNT900. Low Cost 900 MHz FHSS Transceiver Module with I/O

DNT900. Low Cost 900 MHz FHSS Transceiver Module with I/O DEVELOPMENT KIT (Info Click here) 900 MHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1

More information

A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR

A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR Shiyoung Lee, Ph.D. Pennsylvania State University Berks Campus Room 120 Luerssen Building, Tulpehocken

More information

ELECTRICITY THEFT MONITORING AND ITS CONSUMPTION SAVINGS

ELECTRICITY THEFT MONITORING AND ITS CONSUMPTION SAVINGS ELECTRICITY THEFT MONITORING AND ITS CONSUMPTION SAVINGS Ms.V.Sellam 1, Saurav Chowdhury 2, MVS Vashishta 3, Anirudh Singh 4 1Asst. Prof, SRMIST,Chennai 2,3,4Student, SRMIST, Chennai ------------------------------------------------------------------------***-------------------------------------------------------------------------

More information

TMS320F241 DSP Boards for Power-electronics Applications

TMS320F241 DSP Boards for Power-electronics Applications TMS320F241 DSP Boards for Power-electronics Applications Kittiphan Techakittiroj, Narong Aphiratsakun, Wuttikorn Threevithayanon and Soemoe Nyun Faculty of Engineering, Assumption University Bangkok, Thailand

More information

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz. RF Chip Rate 11 Mcps RF Data Rates 1, 2, 5.

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz. RF Chip Rate 11 Mcps RF Data Rates 1, 2, 5. RFM Products are now Murata products. Small Size, Light Weight, Low Cost 7.5 µa Sleep Current Supports Battery Operation Timer and Event Triggered Auto-reporting Capability Analog, Digital, Serial and

More information

CIS009-2, Mechatronics Signals & Motors

CIS009-2, Mechatronics Signals & Motors CIS009-2, Signals & Motors Bedfordshire 13 th December 2012 Outline 1 2 3 4 5 6 7 8 3 Signals Two types of signals exist: 4 Bedfordshire 52 Analogue signal In an analogue signal voltages and currents continuously

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information