49
SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 1 For internal use only / © Siemens AG 2010. All Rights Reserved. TIA Portal V11 – Exercises Micro Automation

TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

  • Upload
    vanthuy

  • View
    491

  • Download
    17

Embed Size (px)

Citation preview

Page 1: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 1

For internal use only / © Siemens AG 2010. All Rights Reserved.

TIA Portal V11 – Exercises

Micro Automation

Page 2: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 2

For internal use only / © Siemens AG 2010. All Rights Reserved.

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

TIA Portal V11 – Exercises

Page 3: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 3

Task: Start TIA Portal and create a new project

What to do:1. Select the option “Create new project” and name it “my_first_project”. Create the

project with the button “Create”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 3 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

1

Page 4: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 4

Task: Create a new program.

What to do:2. Under “First steps” choose the option “Write a PLC program”

-> You now have to specify a PLC. Select a S7-317PN/DP (E.g.: 6ES7317-2EK13-0AB0).The block “Main” is the shown.

3. With double-click on the program block “Main”, the program block editor on the project view is opened. The program block “Main” is directly opened.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 4 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

2

Page 5: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 5

Task: Programming in the program block “Main”.

What to do:4. Create a program in network 1, like the one shown above. The instructions from the

favorite list, like contacts for example, can be used in the program via Drag & Drop or double clickProvide the symbolic names to the instructions: “START_1“, “STOP“ and “Drive_1“.

5. Save your project6. Select the network. Using the “Define Option” on the context menu an address to each

variable in the network can be defined.7. Change the zoom in your network to 120% using the zoom function.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 5 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

4

6

Page 6: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 6

Task: Defining a variable in the variable table

What to do:8. On the project tree, open the “Default tag table” from the “PLC_tags”.

Using the auto fill function, add the variables “START_2” to “START_8.”The tags should be added, not overwritten.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 6 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

7

7 8

Page 7: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 7

Task: Copy network 1 to network 2 using Drag & Drop

What to do:9. Select the code in network 1 using the lasso-function.10.Copy the code using the context menu 11.Select the circuit ( the horizontal line) in network 2 and paste the copied network.12. In network 2, rename “START_1” to “START_2”.13. In network 2, rename “Drive_1” to “Drive_2”.14.Save your project.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 7 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

9

12

13

Page 8: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 8

Task: Add elements to favorite list in TIA Portal

What to do:15.Select the Block title and change the programming language from LAD to FBD in the

properties of the inspector window.16.Using Drag & Drop, add an “On-Delay Timer” from the task card “Simple instructions”

to the favorite list.17.Close the task menu “Instructions” using the button “Collapse automatically”.

Note: the task cards is then normally minimized and is shown when the user click on it. 18.Add an On-Delay timer in network 2, so that Drive_2 is activated 2 seconds after the

request.19.Confirm the menu pressing “OK”. An Instance DB is automatically created.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 8 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

1516

17

Page 9: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 9

Task: Assign an absolute address to „Drive_2“ using Drag & Drop.

What to do:20.Open the “Device view” with a double click in “Device configuration”21.Add an DI8/DO8 module from the hardware catalogue.

e.g.: 6ES7 323-1BH01-0AA022.Change the zoom to 300%23.Divide the working area, as seen in the figure.24.Assign the absolute output address Q 0.2 to “Drive_2” via Drag & Drop.25.Close the block “Main”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 9 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

20

21

22

23

24

25

Page 10: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 10

Task: Configure a PROFINET network

What to do:26.Change the view to “Network view”27.From the hardware catalog, add an ET200S-Profinet station. e.g.: 6ES7 151-3BA23-

0AB0 It can be found on “Distributed I/O” ”ET200S” ”Headmodule” ”PROFINET”.

28.Link the ET200S station with the PLC.

Result: The PROFINET connection and the related PN protocol are configured with a single mouse click.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 10 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

26

27

28

Page 11: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 11

Task: Establishing a hardware configuration

What to do:29.Change the view to “Device view”30.From the hardware catalog, add

one power module (e.g.: 6ES7 138-4CA01-0AA0),one digital input module (e.g.: 6ES7 138-4BD01-0AA0), and one digital output module (e.g.: 6ES7 132-4BD32-0AA0)

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 11 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Hands-on

