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: Data Types in PLC – Bit, Byte, Integer, Real, String
Share
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 > Data Types in PLC – Bit, Byte, Integer, Real, String

Data Types in PLC – Bit, Byte, Integer, Real, String

In this post, we will understand the various PLC data types like a bit, byte, integer, real, string, double integer, word, etc.

Last updated: December 23, 2023 10:16 am
Viral Nagda
PLC Tutorials
1 Comment
Share
5 Min Read
SHARE

In this post, we will understand the various PLC data types like a bit, byte, integer, real, string, etc.

Contents
Data Types in PLCBitByteIntegerDouble IntegerRealStringPLC Data Types Video

Various new programmers face issues in understanding a data type of PLC. Data type means the format of the variable or constant used in a program.

Data Types in PLC

Without understanding a data type and how its format works, a PLC programmer cannot develop and define a program properly.

Data Types in PLC

Bit

The format of a variable starts with a single bit. Its value is defined as 0 or 1.

In simpler terms, compare it with the Indian currency. It starts with a single paisa and multiple paisas make a rupee. Similarly, the format of any data type starts with a bit.

Its value is only true or false. The “bit” is also called as Boolean.

Byte

Now, 8 bits make a byte. The first start bit means LSB (least significant bit) and the last bit means MSB (most significant bit).

Refer to the below image. It comprises 8 number of bits, with each bit having its individual value. The range of a format is defined by 2n.

Here, n is the number of bits used in a data type.

So, as per the format used here in byte, the value for 28 will be 256. That means 256 numbers of combinations or values will be possible in a byte.

1 Byte

Any format with multiple bits can be classified into two types – signed and unsigned. Signed means the range has both positive and negative numbers.

Unsigned means the range has only positive numbers. So, here in a byte, an unsigned byte means 0 to 25; and a signed byte means -128 to 127.

 A byte is also called a short integer.

Integer

Now, 16 bits make an integer. The first start byte means LSB (least significant byte) and the last byte means MSB (most significant byte).

The value for 216 will be 65536. That means 65536 numbers of combinations or values will be possible in an integer.

An integer is also called as a word. But, a word cannot be signed. It will be unsigned only.

An unsigned integer means 0 to 65535, and a signed integer means -32768 to 32767.

Double Integer

Now, 32 bits make a double integer. The value for 232 will be 4294967296. That means 4294967296 numbers of combinations or values will be possible in a double integer.

An unsigned double integer means 0 to 4294967296, and a signed double integer means -2147483648 to 2147483647.

In a PLC memory, two words make a double integer. So, for example, consider a Schneider PLC. %MW0 and %MW1 both will make a double integer; whereas only a single %MW0 or %MW1 will make an integer.

So, if you use %MD0 in this PLC, the next available address will be %MD2; as %MD0 comprises of %MW0 and %MW1.

Real

Here too, 32 bits makes a real format. But, the major difference between real and double integers is that a real variable can directly be assigned a decimal value.

The value will be from -3.4028235E+38 to 3.4028235E+38.

Like a double integer, a real format also uses two memory words.

String

A string format can contain any string of characters – numeric or alphanumeric. Every PLC has its own reserved memory for string variables.

The memory space needed for a string is 1 byte per character + 1 additional byte.

So, say a value – WELCOME. It will require 7 bytes for storing this value plus one additional byte; which means a total of 8 bytes will be required.

These are some of the generally used data types in a PLC.

PLC Data Types Video

In the below video, we discussed the various types of data in Omron PLC.

Data Types in CX Programmer - Omron PLC Programming Tutorial (Hindi)

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:

  • Validate PLC Inputs
  • PLC Best Practices
  • What is Hot Standby in PLC?
  • Monitor PLC Memory Usage
  • Converter in Siemens PLC
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

Actuator Sensor Interface (ASi) Protocol in PLC
Everything You Need to Know About PLC Battery
PLC based Gas Detection System using Ladder Logic Project
How to Use the Shift and Rotate Instructions in PLC?
Types of Noise in Electronics
PLC Program for Daily Production Record
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • shreyas shendage says:
    June 22, 2023 at 10:45 am

    Nice and interesting topics

    Reply

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

Electrical Cabinet Air Conditioner – Enclosure Cooling, Maintenance
Grounding or Earthing Scheme in DCS or PLC Systems
PLC based Metro Automation Project
Jump Instruction in Siemens Tia Portal
Overview of Industrial Control Systems
Instrumentation and Control Project Packages – Detail Engineering
Tia Portal – OB20 Time Delay Interrupt Organization Block
Design a Water Pump PLC Program using CX-Programmer

Keep Learning

PLC Questions & Answers

Programmable Logic Controller Questions and Answers

Sorting PLC Program Simulation

Sorting & Distribution Line PLC Programming – Advanced Logic

PLC programming for liquid mixing application code

PLC Mixing Logic in Liquids on EcoStruxure Machine Expert-Basic

Allen Bradley PLC communication is established

Procedure for Connecting Allen Bradley PLC and PC – RS Logix 500

PLC Programming Example for a Batch Process

PLC Programming Example for a Batch Process

Put Get PLC communication

PUT Command in Siemens PLC – TIA Portal Basics

PLC Program Upload

How to Upload Siemens PLC Programs?

PID Block in RSLogix 500

PID Block in RSLogix 500

Learn More

PLC Program Example - Signal Lamp Task

PLC Program Examples

Analytical Instrumentation Engineering Projects

Top 100 Analytical Instrumentation Engineering Projects

Transmitter Proof Testing

Transmitter Proof Testing

Controlling of Tank Level Using Proportional Controller in PLC

Controlling of Tank Level Using Proportional Controller in PLC

Electrical Machines Questions and Answers

Salient Pole Machines Quiz

PID Controller Bumpless Transfer

What is PID Controller Bumpless Transfer ?

SCR Class B Resonant-Pulse Commutation

Thyristor Commutation Techniques – Types, Working Principles

Electromagnetic Fields Objective Questions

Electromagnetic Subject Quiz

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?