Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.

Slides:



Advertisements
Similar presentations
Sensing and Control.
Advertisements

Lecture 4: Signal Conditioning
Analog-to-Digital Converter (ADC) And
CONTROL SYSTEMS: WHAT THEY ARE
MECHATRONICS SENSORS.
555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
COMPUTERS AND INPUT SENSORS. cbc MICROCOMPUTER OPERATION HAPPENS IN STAGES Memory.
Industrial Automation and Control
Instrumentation - Introduction 10/9/2013Ohio University - Dr. Cyders1 Engineering measurements are usually taken by some form of transducer. A transducer.
Lecture 9: D/A and A/D Converters
Dr. Andreas Kunz © 10/2004 inspire icvr BASICS OF ELECTRONICS.
Introduction AD620 Instrumentation Amplifier
Introduction to Op Amps
PLC Fundamentals Module 2: Hardware and Terminology.
Digital I/O Connecting to the Outside World
Module 2: Hardware and Terminology
The Potential Divider Electricity Lesson 10. Learning Objectives To know what a potential divider is. To derive and know how to use the potential divider.
Basics of Sensors. A sensor is a device which is used to sense the surroundings of it & gives some useful information about it. This information is used.
Weather Station Project Temperature Light Dark Sensor Wind Speed Wind Direction 1.
SCADA and Telemetry Presented By:.
© 2011 Pearson Education, Inc. All Rights Reserved Automotive Technology, Fifth Edition James Halderman COMPUTER FUNDAMENTALS 71.
Topic 28: Direct Sensing 28.1 Sensing devices
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
ACOE2551 Microprocessors Data Converters Analog to Digital Converters (ADC) –Convert an analog quantity (voltage, current) into a digital code Digital.
Data Acquisition Systems
Module 1: Introduction to PLC
Electronic Components. Battery A portable power source that has a positive and negative. Electronics works on Direct Current (DC) where electrons flow.
Power and Power Measurement ENGR 10 – Intro to Engineering College of Engineering San Jose State University (Ping Hsu and Ken Youssefi) 1 Introduction.
Alexander-Sadiku Fundamentals of Electric Circuits
Chapter 1 Introduction to Electronics
Outline Introduction & BackgroundSystem Description & DiagramSpecificationsDesign – Four StagesFuture Development 211/22/2006.
Essmart Hackathon Peter Burkimsher and Sreechand Tavva.
Basic Electronic Components.  An electronic component is any basic discrete device or physical entity in an electronic system used to affect electrons.
Programmable Logic Controller (PLC)
Digital to Analog Converters (DAC) 1 Technician Series ©Paul Godin March 2015.
1 Data-Converter Circuits A/D and D/A Chapter 9 1.
Lecture 4: Signal Conditioning
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
ELECTRONICS – Input Transducers Engineering Science – National 5.
Voltage Divider Circuits Input transducers Input transducers are devices that convert a change in physical conditions (for example, temperature) into a.
Digital-to-Analog Analog-to-Digital Week 10. Data Handling Systems  Both data about the physical world and control signals sent to interact with the.
PHYSICS – Electric circuits
Throttle Arduino RC Receiver Stock Golf Cart Motor Controller Motor 1 PWM signal: Voltage: 0 – 5V Period = 22ms Positive Pulse Width: 1ms – 2ms Digital.
Self Switching Power Supply. Introduction Self Switching Power Supply  Embedded system requires a regulated power supply.
Digital-to-Analog Analog-to-Digital
Lecture Notes / PPT UNIT III
1 Summary Lecture: Part 1 Sensor Readout Electronics and Data Conversion Discovering Sensor Networks: Applications in Structural Health Monitoring.
TITLE: 555 Timer OM INSTITUTE OF TECHNOLOGY Subject: Analog Electronics ( ) Semester: 03 Prepared By:
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Chapter 5 Operational Amplifier
TRANSDUCERS PRESENTATION BY: Dr.Mohammed Abdulrazzaq
INTRODUCTION TO ELECTRONIC INSTRUMENTATION
(3) Signal Conditioning
Digital-to-Analog Analog-to-Digital
Application Case Study Security Camera Controller
Chapter 1 Introduction to Electronics
Module 1: Introduction to PLC
Control System Instrumentation
(2) Bridge Circuits.
555 Timer EEE DEPARTMENT KUMPAVAT HARPAL( )
Sensors For Robotics Robotics Academy All Rights Reserved.
Block Diagram Transmitter Receiver × 2 Transmitter Power Supply ADC
Basic Electronics.
INTELLIGENT ENERGY SAVING SYSTEM USING PIC MICROCONTROLLER
Digital-to-Analog Analog-to-Digital
EET 2261 Unit 14 INCOMPLETE Analog-to-Digital Conversion (ADC) & Digital-to-Analog Conversion (DAC) Read. Homework #13 and Lab #13 due next week. Quiz.
Comparator Circuits AIM:
Sensors and actuators Sensors Resistive sensors
Presentation transcript:

