Software Automatic

Embed Size (px)

Citation preview

  • 7/28/2019 Software Automatic

    1/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFF

    ON

    SOFTWARES OFPLCS

  • 7/28/2019 Software Automatic

    2/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFF

    ON

    SIEMENS PLC WITH ITSRELATED SOFTWARE

  • 7/28/2019 Software Automatic

    3/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFF

    ON

    The student gets an idea about the

    softwares used for programming

    different plcs in general and about

    siemens plc in details

    The software varies from PLC to

    PLC in the basis of hardwares used

    by the individual plcs.

  • 7/28/2019 Software Automatic

    4/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFF

    ON

    SOME OF THE POPULARLY

    USED PLC BRANDS AND ITS

    RELATED SOFTWARES

    ARE ..

  • 7/28/2019 Software Automatic

    5/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFF

    ON

    PLCS SOFTWARESSIEMENS SIMATIC MANAGER

    MITSUBISHI GX DEVELOPER.ABB CONTROL BUILDER.

    ALLEN BRADLEY RS VIEW.

    GEFANUC SIMPLICITY,

    VISA PRO.

    MODICON CONCEPT.

    WANDER WAVE IN TOUCH.

    INTELLUTION FIX 32.

    SCHNEDIER PL7, UNITY.

    WAGO WAGO-IO-PRO.

  • 7/28/2019 Software Automatic

    6/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFF

    ON

    We will provide a software to write a

    programme onSIEMENS PLCsin side the

    lab.

    The software isSIMATIC MANAGER.

    It will be in two version.

    SIMATIC MANAGERVer5.1(Simulatorbased means no PLC is required to check

    the out put of a programme).

    SIMATIC MANAGERVer 5.3(PLCbased means a PLC is required must to

    check the out put).

  • 7/28/2019 Software Automatic

    7/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    A PHYSICAL SIMULATOR WITHPNEUMATIC ACTUATORS

  • 7/28/2019 Software Automatic

    8/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    A SIMULATOR BOARD FORTRAFFIC LIGHT CONTROL

  • 7/28/2019 Software Automatic

    9/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    PROGRAMMINGLANGUAGES

  • 7/28/2019 Software Automatic

    10/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    MAY IT BE ANYSOFTWARE THE

    LANGUAGES USEDTO PRAGRAMME A

    LOGIC IN PLCARE.

  • 7/28/2019 Software Automatic

    11/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    PROGRAMMING LANGUAGES

    LADDER LOGIC

    FBD LOGIC (FUNCTIONALBLOCK DIAGRAM)

    STL LOGIC(STATEMENT

    LIST)

  • 7/28/2019 Software Automatic

    12/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    PROGRAMMING BY LADDER

    The student learns here the

    Ladder Language to Programmea Siemens PLC .

  • 7/28/2019 Software Automatic

    13/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    WHAT IS ALADDER LOGIC ??

    The reason its called ladder logic is the

    program is drawn pictorially and looks

    like a ladder.

    Ladder diagrams are used to describe the

    logic of electrical control systems.

    There are differences in the way ladder

    logic was implemented in computerizedform as compared to hard wire.

  • 7/28/2019 Software Automatic

    14/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    SIMATIC MANAGERSOFTWARE SCREEN

    Oslo University College

    Example project Step7

  • 7/28/2019 Software Automatic

    15/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    LADDER PROGRAMMING SCREEN

    Oslo University College

    Ladder programming in Step7

  • 7/28/2019 Software Automatic

    16/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    A PLC COUNTER PROGRAMME

    Oslo University College

    PLC-program

  • 7/28/2019 Software Automatic

    17/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    I n p u t O u t p u t

    THE SYMBOLS USED IN A

    LADDER NETWORK

  • 7/28/2019 Software Automatic

    18/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    A PHYSICAL CIRCUIT

    FOR MAKING A LAMP ON BY A

    SWITCH.

    HOT line

    NEUTRAL line

  • 7/28/2019 Software Automatic

    19/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    EUIVALENT LAD BY SIMATICMANAGER SOFTWARE FORABOVE PHYSICAL CIRCUIT .

  • 7/28/2019 Software Automatic

    20/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    In this AND gate logic, it can be said that only if the switches X1 and

    X2 change their states form opened to closed,the current can go tothe lamp.

    SWITCHES IN SERIES

  • 7/28/2019 Software Automatic

    21/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    In this OR gate logic, it can be said that if eitherone of the switches X1 or X2 change from opened

    to closed,the current can go to the lamp.

    SWITCHES IN PARALLEL

  • 7/28/2019 Software Automatic

    22/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    From this circuit, it can be said that the current goes to the

    lamp provided that the state of the switch does NOT

    change.

    SWITCHES IN NC CONDITION

  • 7/28/2019 Software Automatic

    23/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    RULES TO DRAW LAD

  • 7/28/2019 Software Automatic

    24/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    RULES TO DRAW LAD

  • 7/28/2019 Software Automatic

    25/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    RULES TO DRAW LAD

  • 7/28/2019 Software Automatic

    26/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    FBD PROGRAMMING SCREEN

  • 7/28/2019 Software Automatic

    27/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    A PHYSICAL CIRCUIT )

  • 7/28/2019 Software Automatic

    28/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    EQUIIVALENT LADDERCIRCUIT OF ABOVE EXAMPLE

  • 7/28/2019 Software Automatic

    29/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    ANOTHER LADDER

  • 7/28/2019 Software Automatic

    30/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    ANOTHER LADDER

  • 7/28/2019 Software Automatic

    31/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    LADDER LOGICS CANEVEN BE APPLIED TODIGITAL GATES

  • 7/28/2019 Software Automatic

    32/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    AND LADDER

  • 7/28/2019 Software Automatic

    33/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    OR LADDER

  • 7/28/2019 Software Automatic

    34/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    NAND LADDER

  • 7/28/2019 Software Automatic

    35/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    NOR LADDER

  • 7/28/2019 Software Automatic

    36/37

    By:-Er. S.K. PATI .CTTC , BBSR .

    OFFON

    EXCLUSIVE OR LADDER

  • 7/28/2019 Software Automatic

    37/37

    By: OFFON