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: How to Configure PID Controller in Various Schneider PLCs?
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 > How to Configure PID Controller in Various Schneider PLCs?

How to Configure PID Controller in Various Schneider PLCs?

In this post, we will see how to configure PID controller in various Schneider PLCs (programmable logic controller)

Last updated: September 28, 2022 4:13 pm
Viral Nagda
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

In this post, we will see how to configure PID controller in various Schneider PLCs (programmable logic controller)

Contents
Schneider PLC PID ControllerMachine Expert BasicMachine ExpertUnity Pro

PID configuration differs in various PLCs. In this post, we will see its configuration in Schneider PLC’s.

Schneider PLC PID Controller

Basically, we will cover three types of PLC software in Schneider

  • Machine Expert Basic
  • Machine Expert, and
  • Control Expert

Let us have a detailed look at this three software.

Machine Expert Basic

Refer to the below images by step. We will configure a simple PID here and not go into advanced types.

In the first image, as shown, click the PID tab in the Tools tab. A dialog window will open at the bottom.

Click the square symbol in the configuration menu as shown.

PID Controller in Machine Expert Basic

In the second image, as shown, after clicking the square symbol, a popup window will appear as shown. In the window, there are five tabs – General, Input, PID, AT, and Output.

In the General tab, select the type of action. In the Input tab, enter a memory address in the Measure tab. This is nothing but the process variable which is to be controlled.

In the PID tab, enter the memory addresses for set-point, Kp (P), Ti (I), Td (D), and Ts (Sampling Period). Also, select the corrector type.

In the Output tab, enter the memory address for analog output. This is the output of PID.

Also, select the action type, select whether you need to enable or disable the output limits and select whether you need to enable or disable manual mode.

PID Assistant

In the third image, as shown, write a rung as shown. This needs to be written to enable the PID logic. If this rung is not written, then that particular PID will not be enabled.

how to configure PID in various Schneider PLC

The memory addresses that you defined in the PID block must be configured in an external HMI also. This is required for allowing the operator to set the required parameters directly from HMI.

Once you have configured the PID, you can check it by downloading it in PLC. Remember that it does not work in simulation mode. You need to physically connect a PLC.

Depending on the set parameters and the process variable, you will directly get the PID output in the memory address that you had defined in the analog output tab.

Machine Expert

In this software, it is relatively easier to configure PID. You need to take a PID block from the library in the section you are writing. Then, assign addresses to the input pins as shown in the figure.

PID block from the PLC library

It would be better if you assign Kp (P) and Tn (I) as real type variables. The more accurate you set in decimals, the more accurate will be the output.

The remaining variables can be assigned as integer-type variables. If you require manual mode, then you just need to enable it by assigning a variable in manual input and assigning a manual set-point in Y_MANUAL input.

You can reset the PID if you need it by assigning a variable as shown. The PID function will be reset and the output will be given in a fresh way.

Unity Pro

In this software, it is relatively easier to configure PID. You need to take a PID block from the library in the section you are writing.

Then, assign addresses to the input pins as shown in the figure. Here, there are two inputs that are different as referred to what we saw earlier – Mode and Para.

Schneider PLC PID

Basically, they both are structure variables. You have to assign values to each element of the structure as shown in the above figure.

In this way, we got to know how to configure PIDs in all three different types of software.

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

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

Read Next:

  • DCS Troubleshooting
  • Commissioning of DCS System
  • DCS Control System Spares
  • Yokogawa DCS Architecture
  • DCS System Layout
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

Move Instruction in Tia Portal
Peripheral Inputs and Outputs in Siemens PLC
Procedure for Siemens S7-300 Download from PC to PLC
What is Multi-touch Technology? – Industrial Automation
PLC Example with Switches
#8 PLC Best Practices – Validate HMI Input Variables at PLC Level
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

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

Structured Text PLC Program for Measuring Event Duration
How to Select the Right Encoder for Your Machine?
PLC Logic Example on Multiple Switches and Motors
History of Programmable Logic Controllers (PLC)
#7 PLC Best Practices – Validate and Alert for Paired Inputs/Outputs
Vijeo Designer software – Import and Export
How-to do Security of SCADA Systems?
PLC Pump Permissive Interlocks

Keep Learning

Start Stop of one Motor from same Push button PLC program

Start Stop of one Motor from the same Push button PLC program

Pause the Timer PLC Ladder Logic

Pause the Timer PLC Ladder Logic

How to use PLC With SQL Database

How to use PLC with SQL Database? – Basics & Tutorials

Wiring-Connection-from-PLC-to-Solenoid-Valves

How to Connect a Solenoid Valve with PLC?

Mitsubishi PLC Programming Tutorials

Upgrading and Migration of PLC Systems

Upgrading and Migration of PLC Systems

Establish Communication Between Two PLC Via PROFIBUS Protocol

Establish Communication Between Two PLC Via PROFIBUS Protocol

PLC Programming Limit Switch

PLC Programming Example using Limit Switch

Learn More

Star and Delta Wiring Animation

Basics of Star and Delta connections

NO NC Contact Animation

Equivalent Logic Gates using PLC Ladder Diagrams

Reed Switch Principle

Reed switch Working Principle

HIPPS Operating Philosophy

Understanding High Integrity Pressure Protection Systems (HIPPS)

Transistor as Switch in Cut off region

Transistor as a Switch Working Principle

Fieldbus Wiring

Fieldbus vs 4-20mA

PLC Program to Drain Same Products from Two Tanks

PLC Program to Drain Same Products from Two Tanks

Input function blocks

FF Function Blocks

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?