Exercise: First program with TIA Portal

29

30

Page 12: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 12

Task: Start the simulation

What to do:31.Select the PLC on the project navigation.32.Start the simulation.33.Add the output byte QB0 in the simulation

Note:The components that are downloaded in the PLC when a simulation is started can be configured in “Options” ”Settings”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 12 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

3133

32

Page 13: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 13

Task: Download in PLCSIM

What to do:34.After the start of the simulation the dialogue “Extended Loading” is opened

automatically.Select the interface to PLCSIM and load your configuration into the PLC.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 13 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

34

Note:Choose for the actual increment of the software: MPI for the connection with PLCSIM

Page 14: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 14

What to do:35.Select the Program container in the project navigation.36.By using the button “Load” your program could be loaded to PLCSIM.

Note: this task is only necessary when the program is not loaded to the PLC with starting PLCSIM.This behavior is depending on your settings for the simulation.

37. In the Load preview you can select how the blocks should be loaded to the PLC. Select “Load all” or “Consistent download” and load your program to the PLC.

38.Close the dialogue.39.Start your PLC in PLCSIM (select RUN-P)

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 14 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First program with TIA PortalHands-on

37

36

35

Page 15: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 15

Task: Monitoring a program

What to do:40.Open the program block “Main”41.Press the button “Monitoring on/off” to monitor the actual state of the block in the

editor.42.Activate the memory tag “START_1” using the context menu

“Modify” ”Modify to 1”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 15 Exercises for TIA Portal V11 (Micro Automation)

Exercise: First program with TIA PortalHands-on

41

42

Page 16: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 16

Task: Adding a variable

What to do:43.Create a new watch table using “Add new watch table” in the project tree.44.Detach the watch table window using the button “Float”.45.Using the lasso function, select the elements in network 1 and using Drag & Drop

inserts them in the watch table.46.The values for “START_1” and “STOP” can be given in the column “Modify value”.

These values are sent to the controller using the “Modify the selected values once and now”.

47.Go “offline”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 16 Exercises for TIA Portal V11 (Micro Automation)

Exercise: First program with TIA PortalHands-on

43

44

45

47

Page 17: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 17

For internal use only / © Siemens AG 2010. All Rights Reserved.

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

TIA Portal V11 – Exercises

Page 18: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 18

Task: Configuring a new panel

What to do:1. In the portal view, on the “Device and network” menu, select “Add new device”.2. Select HMI as device to be added.3. Select the TP700 Comfort panel4. Start the “Device wizard”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 18 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

1

23

4

Page 19: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 19

What to do:5. Establish a connection to the controller.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 19 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

5

Page 20: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 20

What to do:6. Activate the “Page header” for the panel.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 20 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

6

Page 21: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 21

What to do:7. Configure the alarms as shown in the slide.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 21 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

7

Page 22: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 22

What to do:8. Define the screen navigation as shown in the slide.

Name the screens as shown (i.e.: Drives, PID and Communication).

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 22 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

6

Page 23: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 23

What to do:9. Activate the system screens.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 23 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

9

Page 24: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 24

What to do:10.Arrange the system buttons as seen in the slide.11.Close the wizard pressing “Finish”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 24 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

10

11

Page 25: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 25

Task: Showing the state of “Drive_1”.

What to do:12.Open the screen “Drives” with a double click.13.Select the “PLC tags” ”Default tag table” in the project tree.

All variables are now shown in the detail view.14.Drag the variable “Drive_1” to the screen “Drives”.15. Insert a text field and write in it: “Drive_1”

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 25 Exercises for TIA Portal V11 (Micro Automation)

Exercise: First HMI project in TIA PortalHands-on

14

1213

15

Page 26: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 26

Task: Adding a button to start the output “Drive_1”.

What to do:16.Add a button from the “Toolbox”. Give it the label “START_1”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 26 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

16

Page 27: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 27

What to do:17.Select the button “START_1“. 18.Open the task card “Properties” in the inspector window.19.Select the task card “Events”.20.With “Press” the function “SetBit” should run.21.Select the PLC tag “START_1“for the function..

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 27 Exercises for TIA Portal V11 (Micro Automation)

