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 to all, I'm just starting with using CodeSys. Immediately, I have noticed that Codesys doesn't use data blocks like for example S7 does...
Replies
11
Views
167
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
7
Views
359
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
104
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
171
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
527
Back
Top Bottom