SLC 500 COMMUNICATIONS 1.

Slides:



Advertisements
Similar presentations
1 The Leader in Industrial Data Communication Solutions Training: AB Application Interfacing.
Advertisements

PLC Selection, Components, and Communication
COMPUTER NETWORK TOPOLOGIES
DeviceNet 2400, 2500, 26/2700.
Supervisory Control & Data Acquisition DAQ Networking.
MLC Connectivity to SLC 500 via DeviceNet
What is a network? A network consists of two or more computers that are linked in order to share resources (such as printers and CD-ROMs) , exchange.
FIU Chapter 7: Input/Output Jerome Crooks Panyawat Chiamprasert
Switchgears Control Using SCADA System Based on PLC
Computers Are Your Future © 2008 Prentice-Hall, Inc.
Networks Adapting Computers to Telecommunications Media.
Copyright © 2002 Delmar Thomson Learning Chapter 3 Programming a Programmable Controller.
Programming Logic Controllers Selection, Components, & Communication - Chapter 2.
 A system consisting of a number of remote terminal units (or RTUs) collecting field data connected back to a master station via a communications system.
Copyright © 2002 Delmar Thomson Learning Chapter 9 Putting Together a Modular PLC.
1 25\10\2010 Unit-V Connecting LANs Unit – 5 Connecting DevicesConnecting Devices Backbone NetworksBackbone Networks Virtual LANsVirtual LANs.
Communication. COMMUNICATION Voice Language Between people.
Network Topologies. Point-to-Point Topology Point-to-point (PTP) topology connects two nodes directly together. The following examples are pure point.
DeviceNet and SDS Presented by : Ramesh Vishwanathan Biosystems and Agl. Engineering.
INTRODUCTION Chapter 1.
eAutomation Enabler – Advantech Industrial NETworking
Ethernet Data Gateway EDG Enables Information Boundary-less Over Ethernet.
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
SCADA and Telemetry Presented By:.
USART Communication using the RS standard ETEC6416.
Networking Technologies
Chapter 4.  Understand network connectivity.  Peer-to-Peer network & Client-Server network  Understand network topology  Star, Bus & Ring topology.
LECTURE 9 CT1303 LAN. LAN DEVICES Network: Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and.
Arctic RS-485 / RS-422. RS- 485 Also known as RS-485 Half Duplex, RS wire same pair is used to transmit and receive data only one device can transmit.
Advanced Programming Rabie A. Ramadan.
Identifying SLC 500™ System Components. SLC 500 System Options  The SLC 500 line of processors comprises both fixed and modular processor styles.:
Chapter 10 PLC Processors.
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
SLC 500 Ethernet Processor Communications Configuration
1 Microprocessor-based Systems Course 9 Design of the input/output interfaces (continue)
Computer Architecture Lecture10: Input/output devices Piotr Bilski.
1 Rockwell Automation Hands-On Seminar Series. 2 2 NETWORKING WITH DH+
Topics of presentation
Turbine Crane CRANES TURBINE NEA39. Turbine Crane PLANT STATUS! PV Daily Status Report.
1 Lecture 7 LAN Wiring, Physical Topology, and Interface Hardware Computer Networks CS 4316.
Turbine Crane CRANES TURBINE NEA39. Turbine Crane PLANT STATUS! PV Daily Status Report.
Input/Output Computer component : Input/Output I/O Modules External Devices I/O Modules Function and Structure I/O Operation Techniques I/O Channels and.
Copyright © 2002 Delmar Thomson Learning Chapter 10 PLC Processors.
Messages asynchronously reads or writes a block of data to another module on a network. Controller communication done using local or remote messages. local.
Introduction to RS485 Author: Zhu Tao Date:
Chapter 3 Programming a Programmable Controller. Objectives Describe the available options for programming a PLC. Explain what online is in comparison.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Basic Concepts. Line Configuration Line Configuration Topology Topology Transmission Mode Transmission Mode Categories of Networks Categories of Networks.
4 Linking the Components Linking The Components A computer is a system with data and instructions flowing between its components in response to processor.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Putting Together a Modular PLC
Unit 3 Physical Layer.
Dr. ClincyLecture1 Chapter 2 (handout 1– only sections 2.1, 2.2 and 2.3) 1 of 10 Dr. Clincy Professor of CS Exam #3 Monday (3/14/16): Opened Book, No Computer,
Computer Networks.  Which is the best definition of a circuit switched network?  An electric circuit where the connections get switched based on who.
An Overview When Connecting to Yaskawa Drives Date: 8/14/06, Rev: PP.AFD.26.
Local Area Network Topology. LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control.
Identifying SLC 500™ System Components. SLC 500 System Options  The SLC 500 line of processors comprises both fixed and modular processor styles.:
Industrial communication networks
I/O SYSTEMS MANAGEMENT Krishna Kumar Ahirwar ( )
Programmable Logic Controllers: I/O
Chapter 3 Computer Networking Hardware
DT80 range Modbus capability
Identifying SLC 500™ System Components
Programmable Logic Controllers (PLCs) An Overview.
2 Basic Concepts: data and computer networking
Welcome! Thank you for joining us. We’ll get started in a few minutes.
Introduction to Fieldbus
Network Devices Hub Definition:
Presentation transcript:

