Rockwell Automation: Company Overview
Rockwell Automation: Company Overview
ROCKWELL AUTOMATION
Company Overview
A BRIEF HISTORY
1903:
Lynde Bradley and Dr. Stanton Allen form the Compression Rheostat Company with
an initial investment of $1,000.
1904:
One of the first commercially manufactured Allen-Bradley brand of crane
controllers is shipped for exhibition at the 1904 St. Louis World's Fair.
1914:
Allen-Bradley's first sales office established in New York.
1944:
Eighty percent of company's orders are war related and center on two broad lines
of products, industrial controls and electrical components.
1969:
Allen-Bradley U.K. Ltd., located in Bletchley England, becomes the company's first
operation outside North America.
1985:
Allen-Bradley sets a new fiscal record with sales of $1 billion.
2001:
Rockwell Automation becomes an independent, publicly traded company using the
New York Stock Exchange symbol ROK.
support.
2004:
Rockwell Automation and Intel Corporation begin working together to expand the
use of Intel's new high-performance network processor technology in industrial
automation applications.
Allen-Bradley
The Allen-Bradley brand is known for superior reliability in
industrial control and automation products including:
controllers and I/O systems, operator interface devices,
industrial computers, relays, terminal blocks, push buttons,
sensors, starters, contactors, drives, motion control, network
communication products and power quality monitoring devices.
Rockwell Software
Through innovative Rockwell Software products, Rockwell
4
Sprecher + Schuh
A world class Swiss brand in low voltage Controlgear is
manufactured, sold and supported by RA India.
Sprecher+Schuh products are sold through Rockwell
Automation Channels and other S+S Channels. For details,
contact your nearest RA Sales office.
• Asset Management
• Consulting
• Customer Support
• Engineering Solutions
• Process Solutions
• Training
PLC
PROGRAMMABLE LOGIC CONTROLLER
Control engineering has evolved over time. In the past humans
were the main method for controlling a system. More recently
electricity has been used for control and early electrical control
was based on relays. These relays allow power to be switched
on and off without a mechanical switch. It is common to use
relays to make simple logical control decisions. The
development of low cost computer has brought the most recent
revolution, the Programmable Logic Controller (PLC). The
advent of the PLC began in the 1970s, and has become the
most common choice for manufacturing controls.
PLCs have been gaining popularity on the factory floor and will
probably remain predominant for some time to come. Most of
this is because of the advantages they offer.
Ladder Logic
Ladder logic is the main programming method used for PLCs. As mentioned before, ladder
logic has been developed to mimic relay logic. The decision to use the relay logic diagrams
was a strategic one. By selecting ladder logic as the main programming method, the amount
of retraining needed for engineers and trades people was greatly reduced.
Modern control systems still include relays, but these are rarely used for logic. A relay is a
simple device that uses a magnetic field to control a switch. When a voltage is applied to the
input coil, the resulting current creates a magnetic field. The magnetic field pulls a metal
switch (or reed) towards it and the contacts touch, closing the switch. The contact that closes
when the coil is energized is called normally open. The normally closed contacts touch when
the input coil is not energized. Relays are normally drawn in schematic form using a circle to
represent the input coil. The output contacts are shown with two parallel lines. Normally open
contacts are shown as two lines, and will be open (non-conducting) when the input is not
energized. Normally closed contacts are shown with two lines with a diagonal line through
them. When the input coil is not energized the normally closed contacts will be closed
(conducting).
7
Relays are used to let one power source close a switch for another (often high current) power
source, while keeping them isolated. In this system the first relay on the left is used as
normally closed, and will allow current to flow until a voltage is applied to the input A. The
second relay is normally open and will not allow current to flow until a voltage is applied to
the input B. If current is flowing through the first two relays then current will flow through
the coil in the third relay, and close the switch for output C. This circuit would normally be
drawn in the ladder logic form. This can be read logically as C will be on if A is off and B is
on.
The example in Figure does not show the entire control system, but only the logic. When we
consider a PLC there are inputs, outputs, and the logic. Figure 2.3 shows a more complete
8
representation of the PLC. Here there are two inputs from push buttons. We can imagine the
inputs as activating 24V DC relay coils in the PLC. This in turn drives an output relay that
switches 115V AC, that will turn on a light. Note, in actual PLCs inputs are never relays, but
outputs are often relays. The ladder logic in the PLC is actually a computer program that the
user can enter and change. Notice that both of the input push buttons are normally open, but
the ladder logic inside the PLC has one normally open contact, and one normally closed
contact. Do not think that the ladder logic in the PLC needs to match the inputs or outputs.
Many beginners will get caught trying to make the ladder logic match the input types.
Using OTL
When you assign an address to the OTL instruction that
corresponds to the address of a physical output, the output
device wired to this screw terminal is energized when the bit is
set (turned on or enabled).
When rung conditions become false (after being true), the bit
remains set and the corresponding output device remains
energized.
When enabled, the latch instruction tells the controller to turn
on the addressed bit. Thereafter, the bit remains on, regardless
of the rung condition, until the bit is turned off (typically by a
OTU instruction in another rung).
Using OTU
When you assign an address to the OTU instruction that
corresponds to the address of a physical output, the output
device wired to this screw terminal is de–energized when the
bit is cleared (turned off or disabled).
The unlatch instruction tells the controller to turn off the
addressed bit. Thereafter, the bit remains off, regardless of the
rung condition, until it is turned on (typically by a OTL
instruction in another rung).
Entering Parameters
Accumulator Value (.ACC)
This is the time elapsed since the timer was last reset. When
enabled, the timer updates this continually.
Timebase
The timebase determines the duration of each timebase
interval. For Fixed and SLC 5/01 processors, the timebase is set
at 0.01 second. For SLC 5/02 and higher processors and
MicroLogix 1000 controllers, the timebase is selectable as 0.01
(10 ms) second or 1.0 second.
Timer Accuracy
Timer accuracy refers to the length of time between the
moment a timer instruction is enabled and the moment the
17
Note:
Timing could be inaccurate if Jump (JMP), Label (LBL), Jump to Subroutine
(JSR), or Subroutine (SBR) instructions skip over the rung containing a
timer instruction while the timer is timing. If the skip duration is less than
2.5 seconds, no time will be lost; if the skip duration exceeds 2.5 seconds,
an undetectable timing error occurs. When using subroutines, a timer
must be executed at least every 2.5 seconds to prevent a timing error.
Timer On–Delay (TON)
When the processor changes from the REM Run or REM Test
mode to the REM Program mode or user power is lost while the
instruction is timing but has not reached its preset value, the
following occurs:
• Timer Enable (EN) bit remains set.
18
NOTE: The Reset (RES) instruction cannot be used with the TOF
instruction because RES always clears the status bits as well as
the accumulated value.
When the processor changes from the REM Run or REM Test
mode to the REM Program or REM Fault mode, or user power is
lost while the timer is timing but not yet at the preset value,
the following occurs:
• Timer Enable (EN) bit remains set.
• Timer Timing (TT) bit remains set.
• Accumulated value (ACC) remains the same.
21
Entering Parameters
Count Up (CTU)
Reset (RES)
25
Note
When resetting a counter, if the RES instruction is enabled and
the counter rung is enabled, the CU or CD bit is reset.
2. Comparison Instructions
About the Comparison Instructions
Comparison instructions are used to test pairs of values to
condition the logical continuity of a rung. As an example,
suppose a LES instruction is presented with two values. If the
first value is less than the second, then the comparison
instruction is true.
Equal (EQU)
Entering Parameters
• Source is the address of the value you want to compare.
• Mask is the address of the mask through which the
instruction moves data. The mask can be a hexadecimal value.
• Compare is an integer value or the address of the
reference.
If the 16 bits of data at the source address are equal to the 16
bits of data at the compare address (less masked bits), the
instruction is true. The instruction becomes false as soon as it
detects a mismatch. Bits in the mask word mask data when
reset; they pass data when set.
Entering Parameters
The Low Limit, Test, and High Limit values can be word
addresses or constants, restricted to the following
combinations:
3. Math Instructions
About the Math Instructions
The majority of the instructions take two input values, perform
the specified arithmetic function, and output the result to an
assigned memory location.
For example, both the ADD and SUB instructions take a pair of
input values, add or subtract them, and place the result in the
specified destination. If the result of the operation exceeds the
allowable value, an overflow or underflow bit is set.
Entering Parameters
• Source is the address of the value on which the
mathematical, logical, or move operation is to be performed.
This can be word addresses or program constants. An
instruction that has two source operands does not accept
program constants in both operands.
Add (ADD)
31
Subtract (SUB)
Multiply (MUL)
32
Divide (DIV)
33
Clear (CLR)
Cosine (COS)
34
Sine (SIN)
Tangent (TAN)
35
1. ON a lamp with START push button and OFF the same lamp
with STOP push button.
38
and again the first lamp goes ON. The system will stop by
pressing the OFF push button.
SCADA
INTRODUCTION:
SCADA SUBSYSTEM
RSView32
PROJECT CREATION
RSView32 Project:
A set of files created in RSView32 Software that
are
used to automate an industrial process to enable
an
operator to control and monitor an operation.
RSView32 Software initially creates a folder with
the
name of the project.
• Activity Log:
Contains activity log files.
• Project Name:
Can be up to 255 characters.
The RSView32 project file has .rsv.
• Project Manager:
Contains the tools or the editors for creating and
editing the components that make up a project.
The
project manager is divided into two panes:
48
1. Left Pane:
Contains following five folders, which contain
editors to create and configure project
components.
a) System
b) Graphics
c) Alarms
d) Data Log
e) Logic and Control
2. Right Pane:
Displays the project components.
1. Communication Device:
49
2. Communication Channel:
Link that sends data between an RSView32 station and
one or
more processor on a network.
3. Network:
Group of devices that are connected by a medium for
Communications such as a cable systems.
4. Node:
Physical device, such as processor, computer etc on a
communication network.
5. Communication Driver:
The communication driver is the software that permits
the
Computer to communicate with the communication
device.
For communication with most Allen–Bradley
programmable
50
GRAPHICS DISPLAY
A graphic display represents the operator’s view of plant
activity. The display can show system or process data and
provide operators with a way to write values to an external
device such as a programmable controller. Operators can also
print the display at runtime to create a visual record of tag
values.
To rotate an object:
52
ELECTROMECHANICAL TERMINOLOGIES
1. Electromechanical system:
A machine or a series of machines that converts incoming
electrical energy to outgoing mechanical energy.
2. Voltage:
The difference in electrical potential that causes currant to
flow
in an electrical circuit. It is some time referred as electrical
pressure and is measured in voltage.
3. Current:
The rate of flow of an electrical charge. Current is measured
in
amperes (amps.)
4. Resistance:
The opposition to the flow of electricity within a circuit.
Resistance is measured in ohms.
5. Frequency:
The rate at which alternating current make s complete cycle
or
reversal. Calculated as 1 Hertz = 1 cycle per second
54
DC Drives
DC Motors
The following are the four basic types of DC motors and their
operating characteristics:
55
Shunt Wound
Shunt-wound motors have the field controlled separately from
the armature winding. With constant armature voltage and
constant field excitation, the shunt-wound motor offers
relatively flat speed-torque characteristics. The shunt-wound
motor offers simplified control for reversing, especially for
regenerative drives.
Series Wound
The series-wound motor has the field connected in series with
the armature. Although the series wound motor offers high
starting torque, it has poor speed regulation. Series-wound
motors are generally used on low speed, very heavy loads.
Compound Wound
The compound-wound DC motor utilizes a field winding in
series with the armature in addition to the shunt field, to obtain
56
Permanent Magnet
The permanent magnet motor has a conventional wound
armature with commutator and brushes. Permanent magnets
replace the field windings. This type of motor has excellent
starting torque, with speed regulation slightly less than that of
the compound motor. Peak starting torque is commonly limited
to 150% of rated torque to avoid demagnetizing the field poles.
Typically these are low horsepower.
Where:
Torque is measured in Lb-Ft
Speed is measured in RPM.
58
AC Motor Types
AC motors can be divided into two main types: induction and
synchronous. Induction motors are most common in industry.
Synchronous motors are special purpose motors that do not
require any slip and operate at synchronous speed.
The induction motor is the simplest and most rugged of all
electric motors. The induction motor is generally classified by a
NEMA design category. Before a meaningful discussion on
NEMA type motors can be had, we should first look at what
makes up a torque speed curve.
59
Synchronous Motors
Synchronous motors operate at synchronism with the line
frequency and maintain a constant speed regardless of load
without sophisticated electronic control. The two most common
types of synchronous motors are reluctance and permanent
magnet. The synchronous motor typically provides up to a
maximum of 140% of rated torque. These designs start like an
induction motor but quickly accelerate from approximately 90%
sync speed to synchronous speed. When operated from an ac
drive they require boost voltage to produce the required torque
to synchronize quickly after power application.
64