rom and ram significance of a microcontroller in a plc

gautam

Member
Join Date
Feb 2003
Posts
1
i am currently start8ing a project on plc.i am a B.E final year student and just know A,B,C of plc.
 
Hey Guatam,

In response to ram vs. rom... yes, they are important. The main difference is rom is Read Only Memory. This means that you have a chip with information contained in it, that cannot be changed readily (there are eproms, electrical programmable etc...) that can be programmed, but for the most part, rom has information loaded that can only be read.

As for ram, Random Access Memory, this is usually a 'cache' that stores information before transferring to another area. It can be 'read' but you can also 'write' to it.

The best example I can give, your cmos (bios) on a pc is rom. Your memory is ram.

Hoot
 
If your project is to apply a PLC to control a machine or process, all you need to know about RAM and ROM in the PLC (at this stage of your learning) is whether or not the battery is OK.

If your project is to design a PLC and you need to know what parts of the system belong in ROM and what belong in RAM, you're probably posting the question to the wrong forum. Most of us here are PLC users rather than PLC designers.
 

Similar Topics

So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
309
Hi. I have a 222 CPU. I need to recover the program from the eeprom memory. Is it possible?
Replies
1
Views
155
Hi! I am trying to run the 'SimpleSample' (https://infosys.beckhoff.com/content/1033/TF5100_TC3_NC_I/Resources/3438746891/.zip ) to understand the...
Replies
2
Views
123
Hi everyone, I want to upload the program from my CPU317TF-2 DP to my PC via connecting to CP 343-1 Advanced since it has LAN ports and the CPU...
Replies
1
Views
195
Hello everyone!!, I may be asking a newbie question, but I want to be sure of that. Can I run a PLC program directly from the SD card? I mean, I...
Replies
2
Views
199
Back
Top Bottom