SIEMENS LOGO! Basics you need to know
  • Siemens LOGO! Construction: getting the PLC to work
  • Getting to know LOGO Interface
  • Uploading your first program to a PLC
  • AND And OR Functions
  • Project: Stairway Lightning System
Siemens LOGO! Automated Gate System step by step
  • Automated Gate System part 1
  • Automated Gate System part 2
  • Automated Gate System part 3
  • Automated Gate System part 4
Siemens S7-1200 First Steps and solving configuration errors
  • Familiarize with S7‐1200 PLC enviroment
  • Quick & Easy Start with S7-1200 PLC
  • Parameterization od PLC hardware parameters
  • Hardware parameterization
  • Hardware parameterization part 2
  • Watch and force Table
Siemens S7-1200 First Programs
  • Introduction - LADDER, FBD, SCL– definitions and history
  • Organization of memory in PLN
  • OB,FB,DB,FC – how to use
  • Copy input signals to outputs (open coil)
  • Switching output on each pulse of input signal (P/N-slopes)
  • Activation hardware generators – special memory
  • Program for turn signal on basis of system in cars (S/R coils)
S7-1200 Logic Operation in practise
  • Introduction to logic operations
  • AND
  • OR
  • XOR
  • INV
  • Realworld program using logic operations
S7-1200 Operations on variables
  • Introduction – variables (int,dint,real -> byte, word, dword)
  • Move
  • Comparators
  • Program which uses MOVE and comparator operations to measure temperture
Math Operations
  • Adding / Subtracting
  • Multiplication / Divide
  • NEG, ABS, MOD
  • Math Function for different rounding: ROUND, TRUNC, FLOOR, CEIL
Counters
  • CTD (characteristics, usage)
  • How to use Counters Count UP CTU
  • CTUD
  • Program using counters (parking)
Timers
  • TP
  • TON
  • TOF
  • TONR
  • Diffrence between system generators and program on timers for generator
  • Program that uses timer to control engine temperature and air-fan
Usefull Operations
  • Shift SHR / SHL
  • Rotation ROR / ROL
  • Chrismas Tree / Disco Lamps
Extended Functions
  • Real Time clock
  • String MOVE
  • Concat
  • LEN, RIGHT, LEFT, MID
Analog modules
  • Introduction to analog measurements
  • Analog output - how to measure voltage
  • Analog input - how to control voltage
  • Control output voltage and measure by analog module
  • Measuring temperature part 1 (electrical connection)
  • Measuring temperature part 2 (program)