By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Memory Structure of Siemens PLC
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Ask
  • Courses
  • Videos
  • Q & A
  • EE
  • Measure
  • Control
  • More
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Memory Structure of Siemens PLC

Memory Structure of Siemens PLC

Last updated: March 4, 2021 12:12 pm
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

The memory structure of Siemens PLC

Contents
Memory Types in Siemens PLCLoad MemoryInternal Load Memory:External Load Memory:Working Memory:System Memory:Retentive Memory:

First of all, let’s take a short look at all the types of Memories in general

  • RAM: Random Access memory that is used in computers and most of the electronic devices why it’s called that? Because it’s not required to allocate a physical location of memory when performing an operation or data transitions which accelerate the process and saves time.
RAM Memory

But in case of electricity cut off all the stored data in the RAM are lost.

  • ROM: Read Only Memory, it’s non-volatile memory where the stored are readable but can’t be modified.
  • EPROM: Erasable Read Only Memory it’s the same as ROM but the stored data can be edited, removed, and store new changes by exposing it to ultraviolet light.
EEPROM Memory Chips

But the Way of UV exposure is a very difficult and complicated method.

  • EEPROM: Electrically Erasable Programmable Read-Only Memory

It looks like the EPROM but the way of editing, removing, and store new changes for the data is done electrically not by UV light, But the number of erasing and editing it is limited by a certain number of times.

  • Flash EPROM: it looks like the EEPROM but it can be erased or edited by the unlimited time of numbers. 

Memory Types in Siemens PLC

In general, the S7 PLC memory is composed of 4 parts

S7 PLC memory

Load Memory

Stores any data downloaded from the PC to the PLC, this means that any PLC program downloaded to the PLC is stored in the Load Memory.

There are two types of Load Memory

  • Internal Load Memory.
  • External Load Memory.

Internal Load Memory:

it was used in the old versions of S7 PLCs in which the memory was a RAM and hence in case of power loss all the stored data in the load memory were lost, for this reason, it was mandatory to have a backup battery in order to prevent data loss.

External Load Memory:

in the new versions of S7 PLCs, the load memory is external and can be purchased separately and it’s called MMC (Micro Memory Card), but in this case the CPU can’t run without the MMC installed.

Simatic Micro Memory Card

Working Memory:

It’s part of memory where it can store the executive part of the PLC program, it looks like the RAM in the Computer, and in this case, the load memory is the hard disk.

System Memory:

It’s part of the memory where it can store the addressing part of the PLC program like Inputs, Outputs, Timers, Counters, and Bit memory.

Retentive Memory:

It’s part of the memory where it can store data permanently, for instance, if you want to keep the data in specific bit memory stored permanently where in the case of electricity cut off this bit memory is not impacted.

Author: Karim Ali Anwar

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

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

Read Next:

  • Pulse Generation in Siemens PLC
  • Temperature Alarms monitor in PLC
  • Upload Siemens PLC Programs
  • InTouch Scada Scripting
  • Programmable Logic Controller
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 !
Relay Operation, Types, Symbols & Characteristics
FIFO Instruction in Allen Bradley PLC Programming
PLC Memory Mapping and I/O addressing
4–20 mA Process Control Loops
Count the Number of Cartons in a Storage Area PLC Logic
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
208kSubscribersSubscribe
38kFollowersFollow

Recent Comments

  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers
  • anuj kapoor on DCS Program to Maintain Draft in Furnace
  • anuj kapoor on IoT based Smart Boiler Control System with Cloud PLC and SCADA

Related Articles

Single Phase Preventer Relay

Working Principle of Single Phase Preventer Relay

PLC Cooking Timer Example for Kitchen Automation

PLC Cooking Timer Example for Kitchen Automation

Start Stop of one Motor from same Push button PLC program

Start Stop of one Motor from the same Push button PLC program

PLC Program for Forward and Reverse Motor control

3 Phase Motor Control using PLC Ladder Logic

PLC Example on Switch Program with Timers

PLC Example on Switch Program with Timers

PLC-based mail box automation

PLC Program for Mailbox with Letter Counting & Light Indicators

Use of Isolators and Barriers in Electrical Panel

Use of Isolators and Barriers in Electrical Panel

PLC Program for Tank Heating Control using Heater

PLC Programming for Tank Heating Control using Heater

More Articles

List of Cybersecurity Labs

List of Cybersecurity Labs

Why 4-20mA Standard is so popular

Why 4-20 mA Standard is so popular ?

Solenoid Valve Design

Solenoid Valve Selection Criteria

Globe Valve Disk and Stem Connections

Globe Valve Seat and Disk

Reasons to Calibrate Flowmeters

Reasons to Calibrate Different Types of Flow Meters

Cutaway View of Circuit Breaker

Low Voltage Air Circuit Breaker Principle

Level Transmitter Design

Level Transmitter and Level Gauge Design Tips

What is a Magnetic Field

Difference Between Electric Field and Magnetic Field

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?