Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
PLC and HMI Development with Siemens TIA Portal

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

Product type Book
Published in Apr 2022
Publisher Packt
ISBN-13 9781801817226
Pages 436 pages
Edition 1st Edition
Languages
Author (1):
Liam Bee Liam Bee
Profile icon Liam Bee

Table of Contents (21) Chapters

Preface 1. Section 1 – The TIA Portal – Project Environment
2. Chapter 1: Starting a New Project with TIA Portal 3. Chapter 2: Creating Objects and How They Fit Together 4. Chapter 3: Structures and User-Defined Types 5. Section 2 – TIA Portal – Languages, Structures, and Configurations
6. Chapter 4: PLC Programming and Languages 7. Chapter 5: Working with Languages in TIA Portal 8. Chapter 6: Creating Standard Control Objects 9. Chapter 7: Simulating Signals in the PLC 10. Chapter 8: Options to Consider When Creating PLC Blocks 11. Section 3 – TIA Portal – HMI Development
12. Chapter 9: TIA Portal HMI Development Environment 13. Chapter 10: Placing Objects, Settings Properties, and Events 14. Chapter 11: Structures and HMI Faceplates 15. Chapter 12: Managing Navigation and Alarms 16. Section 4 – TIA Portal – Deployment and Best Practices
17. Chapter 13: Downloading to the PLC 18. Chapter 14: Downloading to the HMI 19. Chapter 15: Programming Tips and Additional Support 20. Other Books You May Enjoy

Retaining data in optimized and non-optimized blocks

When a PLC loses power, runtime variable data is lost and reset back to its default values, unless it is checked to be retained. Retained data persists after a power fail or a download to the PLC, and it only resets to its default values when a reinitialization occurs or a memory clear of the PLC occurs. If a variable needs to retain information, the Retain function needs to be selected in the corresponding data block or interface:

Figure 13.8 – The Retain checkbox

Figure 13.8 shows an example of four values set to Retain in a data block. Once the Retain box has been checked for some given data, the changes must be downloaded to the PLC. This will cause a reinitialization of the data.

Retaining data in instance data

Function blocks and associated instance data blocks can also have data retention set. However, there are more options involved, and it also depends on whether the function block...

lock icon The rest of the chapter is locked
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.
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}