Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Industrial Automation from Scratch

You're reading from   Industrial Automation from Scratch A hands-on guide to using sensors, actuators, PLCs, HMIs, and SCADA to automate industrial processes

Arrow left icon
Product type Paperback
Published in Jun 2023
Publisher Packt
ISBN-13 9781800569386
Length 492 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Olushola Akande Olushola Akande
Author Profile Icon Olushola Akande
Olushola Akande
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Part 1: Learning the Concepts and Skills Required to Get Started
2. Chapter 1: Introduction to Industrial Automation FREE CHAPTER 3. Chapter 2: Switches and Sensors – Working Principles, Applications, and Wiring 4. Chapter 3: Actuators and Their Applications in Industrial Automation 5. Chapter 4: Overview of AC and DC Motors 6. Chapter 5: Introduction to Variable Frequency Drive (VFD) 7. Chapter 6: Drawing Schematic/Wiring Diagrams Using CAD Software 8. Part 2: Understanding PLC, HMI, and SCADA
9. Chapter 7: Understanding PLC Hardware and Wiring 10. Chapter 8: Understanding PLC Software and Programming with TIA Portal 11. Chapter 9: Deep Dive into PLC Programming with TIA Portal 12. Chapter 10: Understanding Human Machine Interfaces (HMIs) 13. Chapter 11: Exploring Supervisory Control And Data Acquisition (SCADA) 14. Part 3: Process Control, Industrial Network, and Smart Factory
15. Chapter 12: Process Control – Essentials 16. Chapter 13: Industrial Network and Communication Protocols Fundamentals 17. Chapter 14: Exploring Smart Factory (Industry 4.0) with 5G 18. Assessments 19. Index 20. Other Books You May Enjoy

Using the move instruction

The move instruction moves a value from a source to a destination. There are various move operations in TIA Portal. In this book, we will learn how to use MOVE (the move value), which is the common move instruction.

Perform the following steps to write a simple program to move the value 20 to a register, MW0, when a push button connected to I0.0 is pressed:

  1. On a new network, add a normally open instruction and specify an address, I0.0.
  2. On the right-hand side of the programming environment, click Instructions | Move operation, and drag the MOVE (move value) instruction to the rung/network.
  3. Double-click ??? for IN and specify a value, for example, 20.
  4. Double-click ??? for OUT1 and specify the destination address, for example, MW0, as shown in the following screenshot:
Figure 9.46 – Using the move instruction

Figure 9.46 – Using the move instruction

When the push button connected to I0.0 is pressed, the normally open contact I0.0 in the...

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 $19.99/month. Cancel anytime