Creating a POU in ST
When you create a POU, you decide which implementation language you want to use for programming.
Procedure. Creating a POU
In the navigator, select your application.
In the context menu, select the Add Item command and then Function Block.
The Add Function Block dialog will open.
Configure the new function block.
Choose a name, for example:
FB_CounterSelect Structured Text (ST) as the implementation language.
Click Create to close the dialog.
A new item named
FB_Counter.fb.stwill be created in the navigator.fbstands for function block.ststands for structured text.The
FB_Counter.fb.stfunction block will be displayed in the editor area of the function block.