News:

  • May 25, 2026, 11:04:37 AM

Login with username, password and session length

Author Topic: Program size  (Read 19917 times)

geniusintraining

  • Jr. Member
  • **
  • Posts: 10
Program size
« on: June 21, 2007, 05:55:24 PM »
Hello,

How can I tell the size of my project/program? I'm nearing 100 rungs on a DL06 and I was asked how big was the project?, I have looked but I did not find anything that tells me, am I just over looking it?

Thanks

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3818
    • Host Engineering
Re: Program size
« Reply #1 on: June 21, 2007, 06:02:51 PM »
The 3rd pane from the right in the Status Bar shows the size in LADDER WORDS (not rungs) and the max size supported in the PLC.  It looks like 00023/07680 (e.g. 23 words out of 7680).

To determine the number of rungs, you can display the rung numbers on your ladder view (versus rung addresses).  Right click on the ladder view and choose Options...  The under the Number Rungs group, click the radio button BY RUNG (versus BY ADDRESS).  If you want ALL NEW VIEWS to display the rung number versus the address, click the Apply options to NEW VIEWS (in addition to CURRENT VIEW that should already be checked).

fyi, if you have DS100, the limit is 100 WORDS not 100 RUNGS, so you should only care about instruction addresses (not number of rungs).

geniusintraining

  • Jr. Member
  • **
  • Posts: 10
Re: Program size
« Reply #2 on: June 21, 2007, 06:20:25 PM »
Thanks  ;D

What's the max size (in words) for a DL06, I dont think I'm close yet (97rungs/452words), but if they keep adding I may be pushing it someday soon

Thanks again

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3818
    • Host Engineering
Re: Program size
« Reply #3 on: June 21, 2007, 09:30:02 PM »
That's the 2nd number - the one after the slash.

For an 06, it's 07680, so you're only scratching the surface (452).  If you made your program 10x as long, you would just be passed half way!  ;D

geniusintraining

  • Jr. Member
  • **
  • Posts: 10
Re: Program size
« Reply #4 on: June 22, 2007, 09:05:18 AM »
Thanks,

...7680, my hair is almost gone and I have over 7000 words to go  ;D