SLC 500 COMMUNICATIONS 1

Requirements for Industrial Networks An industrial communication link Capable of supporting real-time control High data integrity High noise immunity High reliability in harsh environments Suitable for large installations 2

Local Area Network - Applications Centralized Data Monitering and Acquisition Manufacturing SCADA MMI Distributed Control Communication between programmable controllers Upload to a programmer or host computer from any PLC Download from a programmer or host computer to any PLC Read/write I/O values, registers of any PLC Monitoring of PLC status and control of PLC operation 3

Network Topologies Daisy-Chain Examples Each device has two sections of cable tied together Each end has termination (resistor/capacitor) Examples DH+ DH-485 Remote I/O Beldon #9463 cable SLC 4

Network Topologies Star Example All devices physically connected at one point Example Ethernet PLC PLC PLC PLC 5

Network Topologies Trunk-Line / Drop-Line Examples Trunk line very long - run through plant Drop lines very short Drops connected to trunk with Y-adapters Examples Data Highway (DH) Devicenet DH+ can be SLC Trunk Line Drop Line 6

Network Access Methods Token Passing: Each node can talk on the network when it has the token After done talking, the node will “Pass the token” to the next node Multi-master network Eliminates data collisions TOKEN SLC # 1 # 2 # 3 # 4 7

Network Access Methods Master / Slave: Master talks to one slave at a time The slave can only talk if the master asks it for some information Polling network Eliminates data collision Single master network Network Controller (Master) Request ? Reply ! # 1 # 2 # 3 # 4 SLC (Slave) SLC (Slave) SLC (Slave) SLC (Slave) 8

Networks - How to Decide on One? Maximum number of devices How many nodes are required for the application? How many nodes should be reserved for future expansion? Maximum network length Usually specified as the physical cable distance from the first node to the last node on the network Drop length is the length of cable from the main cable to the node Device supported Programmable controllers Programming devices Operator Interfaces Other Computers - PCs, Workstations, Minis, Mainframes... Response time Application interface 9

A-B Communication Network Terms What the hell do all these mean? RS-232 RS-422 RS-485 DH-485 REMOTE I/O DF1 DH+ 10

A-B Communication Network Terms } RS-232 RS-422 Electrical Connections RS-485 } DH-485 REMOTE I/O Protocols (languages) DF1 DH+ Must have matching electrical connections and protocols for two computers to communicate. 11

Communications - Like a Phone Call... 12

Communications - Like a Phone Call... Electrical Connection is made when person answers phone 13

Communications - Like a Phone Call... Electrical Connection is made when person answers phone COMMS ENGLISH FRENCH 14

Communications - Like a Phone Call... Electrical Connection is made when person answers phone COMMS Communication when connection make AND both people speak the same language ENGLISH FRENCH ENGLISH COMMS ENGLISH 15

Networks: DH-485 and DH+ Network Communications Program support and monitering Supervisory control for distributed hierarchy Operator interface for monitoring and control 16

DH-485 Characteristics DH-485 Multi-drop link Daisy chain configuration Token passing system 9.6 or 19.2 Kbaud data rate Connect up to 32 devices on network Up to 4000 cable feet (1200 meters) of network lenght 17

DH485 Peer-to-peer Comms. Send/Recv messages from other SLC 500s Multi-master token-passing ring; 32 nodes 5/02, 5/03 + 5/04 can initiate communications to other processors 5/03 can using Channel 0, Channel 1, or both 5/04 can using Channel 0 only Fixed and 5/01 respond only Initiate comms. with MESSAGE instruction in ladder logic NO ladder programming necessary to respond to a message from another processor 18

Typical DH-485 Network Link Coupler SLC 5/03 SLC 5/02 SLC 5/01 SLC 500 Fixed PIC ALLEN-BRADLEY DTAM Plus RUN ALARM AIC+ SLC 5/04 19

