2 Marks

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

UNIT – 1

1. Mechatronics: Mechatronics is a multidisciplinary field that integrates


mechanical engineering, electronics, computer science, and control
engineering to design and create intelligent systems and products. It involves
the synergistic integration of mechanical components with electronics and
intelligent computer control to improve the functionality and performance
of a system.
2. Measurement System vs. Control System:
 Measurement System: A measurement system is designed to quantify or
measure physical quantities such as length, temperature, pressure, etc. Its
primary function is to determine the value of a variable. Examples include
thermometers, voltmeters, and speedometers.
 Control System: A control system, on the other hand, is focused on
manipulating a system's behavior to achieve a desired output. It involves
the use of feedback to adjust the system's inputs based on the difference
between the desired and actual outputs. Examples include thermostats,
cruise control systems in cars, and industrial process control systems.
3. Mechatronics Approach in a Microprocessor Controlled Washing Machine:
In a mechatronics-based washing machine, a microprocessor is employed to
control and coordinate various functions. Sensors measure parameters like
water level, temperature, and load weight. The microprocessor uses this data
to optimize the washing cycle, adjusting parameters such as water flow,
detergent dispensing, and agitation. Actuators, driven by the
microprocessor, control the motor, valves, and other mechanical
components. The integration of mechanical, electrical, and computer
systems enhances the efficiency, flexibility, and user-friendliness of the
washing machine.
4. Key Elements of a Mechatronics System:
 Mechanical components
 Electronics and electrical components
 Computer control systems (microprocessors, PLCs)
 Sensors and actuators
 Communication systems
 Software for system control and monitoring
5. Examples of Automatic Systems:
 Automated manufacturing systems
 Traffic light control systems
 Automatic door systems
 Home automation systems
 Robotic assembly lines
6. Elements of Feedback System:
 Sensor
 Error detector or comparator
 Controller
 Actuator
7. Emerging Areas in Mechatronics:
 Robotics and automation
 Autonomous vehicles
 Smart healthcare devices
 Internet of Things (IoT) applications
 Human-machine interaction technologies
8. Need of Sensor: Sensors are essential in mechatronics systems as they
provide real-time data about the system's environment or internal state. This
information is crucial for decision-making processes within the control
system, enabling it to adapt and respond to changing conditions.
9. Example of a Transducer and Transduction Principle: Example: Strain gauge
Transduction Principle: When subjected to mechanical strain, the strain
gauge undergoes a change in resistance, and this change is converted into an
electrical signal, typically a change in voltage, which can be measured and
used for various applications.
10.Difference between Transducer and Sensor:
 A sensor is a device that detects and responds to a physical stimulus,
producing an electrical signal as output.
 A transducer is a broader term that refers to a device capable of converting
one form of energy into another. Sensors are a type of transducer.
11.How Does an LVDT Work: LVDT (Linear Variable Differential Transformer) is
a type of position sensor. It consists of a primary coil and two secondary coils
wound on a cylindrical core. When the core is displaced, it induces different
voltages in the two secondary coils. The voltage difference is proportional to
the core's displacement, providing a measure of linear position.
12.Bimetallic Strips: Bimetallic strips are composed of two different metals with
different coefficients of thermal expansion bonded together. When
subjected to a temperature change, the strip bends due to the unequal
expansion of the two metals. This principle is used in devices like
thermostats.
13.Hysteresis Error: Hysteresis error is the phenomenon where the output of a
system depends not only on its current input but also on its history. In
measurement systems, hysteresis can lead to discrepancies between the
input and output when the input varies in a cyclic manner.
14.Reliability: Reliability refers to the ability of a system or component to
perform its specified functions under stated conditions for a specified period.
It is a measure of the system's dependability and consistency in delivering
desired outcomes.
15.Hall Effect: The Hall effect is the production of a voltage difference (Hall
voltage) across an electrical conductor perpendicular to the electric current
and magnetic field. This phenomenon is utilized in Hall effect sensors for
detecting magnetic fields and is widely used in applications like proximity
sensing and current measurement.
16.Darlington Pair: A Darlington pair is a configuration of two bipolar transistors
connected in such a way that the current amplified by the first transistor is
further amplified by the second one. It is used to achieve high current gain in
electronic circuits.
UNIT – 2

1. Function of Arithmetic Logic Unit (ALU):


The Arithmetic Logic Unit (ALU) is a crucial component of a computer's
central processing unit (CPU). Its primary function is to perform arithmetic
and logic operations on data. It can handle tasks such as addition,
subtraction, multiplication, division, and logical comparisons, playing a key
role in executing instructions and mathematical computations in a computer
system.
2. RAM and ROM:
 RAM (Random Access Memory): RAM is a type of computer memory that is
