Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Gas Turbine Temperature Alarms using Siemens TIA Portal
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Gas Turbine Temperature Alarms using Siemens TIA Portal

Gas Turbine Temperature Alarms using Siemens TIA Portal

Last updated: March 4, 2021 12:34 pm
Editorial Staff
PLC Tutorials Power Plant
1 Comment
Share
4 Min Read
SHARE

This article is about the temperature alarms PLC program for a Gas turbine. Here we will use Siemens TIA PORTAL for programming the logic.

Contents
Gas Turbine Temperature AlarmsPLC Logic using Siemens TIA PortalProgram Description

There are many applications in the industry where we need to measure the temperature accurately. If the process temperature goes out of the required range then there must be an alarm generated in the system.

Gas Turbine Temperature Alarms

In a Gas turbine, there are various elements need to be monitored like speed, temperature, lube oil pressure, etc.

Here in this article, let’s consider that in the gas turbine we have to measure the temperature in one of the sections.

Here we will take three temperature sensors where RTD PT 100 is used for its constant high accuracy for a smaller range of the temperature measurement. If anyone of the sensors goes out of the range as per the defined temperature setpoint, there should be an alarm generated, which is to notify personnel that things are not working properly.

Also, we want an average of three sensors to maintain a predefined temperature difference. Let’s say, in our case we need to maintain an average temperature of 100°C. We also need one more alarm to indicate, when the average temperature goes out of the range.

If the Temperature difference between Temperature sensor_1 and the average temperature goes above 100°C then the alarm should be generated. Same applicable for sensor_2 and sensor_3.

Whenever there is an active alarm in the system, then I want an additional GENERAL ALARM to be activated.

Here I will use 3 Analog INPUT’s for three RTD temperature sensors and four outputs, out of them one for average temperature indication and three for individual RTD’s.

Inputs:

  • TEMPERATURE SENSOR_1 (MD0)
  • TEMPERATURE SENSOR_2 (MD4)
  • TEMPERATURE SENSOR_3 (MD8)

Outputs:

  • ALARM_1 (Q0.0)
  • ALARM_2 (Q0.1)
  • ALARM_3 (Q0.2)
  • ALARM_4 (Q0.3)

Now first, we need to calculate the average of the temperature readings. For that, we have to add the values of the three temperature sensors and divide it by 3.

Average of 3 Temperature Sensors

PLC Logic using Siemens TIA Portal

Gas Turbine Temperature Alarms using Siemens TIA Portal

Gas Turbine Temperature Control using Siemens Tia Portal

Program Description

Network 1:

Here, I have added the three temperature sensors readings using ADD instruction and divide it by three as per the above-shown equation to get an average temperature.

Network 2:

Here, we want to generate an alarm, when the difference between Temperature sensor_1 and the average temperature goes above 100 °C. To compare it, we have used greater than instruction.

To generate that difference, I have used subtraction instruction.

Here, absolute instruction is used to reverse the sign (+ or -). If the temperature difference goes negative, we want it to positive using absolute instruction. So, it only alarms when the temperature goes above 100 °C.

Absolute instruction only uses real data type. That’s why we have used data type “real” in all the instructions.

Network 3 & 4:

Here, as explained in the above network Alarm_2 and Alarm_3 generated if the temperature goes above 100°C.

Network 5:

As the temperature difference goes above 100°C from any one of the sensors then the main alarm will also generate.

Author: Suhel Patel

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Troubleshoot PLC Program
  • Lube Oil Pump Logic
  • PLC Maths Instructions
  • What is PID Controller?
  • PID Controller Loop Tuning
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Machine Tool and Coolant Control: PLC Ladder Logic Design
#12 PLC Best Practices – Validate Inputs based on Physical Plausibility
PLC Pneumatic Circuit Control
PLC Program for Paint Spraying
PLC Programming for Weight-Based Packaging
GET Command – Siemens PLC-to-PLC Communication Project
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • LAMRI says:
    September 11, 2022 at 1:17 pm

    GOOD, THANK YOU VERY MUCH

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to take Backup from Siemens S7-300 PLC?
How Does Redundant Power Supply Work?
Jump Instruction in Siemens Tia Portal
What is a Wet Contact? – Basics of PLC Wiring
Smart Spray System using Wecon PLC
Operator Interface for SCADA System
Basic Pumping System Application Used in Industrial Automation
FC Function in Siemens PLC

Keep Learning

Manual sequential logic in Schneider PLC

Programming Schneider PLC Manual Sequential Machine

Siemens PCS 7

What is PCS 7?

Programmable Logic Controller (PLC)

What is Interposing Relay in a PLC System ?

Automatic Car Washing Process using PLC Ladder Diagram

Automatic Car Washing using PLC

TIA Portal Options

How to Troubleshoot Siemens PLC Programs?

How to Activate the Schneider PLC Software License

How to Download EcoStruxure Machine Expert? Schneider PLC Software

PLC engineering software

How to Download GX Works? Mitsubishi PLC Software

Automated Garage Gate Control - PLC Ladder Logic

Automated Garage Gate Control – PLC Ladder Logic

Learn More

Types of Flow Meters

Types of Flow Meters

Specific-Conductance-Calibration-Procedure

Types of AC Motors and DC Motors

Troubleshooting Ultrasonic Flow Meter Common Problems

Troubleshooting Ultrasonic Flow Meter Common Problems

control of level in three cascaded Loops

Multiple Lags (orders)

Digital Electronics Projects

Top 100 Digital Electronics Project Ideas for Engineering Students

Patch Panel

What is a Patch Panel? Types and Uses in Networking

One Shot Rising PLC Example Program

One Shot Rising PLC Example Program

Power Systems Questions & Answers

Power Systems MCQ Series 12

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?