Module-1 ME71 Notes
Module-1 ME71 Notes
ME VII Semester
2021 Scheme
Module-1
Introduction to Automation
Dr. Shanthala K.
Assistant Professor,
Department of Mechanical Engineering
RVITM, Bengaluru – 560076
Email: [email protected]
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
Module-1
Introduction to Automation
Automation refers to the technology that enables processes or procedures to be completed with
minimal or no human intervention. It involves a combination of programmed instructions
and a control system that carries out these instructions. For automation to function, power is
essential both for driving the process and for operating the control system.
Although automation finds applications in many sectors, it is most closely associated with
manufacturing. The term "automation" was first introduced in 1946 by an engineering manager
at Ford Motor Company. It was used to describe the automatic transfer devices and feeding
mechanisms installed in Ford’s production plants.
Automation and mechanization are often compared, but they are not the same. Mechanization
refers to using machinery (often powered) to assist or replace human workers in performing
physical tasks. However, human intervention is still needed for decision-making and sensory
tasks. Automation, on the other hand, involves machinery that not only performs the physical
tasks but also operates without constant human oversight. The position of automation and
control technologies in the larger production system is shown in Fig. 1.1.
Fig. 1.2 Elements of an automated system: (1) power, (2) program of instructions, and (3)
control systems.
• Data Acquisition and Information Processing: Control systems often need to collect
data from the process to adjust operations. Additionally, data may be recorded for
monitoring process performance or ensuring product quality. These functions require
power, though in small amounts.
1.1.2 Program of Instructions in Automation
The program of instructions defines the actions performed by an automated process. These
steps are carried out during a work cycle, which repeats for each new part or product. The work
cycle program can vary in complexity depending on the process.
Work Cycle Programs
1. Set-Point Control: The process parameter remains constant during the work cycle.
Example: Maintaining a furnace temperature.
2. Logic Control: The process parameter depends on other variables. Example: Valve
opens only if a sensor detects a certain level.
3. Sequence Control: The process parameter changes over time. Example: Turning on a
machine motor at one time and shutting it off later.
4. Interactive Program: Involves interaction between the operator and control system.
Example: An operator enters data for each work cycle.
5. Intelligent Program: The system makes decisions using logic or learning, like
recognizing part variations.
Modern vs. Traditional Control Systems
• Traditional Control: Used hardware components like relays and timers to control
cycles but had limitations (e.g., difficult to modify).
• Modern Control: Uses digital computers for flexibility and easier updates. Programs
are stored digitally, allowing better control and easy upgrades.
Decision-Making in Work Cycles
Automation systems often need to handle variations, which are built into the program:
• Operator Interaction: The system may require the operator to input data, such as
entering engraving details.
• Different Part Styles: Automated systems can adjust to different product styles, like a
robot that welds different car models.
• Variations in Starting Work Units: Differences in raw materials or dimensions may
require program adjustments during the cycle.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
Components:
✓ Input Parameter (Set Point): Desired value (e.g., thermostat setting).
✓ Process: Operation being controlled (e.g., temperature).
✓ Sensor: Measures the actual output.
✓ Controller: Compares actual output with desired input and adjusts.
✓ Actuators: Devices like motors or valves that carry out control actions.
Advantages: Accurate and adaptable to changes; handles complex processes.
Applications: Used when precise control is needed, such as in positioning systems or
temperature control.
B) Open-Loop Control System
In an open-loop system, there is no feedback (Fig. 1.4) . The controller sends commands
without measuring the output. the controls operate without measuring the output variable, so
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
no comparison is made between the actual value of the output and the desired input parameter.
The controller relies on an accurate model of the effect of its actuator on the process variable.
With an open-loop system, there is always the risk that the actuator will not have the intended
effect on the process, and that is the disadvantage of an open-loop system.
Components:
✓ Controller: Sends commands based on a predefined model.
✓ Actuators: Perform the tasks without adjusting based on feedback.
Advantages: Simpler and cheaper than closed-loop systems.
Disadvantages: Less reliable since it doesn’t correct errors in real-time.
Applications: Suitable when:
✓ The process is simple.
✓ Actuators are very reliable.
✓ Minimal external forces affect the system.
1.3.1.1 Comparison of Closed-Loop vs. Open-Loop Positioning Systems
Positioning systems are commonly used in manufacturing to position a work part relative to a
tool or work head (Fig 1.5).
These functions are enabled by specialized subroutines within the control program. They either
provide data for human decision-making or directly initiate actions using the system’s
actuators.
One of the significant reasons for automating a manufacturing operation is to remove workers
from a hazardous working environment. An automated system is often installed to perform a
potentially dangerous operation that would otherwise be accomplished manually by human
workers. However, even in automated systems, workers are still needed to service the system,
at periodic intervals if not full time. Accordingly, it is important that the automated system be
designed to operate safely when workers are in attendance. In addition, it is essential that the
automated system carry out its process in a way that is not self-destructive. Thus, there are two
reasons for providing an automated system with a safety monitoring capability.
1. Protect Workers: Prevent accidents and injuries when humans are in the vicinity of
automated systems.
2. Protect Equipment: Prevent damage to the machinery and ensure the system operates
safely.
knowledge. This mode helps repair crews follow best practices and efficient repair
methods.
Status monitoring serves two important functions in machine diagnostics:
✓ Providing information for diagnosing a current failure
✓ Providing data to predict a future malfunction or failure
Diagnosing Failures: Helps identify the cause of failures and necessary repairs. Useful for
electronic components where visual inspection might not be sufficient. The system reconstructs
events leading to the failure to assist in making accurate repairs.
Predicting Failures: Detects signs of potential issues before they cause system downtime.
Allows for parts replacement during non-operational periods, minimizing disruptions to
production.
Error Detection: Detects and classifies deviations or malfunctions using available sensors.
The system interprets sensor signals to identify errors. Error detection design involves listing
all possible errors, which are specific to the application. Errors are generally categorized into:
1. Random Errors: Result from the stochastic nature of the process. These occur even
when the process is in statistical control. Variations in part dimensions can cause
downstream issues, but can be corrected in subsequent operations.
2. Systematic Errors: Caused by identifiable issues like raw material changes or
equipment drift. These errors lead to products deviating from specifications and quality
standards.
3. Aberrations: Arise from equipment failures or human mistakes. Equipment failures
include mechanical breakages or tool failures, while human mistakes involve
programming errors, incorrect setups, or wrong material use.
Error Recovery: Focuses on applying corrective actions to restore normal system operation
after an error occurs. Strategies are designed based on the error type and severity, and can be
classified as follows:
✓ Approach: The system completes the current work cycle, then branches to a
corrective action subroutine specific to the detected error before resuming the
work cycle program.
✓ Urgency: Low
✓ Common Use: Applied to random errors.
✓ Approach: Corrective actions are initiated as soon as the error is detected and
are performed while the work cycle is still ongoing. If immediate correction is
not feasible, the process must be stopped.
✓ Urgency: Moderate to High
✓ Urgency: Critical
Error detection and recovery involve an interrupt system that pauses the current program
execution to address the error. Recovery procedures can be invoked at the end of the current
cycle or immediately, depending on the error severity. After recovery, the program resumes
normal operation.
1. Device Level:
2. Machine Level:
✓ Integrates hardware from the device level into individual machines like CNC
tools, industrial robots, and automated guided vehicles.
✓ Control functions manage the sequence and execution of program steps.
4. Plant Level:
5. Enterprise Level:
✓ Device Level: Process industries use sensors and actuators for controlling chemical,
thermal, or similar processes, whereas discrete manufacturing uses devices for
mechanical actions.
✓ Machine Level: Process industries control unit operations, while discrete
manufacturing focuses on machine control.
✓ System Level: Process industries manage interconnected unit operations, and
discrete manufacturing handles interconnected machines.
✓ Plant and Enterprise Levels: Control strategies are similar, focusing on
scheduling, tracking, and management, though the specific processes and products
differ. (Table 1.1)
Fig. 1.7 Continuous and discrete variables and parameters in manufacturing operations
Industrial control systems are tailored to the needs of their respective industries. In process
industries, the focus is on controlling continuous variables and parameters, such as temperature,
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
pressure, and flow rates. These variables typically vary smoothly over time, making continuous
control systems ideal. On the other hand, manufacturing industries often deal with discrete
parts and products, requiring control systems that emphasize discrete variables, which are
primarily binary (ON/OFF).
1. Continuous Control
2. Discrete Control
In reality, both process and manufacturing industries often involve a combination of continuous
and discrete variables. For instance, a chemical plant might require continuous control for
maintaining temperatures but use discrete control for managing batch processes or packaging.
Industrial controllers today are typically designed to handle both continuous and discrete data,
allowing them to manage complex operations that involve mixed variables.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
The use of digital computers in industrial control systems has blurred the distinction between
continuous and discrete control. Continuous signals are often sampled periodically, converting
them into discrete data for processing, while control signals are typically delivered as stepwise
functions. This hybrid approach enhances accuracy and flexibility in modern control systems,
allowing them to be effective in both process and manufacturing environments.
Continuous control systems manage variables that change smoothly over time and are typically
analogue in nature, such as temperature, pressure, or flow rate. These systems aim to maintain
output variables at a desired level continuously, similar to the operation of feedback control
systems. Continuous control is crucial in process industries where smooth and uninterrupted
operation is essential. Unlike discrete systems, continuous control involves variables that can
take any value within a given range, allowing for more refined and gradual adjustments. The
main categories of continuous control include regulatory control, which keeps performance
within specified limits; feedforward control, which anticipates disturbances and adjusts
parameters proactively; steady-state optimization, which uses mathematical techniques to find
optimal setpoints; and adaptive control, which adjusts parameters in real-time to adapt to
changing conditions.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
3. Steady-State Optimization
✓ Optimizes a process by adjusting parameters to achieve the best performance
based on a known relationship between variables.
✓ Operates in an open-loop configuration.
4. Adaptive Control
✓ Adjusts control strategies in real-time to cope with changing environments, such
as variations in material properties or environmental conditions.
✓ Involves continuous identification, decision-making, and modification to
maintain optimal performance.
These two requirements correspond to the two types of changes mentioned previously in the
context of discrete control systems: (1) event-driven changes and (2) time-driven changes. In
addition to these basic requirements, the control computer must also deal with other types of
interruptions and events. These include the following:
3. Computer commands to process: In addition to receiving incoming signals from the
process, the control computer must send control signals to the process to accomplish a
corrective action. These output signals may actuate a certain hardware device or readjust a set
point in a control loop.
4. System- and program-initiated events: These are events related to the computer system
itself. They are similar to the kinds of computer operations associated with business and
engineering applications of computers. A system-initiated event involves communications
among computers and peripheral devices linked together in a network. In these multiple
computer networks, feedback signals, control commands, and other data must be transferred
back and forth among the computers in the overall control of the process. A program-initiated
event occurs when the program calls for some non-process-related action, such as the printing
or display of reports on a printer or monitor. In process control, system- and program-initiated
events generally occupy a low level of priority compared with process interrupts, commands
to the process, and timer-initiated events.
5. Operator-initiated events.: Finally, the control computer must be able to accept input from
operating personnel. Operator-initiated events include (1) entering new programs; (2) editing
existing programs; (3) entering customer data, order number, or start-up instructions for the
next production run; (4) requesting process data; and (5) calling for emergency stops.
1.6.2 Capabilities of Computer Control
Computer control systems possess specific technical capabilities that are crucial for
maintaining effective process control. These capabilities ensure that the control system not only
operates efficiently but also adapts to varying conditions and unexpected events within the
process environment. The above requirements can be satisfied by providing the controller with
certain capabilities that allow it to interact on a real-time basis with the process and the
operator. These capabilities are (1) polling, (2) interlocks, (3) interrupt system, and (4)
exception handling.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
1. Polling: Polling involves the periodic sampling of process data to assess the current state of
the system. This function is essential for converting continuous signals into discrete data,
enabling the computer to monitor and control the process effectively. This process involves
converting continuous signals into discrete data and includes:
✓ Polling Frequency: The rate at which the data is sampled, crucial for real-time process
monitoring.
✓ Polling Order: The sequence in which different data points are sampled, ensuring that
critical parameters are prioritized.
✓ Polling Format: The method used for data collection, which may involve capturing all
new data, only data that has changed, or using a tiered scanning approach for efficiency.
2. Interlocks: Interlocks are safety mechanisms that coordinate the actions of multiple devices
to prevent operational conflicts and ensure proper sequencing. They are essential for
maintaining the integrity of the process. They include:
✓ Input Interlocks: These signals from external devices determine whether the work
cycle should proceed or halt, based on the status of the process. Input interlocks are
used for either of the following functions:
i. To proceed with the execution of the work cycle program. For example, the
production machine communicates a signal to the controller that it has
completed its processing of the part. This signal constitutes an input interlock
indicating that the controller can now proceed to the next step in the work cycle,
which is to unload the part.
ii. To interrupt the execution of the work cycle program. For example, while
unloading the part from the machine, the robot accidentally drops the part. The
sensor in its gripper transmits an interlock signal to the controller indicating that
the regular work cycle sequence should be interrupted until corrective action is
taken.
✓ Output Interlocks: An output interlock is a signal sent from the controller to some
external device. It is used to control the activities of each external device and to
coordinate their operation with that of the other equipment in the cell. For example, an
output interlock can be used to send a control signal to a production machine to begin
its automatic cycle after the work part has been loaded into it.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
3. Interrupt System: The interrupt system allows a computer to temporarily halt its current
tasks to address more urgent issues that arise during a process. This capability is crucial for
ensuring that critical events are handled immediately, preventing delays that could lead to
inefficiencies or hazards. The interrupt system includes:
✓ Internal Interrupts: These are generated by the computer itself to manage routine
operations like polling sensors or executing system commands. These interrupts ensure
that regular tasks, such as data collection and updates, are handled on schedule.
✓ External Interrupts: These originate from the process environment or operator inputs.
Examples include signals from sensors indicating an abnormal condition, or emergency
stops initiated by an operator. External interrupts typically have higher priority as they
directly impact the safety and stability of the process.
Single-Level vs. Multi-Level Interrupts
i. Single-Level Interrupt System:
In this system, there are only two modes of operation: normal mode and interrupt mode.
The normal mode can be interrupted, but once in interrupt mode, further interrupts are
queued until the current one is resolved. While this is simple to implement, it can be
inefficient or even hazardous if high-priority events are delayed because a lower-
priority interrupt is being processed.
ii. Multi-Level Interrupt System:
A more advanced approach involves multiple interrupt levels, each with a defined
priority. In this system:
✓ The normal mode can be interrupted by any level of interrupt.
✓ Higher-priority interrupts can pre-empt lower-priority ones, ensuring that
critical events are addressed immediately.
✓ This system allows for more flexible and efficient handling of tasks, especially
in complex processes where certain actions require immediate response (e.g.,
safety-critical operations) while others can wait.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
Fig. 1.12 Forms of Computer Process Control: (a) process monitoring, (b) open-loop
process control, and (c) closed-loop process control.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
Computer Process Monitoring. Computer process monitoring is one of the ways in which the
computer can be interfaced with a process. It involves the use of the computer to observe the
process and associated equipment and to collect and record data from the operation. The
computer is not used to directly control the process. Control remains in the hands of humans
who use the data to guide them in managing and operating the process.
The data collected by the computer in computer process monitoring can generally be classified
into three categories:
1. Process data. These are measured values of input parameters and output variables that
indicate process performance. When the values are found to indicate a problem, the
human operator takes corrective action.
2. Equipment data. These data indicate the status of the equipment in the process. The data
are used to monitor machine utilization, schedule tool changes, avoid machine
breakdowns, diagnose equipment malfunctions, and plan preventive maintenance.
3. Product data. Government regulations require certain manufacturing industries to
collect and preserve production data on their products. The pharmaceutical and medical
supply industries is prime examples. Computer monitoring is the most convenient
means of satisfying these regulations. A firm may also want to collect product data for
its own use.
Collecting data from factory operations can be accomplished by any of several means. Shop
data can be entered by workers through manual terminals located throughout the plant or can
be collected automatically by means of limit switches, sensor systems, bar code readers, or
other devices.
Direct Digital Control. DDC was certainly one of the important steps in the development of
computer process control. This computer-control mode had its limitations, which motivated
improvements leading to modern computer-control technology. DDC is a computer process-
control system in which certain components in a conventional analogue control system are
replaced by the digital computer. The regulation of the process is accomplished by the digital
computer on a time-shared, sampled-data basis rather than by the many individual analogue
components working in a dedicated continuous manner. With DDC, the computer calculates
the desired values of the input parameters and set points, and these values are applied through
a direct link to the process, hence the name “direct digital” control.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
The difference between direct digital control and analogue control can be seen by comparing
Fig 1.13 and 1.14 . Fig 1.13 shows the instrumentation for a typical analogue control loop. The
entire process would have many individual control loops, but only one is shown here. Typical
hardware components of the analogue control loop include the sensor and transducer, an
instrument for displaying the output variable, some means for establishing the set point of the
loop (shown as a dial in the figure, suggesting that the setting is determined by a human
operator), a comparator (to compare set point with measured output variable), the analogue
controller, an amplifier, and the actuator that determines the input parameter to the process.
In the DDC system (Figure 1.14), some of the control loop components remain unchanged,
including (probably) the sensor and transducer as well as the amplifier and actuator.
Components likely to be replaced in DDC include the analogue controller, recording and
display instruments, set-point dials, and comparator. New components in the loop include the
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
• More control options than traditional analogue. With digital computer control, more
complex control algorithms can be performed than with the conventional control modes
used by analogue controllers; for example, on/off control or nonlinearities in the control
functions can be implemented.
• Integration and optimization of multiple loops. This is the ability to integrate feedback
measurements from multiple loops and to implement optimizing strategies to improve
overall process performance.
• Ability to edit the control programs. Using a digital computer makes it relatively easy
to change the control algorithm when necessary by simply reprogramming the
computer. Reprogramming an analogue control loop is likely to require hardware
changes that are costlier and less convenient.
Computer numerical control (CNC) is another form of industrial computer control. It involves
the use of the computer (again, a microcomputer) to direct a machine tool through a sequence
of processing steps defined by a program of instructions specifying the details of each step and
their sequence. The distinctive feature of CNC is control of the relative position of a tool with
respect to the object (work part) being processed. Computations must be made to determine
the trajectory that will be followed by the cutting tool to shape the part geometry. Hence, CNC
requires the controller to execute not only sequence control but geometric calculations as well.
Closely related to CNC is industrial robotics, in which the joints of a manipulator (robot arm)
are controlled to move the end of the arm through a sequence of positions during the work
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
cycle. As in CNC, the controller must perform calculations during the work cycle to implement
motion interpolation, feedback control, and other functions. In addition, a robotic work cell
usually includes other equipment besides the robot, and the activities of the other equipment in
the work cell must be coordinated with those of the robot. This coordination is achieved using
interlocks.
1.7 Hardware components for automation and process control
To successfully implement automation and process control, it is essential for the control
computer to interface with the physical process. This interface involves collecting data from
the process and transmitting control signals back. The main challenge arises because computers
handle digital (binary) data, while processes often involve continuous analogue signals. To
bridge this gap, specific hardware components are used to facilitate data exchange and control:
1. Sensors:
Sensors are critical for measuring process variables, which can be either continuous
(e.g., temperature, pressure) or discrete (e.g., the state of a valve).
✓ Continuous Sensors: Measure variables like temperature, pressure, and flow
rate, providing analog signals that need to be converted to digital format for the
computer to process.
✓ Discrete Sensors: Detect binary states (e.g., ON/OFF, open/closed), producing
digital signals directly usable by the control computer.
2. Actuators:
Actuators are responsible for adjusting process parameters based on control signals
from the computer. Like sensors, they can be categorized as continuous or discrete:
✓ Continuous Actuators: Include devices like variable-speed drives and control
valves that adjust smoothly over a range.
✓ Discrete Actuators: Include devices like relays, solenoids, and switches that
operate in distinct states (e.g., ON/OFF).
3. Signal Converters:
Since computers handle digital data and many process variables are analog, signal
converters play a crucial role:
✓ Analog-to-Digital Converters (ADC): Convert continuous analog signals
from sensors into digital data for the computer.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
Fig.1.15 The computer process control system, showing the various types of components
required to interface the process with the computer.
Fig.1.15 illustrates the overall configuration of a typical process control system, highlighting
the interaction between the control computer and the process via four key hardware
components: sensors, actuators, signal converters, and I/O devices. This general model applies
to various automation systems, including CNC machines, industrial robots, PLC systems, and
many manufacturing systems.
1.7.1. Sensors
Sensors are fundamental components in industrial automation and process control systems.
They provide the necessary feedback to maintain control over various process variables. A
sensor is a type of transducer that converts a physical variable (like temperature, force, or
pressure) into a more useful form (typically an electrical signal) that can be easily interpreted
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
and processed by a control system. A significant trend in sensor technology has been the
development of very small sensors. The term microsensor refers to measuring devices whose
physical features have dimensions in the micron range (10-6 m). Microsensors are usually
fabricated out of silicon using processing techniques associated with integrated circuit
manufacture.
1.7.1.1 Classification of Sensors
Sensors can be categorized based on the type of physical stimulus they measure or based on
their signal output—analogue or discrete.
1. By Stimulus or Variable Measured: Sensors are classified by the type of physical
stimulus they are designed to detect, such as temperature, pressure, displacement, or
flow. These variables are typical in industrial processes.
2. Analog vs. Discrete Sensors:
• Analog Sensors: Produce a continuous signal, such as voltage, that varies
smoothly with the stimulus. Examples include thermocouples, strain
gauges, and potentiometers. Analog signals usually require conversion to
digital form using an analogue-to-digital converter (ADC) for processing by
digital control systems.
• Discrete Sensors: Output only specific values, often in binary form
(on/off). They are divided into:
✓ Binary Sensors: These generate simple on/off signals, like limit
switches or proximity sensors.
✓ Digital Sensors: These produce signals in digital format, either
as parallel status bits or pulse series (e.g., optical encoders).
Digital sensors are increasingly common because they integrate
well with modern digital control systems.
1.7.1.2 Types of Sensors
Some of the common sensors used in industrial control include:
• Temperature Sensors: Thermocouples, RTDs, and thermistors.
• Position and Displacement Sensors: Potentiometers, linear variable differential
transformers (LVDTs), and encoders.
• Pressure Sensors: Strain gauges, piezoelectric sensors.
• Flow Sensors: Orifice meters, turbine meters.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
o Types:
▪ Synchronous Motors: These maintain a rotor speed synchronized with
the AC frequency. They are ideal for applications requiring constant
speed.
▪ Induction Motors: The most widely used motors globally, induction
motors are simple in construction and cost-effective. They operate at
speeds slightly lower than the synchronous speed and are suitable for
constant-speed applications. Adjustable-frequency drives (inverters)
can control their speed.
3. Stepper Motors:
o Precise Incremental Rotation: Stepper motors rotate in small, precise
increments, making them ideal for applications requiring accurate positioning.
o Common Applications: These motors are often used in CNC machines,
robotics, and other systems where precise control of position is crucial.
4. Linear Motors:
o Direct Linear Motion: Unlike traditional rotary motors, linear motors generate
motion in a straight line, eliminating the need to convert rotary motion into
linear motion.
o Ideal Applications: Linear motors are perfect for tasks that require direct linear
movement, such as in conveyor systems or linear actuators in industrial
machinery.
1.7.2.2 Rotary-to-Linear Motion Conversion
In many industrial applications, although electric motors primarily produce rotary motion and
torque, the required output may be linear motion and force. Several mechanisms are commonly
used to convert rotary motion into linear motion:
1. Leadscrews and Ball Screws:
✓ The motor shaft is connected to a screw with helical threads.
✓ A lead nut or ball nut is threaded onto the screw and prevented from rotating,
resulting in linear motion along the screw when it rotates.
✓ The direction of linear motion is determined by the rotation direction of the
screw.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
Fig. 1.16 Mechanisms to convert rotary motion into linear motion: (a) leadscrew or ball screw,
(b) pulley system, and (c) rack and pinion.
✓ Linear solenoids are used to open and close valves in fluid systems, providing
linear push or pull actions.
✓ Rotary solenoids offer limited angular motion (e.g., 25° to 90°) and are used in
specific applications.
• Relays:
✓ Electromechanical switches with a stationary coil and a movable arm that opens
or closes electrical contacts using magnetic fields.
✓ Operate with low current levels to control high-power circuits, making them
useful for remotely switching on/off high-power equipment safely.
2. Hydraulic and Pneumatic Actuators
• Hydraulic Actuators:
✓ Powered by pressurized oil.
✓ Provide high force and smooth motion due to the incompressibility of the fluid.
✓ Commonly used in applications requiring substantial force, such as heavy
machinery.
• Pneumatic Actuators:
✓ Powered by compressed air.
✓ Provide quick and lightweight operation but are less precise than hydraulic
actuators due to air compressibility.
✓ Often used in applications where speed is prioritized over force, such as in light
automation.
• Linear Motion Devices (Cylinders):
✓ Single-Acting Cylinder: Fluid pressure moves the piston in one direction,
while a spring returns it.
✓ Double-Acting Cylinder: Fluid pressure moves the piston in both directions,
offering more versatile control.
• Rotary Motion Devices (Motors):
✓ Hydraulic motors deliver high torque, ideal for heavy-duty applications.
✓ Pneumatic motors provide high-speed rotation, suitable for lightweight and fast-
moving tasks.
✓ Different mechanisms (pistons, vanes, turbine blades) drive these motors
depending on the application requirements.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
Fig. 1.17 Cylinder and piston: (a) single acting with spring return and (b) double acting.
Key Differences
• Hydraulic systems provide precise and powerful control but are slower.
• Pneumatic systems offer faster action but are less predictable and have lower force
output.
3. Resolution:
o The precision with which the analogue signal is digitized, determined by the
number of quantization levels.
o The resolution improves with more bits but increases complexity.
4. Quantization Error:
o An inherent error introduced during the quantization step.
o The error is half of the quantization level spacing and results from the rounding
of signal values to the nearest predefined level.
Conversion Method: Successive Approximation
• The Successive Approximation Method is widely used in ADCs.
• It involves comparing the input signal with a series of known trial voltages.
• The comparison starts with half the full-scale range, and each subsequent voltage is half
the previous one.
• The results of these comparisons generate a series of binary digits, building the digital
equivalent of the input signal.
Digital-to-analogue converters (DAC) are devices that convert digital signals from a computer
into continuous analogue signals that can be used to drive analogue devices like actuators. The
conversion process involves two main steps:
1. Decoding:
o In this step, the digital output from the computer is converted into a series of
discrete analogue values.
o The conversion works by transferring the digital value into a binary register that
controls a reference voltage. The register assigns each bit a fraction of the total
reference voltage, determining the final output voltage.
o The output voltage depends on the status (on or off) of each bit, with each
successive bit representing half the voltage of the previous one.
2. Data Holding:
o After decoding, the next step is to create a continuous analogue signal from the
discrete data.
RV Institute of Technology & Management®
Sy.No.171/5, Kothanur,8th Phase, JP Nagar, Bengaluru-560076
o The most common approach is a zero-order hold, where the output remains
constant for the entire sampling period, producing a stepped output signal.
o Another approach is a first-order hold, where the output changes gradually
over time, resulting in a smoother signal. The rate of change is determined by
comparing the current and previous output values.
The choice between these methods depends on how closely the output signal needs to match
the original data and the application’s requirements. The zero-order hold is simpler and widely
used, while the first-order hold offers better accuracy in applications needing smoother
transitions.
✓ Similar to the input interface, the output interface can transmit non-binary
discrete data by setting an array of contacts that represent a specific discrete
value.
2. Pulse Counters and Generators
Pulse data involves a series of electrical pulses generated or processed by devices such as
digital transducers or used for control tasks like operating stepper motors.
• Pulse Counters
✓ Convert a series of incoming pulses into a digital value that can be used by the
computer.
✓ These devices typically use sequential logic gates, such as flip-flops, which
store the counted values.
✓ Applications include counting objects on a conveyor belt or measuring the
rotational speed of a shaft using rotary encoders.
✓ In a speed measurement example, the counter records the number of pulses
during a set time and divides it by the duration and pulse count per rotation to
determine the rotational speed.
• Pulse Generators
✓ Produce a series of electrical pulses whose number and frequency are controlled
by the computer.
✓ These pulses can be used for driving devices like stepper motors, where the
pulse count determines position and the pulse frequency controls speed.
✓ The generator operates by rapidly opening and closing electrical contacts to
create the desired pulse sequence, ensuring compatibility with the controlled
device's voltage and frequency requirements.