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: FB Block in Siemens PLC Programming
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 > FB Block in Siemens PLC Programming

FB Block in Siemens PLC Programming

Last updated: March 4, 2021 12:35 pm
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

This article is about the FB block which we use in Siemens PLC programming.

Function block (FB) is used to make the programming task easier. It is like subroutine which we have seen in Allen-Bradley PLC.

To stop writing the program over and over, it is a good practice to write the program in Function Block and call that program on-demand from OB.

The function block is configured to accept input from the main OB and write the output based on the execution of the FB.

FB is like FC with one difference in that is FC has overall memory space and doesn’t require any extra block to store that value whereas in FB it requires DB (Data Block) to store values. For each new FB, a new DB is required.

To understand how FB works, I will explain it using a simple example.

FB Block PLC Programming

Let’s first learn how to create FB, to do that so follow the below steps.

  1. Open the TIA PORTAL environment.
  2. Go to “PLC programming” and select “Function Block” and click on “add”.
Open TIA PORTAL environment
  1. The following window will pop-up, you can see here in the red square new block is added.
PLC programming and Function Block

Let, write PLC program for pet bottling process, where a bottle is getting rejected due to some issue like the cap is torn, weight is less or the cap is not properly fitted, etc.

The rejected bottle is automatically sent to the rejection conveyor. Now rejection ratio is too higher which fills till a proximity sensor activates in terms of sound alarm.

Let, assume we have 4 to 5 same rejection conveyor and I want to write the program. Now instead of writing the same logic over and over I will write the program in FB and call each time when OB executes.

  1. Here in the FB environment, you can find different options to write input and output as you can show in the figure.
How to Use FB Block in PLC Programming
  1. For our example, let consider 2 inputs and one output for alarm as shown in the below window.
Program Blocks in Siemens PLC
  1. In the below window you can see the program which I have written for rejection conveyor. Each time conveyor fills, the proximity sensor will turn ON which results in turning ON alarm.

A reset button is used to reset the alarm. Here, I have used alarm_1 as a latching in both input and output side because you can’t define output ALARM as input in FB block.

FB Block in Siemens PLC Programming
  1. To insert/add the above logic into the main OB we simply have to open the OB environment and have to drag FB block to OB.

As soon as you move FB to OB you will receive a pop-up as shown in the below window.

Here, you have to define the DB block as a memory space of FB. Click on “ok” to add DB.

siemens function block programming
  1. Here, by hitting ok the program will be added to OB as shown in the below window.
tutorial of siemens step-7 plc programming using simatic manager
  1. Define input and output. Whenever OB is executed it will call FB and Alarm will generate.

We can add other conveyor’s input and output here and each time any input gets activated, it will call FB and alarm will sound. Resetting the output will reset the alarm.

siemens plc db addressing
  1. Here, you can see how DB looks like. Db here will store the value of the FB.
Siemens STEP 7 PLC programming

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:

  • Ladder Logic Examples
  • PLC, HMI, VFD, and Motor
  • Pulse Generation using Timer
  • Liquid Mixing PLC Logic
  • Alarm Acknowledge PLC
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

PLC Program for Motor Starter
PLC Interlock Logic with First Input Priority
Peripheral Inputs and Outputs in Siemens PLC
Open User Communication in Siemens Tia Portal – PLC to PLC
Machine Tool and Coolant Control: PLC Ladder Logic Design
PLC Handbook
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

PLC Program for Controlling a Water Pump with 3 Power Sources
PLC Automatic Door Control System – Programming Example
PLC to PLC Communication using S7 Connection PUT & GET Instructions
PLC Programming for Weight-Based Packaging
Upload Option Disabled in Siemens PLC
Cybersecurity in PLC
Basic PLC Alarm Programming Example
CW and CCW Operation of Motor from Same Push button

Keep Learning

Siemens PLC Device and Network

Difference Between PLCSIM and PLCSIM Advanced? – Siemens PLC

Intrinsic Safety Barriers

Intrinsically Safe Barriers Questions and Answers

PLC Program to Operate Stamping of Parts

PLC Application for Stamping Operation – Example Programming

Use PLC Flags as Integrity Checks

#4 PLC Best Practices – Use PLC Flags as Integrity Checks

plc-analog-signals-wiring-techniques

PLC Analog Signals Wiring Techniques

PLC Motor Logic with START, STOP, TEST Push buttons

PLC Motor Logic with START, STOP, TEST Push buttons

Firmware Version in Siemens PLC

What is the Firmware Version of a PLC? – Siemens PLC Hardware

Fail Safe Switch Circuit

Basics of Fail-safe Circuits

Learn More

Magnatic Level Indicators Working Animation

Magnetic Level Indicators Working Animation

Top 50 Electrical Engineering Questions & Answers

Top 50 Electrical Engineering Questions & Answers

Parts of PLC

Parts of PLC

Car Parking System using PLC Programming

Car Parking System using PLC Programming

Identify which lamp in the following ladder-logic diagram

Identify High Flow Alarm and Low Flow Alarm?

half-wave-rectifier-working-animation

Half Wave Rectifier Principle

Difference between Globe Valve and Gate Valve

Difference between Globe Valve and Gate Valve ?

PLC program to control pump

Troubleshooting PLC Permissive Inputs

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?