Exercise: First HMI project in TIA PortalHands-on

18

19

17

20

21

Page 28: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 28

What to do:22.Select in the task card “Events” the event “Release”.23.With “Release” the function “ResetBit” should run. Select for the function the PLC tag

“START_1“.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 28 Exercises for TIA Portal V11 (Micro Automation)

Exercise: First HMI project in TIA PortalHands-on

22

23

Page 29: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 29

Task: Create a button to stop the Output “Drive_1“.

What to do:24.Copy the button “START_1“ and rename it to “STOP“. 25.Select the button and select in the inspector window the task card “Properties”.26.Select the task card “Events”.27.Attach the PLC tag “STOP” to the event “Press”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 29 Exercises for TIA Portal V11 (Micro Automation)

Exercise: First HMI project in TIA PortalHands-on

27

25

26

Page 30: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 30

What to do:28.Attach the PLC tag “STOP” to the event “Release”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 30 Exercises for TIA Portal V11 (Micro Automation)

Exercise: First HMI project in TIA PortalHands-on

28

Page 31: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 31

Task: Showing the cross-reference in TIA Portal

What to do:29.Choose in your screen the I/O field for the variable “Drive_1”.30.Select the task card “Info” in the inspector window.31.Choose the “Cross-reference” task card.

Result: All locations for the selected variable are then shown.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 31 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

29

30

31

Page 32: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 32

Task: Start the HMI simulation

What to do:32.Choose the screen “Drives” in the project tree.33.Start the simulation using the button “Start simulation”.

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 32 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: First HMI project in TIA PortalHands-on

33

32

Page 33: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 33

For internal use only / © Siemens AG 2010. All Rights Reserved.

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

TIA Portal V11 – Exercises

Page 34: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 34

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 34 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Hardware- and Network Editor Exercise with S7-1200: Create New Project

Hands-on

What to do:Create a new project with the Project > New menuName the project “S7-1200_Hands-on“Select “Add new device”

Page 35: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 35

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 35 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Hardware- and Network Editor Exercise with S7-1200: Insertion of Unspecified CPU and HW Detection

Hands-on

What to do:1. Insert a PLC > SIMATIC S7-1200 > CPU > Unspecified CPU 1200 > 6ES7 2XX-

XXXX-XXXX 2. Upload the hardware configuration from the connected S7-12003. Select the S7-1200 from the list of accessible devices4. Double-check the transferred hardware configuration with that of your S7-1200 demo

case5. Select the CPU and change the PLC name under the properties6. Select the SM1234 and in the properties set the following:

1. Analog Inputs > Channel0 – Measurement Type to +/- 5V2. Analog Outputs > Channel0 – Analog Output Type to Current

7. Change to the Network view

Page 36: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 36

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 36 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Hardware- and Network Editor Exercise with S7-1200: Engineering an ET200S Station

Hands-on

What to do:Distributed I/O > ET200S > Interfacemodule > PROFINET > IM151-3 PN > 6ES7 151-3BA23-0AB0 with FW Version 6.1 Distributed I/O > ET200S > Interfacemodule > PROFINET > IM151-3 PN > 6ES7 151-3BA23-0AB0 with FW Version 6.1Select the ET200S and change the name under properties Connect the PLC and ET200s with a PROFINET IO-SYSTEMChange to the device view for the ET200sInsert PM > PM-E DC24V > 6ES7 138-4CA01-0AA0 in Slot 1Insert DI > 4DI x DC24V HF > 6ES7 131-4BD01-0AB0 in Slot 2 Insert DI > 4DI x DC24V HF > 6ES7 131-4BD01-0AB0 in Slot 3 Insert DO > 4DO x DC24V / 0,5A ST > 6ES7 132-4BD02-0AA0 in Slot 4 Insert DO > 4DO x DC24V / 0,5A ST > 6ES7 132-4BD02-0AA0 in Slot 5

Page 37: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 37

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 37 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Hardware- and Network Editor Exercise with S7-1200: Load the HW-Configuration

Hands-on

