Micro Logix 1500 Memory

Allan Barnes

Member
Join Date
May 2004
Location
Woodstock ON
Posts
122
Hello All,
I was just asked double the amount of Data on my project. I think That I have enough memory, but I have not started writing the code yet.

My question is this;
Is there any way to increase the amout of memory available to a Micrologix 1500 LRP?

I looked up the memory moduals for the MicroLogix, but they apear to be more for back up of memory as opsed to memory expation. Is this right? or will I have to go to a SLC if I need more than 14 K?
 
That's going to be one heck of a big program and some huge data tables for the IO limitations of the ML1500 to use more than 14K.

Are you logging data in the PLC?
 
Nope I am not loging data; I was asked to set up for 16 recipies, and now they want 32.

Honestly I do not think I will run out of memory, just trying to cover the "what if?"

The costomer asked me how much upgrading the memory would cost because they now want 32 recipies. Each recipie only holds 5 words. As far as I can figure if 14K cant do it, I need to go to a SLC.
But again this is not a large project, HMI, 3 axis servo control, and a bunch of pnumatic I/O.
 
In the ML memory is addressed in words, not bytes. That 14K memory is 14,336 words (28672 bytes)

Your recipes are 5 words each, or 160 total words for 32 recipes. Leaving you 14,176 words availalbe for program and other data. Thats room for an awfully big program. I suspect you could easily handle a couple of hundred recipes.

BTW, are you using indrect addressing to access and manipulate the recipe. If not, I suggest using it, it will save on a ton of code.


edit to add:
You can see how much memory you have used by double clicking on Controller Properties under the Controller folder in the project tree on the left hand side of your screen in Logix500. The information is llsted on the General Tab right under the processor name.

You can also right click on Project at the top of the tree, select properties, and click on the statistics tab. This method gives you some other use(ful)(less) information as well.

The project needs to be fully verified for this to give you accurate results.
 
Last edited:

Similar Topics

Does the Old MicroLogix 1500 support Online Editing??? I am being told it did at some point but I think that is wrong...
Replies
4
Views
2,372
Hi there, Just wondering how the Micro Logix 1500 keeps the PLC program when the power is switched off. The one I have, doesn't have a back-up...
Replies
2
Views
2,211
Good day all. I have a Micro Logix 1500 (24BWA) that I can't seem to go online with the processor. According to the Rockwell Software Support page...
Replies
1
Views
3,332
Hi to all, I am having trouble with my micro Logix 1500. I can get it to down load the program where it come up with remote run mode and when I...
Replies
9
Views
7,761
Hello folks, I've been lurking in this forum for some time and find this site to be an excellent resource. :bow: I hope to contribute to it some...
Replies
9
Views
8,086
Back
Top Bottom