Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: DCS Program to Maintain Draft in Furnace
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Control Systems > DCS Program to Maintain Draft in Furnace

DCS Program to Maintain Draft in Furnace

Last updated: November 28, 2020 3:32 pm
Editorial Staff
Control Systems
2 Comments
Share
5 Min Read
SHARE

In Boiler, the Draft Plays an Important role. If the Draft of the Boiler Furnace is not Control Properly there are the Chances of Back firing and also the heat can be realised from chimney without its proper use gage these will reduce a boiler efficiency.

Contents
DCS Program to Maintain Draft in FurnaceProblem SolutionExample:DCS Program Program in FBD languageDCS Program DescriptionRead Next:

DCS Program to Maintain Draft in Furnace

DCS Program to Maintain Draft in Furnace

Problem Solution

  • First for controlling the Draft we will Required to Measure the Draft in the furnace these can be done by using a Differential Pressure Transmitter (DPT).
  • We will use Honeywell series STD700 DPT whose range is (0-10000 mmwc). Which work on 24VDC and Output will be standard 4-20 mA, in proportional to LRV, URV, and PV.

Example:

Consider the DP transmitter LRV and URV as follows.

LRV= +50

URV=-50

Then the Transmitter will Scale itself for 4-20 mA such that if we will receive 4 mA it will show +50 process Value and 20 mA shows -50 process value.

  • The Scale on SCADA will be same as set in DPT transmitter LRV +50 and URV -50
  • The Command from the DCS will be send to VFD which is used for ID fan, which will control the Draft in Furnace.
  • The Command from DCS will be in form of 4-20 mA Analog Output which will be Input for VFD.

Details Explanation:

Analog Out from DCS, ID Fan Speed: 0 – 980 RPM (4 – 20 mA)

Analog Input to DCS, Speed Feedback of VFD: 0 – 980 RPM (4 – 20 mA)

So let’s start for the implementation of Program in DCS using function block diagram (FBD).

DCS Program

This DCS program is to Maintain Draft of the Boiler Furnace, along with program explanation and run time test cases.

List of Inputs and Outputs

ADDRESS             Description                                         Signal Type

00(02-06)             ID Fan Start/Stop Command            DO

07(02-00)             ID Fan RPM Command                      AO

00(02-00)             ID Fan RPM Feedback                         AI

 Program in FBD language

Input assigning in DCS FBD Programming

Fig. No. (a) Input assigning

Output assigning in DCS FBD Programming

Fig. (b) Output Assigning

PID Blocks in DCS Software

Fig No. 1.0 PID Block with Library

ID Fan Speed Control in DCS

Fig No. 1.1 PID Blocks in DCS Software

DCS Program Description

  • Here we are using a Functional Block Diagram for Programming in DCS System.
  • The ID Fan will start when We are Latching The DO located on address 00(02-06)
  • If we give a Stop command from SCADA to VFD then it will De-latch the Signal and the ID fan will Stop.
  • The Figure1.1 Shows the PID Block used for the draft control the input to PID block is Signal from DPT.
  • And the Output of the PID block is given to VFD in form of 4-20 mA to VFD (AO).
  • The PID block will try to Mention the Set point set by the operator (-2mmwc).
  • Here we will inverse the action of PID controller means if the set point is met the ID fan will Low down its RPM. Or if the draft is in positive then the ID fan RPM will be increase to met the set point.
  • The Figure 1.2 shows the graph of how the ID fan is trying to control the Draft within given span range.
  • The running feedback taken from ID fan will show us on which RPM the ID fan is Rotating without need of any field survey.
  • For your best knowledge the draft of furnace is always kept -2mmwc.
  • The below table will give you a summary of working of ID fan.

Transmitter Reading in DCS

Author: Amit Jadhav

Read Next:

  • What is DCS ?
  • DCS System Layout
  • Compare DCS & PLC
  • Control System Security
  • System Architecture
  • Industrial Control System
  • Purpose of ESD System
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 !
Single Element Drum Level Control System
Commissioning Checklists for Industrial Automation Systems
Analysis of HART communicator and Smart HART Transmitter
Five Levels in Industrial Automation
What is Interposing Relay in a PLC System ?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
2 Comments
  • abhiram vinesh says:
    May 18, 2020 at 5:50 pm

    what is the simulation software used?

    Reply
  • anuj kapoor says:
    June 11, 2025 at 12:39 pm

    nice article

    Reply

Leave a Reply Cancel reply

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

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers

Related Articles

What is PID Controller

What is PID Controller?

DCS Vs PLC

Difference between DCS & PLC Systems

In this article, you will learn the configuration of PlantPAx library in factory talk studio of Rockwell Automation.

Configuration of PlantPAx Library in Factory Talk Studio

Boiler Intelligent Control Cabinet

IoT based Smart Boiler Control System with Cloud PLC and SCADA

Level Transmitter trend

Identify Level Control Loop Tuning Problems

Override Control Functions

What is Override Control? – Need & Applications

What is Energy Monitoring System

What is Energy Monitoring System ?

Motor Controls

Design and Implement Motor Control – Electrical Engineering

More Articles

Bucket Elevator Wrecks

Many Bucket Elevator Wrecks rob crew morale

Functions of Instrument Transformers

Functions of Instrument Transformers (CTs and PTs)

Common Cause Failure in Safety Instrumented System

Common Cause Failure – Safety Instrumented System

Top 100 Control Systems Objective Questions & Answers

Top 100 Control Systems Objective Questions & Answers

Programmable Logic Controllers Multiple Choice Questions

Programmable Logic Controllers Multiple Choice Questions

Steam flow to the heat exchanger

Analytical Process Control Question

Electrical Engineering Interview Questions

Electrical Engineering Interview Questions

What is a K Factor

Flow Meter K-factor and Calculations

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?