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: PLC Temperature Control using Pulse Width Modulation (PWM)
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 > PLC Tutorials > PLC Temperature Control using Pulse Width Modulation (PWM)

PLC Temperature Control using Pulse Width Modulation (PWM)

Last updated: March 4, 2021 4:06 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
4 Min Read
SHARE

Write the PLC program for temperature control with PWM output of PID.

Contents
Temperature control with PWM output of PIDSolutionList of Inputs/OutputsList of InputsList of OutputsM memoryLadder diagram for Temperature control with PWM of PIDProgram DescriptionNetwork 1 :Network 2 :Network 3 :Network 4 :Network 5 :Network 6 :Network 7 :

Temperature control with PWM output of PID

PLC Temperature Control PWM (Pulse Width Modulation)

Solution

Here we use RTD sensor for temperature measurement and a transmitter to convert sensor output into standard 4-20mA current output, which is then connected to PLC input.

RTD sensor will detect temperature and transmitter will generate signal according to measured temperature.

Solid State Relay (SSR) drive is used to control the heater and SSR will be controlled by PWM (pulse width modulation) output of PLC. Solid State Relay Drive will control the heater power supply in-order to maintain the required temperature.

For example, if PLC output PWM varies from range 0 to 100% then accordingly SSR will control the Heater power supply, so we can maintain the heater temperature.

PID controller will generate PWM as per temperature input signal feedback.

List of Inputs/Outputs

List of Inputs

  • Temperature Analog input :- IW64

List of Outputs

  • PWM output for heater (SSR) : Q1.1

M memory

  • PID enable :- M61.0
  • Manual enable :- M61.1
  • PID reset :- M61.2
  • Set temperature :- MD500
  • Actual temperature :- MD704
  • PID output (%) :- MD758
  • PID state word :- MW770
  • PID error word :- MD778
  • PID enable input :- M61.0
  • PID manual mode enable input :- M61.1
  • PID controller reset :- M61.2
  • PID high limit alarm :- M766.0
  • PID low limit alarm:-M766.1
  • PID input warning:-M766.2

Ladder diagram for Temperature control with PWM of PID

PLC Temperature Control PWM
Temperature Control PWM
Temperature control with PWM output of PID

Program Description

For this application we used S7-1200 PLC and TIA portal software for programming.

Network 1 :

In network we configured standard parameters for PID function.

“Drive PID”.sRet.r_Ctrl_Gain:- saved proportional gain or P gain for PID (1.0).

“Drive PID”.sRet.r_Ctrl_Ti:-Saved integral time or I gain for PID (20s).

Network 2 :

“Drive PID”.sRet.r_Ctrl_Td:-Saved derivative time or D gain for PID (0s).

Network 3 :

Here we have taken temperature PID max output limit and minimum output limit. We have considered here max limit for PID output 100 and minimum limit is 0.

Network 4 :

Sampling time of the PID_Compact instruction r_Cycle is determined automatically and usually equivalent to the cycle time of the calling OB.

Consider 0.1s for this application.

Network 5 :

Here we used PID controller which will control the SSR by providing PWM output.

Network 6 :

PID run mode control enabled.

Network 7 :

Here we converted current (4-20mA) input signal into digital (0- 27648) signal.

Note :- Above application may be different from actual application. This example is only for explanation purpose only. We can implement this logic in other PLC also. This is the concept of temperature control with PWM of PID, we can use this concept in other examples also.

All parameters and graphical representations considered in this example are for explanation purpose only, parameters or representation may be different in actual applications. Also all interlocks are not considered in the application.

Author : Bhavesh

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:

Top 100 PLC Objective Questions

PID tuning procedures

Instrumentation Functional diagrams

PLC Analog Input Card Resolution

Programmable Logic Controller Quiz

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 !
Micro Memory Card (MMC) in Siemens PLC
PLC Program for Automatic Liquid Mixing Application
#12 PLC Best Practices – Validate Inputs based on Physical Plausibility
Structured Text PLC Program for Measuring Event Duration
Difference between Signal Cables and Control Cables
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • KK says:
    March 6, 2019 at 7:33 am

    Give some example of Split range control with PWM output of PID

    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

  • Kamli on Top Free PLC Software
  • 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

Related Articles

PID Simulator

PID Simulator Download

Namur Digital Input Card

What is Namur Digital Input Card?

OB and FB Blocks in Siemens PLC

Procedure for Siemens S7-300 Download from PC to PLC

Free WinCC SCADA Training Course

Free SCADA Training Course

Free Industrial Control System (ICS) Cyber Security Training Course

Free Industrial Control System (ICS) Cyber Security Training Course

Alarm prioritization

What is Alarm Prioritization? – Types of Alarms

Master Control Reset (MCR) ladder logic

How to use Master Control Reset (MCR) Instruction in PLC

Download Free HMI software – CODESYS

More Articles

Electrical Machines Questions and Answers

Induction Motor as a Transformer

Control Systems Stability and Algebraic Criteria

Relative Stability Analysis

Features of PID Controller

Features of PID Controller actions

Smart Sensors Objective Questions

Smart Sensors Objective Questions

Voltage and Current Phase Relationships in an Inductive Circuit

Voltage and Current Phase Relationships in an Inductive Circuit

Metal tube Variable Area Flowmeters Principle

Metal Tube Variable Area Flow Meters Principle

Units of Electrical Measurement

Units of Electrical Measurement

PLC Lamp Control using Logic Condition

Lamp Control using PLC Logic Condition

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?