Difference between Function (FC) and Function Block (FB)

Опубликовано: 04 Июль 2026
на канале: PLC Programming Tutorials - Alaeddin Automation
22,114
311

With a simple example, you realize the difference between Function (FC) and Function Block (FB). The FC works without memory while the FB stores data in its own Data Block (DB) and retains data.

So use a function (FC) when you need to perform a specific task without requiring the retention of data or state between executions.