Reader small image

You're reading from  PLC and HMI Development with Siemens TIA Portal

Product typeBook
Published inApr 2022
PublisherPackt
ISBN-139781801817226
Edition1st Edition
Right arrow
Author (1)
Liam Bee
Liam Bee
author image
Liam Bee

Liam Bee has worked in automation for over 16 years, after starting his career at 16 years old as an instrument technician in the water industry. He began his automation journey by maintaining PLCs and the instruments connected to them. He found very early on that he had an interest in PLCs and automation, taking the time to learn PLC programming in his own time, as well as exposing himself as much as possible to automation while working. After 8 years of working in maintenance, Liam started his own side business, providing bespoke controls using lower-range PLC solutions. This experience proved invaluable to his progression; he learned quickly, often through failure, and his knowledge of control design improved significantly. 12 years into his career, he moved roles again; this time, he was looking for something to fill knowledge gaps and target Siemens as he was yet to use Siemens extensively. Liam started at Aquabio Ltd and quickly found himself immersed in Siemens SIMATIC Manager and TIA Portal. Over the next 3 years, he worked hard to understand Siemens' tools and development environments, calling on knowledge from other PLC environments that he had previously worked with. Over his years working with automation, he has learned many different languages and development environments. He has worked with Siemens, Allen Bradley, Schneider, Mitsubishi, and a host of other PLC platforms, all of which have helped shape the design concepts that he uses today. Liam has also taught himself computer programming languages such as VBA, VBS, VB.NET, C#, Java, and more. Closing the space between IT and industrial automation is important as time moves forwards and he has always tried his hardest to be at the forefront of innovation.
Read more about Liam Bee

Right arrow

Preface

This book is designed to teach the fundamentals behind TIA Portal as well as the latest features that V17 offers.

TIA Portal V17 is the latest installment of Siemens' flagship development environment. It is designed to encompass all parts of project development, from PLC program writing to HMI development. TIA Portal V17 offers a complete solution to manage a project through design, development, commissioning, and maintenance.

Who this book is for

This book is aimed at anyone who wants to learn about the Siemens TIA Portal environment. No prior knowledge of Siemens is required, however, a basic understanding of PLCs/HMIs would be beneficial.

What this book covers

Chapter 1, Starting a New Project with TIA Portal, shows how to get started with a new project.

Chapter 2, Creating Objects and How They Fit Together, looks at how to create new PLC objects and how to use them together in a project.

Chapter 3, Structures and User-Defined Types, gives an introduction to UDTs and structures and how they benefit projects.

Chapter 4, PLC Programming and Languages, explores PLC programming in TIA Portal.

Chapter 5, Working with Languages in TIA Portal, discusses each programming language that TIA Portal offers, including the latest Cause and Effect language.

Chapter 6, Creating Standard Control Objects, looks at the benefits of standardizing control objects.

Chapter 7, Simulating Signals in the PLC, covers a writing pattern that creates an easy method to simulate all signals in the PLC.

Chapter 8, Options to Consider When Creating PLC Blocks, takes a look at different options that require some thought before and during the writing of code.

Chapter 9, TIA Portal HMI Development Environment, gives an introduction to TIA Portal's latest HMI environment, using the new Unified hardware and design platform built into TIA Portal.

Chapter 10, Placing Objects, Settings Properties, and Events, shows how to create objects in an HMI and set their properties and events.

Chapter 11, Structures and HMI Faceplates, looks at the benefits of using structures and faceplates in the HMI.

Chapter 12, Managing Navigation and Alarms, shows how to manage navigation between pages and how to manage alarms.

Chapter 13, Downloading to the PLC, details how to download a PLC program to PLC hardware.

Chapter 14, Downloading to the HMI, shows how to download an HMI design to HMI hardware.

Chapter 15, Programming Tips and Additional Support, provides information on programming tips and where additional support from Siemens can be found.

To get the most out of this book

In order to get the best out of this book, the basic concepts of what a PLC and HMI are and what they are used for should be understood. A keen interest in advancing learning beyond what this book offers will help to solidify the learning gained from this book.

Trial licenses can be obtained from the official Siemens website. Search for TIA Portal V17 Trial License and you should find them.

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://static.packt-cdn.com/downloads/9781801817226_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "If On_Rising_Edge is True and Data.Status_Data.Light_Flashes is over 100000, then Data.Status_Data.Maintenance_Required will be True."

A block of code is set as follows:

Outlet_Valve_Position_Request =
(((Max Tank Level - Min Tank Level)
/
(Max Valve Position – Min Valve Position))
*
(Current Tank Level - Min Tank Level))
+
Min Valve Position

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Double-click Add new device in the Project tree pane. This will open the Add new device window, as illustrated in the following screenshot."

Tips or Important Notes

Appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, mention the book title in the subject of your message and email us at customercare@packtpub.com.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/support/errata, selecting your book, clicking on the Errata Submission Form link, and entering the details.

Piracy: If you come across any illegal copies of our works in any form on the Internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Share Your Thoughts

Once you’ve read PLC and HMI Development with Siemens TIA Portal, we’d love to hear your thoughts! Please click here to go straight to the Amazon review page for this book and share your feedback.

Your review is important to us and the tech community and will help us make sure we’re delivering excellent quality content.

lock icon
The rest of the chapter is locked
You have been reading a chapter from
PLC and HMI Development with Siemens TIA Portal
Published in: Apr 2022Publisher: PacktISBN-13: 9781801817226
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Liam Bee

Liam Bee has worked in automation for over 16 years, after starting his career at 16 years old as an instrument technician in the water industry. He began his automation journey by maintaining PLCs and the instruments connected to them. He found very early on that he had an interest in PLCs and automation, taking the time to learn PLC programming in his own time, as well as exposing himself as much as possible to automation while working. After 8 years of working in maintenance, Liam started his own side business, providing bespoke controls using lower-range PLC solutions. This experience proved invaluable to his progression; he learned quickly, often through failure, and his knowledge of control design improved significantly. 12 years into his career, he moved roles again; this time, he was looking for something to fill knowledge gaps and target Siemens as he was yet to use Siemens extensively. Liam started at Aquabio Ltd and quickly found himself immersed in Siemens SIMATIC Manager and TIA Portal. Over the next 3 years, he worked hard to understand Siemens' tools and development environments, calling on knowledge from other PLC environments that he had previously worked with. Over his years working with automation, he has learned many different languages and development environments. He has worked with Siemens, Allen Bradley, Schneider, Mitsubishi, and a host of other PLC platforms, all of which have helped shape the design concepts that he uses today. Liam has also taught himself computer programming languages such as VBA, VBS, VB.NET, C#, Java, and more. Closing the space between IT and industrial automation is important as time moves forwards and he has always tried his hardest to be at the forefront of innovation.
Read more about Liam Bee