Instrumentation and Control Reviewer
Instrumentation and Control Reviewer
Control Dynamics
• Dynamic Systems: When implementing a control system, it is crucial to understand the
dynamics of the system being controlled. For example, in a reservoir control application,
the PLC monitors water levels and adjusts the pumping rate accordingly.
• Integral Control: This approach adjusts the output based on the accumulated error over
time. However, using pure integral control in systems like tanks can lead to instability
(self-sustained oscillations). Therefore, it is essential to analyze the combined dynamics
of the control law and the system.
Ladder Logic
• Definition: Ladder Logic is the most widely used programming language for PLCs,
resembling electrical relay logic diagrams. It visually represents the control processes in a
format that mimics electrical circuits.
• Relay Ladder Logic: This is the foundational programming concept where logic
operations are represented using relay symbols. Each rung of the ladder represents a
specific control condition or action.
PLC Terminology
• On-line vs. Off-line: Refers to the current program in the PLC memory (on-line) versus
the stored version on a computer (off-line).
• Upload/Download: Involves transferring code between the PLC and the programming
computer, with care needed to prevent data loss.
• Run/Program Mode: Indicates whether the PLC is actively executing control logic or is
in a state for programming.
Programming Procedure
• On-line Edits: Changes can be made to the PLC program while it is running. The
procedure involves inserting edit rungs, testing them, and then assembling the code for
permanent updates.
Programming Example
• Ladder Logic Example: A simple start-stop ladder logic diagram illustrates how to
control a motor using push buttons, detailing the input addresses and output actions.
Historical Context
• Applications include advanced automobile control, energy efficiency improvements, and complex
manufacturing processes.
• Research extends to non-engineering systems like biological and socio-economic systems.
• Integrated Power Systems reduce the number of prime movers, enhance fuel efficiency, and
simplify maintenance.
• Focus on automation and reducing auxiliary systems (e.g., steam and hydraulics).
Design Process
• Iterative Design: Addresses the design gap between the physical system and its model.
• Trade-offs: Complexity, performance, and cost must be balanced to meet specifications.
Differential Equations
• The Laplace transform converts time-domain functions into the frequency domain.
• Useful for analyzing linear time-invariant systems.
Key Properties
1. Linear Superposition: The response can be expressed as the sum of individual responses.
2. Initial-Value Theorem: Relates initial conditions to the Laplace transform.
3. Final-Value Theorem: Determines steady-state behavior.
Process Models
• Definition: Show overall processes supported by the system.
• Data Flow Models: Illustrate processes and information flow from one process to another.
Behavioral Models
• Purpose: Describe system behavior.
• Types:
o Data Processing Models: Show how data is processed within the system.
o State Machine Models: Illustrate system responses to events.
Statechart Diagrams
• Definition: Show system behavior in response to events.
• Components:
o States: Represent system conditions (rounded rectangles).
o Events: Cause transitions between states (arcs).
o Initial State: Denoted by a solid circle, optional.
o Final State: Represented by a solid circle with a ring.
• Actions: Described within states, detailing operations performe
•
• Example: Microwave Oven Model
Key Points
• Models are abstract views of systems, providing complementary information.
• Context Models: Illustrate system positioning within its environment.
• Data Flow Models: Document data processing.
• State Machine Models: Describe behavior in response to events.
Review of Transfer Function and Impulse Response Function
𝑌(𝑠)
𝐺(𝑠) =
𝑋(𝑠)
• Represents feedback systems where output is fed back into the input.
𝐵(𝑠)
𝐺(𝑠) =
𝐸(𝑠)
Feedforward Transfer Function: Ratio of the output C(s) to the error signal E(s).
𝐶(𝑠) = 𝐺(𝑠)𝐸(𝑠)
7. Closed-Loop Transfer Function
• Expressed as:
𝐺(𝑠)𝑅(𝑠)
𝐶(𝑠) =
1 + 𝐺(𝑠)𝐻(𝑠)
• feedback;
• cascade;
• parallel;
𝐹(𝑠)
𝐶(𝑠) =
Δ
where:
Key Points
1. Laplace Transform: Essential for analyzing linear systems.
2. Transfer Function: Key tool for understanding system dynamics.
3. Impulse Response: Provides complete information about system behavior.
4. Block Diagrams: Visual representation simplifies complex system analysis.
5. Feedback and Open-Loop Systems: Fundamental concepts in control theory.