Skip to main content

FC Function in Siemens PLC

 In this article, we will discuss the use of FC function in Siemens TIA PORTAL.

FC function is used in the PLC programming where a function or task use over and over.

We all know that designing PLC programs is sophisticated and tedious work especially when you have to write the same program again and again in different applications.

To overcome such an issue, we just have to write PLC programs once using the FC block and can easily call that program using the organization block (OB).

FC Function in Siemens PLC

Let’s learn how to create FC

1. Open the TIA PORTAL environment.

2. Create a new project.

3. Click on the write plc program.

4. Following window will, pop-up click on the below-shown icon.

5. The following window will open.
6. Click on add new block and select function as shown in the above window and click add.

Here, we will create a simple PLC program of Addition. Each time Function is called it increment value.

In the FC environment to create input, we have to select a variable from the section option.
Here, I have selected Local In. In local in whenever FC called in OB logic must be set every time as in our example, we want to do addition. so, the number will change each time FC called.

Global in use when a block has to retain its value until their value is changed by a function or by other logic.

The same rule is applicable to define the output.
Here, in the above window, I have created logic in function to add number 5 each time FC is called from OB.
You can see above the window in which I have to give a name to input and output and use a variable for the addition.

In the previous FC window, I took 5 to add. When this program executes and I make I0.1 make true it will add 5 + the number which wants to add. Here in our case, I use 45 so the last answer is 50.

So, every time OB executes it will call FC to make an addition.

-END-

Comments

Popular posts from this blog

Ferrules and Cross Ferruling

 Ferrules are identification labels provided for every wire terminations in an instrument, equipment, or electrical/instrumentation control panels. These tube-shaped sleeves can be inserted easily on each individual wire in a multi-core cable. In earlier days fixed digits/letters are used as ferrules, but now Instrumentation engineers/technicians prints out desired ferrules by using a ferrule printing machine. Typical Ferrule The numbers/ letters on the ferrules will be given as per the approved electrical hook up or loop diagrams. This helps technicians to easily identify a particular loop/wiring from a series of terminal blocks and to troubleshoot the desired terminal connection. Separate numbers on the ferrules distinguish the positive and negative polarities of wires, thus ensure the polarity protection of the instrument. Cross Ferruling  As a wire is connected on its both ends, it is quite useful to use a cross reference method for wire identification. Unlike normal ferru...

What is a Torbar? – Averaging Pitot Tubes

 The Torbar is employed for flow measurement of liquids, gases, or steam in circular, square, or rectangular section ducts for large flow rates. The Torbar is an insertion type multi-port self-averaging primary sensor for flow measurement. Torbar TORBAR is a set of Pitot tubes mounted on a bar across the pipeline with no moving parts. An averaging Pitot tube is a technology, while TORBAR is a manufacturing brand name. There are several brands available in the market with VERABAR, ANNUBAR, etc. Averaging Pitot Tube Principle Purpose Averaging Pitot tube can be employed when the average velocity of the flow profile, rather than the velocity in a specific point in the cross-section is desired. Averaging Pitot Tubes Principle It measures the differential pressure between the static pressure tap and the tap of full pressure of a stream. Thus such magnitude of differential pressure is directly proportional to the square of the flow rate. Working The TORBAR is designed in such a way that ...

Dissolved Oxygen Analyzer Working Principle

 What is dissolved oxygen ? Dissolved oxygen refers to oxygen dissolved in water. Its concentration is expressed as the amount of oxygen per unit volume and the unit is mg/L. Biologically, oxygen is an essential element for respiration of underwater life and also acts as a chemical oxidizer. The solubility of oxygen in water is affected by water temperature, salinity, barometric pressure, etc. and decreases as water temperature rises. Measurement of dissolved oxygen by the membrane electrode method The membrane electrode method measures a diffusion current or reduction current generated by the concentration of dissolved oxygen or partial pressure of oxygen to obtain the concentration of dissolved oxygen. This method is not affected by the pH value of water being measured, oxidation and reduction substances, color, turbidity, etc. and the measurement method offers good reproducibility. When a sensor is inserted into water, an air layer forms on the membrane (Teflon membrane). The ox...