SCL for dummies
Lorem ispum
- Level:
The development environment used in the course
- Software:
Core unit family used in the course
- CPU:
A set of rules that are used to develop programme code
- Language:
Frequency converter (inverter) family used in the course
- Drive
List of applicants
Sign up for the eager list and you will be notified when the pre-sale opens at a discount
What do you get when you enrol on a PLC programming course?
Learn about the SIMATIC S7-1500 PLC - S7-1500 PLC programming course in SCL language
In our paid course on SIMATIC S7-1500 PLC programming in SCL language, you will discover the fascinating world of industrial automation. You will learn about the SCL language, which is based on the PASCAL language and is extremely effective for programming controllers. Our course focuses on practical aspects, teaching by implementing realistic functionalities from industrial applications.
We provide you with access to 90 video lessons in Full HD quality, representing over 25 hours of material. The topics have been carefully structured to form a coherent logical sequence that will guide you through the world of SIMATIC S7-1500 PLC programming. Each lesson is a step forward in your learning.
Our course is practice-based. You will get the opportunity to work with the Factory IO tool, a virtual factory to learn programming. We will also use the TIA Portal environment and a PLC simulator called PLCsim, or you can work on real hardware if you have it.
At the end of the course, you will be confident in configuring and programming the PLCs of the SIMATIC S7-1500 family. You will gain not only theoretical knowledge, but above all practical knowledge that will enable you to face real challenges in industrial automation.
I am convinced that using our course in a systematic way will enable you to acquire new skills. Remember that every lesson has an educational value and the work and effort you put in will bring you excellent results.
We look forward to welcoming you into the world of SIMATIC S7-1500 PLC programming. Sign up today and begin this exciting journey towards excellent programming skills.
In addition, the course comments on the most common mistakes made by novice PLC programmers. It is worth learning from both mistakes - your own and those of others. All course material is divided into the following sections:
-
- Tool preparation: Everything you need to start learning effectively will be discussed. We provide you with full support at the start.
- Fundamentals of programming in the SCL language: You will learn the fundamentals of designing in the TIA Portal environment. Using practical examples, you will master the most important instructions and functions that you will need when programming a variety of machines and applications.
- 'Color station' application: You will face a greater challenge by creating the 'Color station' application. Through these experiences, you will learn that programming is a more understandable process than you might think. You will start from scratch and end up creating an application to sort pallets by product colour.
- Homework: The knowledge imparted during the course takes effect through practice. You will be given a set of do-it-yourself tasks to consolidate the knowledge you have acquired.
- Bonus: This is an extended discussion of the instructions you have already learned. In addition, you will get some practical tasks with their solution.
Our course is tailored both for beginners who have had no previous experience with TIA Portal and SIMATIC S7-1500 controllers, and for those already familiar with TIA Portal and S7-1500 who want to learn the FBD language.
Join our course to learn the full potential of SIMATIC S7-1500 PLC programming in the SCL language. Get the practical skills you need in the world of industrial automation now
Key information about the course
Of course! You have access without time and place restrictions
For many people, going away for a few days and the pressure of a group is not the ideal start. This is why many start with a video course, only to later decide on a residential course.
This training is designed to use the resources the participant currently has. The class covers electrics, connections and diagrams, and compares a real PLC to a virtual one such as PLCsim. This is important as PLC programmers often use PLCsim or the real PLC depending on the situation and available equipment
You will get an experience similar to observing my work live, next to me and with a detailed explanation. As a result, you will see the results of the work and the programme code in action on a virtual object, represented by Factory IO.
As you learn and explore hardware and programming instructions, the full functionality of the trial licence will be completely sufficient. I will show you how to use this option to complete the course using TIA Portal and Factory IO.
It is crucial that our work is clear and understandable, even when you return to a project after some time. In addition to learning the processes involved in automation and programming, I will emphasise shaping in you sound practices in line with the principles of the IT world.
In order to solidly consolidate the knowledge you have acquired, practice and exercises are key. Therefore, you will be given homework. Solving tasks and problems is the fastest path to mastering the skill of writing optimal programme code.
Benefits of taking part in the course
Example lesson / What you will do in the course
What is the course on programming the S7-1500 PLC in SCL?
-
Module 1 - downloading and installing the TIA Portal environment
- Lesson 1 - Registration on the Siemens website
- Lesson 2 - Which files to download
- Lesson 3 - Installation of the TIA Portal software
- Lesson 4 - Installing the PLCsim simulator
-
Module 2 - Downloading and installing the virtual factory - Factory IO
- Lesson 1 - Which files to download
- Lesson 2 - Installation of the Factory IO tool
-
Module 3 - Licences
- Lesson 1 - TIA Portal - Activation of a TRIAL licence
- Lesson 2 - TIA Portal - Activating the full licence (floating)
- Lesson 3 - Factory IO- Activation of TRIAL licences
- Lesson 4 - Factory IO - Activating the full licence
-
Module 4 - Actual PLC
- Lesson 1 - Electrical Engineering - Diagram
- Lesson 2 - Preparing the PC/PG
- Lesson 3 - Searching for PLCs on an Ethernet/PROFINET network
- Lesson 4 - Adapting the PLC for the course
-
Module 1: Preparation
- Lesson 1 - Overview of the object (tasks)
- Lesson 2 - First project
- Lesson 3 - Hardware configuration
- Lesson 4 - PLCsim programming
- Lesson 5 - Programming the actual PLC
-
Module 2: Creating symbolic names
- Lesson 1 -Creation of a tag board for input signals
- Lesson 2 -Creating a tag board for output signals
-
Module 3: Testing IO signals
- Lesson 1 -Test for input signals
- Lesson 2 -Test for output signals
-
Module 4: Fundamental programming instructions
- Lesson 1 - Assignment instruction
- Lesson 2 - Negation instruction
- Lesson 3 - AND gate
- Lesson 4 - OR gate
- Lesson 5 - XOR gate
- Lesson 6 - Combination of OR and AND gates
-
Module 5: Programming instructions
- Lesson 1 - Holding - Dominance start
- Lesson 2 - Holding - Stop domination
- Lesson 3 - Conditional instruction IF (Stop domination)
- Lesson 4 - Conditional instruction IF...ELSIF
- Lesson 5 - Modification from program code
- Lesson 6 - Conditional instruction IF (start dominance)
- Lesson 7 - Memory M (markers/flags)
- Lesson 8 - Clock runs
- Lesson 9 - Modular/structured programme
- Lesson 10 - Slopes
- Lesson 11 - Data types
- Lesson 12 - Watch table
- Lesson 13 - Value transfer instruction
-
Module 6: Programme blocks
- Lesson 1 - Oryganisation block OB100
- Lesson 2 - Retention functionality (for M memory)
- Lesson 3 - Global constants
- Lesson 4 - Explicit conversion (projection)
- Lesson 5 - Arithmetic instructions - calculating the volume of a box
- Lesson 6 - Temporary variables
- Lesson 7 - Incrementation
- Lesson 8 - db data blocks
- Lesson 9 - Reinitialisation in the DB
- Lesson 10 - Retention functionality (for data blocks)
- Lesson 11 - Using variables in program code
- Lesson 12 - The comparison operation
-
Module 7: Counters and timers
- Lesson 1 - CTU counter (counting up)
- Lesson 2 - Instance preview
- Lesson 3 - Using instances in program code
- Lesson 4 - CTD counter (counting down)
- Lesson 5 - CTUD counter (counting up and down)
- Lesson 6 - Timer TP (pulse generation)
- Lesson 7 - TON timer (switch-on delay)
- Lesson 8 - Timer TON - usage
- Lesson 9 - Using the Q output from a timer
- Lesson 10 - TOF timer (delayed shutdown)
- Lesson 11 - Timer TONR (time accumulator)
-
Module 1 - Template preparation
- Lesson 1 - Introduction
- Lesson 2 - New project in TIA Portal
- Lesson 3 - Importing symbolic names
- Lesson 4 - Writing program code for line modes
- Lesson 5 - Writing code for traffic lights
- Lesson 6 - Error handling function
- Lesson 7 - Linking digital outputs and memory
- Lesson 8 - Dedicated functions for operating modes (control logic)
- Lesson 9 - Layers (grouping of blocks)
- Lesson 10 - Conditional function calls
-
Module 2 - Writing programme code
- Lesson 1 - Using the template
- Lesson 2 - Error programming
- Lesson 3 - Manual mode - movement of conveyors
- Lesson 4 - Manual mode - blocking
- Lesson 5 - Detecting slopes for sensors
- Lesson 6 - Automatic mode
- Lesson 7 - Summary
-
Module 1: Fundamentals
- Lesson 1 - AND gate
- Lesson 2 - OR gate
- Lesson 3 - NOT gate
- Lesson 4 - NAND gate
- Lesson 5 - XOR gate
- Lesson 6 - AND-OR gateway (connection)
-
Module 2: Projects
- Lesson 1 - Controlling room lighting
- Lesson 2 - Stair lighting
- Lesson 3 - Controlling the lamp in front of the garage
- Lesson 4 - Shop window
-
Module 1 - Preparation
- Lesson 1 - Overview of the facility
- Lesson 2 - Using a template
- Lesson 3 - Hardware configuration
- Lesson 4 - IO test
-
Module 2 - Coding
- Lesson 1 - Manual mode
- Lesson 2 - Automatic mode (1/4)
- Lesson 3 - Automatic mode (2/4)
- Lesson 4 - Settings
- Lesson 5 - Product measurement
- Lesson 6 - Automatic mode (3/4)
- Lesson 7 - Extension of traffic lights (1/3)
- Lesson 8 - Handling slope detection
- Lesson 9 - Automatic mode (4/4)
- Lesson 10 - Transporting a consignment of products
- Lesson 11 - Extension of traffic lights (2/3)
- Lesson 12 - Error handling
- Lesson 13 - Extension of traffic lights (3/3)
Software and hardware used
Factory IO
Typical machine scenarios can be run in Factory IO, and the virtual factory connects to the SIM PLC simulator (or the actual PLC. Programming of the controller is possible in the programming environment (depending on the PLC family), and insight into its operation is available during the online connection
TIA Portal software
Totally integrated automation is a development environment that combines PLC (programming), HMI(visualisation) and startdrive(drive technology).
CPU S7-1500
They are available in the classic and et200sp housing. The SIMATIC S7-1500 is a modular automation system with medium and higher performance. Different controller versions allow you to match the corresponding application. Depending on requirements, the programmable controller can be expanded with input/output modules for digital and analogue signals, as well as technology and communication modules.
Guarantee
and certificate
If, after 14 days of purchase, you find that it is not for you, I will refund 100% of the course price. Upon completion of the course, you will receive a certificate in two languages - Polish and English.
Frequently asked questions
-
Will I receive a confirmation after my purchase?
Yes, you receive an email. Sometimes emails end up in SPAM or other folders. Please check your mailbox carefully.
-
Is there a difference between the media on which the course can be ordered?
No. The material is the same regardless of the type of storage medium. At the time of purchase, you decide which type of data carrier you choose, i.e. online, DVD or USB.
-
Which PLC programming language should I choose when starting out?
If you are an electrician then LAD. If there has been any exposure to text-based languages (C, C++, C#, Java, etc) then SCL. If there has been no exposure to any programming at all then the basic course is LAD and SCL (the solution to each task is shown in two languages).
-
Is this course for me if I have never used a PLC?
Yes. The basic courses are just set up so that people with no exposure to Siemens PLCs can learn such skills. The student is guided step by step (as can also be seen in the course table of contents).
-
What tools are used for consultation?
Consultations take place via Skype or TeamViever.
-
How do I make an appointment for a consultation?
Please send an email to biuro@plcspace.pl with your questions (problems) and suggestions for a convenient date for your consultation (via Skype or Teamviever).
-
How long are the consultations valid?
This is 60 calendar days from the date of purchase.
-
Can I deliver the course on different computers?
Yes. The course material (videos) can be viewed on any computer.
-
What does the online version of the course look like?
You receive the course by email, where there are private links to the videos.
-
What if a problem arises during the course?
Please email me with a description of the problem at: biuro@plcspace.pl.
-
What is the access time for the course?
No time limits for any medium (i.e. online, DVD or USB version).
-
Do I need to have any experience with programming?
No. The basic course gives step-by-step all the information needed from 'scratch'.
-
Will I need to purchase a licence for the Factory IO software?
No. There is information in the course on how to obtain licences to complete the material.
-
Will I need to purchase a licence for the PLC development environment?
No. There is information in the course on how to obtain licences to complete the material.
-
Is it possible to return the course?
Yes.
-
Will I need a PLC to deliver the course?
No. A real controller is not necessary. The course is designed in such a way that it can also be completed on a virtual controller. It all depends on what the trainee has at their disposal.
-
How do I buy a course?
Just click Add to basket and complete the form and make payment.
-
When does the course start?
-> Online version - immediately after payment
-> Physical version - when you receive the package from the carrier.
Join the course
List of applicants
Sign up for the eager list and you will be notified when the pre-sale opens at a discount