You are here: Home PLC Articles

plc-course.com

PLC Basics

PLC MEGAPACK

E-mail Print PDF

 

Finally available

Your PLC Course MEGAPACK

online or on DVD

 


 

PLC-COURSE.COM presents the ultimate PLC training experience to learn PLC programming. Our video tutorials will bring you right into the world of PLC explaining what you need to know to understand the fundamentals. This PLC course is a step-by-step introduction to controllers, built on a everyday experience of a practicing automation expert.

PLC Course description

This innovative PLC online training, is addressed to all automation enthusiasts. The tutorial is based on Siemen's LOGO! 12/24 RC. If you are thinking about working in automation industry, you have to deal with PLCs. If you work or study, and wondering if- and how - to start your adventure with PLC, see our course! All over the world, the continuing development of industrial automation makes PLC training a good investment.

New career opportunities with PLC

PLC devices have been present on the market for over 40 years. The need for automation propels their continuing popularity and development. PLCs are used in various industries but also in building automation. Their big advatage is that they promote green solutions.  All over the world, the continuing development of industrial automation makes PLC programming skills increasingly sought by potential employers. Want to take your career to the next level? Learn ladder logic!

As part of this course:

What is PLC? (7:34 min.)

Introduction to Siemens PLC (5:09 min.)

We will discuss PLCs in general and take a closer look at the controller  which we are going to use in this course. We will use the LOGO! SIEMENS RC 12/24, with 8 inputs and 4 outputs, and internal time clock.

PLC Start-up training kit (10:30 min.)

In this section we will build a very simple control station and learn how to connect the cables to the LOGO! Power supply. This PLC tutorial examplains how to connect the start-up kit with a on/off switch and a bulb indicator.

LOGO! Soft Comfort - basics (4:40 min.)

In this lesson you will learn the basics of LOGO! Soft Comfort, a software we will use to program our LOGO! Soft Comfort is a Windows application, with intuitive interface and a number of internal functions to facilitate programming for industrial automation and buildings, so learning it should be an easy process. We will end this part with the first program.

Upload the program to the LOGO! (2:30 min.)

After creating our first program, we will upload it to the PLC and test it in a simulation mode.

Basic functions AND and OR (07:30 min.)

In this tutorial you will learn how to use basic functions AND and OR, and how to add simple conditions for determining when a given output is actuated in the program.

Stairway lighting (14:30 min.)

After discussing the basic programming functions, it is time for a practical example. We will write a program that controls lighting in the stairway. When programming, you will utilize the functions you have learned so far, as well as learn how to use timers.

Automatic gate system (Parts I, II, III - 56 min.)

PLC Basics

In this final project we will write a program for an automatic gate system. We will also add a functionality which will allow us to control the lighting in the driveway, as well as the signaling blinking lights above the gate. Furthermore, we will work with sensors and motion detectors, so that if a person or an object appears in the way of the gate, we will be able to stop it. The whole project is written in ladder logic and is a great introduction to graphical programming languages in PLC.

 


plc training dvd


What will I learn in this course?

* How to assemble a PLC device

* What are the uses of programmable controllers in industry and building automation

* How to write programs in LOGO! Soft Comfort

* Functions used in programming

* Fundamentals of ladder logic

* How to work with analog inputs and timers



From the Author

Autor of PLC COURSE is a graduate of Poznan University of Technology at the Faculty of Mechanical Engeeniring and Management.

"... PLC Basics I have a few years' experience working with various programming systems used in industrial automation, from PLC to visualization systems (SCADA)... It was my intention to do this course based on practical examples, and to relate it to what I see in my work. It means introducing a measure of problem-solving to the tutorials, along with the knowledge you'll need to write the programs we will work on. I hope my course will be a good introduction to the fascinating world of logical controllers..."

 

Order / BUY

To order send e-mail  to:     This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Price:

online version    89 USD * 119 USD (watch online)

DVD version      149 USD * 179 USD (free shipping - worldwide)

 

* Introductory price available untill 31.07.2010

 

 

 

Last Updated ( Tuesday, 25 May 2010 16:06 )
 

Learn programming PLC the easy way.

E-mail Print PDF
PLC-COURSE.COM presents the ultimate PLC training experience to learn PLC programming. Our video tutorials will bring you right into the world of PLC explaining what you need to know to understand the fundamentals. This PLC training is a step-by-step introduction using siemens LOGO!
Video Tutorial available from UPDATE! May 2010... We are working hard on bringing this plc tutorial. It will be available very soon. Stay tuned to plc-course.com!
siemens logo plc tutorial

LOGO! offers solutions for domestic and installation engineering applications such as stairway lighting, external lighting, sun blinds, shutters, shop window lighting and more; switch cabinet engineering, as well as for mechanical and apparatus engineering such as gate control systems, air-conditioning systems, rand ainwater pumps. LOGO! can also be implemented for special control systems in conservatories or greenhouses, for control signal processing and, by connecting a communication module such as an AS--i module, for distributed local controlling of machines and processes.  It provides an additional display that is wider than the Basic module. It has four function keys that you can program in your circuit program as inputs. Like the LOGO! Basic module, it has four cursor keys, an ESC and OK key that you can also program in your circuit program and use for navigation on the LOGO!

Last Updated ( Tuesday, 09 March 2010 21:26 )
 

PLC Fundamentals - THE NUMBER SYSTEM

E-mail Print PDF

THE DECIMAL NUMBER SYSTEM

Decimal number system characteristic is the linear array of digits and also their significant placing.For example number 4324 can be represented :

4324 = 4x1000 + 3x100 + 2x10 + 4x1

Number 4 on the left is of differing significance to that of number 4 on the right.

The fundamental of the decimal number system is the availability of 10 different digits.They permit counting from 0 to 9. If counting is to excees the number 9, this constitutes acarry over to the next place digit.The significance of this place is 10, and the next carry over takes place when 99 is reached.

 

Last Updated ( Sunday, 27 December 2009 18:56 )
 

Ladder Logic Fundamentals and Programming Examples - PLC Tutorial

E-mail Print PDF

Ladder Logic Fundamentals and Programming Examples - PLC Tutorial

Logical continuity vs. electrical continuity
I/O Mapping
Mastering examine onon and examine off instructions
The PLC scanning process

PLC Programming Languages

  • In the United States, ladder logic is the most popular
    method used to program a PLC
  • This course will focus primarily on ladder logic programming
  • Other programming methods include:
    … Function block diagrams (FBDs)
    … Structured text (ST)
    … Instruction List (IL)
    … Sequential function charts (SFCs)
Last Updated ( Sunday, 27 December 2009 18:51 )
 

How to connect S7-300 PLC to a computer?

E-mail Print PDF

This PLC tutorial will tell you how to connect you PLC to a computer. You will learn what kind of cables you can use. How to download and upload Siemens drivers etc.

 

Last Updated ( Sunday, 27 December 2009 18:59 )
 

How to diagnose PLC errors?

E-mail Print PDF

The whole work of PLC controller can be represented with a diagram shown on the following page. After turning on the power, PLC is first initialized (clearing IR, SR i AR areas, presetting system timers and checking I/O lines), and if no errors were detected, monitoring process, program execution, calling the I/O lines and serving the peripheral devices starts to occur in cycles.

Last Updated ( Sunday, 27 December 2009 19:02 )
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  Next 
  •  End 
  • »
Page 1 of 3

More Tutorials

Poll

What PLC tutorial would you like to see on plc-course.com?