Exercise 11.1 - Sequential Function Chart - SFC - V2-1 PDF
Exercise 11.1 - Sequential Function Chart - SFC - V2-1 PDF
TABLE OF CONTENTS
Exercise 11.1 Sequential Function Chart.................................................................................................................................. 11.1-1
11.1.1 General Information............................................................................................................................................... 11.1-3
11.1.1.1 Objectives........................................................................................................................................................ 11.1-3
11.1.2 Exercise Steps ........................................................................................................................................................ 11.1-3
11.1.2.1 Create SFC Chain for batch of product .......................................................................................................... 11.1-3
11.1.2.2 Create a global variable for starting the chain ............................................................................................... 11.1-4
11.1.2.3 Program the transition Tr1 for the filling ....................................................................................................... 11.1-4
11.1.2.4 Program the filling step S1_Fill ..................................................................................................................... 11.1-4
11.1.2.5 Program the transition Tr2 for the heating ..................................................................................................... 11.1-4
11.1.2.6 Program the heating step S2_Heat ................................................................................................................. 11.1-5
11.1.2.7 Program the transition Tr3 for the draining ................................................................................................... 11.1-5
11.1.2.8 Program the draining step S3_Drain .............................................................................................................. 11.1-5
11.1.2.9 Program the transition Tr4 for the end step.................................................................................................... 11.1-6
11.1.2.10 Program the end step S4_End....................................................................................................................... 11.1-6
11.1.2.11 Program the transition Tr0............................................................................................................................ 11.1-6
11.1.2.12 Download and test the application ............................................................................................................... 11.1-6
11.1-1
11.1-2
Idle
Fill
Heat
Drain
End
11.1.1.1 Objectives
In this exercise you will:
Create a SFC chain for controlling the product process
Program the steps and transitions in Structure Text
Learn the usage of global application variables
Learn how to test the chain in online mode
11.1-3
Type
bool
Initial value
false
Description
Start / Stop the batch for the vessel
The maximum level is not reached (use the input signal LT1)
11.1-4
11.1-5
11.1-6