volatile, meaning its contents are lost when power is turned off. It is used for
storing data that is actively being used or processed by the computer. RAM
allows for quick read and write access by the CPU.
 ROM (Read-Only Memory): ROM is a type of non-volatile memory that
retains its content even when power is turned off. It is used to store firmware
or software that is permanently written during the manufacturing process.
ROM is typically used to store the computer's BIOS (Basic Input/Output
System) or firmware.
3. Microprocessor:
A microprocessor is the central processing unit (CPU) of a computer system.
It is an integrated circuit that contains the functions of a computer's central
control unit, arithmetic logic unit, and control unit. The microprocessor
performs processing tasks by executing instructions stored in the computer's
memory.
4. Function of Accumulator:
The accumulator is a register in a CPU that is used to store the results of
arithmetic and logical operations. It is a general-purpose register that plays a
central role in many microprocessor operations. The accumulator is often
used as one of the operands in arithmetic and logic instructions.
5. Addressing Modes for 8085 Microprocessor:
 Immediate Addressing
 Register Direct Addressing
 Register Indirect Addressing
 Direct Addressing
 Indirect Addressing
 Implicit Addressing
6. 8085 Instruction Set for Data Transfer from Memory to the Microprocessor:
The MOV instruction is commonly used for data transfer operations. For
example:
 MOV B, M (Move content of memory to register B)
 MOV A, M (Move content of memory to accumulator)
7. Four Flags of 8085:
 Zero Flag (Z)
 Carry Flag (CY)
 Sign Flag (S)
 Parity Flag (P)
8. Functions of the Program Counter:
 Keeps track of the memory address of the next instruction to be executed.
 Increments automatically after fetching an instruction.
 Facilitates the sequential execution of instructions.
9. Purpose of READY and TRAP Pins in 8085 Microprocessor:
 READY: Indicates whether the memory or peripheral is ready to
communicate with the microprocessor. The microprocessor waits for this
signal before proceeding with the next operation.
 TRAP: Used for non-maskable interrupts. When activated, it interrupts the
normal program execution and transfers control to a specific memory
location.
10.Interrupts of 8051 Microcontroller:
 External Interrupt 0 and 1
 Timer 0 and 1 Interrupts
 Serial Communication Interrupt
 Interrupt Enable (IE) and Interrupt Priority (IP) control overall interrupt
handling.
11.Features of the 8051 Microcontroller:
 4 KB of on-chip programmable Flash memory
 128 bytes of on-chip RAM
 4 parallel I/O ports
 2 16-bit timers/counters
 Full-duplex UART for serial communication
 Boolean Processor
 64 KB external code memory address space
12.Difference between Microcontroller and Microprocessor:
 A microprocessor is the central processing unit (CPU) of a computer, while a
microcontroller is a compact integrated circuit that includes a processor,
memory, and peripherals, designed for specific embedded applications.
 Microprocessors are used in general-purpose computing, while
microcontrollers are specialized for dedicated tasks in embedded systems.
13.Function of Timers & Oscillators in Microcontroller:
 Timers: Used for generating accurate time delays, measuring external events,
and controlling the timing of various operations in the microcontroller.
 Oscillators: Provide the clock signal for the microcontroller, determining the
speed at which it processes instructions. Oscillators are crucial for
synchronization and proper functioning of the microcontroller.
UNIT – 3

1. Features of 8255 PPI:


 Three 8-bit I/O ports (Port A, Port B, Port C).
 Group A and Group B control for independently configuring ports.
 Mode 0: Simple I/O mode for basic input and output operations.
 Mode 1: Strobed I/O mode for handshaking applications.
 Mode 2: Bidirectional bus I/O mode.
 Mode 3: Dual BSR mode for two 4-bit ports.
 Programmable interrupt control.
 Read/Write control logic for data transfer.
2. Define 8255 PPI: The 8255 Programmable Peripheral Interface (PPI) is a
versatile I/O device designed to provide parallel interfacing between the
microprocessor and various peripheral devices. It has three 8-bit I/O ports (A,
B, and C), and each port can be individually configured in different modes to
serve various interfacing requirements.
3. Peripheral Interfacing: Peripheral interfacing involves connecting external
devices (peripherals) to a microprocessor or microcontroller. This allows the
microprocessor to communicate with and control external devices such as
sensors, actuators, displays, and memory.
4. Key Debouncing: Key debouncing is a technique used to eliminate or reduce
the effects of mechanical bouncing in switches or keys. Mechanical contacts
can make and break contact rapidly when pressed, causing multiple electrical
pulses. Debouncing circuits or algorithms are employed to ensure that only a
single, clean signal is registered when a key is pressed or released.
5. Types of ADC:
 Successive Approximation ADC
 Dual Slope ADC
 Flash ADC
 Sigma-Delta ADC
