CoDeSys 2

Join Date
Nov 2007
Location
Illinois
Posts
75
I have used CoDeSys on Eaton, Bosch Rexroth, Wago and Exor, and one thing I have bever figured out is how to tell how much memory is available in a PLC after a program download?

I see under Resources - Target Settings where the base layout for memory is given, but I haven't seen a way to tell how much memory I am consuming as I write a program.

Thanks!
 
Since the program is compiled, the information shows up in the messages window when you do a Build.

You should see something like:
POU indices: xxx (x%)
Size of used data: xxx of xxxxx bytes (xxx%)
Size of used retain data: xxx of xxxxx bytes (xxx%)

If you don't see the message window, just go to the Window menu and turn it on or use Shift-Esc to toggle it on and off.

Hope this helps.
 

Similar Topics

Hello, I am using a Hitachi Micro EHV+ for a small project, and I wanted to have a Web visu, done with Codesys V3.5 SP13 Patch 2. I test the...
Replies
6
Views
269
Hello, I have a requirement to manage the text alignment dynamically. So, for example: 1. English Texts should be displayed from Left in...
Replies
0
Views
86
Hello, I am new to Codesys, and am trying to learn about it for a project we're developing. I've got a couple questions, but first a little...
Replies
1
Views
133
Hi everyone, as this is my first experience with Rockwell Software i would like to know what's the best way to make Enumerations?
Replies
10
Views
490
I am trying to get Codesys to work with a couple of Moxa ioLogik E1200 series DIO devices (E1210 and E1211). I am able to write to the E1211 DOs...
Replies
2
Views
164
Back
Top Bottom