Lab 11
Lab 11
11 Lab session:
Control System Logic for Motor Level and Temperature Control
11.1 Introduction
This report outlines the design and implementation of a control system for managing both the liquid
level and temperature in an industrial setup. The control system ensures that the liquid level in a tank
and its temperature are maintained within desired ranges, using sensors for measurement and
actuators for adjustments. The focus of this report is on the control logic diagram that represents the
overall system.
11.2 Theory
Control systems in industrial applications are crucial for maintaining process parameters within desired
limits. These systems typically use sensors to monitor the state of the process, controllers to process
sensor data and make decisions, and actuators to implement the control actions.
Actuators:
Motor: Controls the inflow or outflow of liquid to maintain the desired level.
Controller:
Processes the input from sensors and sends control signals to actuators.
Typically implemented using a Programmable Logic Controller (PLC) with built-in PID
(Proportional-Integral-Derivative) control capabilities.
Setpoints: Predefined desired values for liquid level and temperature. The controller aims to
minimize the deviation from these setpoints.
11.5 Procedure
The procedure for developing the control system involves the following steps:
Represent the flow of information and control actions between sensors, controllers, and
actuators.
Simulate the control system to ensure it maintains the desired level and temperature
under various conditions.
11.6 Results
The results include the control system logic diagram and the performance analysis of the system in
maintaining the desired liquid level and temperature.
1. Level Control:
PID Controller (Level): Receives input from the level sensor and compares it to the
setpoint. Outputs a control signal to the motor.
Motor (M): Adjusts the flow rate to maintain the desired liquid level.
2. Temperature Control:
PID Controller (Temp): Receives input from the temperature sensor and compares it to
the setpoint. Outputs a control signal to the heater.
Heater (H): Adjusts the heating element to maintain the desired temperature.
System Performance:
The control system successfully maintains the liquid level within the desired range by adjusting
the motor speed.
The temperature is controlled accurately by modulating the heater output based on the PID
controller's output.
The system responds quickly to changes in setpoints and external disturbances, ensuring stable
operation.
11.7 Conclusion
This report detailed the design and implementation of a control system for managing liquid level and
temperature using sensors, actuators, and PID controllers within a PLC. The control system logic diagram
effectively represents the interactions between the components. The resulting system provides precise
and stable control, ensuring the desired parameters are maintained, which is crucial for industrial
processes requiring strict adherence to operational standards.