Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: How to Read the PLC Datasheet? – Important Notes About PLC
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > How to Read the PLC Datasheet? – Important Notes About PLC

How to Read the PLC Datasheet? – Important Notes About PLC

Learn how to read the PLC datasheet and important notes about PLC specifications that are useful to automation engineers.

Last updated: June 2, 2023 2:40 pm
Mahmoud Salama
PLC Tutorials
No Comments
Share
9 Min Read
SHARE

In this article, We will learn how to read the PLC datasheet and important notes about PLC specifications that are useful to automation engineers. Also, we will talk about what different information is provided in a PLC datasheet, and how that can be useful to me as a programmer or as an installation engineer.

Contents
What information does a datasheet provide?How to Read the PLC Datasheet?Examples of the information in a PLC DatasheetCurrent and Voltage RatingPLC MemoryDifferent Blocks and Data Areas AddressingInputs and Outputs SpecificationsCommunication Interfaces and ProtocolsAmbient ConditionsImportant notes on Reading the DataSheet of a PLCConclusion

Contents:

  • What information does a datasheet provide?
  • Examples of the information in a PLC datasheet
  • Current and voltage rating
  • PLC memory
  • Different blocks and data areas addressing
  • Inputs and Outputs Specifications
  • Communication interfaces and protocols
  • Ambient Conditions
  • Important notes on reading the data sheet.

What information does a datasheet provide?

The datasheet of a PLC will provide you with much information; this information will cover almost every feature that the PLC can provide. But some of this information won’t be as important to you as others, it depends on what is your scope with the PLC.

If you are the installation engineer, then you will focus on the technical specs of the PLC like the supply voltage, type of inputs and outputs, and power rating of these IO points.

You will also pay more attention to the dimension of the PLC and the Ambient conditions during PLC operation to determine the size of the electrical panel you will use for the PLC and also the cooling methods used for the PLC.

How to Read the PLC Datasheet?

On the other hand, if you are just the PLC programmer, then the past information might not be as critical to you, instead, you will focus on data related to for example the PLC memory, the number of IO available, and the capability of adding new modules.

You will also pay attention to some other information like the programming languages supported by that PLC because not all PLCs support all programming languages. Communication and networking are also other important points you will care about as a programmer.

The data sheet of a plc will always start with a general overview description of the PLC. See pictures 1 and 2 for S7-1200 and S7-1500 simple examples.

PLC datasheet

Picture 1 – 1st page of an S7-1500 PLC data sheet.

Siemens PLC Data Sheet

Picture 2 – 1st page of an S7-1200 PLC data sheet.

As you can see, a general description of the PLC is given at the beginning of the datasheet. This general description will give you a basic idea about the PLC and if it fits your application or not.

Examples of the information in a PLC Datasheet

In this article, we will use the data sheet of an S7-1200 PLC to show some of the different information it contains.

Current and Voltage Rating

In a certain section of the data sheet there must be some information about the PLC voltage and current ratings, some PLCs will need a DC supply while others will require an AC supply, also the inputs and outputs of the PLC might have different ratings, which is exactly the case in our PLC, where the voltage supply to the PLC is 220AC but the ratings for IOs are DC. See picture 3.

Examples of the information in a PLC data sheet

Picture 3 – Voltage and current ratings.

PLC Memory

Different memory capabilities of the PLC will be provided in the datasheet, this will show how much work memory you have and whether you can expand it or not, see picture 4.

PLC Memory Details

Picture 4 – Memory description of the PLC.

Different Blocks and Data Areas Addressing

In this section, you will know the different blocks that you can use with your PLC, like timers, counters, FCs, etc. And the maximum number of blocks that you can use. You will also be provided with the data areas’ memory and their retentivity. See picture 5.

Different Blocks and Data Areas Addressing in PLC

Picture 5 – CPU blocks are available.

Inputs and Outputs Specifications

This is another critical data that should be provided, through this information you will know the number of IOs provided with your PLC, and how to connect and use each IO. See pictures 6 and 7.

Digital inputs of the PLC

Picture 6 – Digital inputs of the PLC.

As you can see, we have 8 DI points in our PLC, 6 of which can be used for HSC (high-speed counting) inputs like encoders. It also tells you that the input voltage is 24vdc which means you can’t directly connect AC sensors of inputs to the PLC.

Digital outputs available in our PLC

Picture 7 – Digital outputs are available in our PLC.