6. D/A Converter Terms:
 (i) Resolution: The number of binary bits in the digital output. Higher
resolution allows for more precise analog output.
 (ii) Accuracy: The closeness of the analog output to the ideal or desired value.
It is affected by factors like linearity, monotonicity, and calibration errors.
7. Keyboard Interfacing: Keyboard interfacing involves connecting a keyboard
to a microprocessor or microcontroller to enable input from the keyboard.
This may include scanning key matrices, debouncing keys, and interfacing
with the microprocessor to transmit keypress information.
8. Function of Program Counter: The program counter (PC) is a register that
holds the memory address of the next instruction to be fetched and executed
by the microprocessor. It increments automatically after each instruction
fetch, ensuring sequential program execution.
9. Traffic Light Control Interface: A traffic light control interface involves
connecting a microcontroller to traffic light signals to control their operation.
It includes programming the microcontroller to manage the timing and
sequencing of the traffic lights at an intersection.
10.Bit Set Reset Mode of 8255 PPI: In this mode, individual bits in the ports can
be set or reset. This allows for more precise control over the state of specific
bits within the ports.
11.Parallel Data Transfer vs. Serial Data Transfer:
 Parallel Data Transfer: Involves transferring multiple bits simultaneously
over parallel lines. It requires more physical lines but is generally faster.
 Serial Data Transfer: Involves transferring data bit by bit over a single line. It
requires fewer physical lines but may be slower than parallel transfer for
large amounts of data.
12.Need for Interfacing:
 Microprocessors and microcontrollers may need to interact with various
devices that use different voltage levels, data formats, or communication
protocols.
 Interfacing allows for the integration of diverse components, enabling a
system to interact with the external world efficiently.
 It facilitates communication between the processing unit and peripherals,
such as sensors, actuators, displays, and memory devices.

UNIT – 4

1. Define a Programmable Logic Controller (PLC): A Programmable Logic


Controller (PLC) is a specialized digital computer used in industrial
automation and control systems. It is designed to operate in harsh industrial
environments and is programmable to control and monitor a wide range of
manufacturing processes and machinery. PLCs are characterized by their
ability to receive input signals, process the information according to a stored
program, and generate output signals to control machines and processes.
2. Criteria for the Selection of a PLC:
 Processing Speed: Should match the requirements of the application.
 Memory Capacity: Sufficient to store the program and data.
 Number and Type of I/O: Compatible with the connected devices.
 Communication Protocols: Support for communication with other devices
and networks.
 Programming Language: Ease of programming for the intended application.
 Reliability: High reliability in the industrial environment.
 Environmental Conditions: Ability to operate in the specified temperature,
humidity, and vibration conditions.
3. Main Components Parts of a PLC:
 Central Processing Unit (CPU): Executes the control program.
 Memory: Stores the control program and data.
 Input Modules: Interface with sensors and other input devices.
 Output Modules: Interface with actuators and other output devices.
 Programming Device: Allows users to input and modify the control program.
 Power Supply: Provides the necessary power for the PLC.
4. Ladder Programming: Ladder programming is a graphical programming
language used for PLCs. It resembles an electrical schematic diagram and
uses relay logic symbols. Ladder logic is widely used for representing control
circuits in a form that is familiar to electricians and technicians.
5. Use of Latch Circuit in PLC: A latch circuit, often implemented using relay or
memory elements, is used in PLCs to maintain the state of an output even
after the input condition that caused the output to change is no longer true.
This helps in creating latching or holding circuits, ensuring a stable output
until intentionally reset.
6. Logic Functions Obtained by Using Switches in Series:
 AND logic function: Output is true only when all input switches are true.
 NAND logic function: Output is false only when all input switches are true.
 OR logic function: Output is true when at least one input switch is true.
 NOR logic function: Output is false when at least one input switch is true.
7. Timers: Timers in PLCs are used to introduce time delays in the control
program. They can be used for various purposes such as controlling the
duration of an output, creating time-based sequences, or introducing pauses
in the execution of the program.
8. Up & Down Counters:
 Up Counters: Increment the count when the input condition is true.
 Down Counters: Decrement the count when the input condition is true.