DH+ Characteristics Peer-to-Peer Communication 64 nodes maximum Utilizes Tolken Passing 64 nodes maximum Remote Programming of SLC 500’S, PLC-2, PLC-3, and PLC-5 Direct Connections to 5/04,PLC-5, Panelview, and Industrial Terminals 57.6, 115.2, OR 230Kbaud data rate Pub # 1770-6.5.16 DH/DH-485/DH+ Ref Manual Robust Industrial Network

DH+ Communications DH+ Other Processors RSLogix 500 Software AI 500 Software 6200/AI Software 57.6Kbaud: 10,000 feet 115.2Kbaud: 5,000 feet 230.4Kbaud: 2,500 feet DH+ Other Processors SLC-5/04 PLC-5 PLC-2, PLC-3 PLC-5/250

DH+ to DH-485 Interface Interface through a 1785-KA5 Translate DH-485 <-> DH+ Allows PLC5s and SLCs to communicate RSLogix 500 Software Link Coupler SLC 5/01 SLC 5/03 SLC 5/02 PLC-5 DH-485 Network #1 DH-485 Network #2 DH+ SLC 5/04

RS-232 Communications SLC-5/03 and 5/04 Support: Full-Duplex (Point-to-Point) Half- Duplex ASCII Modem Communication Did we advise non US manufacturing & repair operations?

RS-232: DF1 Full-Duplex AKA: DF1 Point-to-Point Simultaneous transmission between two devices in both directions - Programming Port - Peer Messaging Did we advise non US manufacturing & repair operations?

RS-232: DF1 Half-Duplex Mulit-Drop, Single Master, Multiple Slave Slaves are Polled for Response from the Master Supports up to 255 Slave Devices Slaves: Any SLC Processor Master: PLC-5, SLC-5/03, 5/04, CV Did we advise non US manufacturing & repair operations?

5/03 + 5/04 Serial Port Point-to-point communications RS-232 Using Channel 0 w/ DF1 Full-Duplex RSLogix 500 Programming Software Modem Modem SLC 5/03 or 5/04 20

5/03 + 5/04 Serial Port Master/Slave communications Polled Network Using Channel 0 w/ DF1 Half-duplex Master or Slave Master DF1 Master (RSView) Modem Slave(s) Modem Modem Modem RSLogix 500 Programming Software SLC 5/03 SLC 5/04 21

ASCII Communications 5/03 and 5/04 Direct connection to devices such as barcode decoders and printers Eliminates requirement of BASIC module for this task PROG SLC 5/03 CPU RUN FLT BATT FORCE RS232 DH485 REM 22

1747-KE Module Config DF1 DH-485 RS-232 RS-232 RS-485 Converts electrical signals RS-485 to RS-232 Translates protocols DH-485 to DF1 Configured thru the backplane (Series B) DH-485 / RS-232 ACT BA LOW 485 CFG DF1 FAULT H/D F/D RS-232 Config RS-232 DF1 RS-485 DH-485 24

1747-KE Module RS-485/DH-485 to RS-232C/DF1 interface module DH-485 / RS-232 ACT BA LOW 485 CFG DF1 FAULT H/D F/D RS-485/DH-485 to RS-232C/DF1 interface module Acts as a BRIDGE between two different networks or types of communication Called a Bridge module (1) DH-485 port (2) Serial ports (RS-232, 422, 485) Allows remote communications to SLC 500 systems 23

Typical KE Configurations RSLogix 500 • Point-to-Point configuration using full duplex DF1 communications • Remote communications from the programming software to a remote network of SLC 500 processors. • RSLogix 500 acts as if it were directly on the DH-485 network Modem Modem SLC 500 DH-485 Isolated Link Coupler 1747-AIC SLC 5/01 25

Typical KE Configurations Master Master/Slave communications Polled Network Using Channel 0 w/ DF1 Half-duplex Slave DF1 Master (RSView) Modem Slave(s) Modem Modem Modem Modem SLC 500 with KE SLC 5/02 with KE SLC 5/01 with KE RSLogix 500 Programming Software 26

Peer-to-Peer Communications Read/Write: Read - local processor is receiving data Write - local processor is sending data Target Device: 500CPU if target is another SLC Processor 485CIF if target is a non-SLC device on the network PLC5 if target device accepts PLC-5 commands Local/Remote: Local - the message is to be communicated via a local network Remote - the message is to be communicated to a remote device on another network through a bridge Control Block: Contains - target node address, local file address, target file address, status bits Control Block Length: Fixed at 14 elements Setup Screen: Advanced setup parameters EN: enable bit - set when rung is true DN: done bit - message successfully transmitted ER: error bit - transmission failed Setup Screen Read/Write Message Read/Write Read Target Device 500CPU Control Block ? Control Block Length 14 MSG ( EN ) ( DN ) ( ER ) Local/Remote Local Type Peer-To-Peer 28