If the PLC has analog IOs then it will be mentioned also in the data sheet. See picture 8

Analog Inputs and Analog Outputs in PLC

Picture 8 – Analog IOs description.

Communication Interfaces and Protocols

The communication interfaces available in your PLC, as well as the communication protocols it can support, will also be mentioned in the datasheet. See picture 9.

PLC Communication interfaces and protocols

Picture 9 – The communication interface of the PLC.

As you can see, the PLC we have only has one communication interface, which is a PROFINET interface provided as an RJ-45 port. However, the PLC itself can support many communication protocols such as PROFIBUS and AS-Interface. See picture 10.

How to Read PLC Datasheet

Picture 10 – Communication protocols supported.

Ambient Conditions

This is another very important data you should know about your PLC, as it will help decide the type of enclosure and cooling that will be best suited to your PLC. See picture 11.

Important notes on Reading the DataSheet of a PLC

Picture 11 – Ambient condition of the PLC.

Important notes on Reading the DataSheet of a PLC

Not all the PLC data sheets contain the same information, as different PLCs will have different features and capabilities and hence, different information to show.

Not all the information inside the datasheet will be important to you, that will depend on whether you are a PLC programmer or an installation engineer as we mentioned before.

It’s OK if you don’t understand some of the information in the datasheet, as we said the data sheet will provide information about almost all the features supported by your PLC, you might not know about some of these features and you might not even ever need to use it. For example, the OPC UA or the web server features. So if you find some data you don’t understand, it won’t necessarily mean your PLC doesn’t fit your project.

Conclusion

Reading the PLC datasheet is important to help decide if the PLC is suitable for your application or not. It is also important to decide what types of IOs and voltage supply ratings you can work with.

Try reading the datasheet of different PLC models and see if you can understand the basic information provided in the datasheet.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Sequential PLC Programming
  • S7-1500 S7-1200 S7-400 S7-300
  • HMI Screen Design Applications
  • Static and Temp Variables in PLC
  • Power Supply Sizing for Systems
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Learn about PLC, DCS, RTU, SCADA, and PAC
Single Push button to ON and OFF a Bulb using Ladder Logic
Set the S5 Timer Value by a Memory Word
SCADA and HMI Systems – Differences, Similarities, Purpose
Industrial Automation and Control Systems (IACS)
What is a GSD File and Why it is required?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Wet Contacts and Dry Contacts in PLC Systems
What is a Dry Contact? – Basics of PLC Wiring
How to Password Protect HMI in Siemens TIA Portal?
Parallel Tanks Level Control using PLC Ladder Diagram Tutorial
PLC Example on Switch Program with Timers
PLC Simulator using Excel
PLC Program for Counting Moving Objects on Conveyor
#16 PLC Best Practices – Create Trend for Cycle Time on HMI

Keep Learning

Studio 5000 Tutorial PLC Programming for Digital Alarms

Studio 5000 Tutorial: PLC Programming for Digital Alarms

Open User Communication in Siemens Tia Portal - PLC to PLC

Open User Communication in Siemens Tia Portal – PLC to PLC

PLC Program for Automatic Oil and Water Separation Process

Oil and Water Separation Process using PLC Programming

SCADA Standards

SCADA for Substation Automation

Leave Operational Logic in the PLC

#3 PLC Best Practices – Leave Operational Logic in the PLC wherever feasible

How to Get a PLC Programming Job With No Experience

How to Get a PLC Programming Job With NO Experience?

PLC Lamp Control using Logic Condition

Lamp Control using PLC Logic Condition

PLC Problems Troubleshooting

PLC Problems Troubleshooting

Learn More

Power Systems Questions & Answers

Power Systems MCQ Series 19

100 Instrumentation Projects for Final Year Engineering Students

100 Instrumentation Projects for Final Year Engineering Students

Example of PID Control Instruction

How to Configure PID in Siemens PLC?

Circuit Control Devices Multiple Choice Questions

Circuit Control Devices Multiple Choice Questions & Answers

RTD lead resistances Wiring

Resistance Temperature Detectors Working Principle

Programmable Logic Controller (PLC) Questions and Answers

Programmable Logic Controller (PLC) Questions and Answers – 4

Step by step guide for Gas Flow Meter Calibration

Step by Step Guide for Gas Flow Meter Calibration

Conveyor Sorting Omron PLC Programming

CX-Programmer Products Sorting & Counting – Omron PLC

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?