Module 4: Analog programming blocks

Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and use it for simple control tasks. Configure control task hardware by calculating the required resistance for a given potentiometer’s specifications. Adjust the ON/OFF delay timers’ parameters using a potentiometer. Use Analog comparator and analog amplifier programming blocks.

Analog and Digital signals A signal is any type of physical quantity that conveys information. Electrical signals can be classified into analog signals and digital signals. An analog signal is a kind of signal that varies continuously, While a digital signal has discrete levels.

Examples When you talk to any one you use Audio signal. To turn a light ON you need to send an electrical signal. This text is another kind of signal. Analog signals Digital signals

Consider a light switch that is either ON or OFF, this light switch is an example of a digital input device Think about a dimmer switch that allows you to vary the light in different degrees of brightness. In this case the switch has potentiometer that can be used as an analog input. Digital inputs are used to control digital signals while analog inputs are used to control analog signals. Many signals in our daily life are analog signals, for example, voice, audio, video, temperature, pressure, or position

Processing analog quantities The LOGO! 12/24RC is equipped with the inputs I7 and I8, which can also be programmed as analog inputs (AI1 and AI2). LOGO! can read voltages from 0 to 10 V or currents from 0 to 20 mA at its analog inputs. Therefore, the physical quantities (e.g. temperature, pressure, speed etc.) must be converted into electrical quantities. This conversion is performed by an external sensor.

The steps required to process analog inputs.

In figure,a sensor is connected to the analog input of LOGO!. It converts a physical quantity into an electrical signal. This value of signal lies within the typical range of this sensor. LOGO! reads an electrical quantity at the input and convert it into a standardized value within the range of 0 to This value is then processed by the special analog functions used in the program. Based on the program conditions, LOGO! then switches ON or OFF an external actuator.

Connecting potentiometer to LOGO! For LOGO! Controller the input voltage range is 0-10V. When connecting any analog input this range must be taken into consideration. To get a 10V maximum reading with a full rotation of the potentiometer (depending on the potentiometer input voltage), sometimes you have to connect another series resistor.

if there is an input voltage of 24 V and you want to use a potentiometer to give a 10V input voltage as a maximum value, then the difference in voltage can be achieved by connecting a resistor in series with the potentiometer such that a maximum 10V value is obtained with a full rotation of the potentiometer.

The following formula can be used to obtain the value of the required resistor:

A 20KΩ potentiometer is to be used as an analog input for a LOGO! Controller, if the supply voltage is 24V, find the value of the resistor that should be connected in series with this potentiometer.

Analog threshold trigger The output of this programming block is set or reset depending on two configurable thresholds; one is ON threshold the other is OFF threshold.

Functional description This function fetches the analog signal atinput A x. A x is multiplied by the value of the A ( gain ) parameter,and the value at the parameter B (OFFSET) is added to the product i.e (A x. Gain ) + offset = actual value of A x

Calculation rule If threshold (On) >= threshold (Off), then: Q = 1, if the actual value Ax > On. Q = 0, if the actual value Ax <= Off. If threshold (On) < threshold (Off), then: Q = 1, if On <= the actual value Ax < Off

Timing Diagram

Air Conditioning machine The function block diagram can be used to switch ON an Air Conditioning machine when the temperature is more than 23 and OFF when the temperature is less than 19, this will maintain the room at an optimum temperature and will save energy too.