Thursday, 30 July 2015

Level measurement



In industries, Liquid levels are measured either directly or indirectly. In direct method level can be measured by using indicators such as dipsticks, floats, and gauge glasses. Where as in indirect method, it is measured using static or differential pressure instruments. Normally Direct measurements are used only for local indication, meanwhile Indirect measurements are used to provide both remote indication and a control signal.

Direct method


Direct methods are used only for monitoring or getting indications locally. Even though in industries, it is used for various reasons on many types of substances. There are different types of instruments for this purposes. Some of them are discussed below. 

Monday, 1 June 2015

Speaking aid for dumb - a simple project

ABSTRACT

      Speaking aid for dumb convert the gestures used by the dumb persons to sound. When a dumb person communicates using gestures, corresponding sounds will be heard through speaker. This will help the dumb people communicate with normal people who do not understand their gestures. LED-LDR networks are used for sensing the gestures. A flexible tube is placed between LED and LDR for passing the light. The LED-LDR network is placed on a glove worn by the dumb person. According to the finger bending, LDR resistance varies. The output of the sensor is converted to voltage and interfaced to   a LABVIEW through Arduino. The corresponding prerecorded sounds are played through loud speakers. This work produced sound for the gestures for the numbers 0 to 9 for which it was designed.

Purpose of motor drive


      Generally in industrial, commercial and utility applications electric motors are used to transform electrical energy into mechanical energy. The motors may be a part of mechanical systems such as mixer, conveyor, pump e.t.c. In many such cases, the speed of the system is determined by its mechanical design and loading. So, it is necessary to control the speed of motor for controlling the speed of system. The speed of motor is mainly controlled by using suitable electronic drive equipment, normally referred as variable speed drives. So the drives are used to
  •   Increase the efficiency of a process
  •   Provide accurate motor speed
  •   Control motor torque
  •   Enable the motor to run at a range of speeds
  •   Automate and optimize a process                                                                                               
The above listed features help to improve the efficiency and quality of process run by motors.

Wednesday, 20 May 2015

What is the difference between sensor and transducer

The difference between sensors and transducers is one of the most confusing and ever discussed question among instrumentation students. the reason behind rising such confusion is that, both sensors and transducers are highly related and some people use these as synonyms. here i would like to explore some definitions and differences explained by experts.


the below explanation is by john wiley & sons in “Sensors and Signal Conditioning, 2nd. Ed.”:


A transducer is a device that converts a signal from one physical form to a corresponding signal having a different physical form. Therefore, it is an energy converter. This means that the input signal always has energy or power, i.e. signals consist of two component quantities whose product has energy or power dimension. But in measurement systems, one of the two components of the measured signal is usually so small that it is negligible, and thus only the remaining component is measured.

Thursday, 7 May 2015

AUTOMATIC PICK AND PLACE ROBOT

AUTOMATIC PICK AND PLACE ROBOT
{implemented based on below paper}
With the help of machine vision we identify the object and remove the noise in it. Visual servoing is used to control the trajectory of the robot toward the object in the image. After that we want to pick the object and return to the starting position for placing it.  We use Arduino, H bridge and motors for controlling the robot. This is the block diagram for automatic pick and place robot using camera. This contains mainly eight blocks as shown in Fig



pick and place robot design
block diagram for automatic pick and place robot





Tuesday, 5 May 2015

Ratio Based Distance Measurement for Automatic Pick and Place Robot

   Ratio Based Distance Measurement for Automatic Pick and Place Robot.

K.M.I.Yasar Arafath, Adeep Shafi, Adnan Aboobacker, Asha K V, Muhammed Mousoof  K, Rashida P P

ashakandanakam@gmail.com, rashrashida11@gmail.com


AbstractAutomatic pick and place robots have wide applications especially in the field of agriculture, industry, etc. The most important part in the pick and place robots is the calculation of distance between the object and the observer. Since cameras are becoming an integral part of the robot, this work uses a camera for the measurement of the distance. The previous works in this field either uses external hardware in addition to camera in order to measure the distance or has knowledge regarding the size of the object. This also makes the work useful in cases where measuring instruments cannot be used. This work uses a ratio based distance measurement method for calculating the distance between the observer and the object. The camera on the robot takes the picture of the object and calculates the pixel height. Then the robot moves a known distance towards the object and again calculates the pixel height of the object by capturing a new image. The actual distance to the object is calculated using the ratio of the pixel heights and the known distance moved by the robot. Then robot moves the measured distance, picks the object and places the object at the starting position. The MATLAB is used as the processing software and Arduino Uno is interfaced with MATLAB to control the robotic actions.