Lec 37 Communications 08 05 2025
Lec 37 Communications 08 05 2025
08-April-2025
Dr. Sri Ram Shankar R.
Assistant Professor, Dept. of ICE,
Chamber No. 204-A, First Floor, Dept. Main Building
NIT-Tiruchirappalli.
E-mail: srir@nitt.edu, +91-431-250 3366
Data Communications
Data communications refers to the different ways that PLC microprocessor-based
systems talk to each other and to other devices.
A point-to-point serial communications link:
• Serial communications is used with devices
such as printers, operator workstations,
motor drives, bar code readers, computers,
or another PLC.
• Serial communications interfaces are either
built into the processor module or come as
separate modules.
• A serial module installed in each controller
is normally all that is required for two PLCs
of the same manufacturer to establish a
point-to-point
08/04/2025 link. Lecture-37: Communication in Industrial Control systems 2
Local Area Network (LAN)
Local area network or LAN is a system that interconnects data communications
components within a limited geographical area, typically no more than one or
two miles.
Network communications supports communication among multiple PLCs and
other devices.
Supervisory control and data acquisition (SCADA). A LAN allows data collection
and processing for a group of controllers to be accomplished using one host
computer as the central point for collecting data.
Device Level —The device level involves various sensor and actuator devices of
machines and processes. These may include devices such as sensors, switches,
drives, motors, and valves.
Control Level —The control level would be the networks industrial controllers are on.
This level may include controllers such as PLCs and robot controllers.
Communications on the control level includes sharing I/O and program data between
controllers.
In parallel data transmission, all bits of the binary data are transmitted
simultaneously.
In serial data transmission, all bits of the binary data are transmitted simultaneously.
• In serial transmission, bits are sent sequentially on the same channel (wire) which
reduces costs for wire but also slows the speed of transmission.
• This network’s main disadvantage is that all the nodes rely on a common bus
trunk line, and a break in that common line can affect many nodes.
- Device bus networks that interface only with discrete devices are called bit-wide
bus networks. (Transfers <= 8bits of information)
- Device bus networks that include discrete devices as well as small analog devices
are called byte-wide bus networks. (Transfers >50 bytes of information)
Proprietary systems
• Designed to a specific vendor’s Open network systems
standards; • Based on international
• Different communications standards developed
protocols, command sequences, through industry
error checking schemes, and associations.
communications media used by
each manufacturer.
Token Passing
CSMA/CD
Carrier Sense Multiple Access –
Collision Detection
08/04/2025 Lecture-37: Communication in Industrial Control systems 20
Method of Access Control in Bus Topology …
3) Polling: (E.g.) Master-Slave network