Process Control System PCS 7 Part1 B
Process Control System PCS 7 Part1 B
5.1
What is SFC?
SFC (Sequential Function Chart) is a sequential control system partitioned to
ensure step-by-step execution with control passing from one state to the next state
dependent on conditions. With a sequential control system, basic automation
functions, for example CFC charts are controlled based on state changes and can
be selectively processed. You create SFC charts in the SFC Editor.
When you created the "color_gs" project with the wizard, PCS 7 automatically
created an SFC chart. This chart is, of course, still empty and you must edit the
chart with the SFC Editor for the "color_gs" project.
5.2
5.2.1
x
When you open a new SFC chart in the SFC Editor, you will first see two steps and
one transition:
x
x
x
Step "START"
Transition 1
Step "END"
A sequential control system will run with the values you assigned to the blocks in a
CFC chart.
5-1
5.2.2
x
"Activate Selection" button when this button is active, you can select
individual objects of the SFC chart, for example the steps and transitions. A
selected step or a selected transition is displayed in blue.
"Insert Step + Transition" button when this button is active, the mouse
pointer changes to a small cross and a circle with a bar across. Once you
move the cross to a position in the chart at which you can insert a step or a
transition, the circle becomes the icon for "Step with Transition". At the same
time, a green line indicates where the "Step with Transition" will be inserted.
"Insert Alternative Sequence" button when this button is active, you can
insert an alternative sequence. This means that depending on the defined
transition either one or the other sequence is processed.
5.2.3
"Arrow Down" button with this button you change to the next
transition/step
"Arrow Up" button with this button you change to the previous
transition/step
"Arrow Right" button and
"Arrow Left" button with these buttons
you change to the adjacent transition/step
The dialog box has four different tabs. These tabs will be introduced briefly below.
5-2
x
x
x
General here, you make the general settings such as changing the name of
the step.
Initialization the action you define here is processed once only when the step
is activated.
Processing the action you define here is processed cyclically until the next
transition is satisfied.
Termination the action you define here is processed once only when the step
is terminated.
5.2.4
General here, you make the general settings, such as changing the name of
the transition.
Condition in this tab, you specify the condition that decides when control will
be passed to the next step in the sequential control system.
x
x
Define steps
x
Configure steps
x
x
x
Name transitions
x
Configure transitions
Optimizing the Run Sequence
5-3
5.2.4.1
Ready to Start?
x
x
5.2.4.2
Ready to Start?
x
x
5-4
5.2.4.3
Ready to Start?
x
x
5-5
5.2.5
Function
START
Defaults:
Changing the dosing controller to manual mode
Switching the dosing controller to external
Setting the units to automatic mode
Stopping dosing
Query:
Should Reactor 1 or Reactor 2 be used for dosing?
Controllers:
Open valves of the relevant branch
Turn on the pump
Switch the dosing controller to an external setpoint
Query:
Is the pump turned on?
Is the controller set to "External Setpoint?
Controllers:
Set the setpoint for the dosing speed
Set the dosing controller to automatic mode
Set the setpoint for dosing volume
Start dosing
Query:
Dosing started ?
Dosing volume (setpoint actual value) < 500 liters?
Controller:
Reduction of the dosing rate shortly before reaching the required dosing
volume
Query:
Dosing ended ?
Controllers:
Close all valves
Turn off the pump
Switch the dosing controller to manual
Set dosing speed to 0
Stop dosing
Query:
Is the pump turned off?
Reset
Switch the dosing controller to internal
Close valves
Turn off motor
DOSE_REA1
DOSE_REA2
INIT_LINE1
INIT_LINE2
INIT_1_OK
INIT_2_OK
INIT_DOSE
INIT_OK
SLOW_DOWN
END_DOSE
CLOSE_LINE
CLOSE_OK
END
The plant operator can start, control, and monitor this chart on the operator station.
5-6
5.2.5.1
Ready to Start?
x
x
The mouse pointer changes to a small cross and a circle with a bar.
3. Position the mouse pointer below Transition 1 until a green line is displayed
and insert the object by clicking.
Step "3" and transition "2" are inserted in the chart.
4. Click on the "Alternative sequence" button.
5. Position the mouse pointer below the "START" step until a green line is
displayed and insert the object by clicking.
An alternative sequence is inserted directly below the "START" step: The
transitions "3" and "4" are inserted parallel to each other and step "4" below
them.
6. Click the "Insert Step + Transition" button.
7. Position the mouse pointer at the following positions and insert a step +
transition:
-
5-7
5-8
5.2.5.2
Ready to Start?
x
x
5-9
8. Change to the other steps with the arrow buttons and change the names
according to the table below. Each time you enter a name, complete the
change by clicking the "Apply" button.
Default Name
New Name
INIT_LINE1 done
INIT_DOSE done
SLOW_DOWN
CLOSE_LINE
INIT_LINE2
5-10
5.2.5.3
Ready to Start?
x
New Name
DOSE_REA1
INIT_1_OK
INIT_OK
END_DOSE
CLOSE_OK
DOSE_REA2
INIT_2_OK
5-11
5-12
5.3
5.3.1
Ready to Start?
x
x
5-13
4. Select the block "Plant1/ RMT1/ FC111/ CFC_FC111/ CTRL_PID" in the tree.
All the corresponding I/Os of the block are displayed in the right section.
Note
If you cannot read the name of the block I/Os, increase the width of the column.
5-14
8. Click on the button with sequential number "2". This button is arranged directly
in front of the statement row.
This positions the mouse pointer in the left column of the second row.
9. Repeat steps 3 through 9 to define the remaining addresses for the "START"
step. You will find the information you require in the following table.
Note
The addresses in the table are specified in the following format:
[chart folder\chart name\block I/O].
The "Plant1\RMT1" part is left out since it is identical for all objects and the table is
therefore easier to read. As soon as you insert a further plant or unit in the
"color_gs" project, you must, of course, include the assignment of the chart to the
plant hierarchy.
5-15
No. Address 1
Address 2
Meaning
FALSE
already done:
FC111\CFC_FC111\ CTRL_PID.AUT_L
FC111\CFC_FC111\CTRL_PID.SP_EXT
FC111\CFC_FC111\CTRL_PID.LMN_SEL
FALSE
No setpoint correction
FC111\CFC_FC111\DOSE.L_START
FALSE
Dosing stopped
FC111\CFC_FC111\INT_P.TRACK
TRUE
Track integrator
LI111\CFC_LI111\INT_P.TRACK
TRUE
Track integrator
NK111\CFC_NK111\VALVE.AUT_ON_OP Auto
NK112\CFC_NK112\VALVE.AUT_ON_OP Auto
NK113\CFC_NK113\VALVE.AUT_ON_OP Auto
10
NK114\CFC_NK114\VALVE.AUT_ON_OP Auto
11
NP111\CFC_NP111\MOTOR.AUT_ON_OP Auto
12
LI111\CFC_LI111\INT_P.HOLD
FALSE
Note
When entering the addresses (operands), check whether you have selected the
required step based on the title bar of the "Properties" dialog box.
If you have accidentally closed the "Properties" dialog box, double-click on the step
you are currently editing to open the dialog box.
5-16
INIT_LINE1
INIT_LINE2
INIT_DOSE
SLOW_DOWN
CLOSE_LINE
END
5.3.2
No. Address 1
Address 2
Meaning
NK111\CFC_NK111\VALVE.AUTO_OC
TRUE
Open valve
NK112\CFC_NK112\ VALVE.AUTO_OC
TRUE
Open valve
NK113\CFC_NK113\ VALVE.AUTO_OC
TRUE
Open valve
NP111\CFC_NP111\MOTOR.AUTO_ON
TRUE
Turn on motor
5.3.3
No. Address 1
Address 2
Meaning
NK111\CFC_NK111\VALVE.AUTO_OC
TRUE
Open valve
NK112\CFC_NK112\ VALVE.AUTO_OC
TRUE
Open valve
NK114\CFC_NK114\VALVE.AUTO_OC
TRUE
Open valve
NP111\CFC_NP111\MOTOR.AUTO_ON
TRUE
Turn on motor
5.3.4
No. Address 1
Address 2
Meaning
FC111\CFC_FC111\ CTRL_PID.AUT_L
TRUE
FC111\CFC_FC111\DOSE.SP_EXT
FC111\CFC_FC111\DOSE.L_START
TRUE
Start dosing
FC111\CFC_FC111\INT_P.TRACK
FALSE
FC111\CFC_FC111\INPUT_U.SIM_V
50.0
Simulation: Flow 50
liters/min simulated!
FC111\CFC_FC111\INPUT_U.SUBS_V
50.0
LI111\CFC_LI111\INT_P.TRACK
FALSE
LI111\CFC_LI111\INPUT_U.SIM_V
10
LI111\CFC_LI111\INPUT_U.SUBS_V
5-17
5.3.5
No. Address 1
Address 2
Meaning
FC111\CFC_FC111\CTRL_PID.SP_EXT
10.0
FC111\CFC_FC111\INPUT_U.SIM_V
10.0
Simulation: Flow 10
liters/min simulated!
FC111\CFC_FC111\INPUT_U.SUBS_V
10.0
5.3.6
No. Address 1
Address 2
Meaning
NK111\CFC_NK111\VALVE.AUTO_OC
FALSE
Close valve
NK112\CFC_NK112\ VALVE.AUTO_OC
FALSE
Close valve
NK113\CFC_NK113\ VALVE.AUTO_OC
FALSE
Close valve
NK114\CFC_NK114\VALVE.AUTO_OC
FALSE
Close valve
NP111\CFC_NP111\MOTOR.AUTO_ON
FALSE
FC111\CFC_FC111\CTRL_PID.LMN_SEL
TRUE
FC111\CFC_FC111\CTRL_PID.SP_EXT
0.0
FC111\CFC_FC111\ CTRL_PID.AUT_L
FALSE
FC111\CFC_FC111\DOSE.L_START
FALSE
Dosing stopped
10
FC111\CFC_FC111\INPUT_U.SIM_V
0.0
Simulation: flow
0 liters / min simulated
11
FC111\CFC_FC111\INPUT_U.SUBS_V
0.0
12
LI111\CFC_LI111\INT_P.HOLD
TRUE
Track integrator
5-18
5.3.7
No. Address 1
Address 2
Meaning
FC111\CFC_FC111\CTRL_PID.AUT_L
FALSE
Reset input
FC111\CFC_FC111\CTRL_PID.LMN_SEL
FALSE
NK111\CFC_NK111\VALVE.AUTO_OC
FALSE
Close valve
NK112\CFC_NK112\ VALVE.AUTO_OC
FALSE
Close valve
NK113\CFC_NK113\ VALVE.AUTO_OC
FALSE
Close valve
NK114\CFC_NK114\VALVE.AUTO_OC
FALSE
Close valve
NP111\CFC_NP111\MOTOR.AUTO_ON
FALSE
5.3.8
Ready to Start?
x
x
For address 1, open the "Browse" dialog box by clicking the "Browse"
button and selecting the relevant I/O
Enter address 2
etc.
5-19
Note
When entering the addresses (operands), check whether you have selected the
required transition based on the title bar of the "Properties" dialog box.
Just as with the parameters for the steps, the addresses in the table are specified
in the following format:
[chart folder\chart name\block I/O].
The plant hierarchy is omitted.
FC111\ADDIT\CFC_SETP\
PARA_DOS_RM1_SEL.Q0
FALSE
Dosing in reactor 1?
FC111\ADDIT\CFC_SETP\
PARA_DOS_RM1_VOL.V
>
0.0
FC111\CFC_NP111\MOTOR.QRUN
TRUE
Motor on?
FC111\CFC_FC111\
CTRL_PID.QSPEXTON
TRUE
FC111\CFC_FC111\DOSE.QSTRTDOS
TRUE
Dosing started ?
FC111\CFC_FC111\DOSE.ER
<
200.0
Dosing quantity:
setpoint actual value < 200
liters?
FC111\CFC_FC111\DOSE.ER
>
0.0
Dosing quantity:
setpoint actual value 0 >
liters?
5-20
FC111\CFC_FC111\DOSE.QEND_DOS
TRUE
Dosing ended ?
NP111\CFC_NP111\MOTOR.QRUN
FALSE
Motor off?
NP111\CFC_NP111\MOTOR.QRUN
TRUE
Motor on?
FC111\CFC_FC111\
CTRL_PID.QSPEXTON
TRUE
Address 1
FC111\ADDIT\CFC_SETP\
PARA_DOS_RM1_SEL.Q0
TRUE
Dosing in reactor 2?
FC111\ADDIT\CFC_SETP\
PARA_DOS_RM1_VOL.V
>
0.0
5-21
5.3.9
Ready to Start?
x
x
5.4
x
x
5-22
You have worked with standard functions such as renaming and opening.
You have created a sequential control system with graphic support.
You have renamed and assigned parameter values to the steps and transitions
of the sequential control system.
6.1
x
6.1.1
First you will compile and download the blocks and charts for this task, you
use the "Compile and Download Objects" function.
You will then test the program you can test both in the SFC Editor and in the
CFC Editor.
Ready to Start?
x
x
x
x
CPU in STOP
6-1
Status
Operating state
CPU 417-4
STOP
Blocks
Charts
Undefined
Connections
Undefined
4. For the "Charts" object, check the "Compile" and "Download" check boxes.
6-2
5. Select the "Charts" entry and click on the "Edit..." button under "Settings for
Compilation/Download".
The "Compile program / download to target system" dialog box opens and the
"Compile Charts as Program" tab is active. The "Entire program" check box is
automatically activated since you are starting the compilation and download for
the first time.
Note
If you find errors in your program when you test it, you will have to make changes
to your CFC or SFC charts to eliminate the problem. When you restart compilation
and downloading afterwards, make sure that you activate the "Changes only"
check box. This will save you a considerable amount of time when compiling and
downloading. Selecting this option also means that you can down load the
changes without needing to stop the CPU.
Generate module drivers Use this option to generate the module drivers
for the signal-processing blocks.
Update sampling time With this option, prior to compiling, the system
checks to find out the OB in which the relevant block is installed and
makes the appropriate entry at the "SAMPLE_T" input. "SAMPLE_T"
corresponds to the sampling time of the block in seconds.
6-3
Setting
Compile only
deactivated
activated
10. Click on the "Start" button to start the compilation and download.
The message "Downloading program changes during operation can, in the
case of malfunctions or program errors, cause serious damage to personnel
and equipment!.... Make sure also..." opens,.
11. Click the "OK" button.
In the dialog "If you want to download changes online, please make sure
that.....Do you want to continue?"
12. Click the "yes" button.
The compiling and downloading processes are started.
Note
The progress display indicates exactly what PCS 7 is currently doing, for example:
x
x
When this is completed, the log file opens in the text editor to show you whether or
not the compilation and download was completed without error.
6-4
6-5
6.2
x
In the properties dialog of a step, you see the actual values on the left beside
address 1 and the setpoints to the right beside address 2.
In the properties dialog of a transition the current values are displayed to the
left of address 1 and to the right of address 2.
Caution
You can modify all values in the white fields. Remember, however, that these
values are written directly into your configuration data and therefore change the
parameters of your SFC chart.
While working through Getting Started, you will not change any values here and
will simply use the "Properties" dialog boxes to monitor the values.
6-6
6.2.1
Ready to Start?
x
x
x
In the lower part of the SFC editor, you will see the status of the program,
the mode, and the step control mode. As default, the mode is set to
"MANUAL". The current step control mode is displayed in the drop-down
list box and as default is set to "T".
In the lower part of the SFC Editor, there are also buttons for controlling
the SFC chart, for example start, hold, resume.
2. Select the menu command Debug > Step Control Mode >T or C.
In this step control mode, an additional button "C" is displayed beside the
transition while the SFC chart is running:
If the chart
is free of errors
contains errors
6-7
Each step that is currently being executed is light green with a small arrow
pointing down next to the step.
Steps that have already been processed are displayed in dark green and
have a small check mark beside them.
Transitions that are active but not yet satisfied are shown on a brown
background.
If you created your configuration correctly, the entire SFC chart will execute to the
end and all steps will turn dark green and have a check mark beside them.
Otherwise, you can click the "C" button to pass control to the next step manually
although the transition is not satisfied.
4. Select the menu command Debug > Test Mode.
This stops the Test mode.
6.2.2
Ready to Start?
x
x
x
CTRL_PID
INPUT_U
DOSE
6-8
Note
Arrange the windows one beside the other to be able to watch the CFC and the
SFC chart at the same time in the Test mode.
6.3
6-9
6-10
7.1
7.2
7-1
7.3
7.3.1
x
Adapting picture names and activating the function for creating block icons
x
x
Compiling the OS
7-2
Compiling the OS
You run the "Compile OS" function once you have completed configuration of all
data in the SIMATIC Manager and before you start to configure the OS data of the
PCS 7 OS. All the data from the SIMATIC Manager, such as variables, messages,
texts and the hardware and connection configuration must be "made known" to the
OS.
Starting the OS
To continue configuration of the PCS 7 OS, you must start the OS so that you can
continue working in the WinCC Explorer.
7.3.2
Ready to Start?
x
x
7-3
7-4
7.3.3
Ready to Start?
x
x
7.3.4
FC111
Picture(4)
ADDIT
Picture(5)
Ready to Start?
x
x
x
For more detailed information on these settings, refer to "Configuring the Operator
Station Working in the SIMATIC Manager How to Edit Picture Properties" in
section "Activate the option for creating block icons".
7-5
7-6
The value "1" is entered in the "Lower hierarchy levels included" drop-down
list box.
7.3.5
Ready to Start?
x
x
7-7
7-8
7-9
"Data"
"Scope"
7-10
7.3.6
Ready to Start?
x
x
7-11
7.4
7.4.1
In the left pane, there is a navigation window. Here you find all the editors that
you can use to configure the PCS 7 OS.
In the right pane, there is a detail window in which detailed information on the
entry selected in the navigation window is displayed.
In the "color_gs" project, we will work solely with the Graphics Designer. This is the
tool you use to create process pictures. You do not require any other editors to
configure the PCS 7 OS.
7.4.2
Overview
Process pictures represent the plant equipment for the operator. Here, the operator
can enter commands and display plant statuses.
The process picture you will create for the "color_gs" project already exists in the
SIMATIC Manager in the plant hierarchy.
In the "Graphics Designer" editor, you will edit this process picture; in other words,
you will insert the required static and dynamic objects and interconnect them.
7-12
7.5
7.5.1
User Interface
The Graphics Designer is an editor for the PCS 7 OS. The user interface of the
Graphics Designer is structured as follows:
x
x
x
On the left-hand side, you will see a Color Palette with which you can assign
colors to the objects.
In the middle, you have the file window or drawing board on which you insert
the objects for the process picture.
On the right-hand side, you will see the Object Palette. This is the library with
the various standard objects provided by the Graphics Designer. You will also
see a Style Palette on the right-hand side with which you can format the
objects.
Libraries
The libraries of the Graphics Designer contain a wide selection of ready-to-use
graphic elements such as piping and valves. You can modify these elements or
add to them and store them in your own project libraries so that they are available
to you at any time.
Object
The Graphics Designer distinguishes between two different types of objects:
x
x
Static objects these objects are purely drawing objects as you would find in a
drawing program, for example lines, circles, polygons, static text etc.
Dynamic objects these objects are made dynamic due to a connection to a
block I/O or variable; in other words, these objects always show the current
values of a tag in the plant in the process mode. In the "color_gs" project, you
will get to know various dynamic objects.
7-13
7.5.1.1
Ready to Start?
The "color_gs" project is open in the WinCC Explorer
Note
The sequence of the block icons may differ in your process picture from the one in
the graphic above.
7-14
7.5.1.2
Ready to Start?
The picture is opened in the Graphics Designer.
7-15
7.5.2
Static objects
Text fields
I/O fields
7.5.3
7.5.4
7.5.5
I/O fields can process different data formats, such as binary, decimal, string,
hexadecimal.
Just as for all other objects, you can also select different formats and make
different settings for I/O fields.
In the "color_gs" project, you will use an I/O field to control dosing either in reactor
1 or 2.
7-16
7.5.6
7-17
7.6
7.6.1
Ready to Start?
x
x
Note
Click on the "glasses" button in the toolbar to obtain a preview of the graphic
objects.
Number
Pipe horizontal
3x
Pipe vertical
5x
Angle
1x
Angle
1x
Angle
1x
Angle
1x
Control valve
1x
Global Library/Symbols/Valves/30
2x
7-18
You can move the object by positioning the mouse pointer on the object,
holding down the mouse button and dragging the object to the required
location.
You can increase or decrease the size of the object by positioning the
mouse pointer on the corner handles of the object, holding down the
mouse button, and dragging to make the object larger or smaller.
7-19
7.6.2
7.6.2.1
Step
What?
Step 1
Step 2
Step 3
Ready to Start?
x
x
7-20
7.6.2.2
Ready to Start?
x
x
7-21
7.6.2.3
Ready to Start?
x
x
x
Unit RMT 1
7. Open the properties for the text field "Unit RMT 1" and the entry "Static
Text/Font in the tree.
8. Switch to the detail window and enter the value "16" for the attribute "Font
Size".
9. Close the "Object Properties" dialog box.
10. Position the text fields as follows:
-
7-22
7.6.3
7-23
7.6.3.1
How to Connect the Raw Material Tank with the Process Value
The tank you inserted in your picture represents the raw material tank. You now
connect this tank with the relevant block to be able to display the current fill level of
the raw material tank in the process mode.
Ready to Start?
x
x
7-24
7-25
12. Double-click on the value "100" for the attribute "Maximum value" in the "Static"
column.
The "Value Input" dialog box opens.
13. Enter the value "600" in the field "Maximum value" and click the "OK" button.
This value is now entered.
14. Use the default parameter for the minimum value.
15. Close the "Object Properties" dialog box.
16. Select the menu command File > Save.
This saves the process picture.
7-26
7.6.3.2
Ready to Start?
x
x
7-27
7-28
7.6.4
Reactor selection
External/internal setpoint
Start with the configuration for selecting the reactor this involves three steps.
Afterwards, you follow practically the same procedure to configure setpoints:
7.6.4.1
Step
What?
Step 1
Step 2
Step 3
Step 4
Ready to Start?
x
x
x
7-29
7-30
7-31
7.6.4.2
Ready to Start?
x
x
7-32
7.6.4.3
Ready to Start?
x
x
4. Drag a frame round the I/O field and the explanatory text use the "Standard
Objects/Rectangle" object.
5. Now format the text field using the Style Palette:
-
7-33
7.6.4.4
3. Specify the properties for the I/O field in the "Properties" dialog box:
-
8. Group the objects with the menu command Edit > Group > Group.
9. Position the object at the lower left.
7.6.4.5
Finishing Touches
1. Insert an arrow between the actuator and the "..._FC111/CTRL_PID" block
icon to indicate the relationship between the measuring point and the block
icon.
2. Insert an arrow between the raw material tank and the block icon
"/CFC_LI111/LIA" to indicate the relationship between the measuring point and
the block icon.
3. Position the setpoint selection above the block icon ".../CFC_FC111/DOSE".
4. Then position all other objects.
7-34
7-35
7.7
x
x
x
7-36
8.1
8.1.1
x
x
You can, of course, also monitor the CFC and SFC charts at the same time. You
have already got to know this function when testing the charts.
8.1.2
x
Message line the latest message with the highest priority is displayed here
Overview area with various buttons, you can select the various areas of a
plant and display them. In your "color_gs" project, you have only one button,
namely "RMT1" because your plant consists of only one plant section. Beside
each button, there are four further small buttons with which alarms and
warnings from hierarchically lower levels can be displayed. If you click in this
area, you automatically change to the process picture in which the alarm or
warning originated. With the arrow button on the extreme right, you can open a
tree structure in which you can select a lower area in the hierarchy.
Process picture depending on the area you selected in the overview area,
you will find the relevant process picture here. In your "color_gs" project, the
plant picture you created in the Graphics Designer is displayed.
8-1
x
Button set using the button set, you can invoke various functions that you
can select in the process mode. In the "color_gs" project, you will, of course,
only get to know the buttons that are important for this project.
2YHUYLHZDUHD
0HVVDJHOLQH
3URFHVVSLFWXUH
.H\VHW
8-2
8.2
8.2.1
Ready to Start?
x
x
8.2.2
8-3
8-4
5. Position this detailed display so that you can see your entire process picture.
6. Click on the "Start" button.
The "SFC Control" dialog box opens.
7. Click the "OK" button.
The sequential control system starts: You can monitor the process both in your
process picture and in the detailed display of the SFC chart. The
representation in the SFC chart is no different from the representation you
know from the test mode.
8-5
8.2.3
8.2.4
8.2.5
8-6
8.2.6
Standard here, you can see, for example, the setpoint and actual value
of the controller as concrete values and in graphic form.
Parameters here, you can, for example, modify certain values. Using the
input fields "Bar HL" and "Bar LL", you can modify the graphic display for
the "Standard" tab.
Limits here, you can see, for example, the alarm limits that you defined
in the CFC chart for this block.
8.2.7
First you define whether or not the process uses the external or internal
setpoint.
Finally, you enter the concrete setpoint.
8-7
8-8
8.2.8
Message Line
While the process is active, warnings and alarms with messages are displayed in
the message line of your screen. The message line contains the latest message
with the highest priority.
Click the button to the right of the message line to acknowledge the messages.
Message list
You can also view all the messages and alarms in a list.
1. Click the "Change Keyset" button.
then
4. Click on the buttons in the button area to change to the various message and
alarm lists.
5. Click on the "Previous Graphic" button in the button area:
8-9
8.2.9
8-10
9.1
9.1.1
Ready to Start?
x
x
x
Caution
If you copy or move charts and pictures individually; in other words, copy or move
not within the hierarchy folder, the references of the dynamic objects are lost and
they must be linked to the blocks again in the pictures.
9-1
3. Change the names of the hierarchy folder and the objects in the individual
hierarchy folders according to the table below:
Hierarchy folder
New name
New name
RMT1(1)
RMT2
SFC_RMT2
FC111
FC112
CFC_FC111(1)
CFC_FC112
ADDIT
ADDIT2
CFC_SETP(1)
CFC_SETP2
LI 111
LI112
CFC_LI111(1)
CFC_LI112
NK 111
NK115
CFC_NK111(1)
CFC_NK115
NK 112
NK116
CFC_NK112(1)
CFC_NK116
NK 113
NK117
CFC_NK113(1)
CFC_NK117
NK 114
NK118
CFC_NK114(1)
CFC_NK118
NP 111
NP112
CFC_NP111(1)
CFC_NP112
9-2
9.2
9-3
9.2.1
Ready to Start?
x
x
Compiling
Download
color_gs_Prj/SIMATIC 400(1)/Hardware
Note
If you see the status "undefined" for all object in the "Compile and Download
Objects" dialog, click on the "Status" button in the "Update" area.
This updates the status.
9-4
Activate the "Changes" check box in the "Scope" area You only need to
download the additional charts from the "RMT2" part of plant, you have
already downloaded all the other charts belonging to the unit "RMT1".
Caution
The CPU remains in process mode only if you select this option.
9-5
9-6
"Data"
"Further Options"
"Scope"
"Changes"
9-7
9.2.2
Ready to Start?
The "color_gs" project is open in the WinCC Explorer
9-8
9.2.3
Ready to Start?
x
x
x
Note
For more detailed information, refer to "Working in the Process Mode Operator
Control and Monitoring in the Process Mode".
You will find more detailed information in "Working in the Process Mode".
9-9
9-10
10
10.1
10.1.1
Ready to Start?
The SIMATIC Manager is open
Note
You receive the example project as a zip file that you can extract using a PCS 7
function.
10-1
then
10.1.2
Ready to Start?
x
x
Select your components from the hardware catalog and drag them to the
slot in which our component is inserted.& This overwrites component that
we use with your component.
For more detailed information, refer to "First Steps in the Project Configuring the
Stations How to Configure the PLC".
10-2
Make the settings for the network adapter and network connections.
For more detailed information, refer to "First Steps in the Project Configuring the
Stations How to Configure the OS".
6. Configure the network connection in NetPro and download it to the PC station.
For more detailed information, refer to "First Steps in the Project Configuring the
Stations How to Make Settings in NetPro".
10.1.3
Ready to Start?
x
x
x
Compiling
Download
color_gs_Prj/SIMATIC 400(1)/Hardware
"Scope"
"Entire program"
Further settings
10-3
In the dialog box "Which areas do you want to assign to operator station
OS(1)?" the "RMT1" and "RMT2" units to OS (1).
Select the S7 connection in the dialog box "Select the network connections
for the S7 programs belonging to the areas".
In the dialog box "Select the data you want to compile and the scope of the
compilation", activate the following check boxes:
Area
Check box
"Data"
"Further Options"
"Scope"
10-4
5. Enter the name of the computer on which you open the project in the
"Computer name" input field. This name corresponds to the name used for the
computer in the network.
You can find this name as follows: "Start > Settings > Control Panel > System
> "Network Identification" tab > "Computer name" field.
6. Open the context menu of the "OS Project Editor" and select the menu
command "Open".
7. Accept all the default settings.
8. Click the "OK" button.
The progress bar opens and the configuration of the project is performed.
9. Activate the process mode.
For more detailed information, refer to "Working in the Process Mode Operator
Control and Monitoring in the Process Mode".
10-5
10-6
Index
A
Adapting the example project 10-2
Additional task 9-1
Applications 2-1
B
Block catalog 4-19
Block comment 4-39
Block icon 4-43
specifying the type 4-42
block icons
"View_Tag" attribute 7-27
Block icons 7-4, 7-5, 7-6, 7-7, 7-27
activating creation of 7-3
adapting 7-27
creating 7-5
Blocks 4-4, 4-6, 4-7, 4-22, 4-32
I/Os 4-22
inserting in library 4-6
interconnection 4-32
master data library 4-4
Brief overview 2-1
C
Catalog 4-20
CFC chart 6-6
test mode 6-6
CFC charts 4-1, 4-12, 4-13, 4-14, 4-15,
4-17, 4-21, 4-22, 4-32, 6-1, 9-1
assigning parameter values to blocks
4-22
color_gs project 4-13
compiling 6-1
downloading 6-1
inserting 4-17
interconnecting 4-32
object properties 4-15
opening 4-21
plant hierarchy 4-12
renaming 4-15, 9-1
significance of CFC_FC111 4-14
significance of CFC_LI111 4-14
significance of CFC_NK11x 4-15
significance of CFC_NP111 4-14
significance of CFC_SETP 4-13
D
Detail window 2-2
SIMATIC Manager 2-2
Download 6-2, 6-3, 6-4, 6-5
Drawing board 7-13
Duplicating 7-22
Index-1
Index
E
END 5-19
Entering setpoints 7-29
Example project 10-1, 10-2, 10-3
compiling 10-4
downloading 10-4
opening 10-1
F
Faceplates 8-7
Filter 4-36
Function 3-32
G
Graphics Designer 7-13, 7-15, 7-16
libraries 7-13
object palettes 7-15
objects 7-13, 7-16
toolbars 7-15
H
Hardware 3-18
catalog 3-18
PLC configuration 3-18
Hardware configuration 3-17, 3-18, 3-28
downloading 3-28
PLC 3-18
Hardware settings 3-5
Hierarchy folder 3-35, 9-1, 9-2
inserting 3-35
renaming 9-1
How to Select the Communication Module
in Simatic Shell 3-7
I
I/O field 7-29, 7-32
formatting 7-32
inserting 7-29
I/O fields 7-16
I/Os 4-22
invisible 4-22
INIT_DOSE 5-17
INIT_LINE1 5-17
INIT_LINE2 5-17
Initialization 5-13
input/output fields 7-29
Input/output fields
inserting 7-29
interconnection 4-32
Interconnection
CFC charts 4-32
Interconnection to addresses 4-43
deleting 4-43
Index-2
IP protocol 3-21
K
Keyset 8-1
L
Libraries 4-5, 4-9, 4-10, 4-11, 4-19, 7-13
Graphics Designer 7-13
hiding 4-9, 4-10
opening 4-5
local PC station 3-17
M
MAC address 3-5, 3-21
Master data library 3-9, 4-2, 4-3, 4-4, 4-6,
4-7, 4-8, 4-9
Advantages 4-2
blocks 4-4
inserting blocks 4-6
inserting process tag types 4-8
process tag types 4-3, 4-4
storage of objects 4-3
Message line 8-1
Message system 8-9
Messages 8-9
acknowledging 8-9
MODE 4-27
monitoring on/off 6-8
Multiproject 3-9
N
Navigation window 7-12
NetPro 3-24
Network adapters 3-7
New Project 3-8
New Project wizard 3-9
background information 3-9
O
Object 2-1
project 2-1
Object palettes 7-15
Objects 6-2, 7-13, 7-16
compiling 6-1
downloading 6-3, 6-4
dynamic 7-13
I/O fields 7-16
static 7-13, 7-16
text fields 7-16
Operating mode 3-5
Index
P
PC station 3-17, 3-21
renaming 3-21
PCS 7 Library V61 4-6, 4-8
PCS 7 OS 7-1, 7-12
configuring 7-1
structure 7-12
PG mode 3-5
Picture hierarchy 3-29
Picture properties 7-3
changing a picture name 7-3
editing 7-3
Picture Tree 7-7
Pictures 7-5
deleting 7-5
Piping and instrumentation
flow diagram 3-2
Plant 3-32
Plant designation 3-29
Plant hierarchy 3-29, 3-30, 3-32, 3-33,
3-35, 4-12, 4-17, 7-6
adapting names 3-33
CFC charts 4-12
creating block icons 7-5
hierarchy folder 3-35
hierarchy levels 3-30
inserting CFC charts 4-17
making settings 3-30
naming 3-32
Picture hierarchy 3-29
plant designation 3-29
plant sections 3-32
Plant sections 9-1
copying 9-1
naming 3-32
Plant view 2-2, 3-32
function 3-32
plant 3-32
position 3-32
structuring 3-32
unit 3-32
PLC 3-18, 6-2
configuration 3-18
R
Reactor selection 7-29
Renaming 9-1
Requirements 1-1, 1-2
hardware 1-1
software 1-2
Run sequence 5-22
optimizing 5-22
run time 5-17
Runtime group 6-1
Index-3
Index
S
S7 connection 3-24, 7-9
Scan time 6-1
Sequential control system 5-6
Sequential control systems 5-1, 5-7
creating 5-7
Setpoint assignment 7-34
inserting 7-34
SFC chart 5-4, 6-6
moving 5-4
test mode 6-6
SFC charts 5-1, 5-4, 5-5, 5-13, 6-1, 6-3,
9-1
assigning parameter values 5-13
compiling 6-3, 6-4, 6-5
downloading 6-1
initialization 5-13
opening 5-5
renaming 5-4, 9-1
SFC Editor 5-1, 5-2, 6-7
functions 5-2
step 5-1
test mode 6-7, 6-8
testing charts 6-7
transition 5-1
SFC Visualization 7-7
Sheet view 4-20
SIMATIC Manager 2-2, 2-3, 7-3
OS compilation 7-2
OS configuration 7-2
structure 2-2
user interface 2-2
working with 2-3
Single project 3-9
SLOW_DOWN 5-18
Start
button set 8-4
SFC block icon 8-3
Starting 8-4
Static objects 7-16
Step 5-1
Steps 5-2, 5-9, 5-10
properties 5-2
renaming 5-9
Structure of the plant 3-3
U
Unit 3-32
V
View_Tag 7-27
Views 2-2
component view 2-2
plant view 2-2
process object view 2-2
W
WinCC Explorer 7-12
structure 7-12
T
Tag interconnection 7-17, 7-24
raw material tank 7-24
Index-4