chapter 6 developing fundamental plc wiring diagrams and ladder logic programs

Upload: bob

Post on 29-Oct-2015

1.012 views

Category:

Documents


107 download

DESCRIPTION

PROGRAMMABLE LOGIC CONTROLLER

TRANSCRIPT

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    1/86

    2011, The McGraw-Hill Companies, Inc.

    Chapter 6

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    2/86

    2011, The McGraw-Hill Companies, Inc.

    ElectromagneticControl Relays

    6.1

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    3/86

    2011, The McGraw-Hill Companies, Inc.

    A PLC was designed to

    replace control relays that

    made logic decisions.

    An electrical relay

    is a magnetic

    switch which useselectromagnetism

    to switch contacts.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    4/86

    2011, The McGraw-Hill Companies, Inc.

    Relay operation.

    Energized

    De-energized

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    5/86

    2011, The McGraw-Hill Companies, Inc.

    Normally open (NO) and normally closed (NC)

    contacts.

    NO contacts are open

    when the coil is

    de-energized and closed

    when the coil is energized

    NC contacts are closed

    when the coil is

    de-energized and open

    when the coil is energized

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    6/86

    2011, The McGraw-Hill Companies, Inc.

    Relay symbols.

    The letter M

    frequently indicates

    a motor starter coil.

    CRis used for

    control relays.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    7/86

    2011, The McGraw-Hill Companies, Inc.

    Control relay used to control two pilot lights.

    Switch open and

    coil de-energized

    Switch closed and

    coil energized

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    8/86

    2011, The McGraw-Hill Companies, Inc.

    Equivalent PLC simulationof a control

    relay used to control two pilot lights.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    9/86

    2011, The McGraw-Hill Companies, Inc.

    Contactors

    6.2

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    10/86

    2011, The McGraw-Hill Companies, Inc.

    A contactoris a special type of

    relay designed to handle heavy

    power loadsthat are beyondthe capability of control relays.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    11/86

    2011, The McGraw-Hill Companies, Inc.

    PLC used in

    conjunction

    with a contactorto switch power

    on and off to a

    pump.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    12/86

    2011, The McGraw-Hill Companies, Inc.

    Motor Starters

    6.3

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    13/86

    2011, The McGraw-Hill Companies, Inc.

    The motor starter is

    made up of a

    contactor with an

    over load relay

    attached physically

    and electrically to it.

    Contactor

    OverloadRelay

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    14/86

    2011, The McGraw-Hill Companies, Inc.

    Hardwiredthree-phase magnetic motor starter.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    15/86

    2011, The McGraw-Hill Companies, Inc.

    PLC programmed magnetic motor starter.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    16/86

    2011, The McGraw-Hill Companies, Inc.

    Simulated PLC magnetic motor starter.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    17/86

    2011, The McGraw-Hill Companies, Inc.

    Manually OperatedSwitches

    6.4

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    18/86

    2011, The McGraw-Hill Companies, Inc.

    Manually operated switchesare controlled by hand.

    Makes a circuit

    when it is

    pressed and

    returns to itsopen position

    when the button

    is released.

    Opens the

    circuit when it is

    pressed and

    returns to theclosed position

    when the button

    is released.

    When the

    button is

    pressed, the top

    contacts openbefore the

    bottom contacts

    are closed.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    19/86

    2011, The McGraw-Hill Companies, Inc.

    A selector swi tchoperator is rotated (instead of

    pushed) to open and close contacts of the

    attached contact block.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    20/86

    2011, The McGraw-Hill Companies, Inc.

    Dual in-l ine package (DIP)switches are small

    switch assemblies designed for mounting on

    printed circuit board modules

    DIP switches use binary(on/off) settings to set the

    parameters for a

    particular module.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    21/86

    2011, The McGraw-Hill Companies, Inc.

    Mechanically OperatedSwitches

    6.5

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    22/86

    2011, The McGraw-Hill Companies, Inc.

    A mechanical ly operated switchis controlled

    automatically by factors such as pressure,

    position, or temperature.

    Limit switches are designed to operate

    only when a predetermined limit is

    reached, and they are usually actuatedby contact with an object such as a cam.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    23/86

    2011, The McGraw-Hill Companies, Inc.

    Temperature

    switches open or

    close when a

    designatedtemperature is

    reached.

    A temperature switch, or

    thermostat, is used to sensetemperature changes.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    24/86

    2011, The McGraw-Hill Companies, Inc.

    Pressure switchesare used to

    control the pressure of liquids

    and gases.

    They are designed to

    open or close theircontacts when a

    specified pressure is

    reached and can be

    pneumatically (air)

    or hydraulically

    (liquid) actuated.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    25/86

    2011, The McGraw-Hill Companies, Inc.

    Level switches

    are used to sense

    liquid levels.

    The float switch is a type of level

    switch which is weighted so that

    as the liquid rises the switch

    floats and turns upside down,

    actuating its internal contacts.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    26/86

    2011, The McGraw-Hill Companies, Inc.

    Sensors

    6.6

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    27/86

    2011, The McGraw-Hill Companies, Inc.

    Proximity sensorsdetect

    the presence of an object

    without physical contact.

    These solid-

    state electronic

    devices are

    completely

    encapsulated.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    28/86

    2011, The McGraw-Hill Companies, Inc.

    Proximity sensors operate on different principles,

    depending on the type of matter being detected.

    Inductive proximity sensors are used to detect both

    ferrous metals (containing iron) and nonferrous

    metals (such as copper, aluminum, and brass).

    Inductive proximity sensors

    operate with electromagnetic

    field which varies in strength

    relative to a target.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    29/86

    2011, The McGraw-Hill Companies, Inc.

    The method ofconnectinga proximity sensor

    varieswith the type of sensor and its application.

    Three-wire

    sensor

    Two-wiresensor

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    30/86

    2011, The McGraw-Hill Companies, Inc.

    Proximity sensor

    sensing range.

    Most proximity sensorscome equipped with an LED

    status indicator to verify the

    output switching action.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    31/86

    2011, The McGraw-Hill Companies, Inc.

    A small leakage current flows through the sensor even

    when the output is turned off.

    When the sensor is on, a small voltage drop is lostacross its output terminals.

    To operate properly, a

    proximity sensor

    should be powered

    continuously.

    The bleeder resistor allows

    enough current for the sensor

    to operate but not enough to

    turn on the input.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    32/86

    2011, The McGraw-Hill Companies, Inc.

    Capacitive proximity sensorsoperate within an

    electrostatic f ieldand are actuated by both

    conductive and nonconductive materials.

    When the target nears the sensing surface, it enters

    the electrostatic field of the electrodes and changes

    the capacitance of the oscillator.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    33/86

    2011, The McGraw-Hill Companies, Inc.

    Capacitive proximity sensors will sense metal objects

    as well as nonmetallic materials such as paper, glass,

    liquids, and cloth.

    The larger the dielectric constant of a target, theeasier it is for the capacitive sensor to detect. This makes

    possible the detection ofmaterials inside nonmetallic

    containers.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    34/86

    2011, The McGraw-Hill Companies, Inc.

    A magnetic reed switchis

    composed of two flat contact tabs

    that are sealed in a glass tube.

    When a magnetic force is generated parallel to the

    reed switch, the reeds will be drawn together to

    actuate the switch.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    35/86

    2011, The McGraw-Hill Companies, Inc.

    The photovoltaiccell and the photoconductive

    cell are examples of light sensors.

    Photovoltaic solar cell Photoconductive cell

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    36/86

    2011, The McGraw-Hill Companies, Inc.

    A photoelectr ic sensoroperates by

    detecting a visible or invisible beam of

    light and responding to a change in thereceived light intensity.

    Photoelectric

    sensors are

    composed of a

    transmitter (lightsource) and a

    receiver (sensor

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    37/86

    2011, The McGraw-Hill Companies, Inc.

    The scan techniquerefers to the method used by

    photoelectric sensors to detect an object.

    The through-beamscan technique places the

    transmitter and receiver in direct line with each other.

    Because the light beam travels in only one direction,

    through-beam scanning provides long-range sensing.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    38/86

    2011, The McGraw-Hill Companies, Inc.

    In a retroreflectivescan

    technique, the transmitter and

    receiver are housed in thesame enclosure.

    This arrangement requires the use of a separate

    reflector mounted across from the sensor to return light

    back to the receiver.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    39/86

    2011, The McGraw-Hill Companies, Inc.

    F iber optic sensors

    use a flexible cable

    containing tinyfibers that channel

    light from emitter

    to receiver

    Fiber optic sensor

    systems are

    completelyimmune to all

    forms of electrical

    interference.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    40/86

    2011, The McGraw-Hill Companies, Inc.

    Bar code scannersare the

    eyes of a data collection

    system.

    A bar code module

    reading the bar code on

    boxes as they move

    along a conveyor line.

    The PLC is programmed to divert the boxes to the

    appropriate product lines according to the bar

    code data.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    41/86

    2011, The McGraw-Hill Companies, Inc.

    An ultrasonic sensoroperates by

    sending high-frequency sound

    waves toward the target andmeasuring the time it takes for

    the pulses to bounce back.

    The returning echo

    signal is electronically

    converted to a 4- to 20-

    mA output, whichsupplies a monitored

    measurement of level to

    external control devices.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    42/86

    2011, The McGraw-Hill Companies, Inc.

    A strain gauge

    converts a

    mechanicalstrain into an

    electric signal.

    The force applied to the load

    cell causes it to bend. Thisbending action also distorts the

    physical size of the cell, which in

    turn changes its resistance.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    43/86

    2011, The McGraw-Hill Companies, Inc.

    The thermocoupleis

    the most widely used

    temperature sensor.

    Thermocouples operate on the

    principle that when two dissimilarmetals are joined, a predictable

    DC voltage will be generated

    i i

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    44/86

    2011, The McGraw-Hill Companies, Inc.

    F low measurementinvolves converting the

    kinetic energy that the fluid has into some other

    measurable form.

    Turbine flowmeters use their rotational speed to

    indicate the flow velocity.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    45/86

    2011, The McGraw-Hill Companies, Inc.

    Tachometer generatorsconvert

    rotational speed into an analog

    voltage signal that can be used

    for control applications.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    46/86

    2011, The McGraw-Hill Companies, Inc.

    An encoderis used to convert

    linear or rotary motion into a

    binary digital signal.

    The optical encoder uses a

    light source shining on an

    optical disk with lines orslots that interrupt the

    beam of light to an optical

    sensor. An electronic circuit

    counts the interruptions of

    the beam and generates the

    encoders digital output

    pulses.

    6 7

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    47/86

    2011, The McGraw-Hill Companies, Inc.

    Output Control Devices

    6.7

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    48/86

    2011, The McGraw-Hill Companies, Inc.

    Symbolsfor output control devices.

    Symbols for output control devices

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    49/86

    2011, The McGraw-Hill Companies, Inc.

    Symbolsfor output control devices.

    A t t i d i th t t l t i l

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    50/86

    2011, The McGraw-Hill Companies, Inc.

    An actuatoris a device that converts an electrical

    signal into mechanical movement.

    An electromechanical solenoid is an actuator thatuses electrical energy to magnetically cause mechanical

    control action.

    S l id l l h i l d i h k

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    51/86

    2011, The McGraw-Hill Companies, Inc.

    Solenoid valves are electromechanical devices that work

    by passing an electrical current through a coil, thereby

    changing the state of the valve.

    St t t t i di t

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    52/86

    2011, The McGraw-Hill Companies, Inc.

    Stepper motorsrotate in discrete

    increments when electrical command

    pulses are applied to it in the propersequence.

    Every revolution is

    divided into a numberofsteps, and the motor

    must be sent a voltage

    pulse for each step.

    The amount of rotation is directly proportional to the

    number of pulses, and the speed of rotation is relative to

    the frequency of those pulses.

    Ser o motors t i closed loop d hil

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    53/86

    2011, The McGraw-Hill Companies, Inc.

    Servo motorsoperate in closed-loopmode, while

    stepper motors operate in open-loopmode.

    6 8

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    54/86

    2011, The McGraw-Hill Companies, Inc.

    Seal-In Circuits

    6.8

    A l i i it i th d f i t i i

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    55/86

    2011, The McGraw-Hill Companies, Inc.

    A seal-incircuit is a method of maintaining

    current flow after a momentary switch has been

    pressed and released.

    Hardwired

    Programmed

    Si l t d l i i it

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    56/86

    2011, The McGraw-Hill Companies, Inc.

    Simulated seal-incircuit.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    57/86

    2011, The McGraw-Hill Companies, Inc.

    Motor seal-in

    circuit

    implemented usingthe Allen-Bradley

    Pico controller.

    6 9

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    58/86

    2011, The McGraw-Hill Companies, Inc.

    Latching Relays

    6.9

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    59/86

    2011, The McGraw-Hill Companies, Inc.

    Electromagnetic latching relaysare

    designed to hold the relay closed after

    power has been removed from the coil.

    The latchcoil is momentarily

    energized to set the latch and hold

    the relay in the latched position.

    The unlatch coil is momentarilyenergized to disengage the

    mechanical latch and return the

    relay to the unlatched position.

    Th PLC t t l t h (OTL) d t t l t h

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    60/86

    2011, The McGraw-Hill Companies, Inc.

    The PLC output latch (OTL)and output unlatch

    (OTU)instructions duplicate the operation of the

    electromagnetic latching relay.

    The OTL and OTU instructions have the same address.

    The OTL instruction can only turn a bit on and the OTU

    instruction can only turn a bit off.

    Hardwired and programmed latching circuits

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    61/86

    2011, The McGraw-Hill Companies, Inc.

    Hardwiredand programmedlatching circuits.

    Hardwired

    Programmed

    Simulated

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    62/86

    2011, The McGraw-Hill Companies, Inc.

    Simulated

    programmed

    latching circuit.

    Process used to control the level of water in a

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    63/86

    2011, The McGraw-Hill Companies, Inc.

    Process used to control the level of water in a

    storage tank.

    Manual Mode -Thepump will start if the

    water in the tank is at

    any level except low.

    Automatic Mode - When

    the level of water reaches

    the high point, the pump

    will start.

    -When the water level

    reaches the low point, the

    pump will stop.

    Program used to control the water level

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    64/86

    2011, The McGraw-Hill Companies, Inc.

    Program used to control the water level.

    I/O connections for program

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    65/86

    2011, The McGraw-Hill Companies, Inc.

    I/O connections for program.

    Simulated action of program used to

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    66/86

    2011, The McGraw-Hill Companies, Inc.

    Simulated action of program used to

    control the water level.

    BManual

    A - Auto

    6.10

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    67/86

    2011, The McGraw-Hill Companies, Inc.

    Converting Relay

    Schematics into PLCLadder Programs

    A sequential control process is required for

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    68/86

    2011, The McGraw-Hill Companies, Inc.

    A sequentialcontrol process is required for

    processes that demand that certain operations

    be performed in a specific order.

    In a filling and capping operations, the tasks are (1) fill

    bottle and (2) press on cap. These tasks must be

    performed in the proper order.

    Combination controls require that certain

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    69/86

    2011, The McGraw-Hill Companies, Inc.

    Combinationcontrols require that certain

    operations be performed without regard to the

    order in which they are performed.

    Here, the tasks are (1) place label 1 on bottle and (2)

    place label 2 on bottle. The order in which the tasks are

    performed does not really matter.

    Automatic control involves maintaining a desired

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    70/86

    2011, The McGraw-Hill Companies, Inc.

    Automaticcontrol involves maintaining a desired

    set pointat an output.

    When maintaining a certain set-point temperature in a

    furnace, if there is deviation from that set point, an error

    is determined by comparing the output against the set

    point and using this error to make a correction.

    Sequential process control relay schematic.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    71/86

    2011, The McGraw-Hill Companies, Inc.

    Sequential process control relay schematic.

    1. Start button is pressed.

    2. Table motor is started.

    3. Package moves to the

    position of the limitswitch and

    automatically stops.

    Sequential process control program.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    72/86

    2011, The McGraw-Hill Companies, Inc.

    Sequential process control program.

    Sequential process control program simulation.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    73/86

    2011, The McGraw-Hill Companies, Inc.

    Sequential process control program simulation.

    Instructions programmed for optimum scan time.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    74/86

    2011, The McGraw-Hill Companies, Inc.

    Instructions programmed for optimum scan time.

    The series instructions are programmed from the most

    likely to be false to the least likely to be false.

    The parallel path

    that is most often

    true is placed on

    the top of the rung.

    Hardwired jog circui t with control relay

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    75/86

    2011, The McGraw-Hill Companies, Inc.

    Hardwired jog circui twith control relay.

    Equivalent programmed jog circuit.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    76/86

    2011, The McGraw-Hill Companies, Inc.

    Equivalent programmedjog circuit.

    Simulated programmed jog circuit.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    77/86

    2011, The McGraw-Hill Companies, Inc.

    Simulatedprogrammed jog circuit.

    6.11

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    78/86

    2011, The McGraw-Hill Companies, Inc.

    Writing a LadderLogic Program

    Directly from a

    Narrative Description Drilling process that

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    79/86

    2011, The McGraw-Hill Companies, Inc.

    Drilling process that

    requires the drill press to

    turn on only if there is a

    part present and the

    operator has one hand on

    each of the start switches.

    Simulated drilling process program

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    80/86

    2011, The McGraw-Hill Companies, Inc.

    g p p g

    A motorized overhead garage door is to be

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    81/86

    2011, The McGraw-Hill Companies, Inc.

    operated automatically to preset open and

    closed positions.

    Motorized overhead garage door program.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    82/86

    2011, The McGraw-Hill Companies, Inc.

    Simulated motorized overhead garage door program.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    83/86

    2011, The McGraw-Hill Companies, Inc.

    Simulated motorized overhead garage door program.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    84/86

    2011, The McGraw-Hill Companies, Inc.

    Continuous

    filling operation.

    This process

    requires that

    boxes moving ona conveyor be

    automatically

    positioned and

    filled.

    Continuous filling operation program.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    85/86

    2011, The McGraw-Hill Companies, Inc.

    Simulated continuous filling operation program.

  • 7/14/2019 Chapter 6 Developing Fundamental PLC Wiring Diagrams and Ladder Logic Programs

    86/86