What to do:Change to network view, select the PLC and activate the context menu with the right mouse buttonSelect Compile > Hardware configurationSelect Download to device > Hardware configurationConfigure your PG/PC-interface in the “Extended download to device” dialogCheck “Show all accessible devices”, if the CPU cannot be reachedSelect the S7-1200 CPUClick “Load”Click “Load” in the “Load preview” dialogIn the “Load results” dialog, select “Start All” and click “Finish”

Page 38: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 38

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 38 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Hardware- and Network Editor Exercise with S7-1200: Assigning a Device Name

Hands-on

What to do:Activate the PROFINET Subnet’s context menu by clicking with the right mouse buttonSelect “Assign name”Configure the PG/PC-interfaceSearch for accessible devices in the networkChoose ET200S from the DropDown list and select the IM151-3 from the list of accessible devicesClick “Assign name”

Page 39: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 39

For internal use only / © Siemens AG 2010. All Rights Reserved.

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

TIA Portal V11 – Exercises

Page 40: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 40

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 40 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: Creating Hardware configurationHands-on

Task: Create a new STEP 7 project and add a new device to the project.

What to do:1. Create a new project.2. Add a new PLC station.3. Create the hardware configuration (only for the central rack)4. Download the hardware configuration

Page 41: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 41

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 41 Exercises for TIA Portal V11 (Micro Automation)

Exercise: Creating tagsHands-on

Task: Create new tag tables with tags inside.

What to do:1. Create four new tag tables and move them to the shown folders.2. Create new tags in the tag tables as shown above.

Page 42: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 42

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 42 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: Create a new function block in LADHands-on

Task: Create a new function block (FB) with the language LAD.

Page 43: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 43

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 43 Exercises for TIA Portal V11 (Micro Automation)

Exercise: Programming the FB in LADHands-on

Task: Program the FB as shown above.

What to do:1. Create the interface of the FB, as shown above.2. Insert the shown program to the FB.

Page 44: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 44

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 44 Exercises for TIA Portal V11 (Micro Automation)

Exercise: Calling the FBs in OB 1Hands-on

2x

Task: Call the FB twice in the OB 1 an connect the inputs and outputs as shown above.

Page 45: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 45

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 45 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: Downloading the programHands-on

Task: Download the program to the PLC

Page 46: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 46

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 46 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: Block monitoringHands-on

Task: Monitor the FB and change the call environment.

What to do:1. Open the FB and start monitoring.2. Change the call environment (switch between instance DBs) 3. IMPORTANT: To change the call environment in this beta version you have to follow

these steps:3.1 If a message occurs, that the block cannot be monitored, close this message.3.2 Activate the test mode manually via:

“Testing” task card Breakpoints test mode3.3 Start monitoring again.

Page 47: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 47

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 47 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: Watch tableHands-on

Task: Create a new watch table and insert the content of the instance DBs.

What to do:1. Create a new watch table.2. Drag and drop the content of the instance DBs for Engine 1 und 2 to the watch table 3. Start monitoring4. Modify the „Speed“ tags.

Page 48: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 48

For internal use only / © Siemens AG 2010. All Rights Reserved.I IA AS CS2 FAPage 48 Exercises for TIA Portal V11 (Micro Automation)

IECPL-Exercise: Programming

Exercise: Hardware Configuration

Basics: HMI exercise

Basics: PLC exercise

Exercise: Forcing inputs and outputsHands-on

Task: Open the forcing table and force I1.0 and Q0.1 to “TRUE”.

What to do:1. Open the forcing table2. Insert two new lines for I1.0:P und Q0.1:P an.3. Set the forcing values to “TRUE”4. Activate forcing.

Page 49: TIA Portal V11 – Exercises - infoPLC - · PDF fileBasics: HMI exercise ... TIA Portal V11 – Exercises. SIMATIC Systems Support I IA AS CS 2 FA TIA Portal V11 Seite / page 18 Task:

SIMATIC Systems SupportI IA AS CS 2 FA

TIA Portal V11Seite / page 49

For internal use only / © Siemens AG 2010. All Rights Reserved.

I IA AS CS 2 FA

Gleiwitzerstr.55590475 Nürnberg

Phone: +49 (911) 895 - 4646

E-Mail: [email protected]

Thank you for your attention!