Re: [foxboro] ind seq bkl

  • From: dirk.pauwels@xxxxxxxxxx
  • To: foxboro@xxxxxxxxxxxxx
  • Date: Wed, 15 Oct 2008 11:24:23 +0200

If you need such big sequences, you should consider splitting it into 2 or
more sequences, or using not only an IND, but also a DEP sequence etc...
.Splitting it into 2 sequences is common practice at our site....Have 2 seq
talk to each other, send command and wait for confirmation from 2nd seq
etc....

Otherwise review the code and try a different approach, using more
subroutines, using an include sequence etc....  I'm not sure about this but
I think it's the number of lines which determines the size of the sequence.
You can put multiple lines of code all on line seperated by ; ie BO001 :=
FALSE;BO0002 := FALSE; in stead of
BO0001 := FALSE;
BO0002 := FALSE;
Like i said I'm not sure if it makes any difference in number of lines, but
I usually do this.

Rgds,


Dirk Pauwels - DCS/MOC coordinator
Engineering dept.
Hexion Specialty Chemicals
E mail: dirk.pauwels@xxxxxxxxxx
T.  +32.(0)3.570.95.97
F.  +32.(0)3.570.16.09
Mob. +32.(0)497.428.300

Wrote:
We had a error "block size exceeds CP-installation limit"
The list archive talks about increasing cspace greater than csize.
csize on our detail display is 31800 cspace is 0
I cannot increase cspace past 32000.
Is there a way to add more code?

Thanks
Terry








 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             //www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts:

  • » Re: [foxboro] ind seq bkl