Counters are used to keep track of the number of events or cycles in a
process.
9. Internal Relays: Internal relays, also known as virtual or software relays, are
memory locations within the PLC used to store and represent logical
conditions or states. They are not physically connected to external devices
but play a crucial role in the execution of ladder logic and control functions.
10.Methods Used for Input/Output Processing:
 Scan Cycle: PLC scans the input devices, updates its internal status, executes
the control program, and updates the output devices in a cyclic manner.
 Interrupts: Certain events or conditions can interrupt the regular scan cycle
to address specific tasks or events.
11.Delay-On and Delay-Off Timer with Ladder Diagrams:
 Delay-On Timer: Delays turning on an output for a specified time after the
input condition becomes true. Represented as TO (Timer On) in ladder logic.
 Delay-Off Timer: Delays turning off an output for a specified time after the
input condition becomes false. Represented as TOF (Timer Off) in ladder
logic.

UNIT – 5

1. Actuators: Actuators are devices that convert control signals into physical
action. They are responsible for moving or controlling a mechanism or
system. Actuators can be electric, hydraulic, pneumatic, or a combination of
these, depending on the application.
2. Advantages and Disadvantages of Stepper Motor:
 Advantages:
 Precise positioning.
 Simple control interface.
 No feedback mechanism required for open-loop applications.
 Relatively low cost.
 Disadvantages:
 Limited high-speed capability.
 Vibrations and resonance at certain speeds.
 Lower torque at high speeds.
 Power consumption even when stationary.
3. Four Applications of Stepper Motor:
 CNC Machines
 3D Printers
 Robotics
 Medical Equipment (e.g., infusion pumps)
4. Advantages and Disadvantages of Servo Motor:
 Advantages:
 High torque at high speeds.
 Precise control of position, velocity, and acceleration.
 Better performance in dynamic applications.
 Ability to handle varying loads.
 Disadvantages:
 More complex control system.
 Higher cost compared to stepper motors.
 Requires a feedback mechanism (encoder) for precise control.
 Sensitive to environmental conditions.
5. Servo Motor: A servo motor is a rotary or linear actuator that allows for
precise control of angular or linear position, velocity, and acceleration. It
typically incorporates a feedback device, such as an encoder, to provide
information about the motor's actual position.
6. Timed Switch: A timed switch is a device that controls the electrical power
to a load for a predetermined duration. It is often used for applications where
a device needs to be powered for a specific amount of time, such as lighting
control or appliance timing.
7. Sensors Used in Car Engine Management System:
 Mass Air Flow (MAF) Sensor
 Throttle Position Sensor (TPS)
 Engine Coolant Temperature (ECT) Sensor
 Oxygen (O2) Sensor
8. Advantages of PLC System over Traditional Mechanical System:
 Flexibility to reprogram and modify control logic without changing hardware.
 Centralized control and monitoring.
 Improved reliability and diagnostics.
 Reduced wiring complexity.
 Faster response to changes in the system.
9. Comparison of Traditional Design with Mechatronics Design:
 Traditional Design: Often involves separate systems for mechanical,
electrical, and control components. Interactions are limited, and
modifications can be challenging.
 Mechatronics Design: Integrates mechanical, electrical, and control systems
into a unified design. Emphasizes synergy and interdisciplinary collaboration,
allowing for improved performance and flexibility.
10.Mechatronics Approach: Mechatronics is an integrated approach that
combines mechanical engineering, electronics, computer science, and
control engineering to design and create intelligent systems and products. It
emphasizes the synergistic integration of various disciplines to enhance
functionality and performance.
11.How a Car Park Barrier Works: Car park barriers typically use a combination
of sensors, control systems, and motors. When a vehicle approaches, sensors
detect its presence, and the control system activates the motor to raise the
barrier. Once the vehicle has passed, the barrier is lowered again.
12.Sensors Used in Engine Management System:
 Mass Air Flow (MAF) Sensor
 Throttle Position Sensor (TPS)
 Engine Coolant Temperature (ECT) Sensor
 Crankshaft Position Sensor (CKP)
13.Engine Speed Sensor: The engine speed sensor, also known as the crankshaft
position sensor, measures the rotational speed of the engine. It provides
crucial information for the engine control unit (ECU) to determine ignition
timing and fuel injection.
14.Drawbacks of Traditional Design Approach:
 Limited flexibility in adapting to changes.
 Difficulty in integrating and modifying components.
 Lack of real-time monitoring and diagnostics.
 Higher complexity in control and automation.
 Reduced efficiency and performance in dynamic environments.

You might also like