Introductory PLC Programming - Wikibooks, Open Books For An Open World
Introductory PLC Programming - Wikibooks, Open Books For An Open World
Programming
Introduction
History of PLCs
Relays fail.
The delay when the relay turns on/off.
There is an entire wall of relays to
design/wire/troubleshoot.
Scan cycle
Input scan
A 'snapshot' of the digital and analog
values present at the input cards is
saved to an input memory table.
Logic execution
The user program is scanned element by
element, then rung by rung until the end
of the program, and resulting values
written to an output memory table.
Diagnosis and communication
is used in many different disciplines with
variations in the use of logics, analytics,
and experience to determine "cause and
effect". In systems engineering and
computer science, it is typically used to
determine the causes of symptoms,
mitigations, and solutions. It
communicates with the input module
and sends a message to the output
module for any incorrect data files
variations.
Output scan
Values from the resulting output
memory table are written to the output
modules.
Basic instructions
Be aware that specific nomenclature and
operational details vary widely between
PLC manufacturers, and often
implementation details evolve from
generation to generation.
Negative Logic
True = logic 1 = input NOT energized
False = logic 0 = input energized.
Normally Open
(XIC) - eXamine If Closed.
This instruction is true (logic 1) when the
hardware input (or internal relay
equivalent) is energized.
Normally Closed
(XIO) - eXamine If Open.
This instruction is true (logic 1) when the
hardware input (or internal relay
equivalent) is NOT energized.
Output Enable
(OTE) - OuTput Enable.
This instruction mimics the action of a
conventional relay coil.
On Timer
(TON) - Timer ON.
Generally, ON timers begin timing when
the input (enable) line goes true, and
reset if the enable line goes false before
setpoint has been reached. If enabled
until setpoint is reached then the timer
output goes true, and stays true until the
input (enable) line goes false.
Off Timer
(TOF) - Timer OFF.
Generally, OFF timers begin timing on a
true-to-false transition, and continue
timing as long as the preceding logic
remains false. When the accumulated
time equals setpoint the TOF output
goes on, and stays on until the rung
goes true.
Retentive Timer
(RTO) - Retentive Timer On.
This type of timer does NOT reset the
accumulated time when the input
condition goes false.
Latching Relays
(OTL) - OuTput Latch.
(OTU) - OuTput Unlatch.
Generally, the unlatch operator takes
precedence. That is, if the unlatch
instruction is true then the relay output is
false even though the latch instruction may
also be true. In Allen-Bradley ladder logic,
latch and unlatch relays are separate
operators.
Jump to Subroutine
(JSR) - Jump to SubRoutine
For jumping from one rung to another
the JSR (Jump to Subroutine) command
is used.
Programmable Logic
External links
Wikipedia:
Wikiversity:
Automation template
by philip
Retrieved from
"https://en.wikibooks.org/w/index.php?
title=Introductory_PLC_Programming&oldid=38160
26"