Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Siemens TIA Portal – PLC Programming Basics

Create, Structure, Program, Download and Troubleshoot your First TIA Portal Step 7 PLC Application from Scratch
4.7
4.7/5
(331 reviews)
1,168 students
Created by

9.8

Classbaze Grade®

9.6

Freshness

10.0

Popularity

9.3

Material

Create
Platform: Udemy
Video: 2h 51m
Language: English
Next start: On Demand

Best PLC classes:

Classbaze Rating

Classbaze Grade®

9.8 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

9.6 / 10
This course was last updated on 12/2021.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

10.0 / 10
We analyzed factors such as the rating (4.7/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.3 / 10
Video Score: 8.0 / 10
The course includes 2h 51m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 6 hours 56 minutes of 93 PLC courses on Udemy.
Detail Score: 10.0 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.9 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

13 articles.
22 resources.
0 exercise.
0 test.

In this page

About the course

Are you excited to get into the world of TIA Portal but you don’t know where to start? 
This course will allow you to add “TIA PLC Programmer” to your CV & start getting paid for your new skills.
Hi there!  My name is Hans and I’m a full-time automation and controls engineer.  I am here to help you learn the basic concepts, tools, and functions that you will need to create fully functional Step 7 PLC applications within the widely popular totally integrated automation solution, Siemens TIA Portal.  By the end of this course, you will be able to structure and program TIA PLC applications using TIA specific tools and TIA best practices.
•Eric: “This course is highly recommended to starter who would love to learn solid foundation of programming, hobbyist and also professionals who has no proper technique. I enrolled many PLC lectures in my account none of them impress me but this one is superb. I love the concept and technique that no one talk about. I would say the Instructor is very well experienced in the field.”

Build a Strong Foundation in TIA PLC Programming with this Fully Featured Course
•Create a new TIA Project
•Add a SIMATIC S7-1200/1500 PLC to the application and configure the hardware
•Structure a PLC application using TIA specific tools
•Create function blocks and add logic to them using TIA best practices
•Build data blocks using user-defined data types
•Download the application and monitor code online
•Troubleshoot faulty application code online

Powerful TIA Tools and Best Practices at Your Fingertips
Learning the fundamentals of TIA programming puts a powerful and very useful tool at your fingertips.  TIA Portal is one of the leading automation platforms used in the industry, offering automation solutions for manufacturing companies all over the world.
•Richard: “After many hours of TIA Portal training this has by far been the best one in terms of structuring the program, use of UDTs, comments and watching/forcing functions. This course showed everything in good detail, easy to follow and kept a high level of interest. I look forward to the HMI course from this! Great work from Hans. Thank you!”

Jobs in TIA development are plentiful.  Learning the foundations of TIA programming will give you a running start in the market and a strong background to more easily pick up other automation solutions such as Rockwell, Beckhoff or B&R.
This course is aimed at people who already have a basic understanding of PLCs and ladder logic.  Throughout this course of 40 lectures and over 2.5 hours of content, we will go through all of TIA Portal´s fundamentals and establish a strong understanding of the concepts behind each step of creating a structured and well-written TIA PLC application.
•Abdelfattah: “This is an amazing course, Very well structured, The instructor is very knowledgeable! For me I am more familiar with Allen Bradley PLC environment, TIA was a dark area for me, This course has helped me a lot to find my way in this different environment. The fast Pace of the course really helped a lot to save my time and keep me motivated without distraction.”

Active Participation
Throughout the course, I’ll invite you to participate in programming exercises, putting your newly learned skills into practice immediately.  If you choose to participate (which I highly recommend) and complete all the exercises, you will have programmed a fully functional TIA PLC application by the end of the course!

Content and Overview
Project Creation
We start off this PLC programming basics course with a quick overview of the sample application that we´re going to use throughout our training videos. 
We´ll learn how to create a new TIA project, how to set up the PLC hardware configuration and how to add input & output modules to our PLC rack. 

Program Structuring
Next up, we´re going to focus on the structure of our PLC program.  This step is essential because it will greatly simplify our actual programming afterwards.
We´ll start by breaking down our sample application into smaller, logical modules.  Now that we´ve identified the different modules/building blocks of our sample application, we´re going to translate this modular structure to our TIA PLC programming environment.  We´ll add program groups and main function calls for the different modules of our application and we´re going to build global data structures using data blocks and user-defined data types.

Adding Logic
With our PLC program structure in place, we are now going to add functionality/logic to our different modules.  For each module, we will create a function block and we will optimize the block interface and the data transfer between the different function blocks.  We will add functionality to each function block by programming structured ladder logic networks. 
Throughout the course, we´ll put a lot of importance on using TIA best practices for each step of the process.

Testing
Our PLC program is finally complete and we´re ready to put it to the test!  We´re going to download our application to a Siemens SIMATIC S7-1200/1500 PLC.  Afterwards, I´ll walk you through the steps of editing code online, monitoring/modifying logic and data tags, and troubleshooting the application using watch tables, the force table, and data traces.

By the time you finish this course, you will be able to create, structure, program and test your first Step 7 PLC application from scratch using a wide array of TIA specific skills and TIA best practices.

•Steve: “I feel this course has great information to offer, not only to beginning programmers but also to experienced programmers that perhaps use a different controller. Please continue to offer courses as you do an excellent job of explaining the proper steps and structure to coding.”

Complete with a Link to a 21-Day Free Trial Version of TIA Portal V15.1, downloadable TIA sample applications, checklists and other practical documents.  These sample applications and supporting documents will be a great help as we work our way through each lecture and concept – together.

Now it´s time to upgrade yourself and get started with TIA Portal!

What can you learn from this course?

✓ At the end of this course, you will be able to program a TIA Portal PLC application from the ground up
✓ Build a proper structure for your PLC application in TIA Portal using TIA specific tools
✓ You will learn how to create function blocks and add ladder logic efficiently using TIA best practices
✓ Build global data blocks using user-defined data types and use them for optimal data exchange between function blocks
✓ You will be able to download, monitor and troubleshoot a real life TIA application using S7-PLCSIM
✓ At the end of this course, you will know all tools and best practices allowing you to drastically improve your programming speed and efficiency in TIA Portal

What you need to start the course?

• Basic PLC knowledge
• Basic ladder programming knowledge

Who is this course is made for?

• Software programmers or field engineers who would like to program TIA Portal using TIA specific skills and best practices
• Anyone with basic PLC and ladder knowledge who is eager to get started with TIA Portal
• A Simatic Manager Step 7 or a Rockwell programmer, starting off with their first TIA PLC application
• Anyone who would like to add “TIA Portal PLC programmer” to their portfolio

Are there coupons or discounts for Siemens TIA Portal - PLC Programming Basics ? What is the current price?

The course costs $49.99. And currently there is a 470 discount on the original price of the course, which was $94.99. So you save $45 if you enroll the course now.
The average price is $21.4 of 93 PLC courses. So this course is 134% more expensive than the average PLC course on Udemy.

Will I be refunded if I'm not satisfied with the Siemens TIA Portal - PLC Programming Basics course?

YES, Siemens TIA Portal – PLC Programming Basics has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Siemens TIA Portal - PLC Programming Basics course, but there is a $45 discount from the original price ($94.99). So the current price is just $49.99.

Who will teach this course? Can I trust Hans Schrynemakers?

Hans Schrynemakers has created 2 courses that got 376 reviews which are generally positive. Hans Schrynemakers has taught 1,206 students and received a 4.8 average review out of 376 reviews. Depending on the information available, we think that Hans Schrynemakers is an instructor that you can trust.
Automation & Controls Engineer
For over 20 years, I’ve been working professionally as a control engineer within the manufacturing industry.  During this time as a system integrator, I’ve had the pleasure to work on many diversified and challenging automation projects with many great machine builders and manufacturing companies all over the world.  A big part of my work consists of commissioning machines and production lines at customers on-site.
In 2013, I started my own automation company – Rock Solid Automation.  As a self-employed system integrator, I’ve build up a very successful customer base and I have been part of many fulfilling projects.  I have a real passion for programming, and I thrive on innovation and technology.
My professional expertise consists of software solutions – development, implementation, commissioning and troubleshooting – for Siemens and Rockwell hardware platforms.  More specific, I have a lot of hands-on experience with motion control (synchronised servo systems, gearing operations, cam profiles), application optimizations (process stream-lining, PLC resource management, application troubleshooting) and safety logic integrations (PLC’s with software safety logic, safe-torque-off for drives, implementation of guards/estops/LOTO).

In my private life, I love spending time with my family – wife and daughter.  In order to keep fit and refill my energy levels, I practice mountain biking, skiing (when the weather permits), jogging, and an occasional swim.  I love to travel and experience different cultures and foods.Furthermore, I´d like to see myself as a half-decent cook who loves to try out new recipes :-)
Browse all courses by on Classbaze.

9.8

Classbaze Grade®

9.6

Freshness

10.0

Popularity

9.3

Material

Platform: Udemy
Video: 2h 51m
Language: English
Next start: On Demand

Classbaze recommendations for you