[foxboro] AW: HLBL font size.
- From: "Sieling, Marcel" <msieling@xxxxxxxxxxx>
- To: "'foxboro@xxxxxxxxxxxxx'" <foxboro@xxxxxxxxxxxxx>
- Date: Fri, 13 Dec 2002 08:54:24 -0500
Hi,
> I don't believe that the .r file actually has anything beyond=20
> character 60 on each line. If you do a=20
> "strings HLBLCODE.r > lookat" type extraction,
> you can see the best case of what can be displayed.
You're perfectly right. The font size could probably=20
be changed in the detail display template in=20
/usr/fox/dd..., but it would not result in longer text=20
because the compiler cuts all text behind the last=20
character which can be displayed in the existing=20
display. The .r file is an binary file with ASCII text,=20
but no linefeeds and nullbytes padded lines, so=20
that all lines are of equal length.
Using the .s source file for display purposes is=20
no help, because there are no statement numbers=20
and therefor you can't jump to a certain spot in=20
execution and you can not allocate problems=20
and errors.
The most practical solution might be to take=20
care of the length limitation during programming.
Example:
Don't write the whole statement in a line like this (maybe wrapped in =
you
mailer program):
:COMPOUND_NAM:BLOCK_NAME1.PARM :=3D :COMPOUND_NAM:BLOCK_NAME2.PARM /
:COMPOUND_NAM:BLOCK_NAME3.PARM;
write it instead like this:
:COMPOUND_NAM:BLOCK_NAME1.PARM :=3D=20
:COMPOUND_NAM:BLOCK_NAME2.PARM /=20
:COMPOUND_NAM:BLOCK_NAME3.PARM;
it still is one statement, but it is completely=20
readable in the operator display.
=20
Best regards -
Marcel Sieling
Systems Technologies
Invensys Systems GmbH
Heerdter Lohweg 53 - 55
40549 Duesseldorf
Germany
Tel.: +49 (0)30-267-15542
Tel.: +49 (0)211 5966-171
Fax: +49-(0)172-50-2673077
Mobile: +49-(0)172-2673077
Email: <mailto:msieling@xxxxxxxxxxx>=20
Homepage: <http://www.invensys-process-systems.de>=20
Visit my private (german) homepage: <http://www.powerslider.de>=20
> -----Urspr=FCngliche Nachricht-----
> Von: Douglas G. Lloyd [mailto:DGL@xxxxxxxxx]
> Gesendet: Donnerstag, 12. Dezember 2002 16:40
> An: foxboro@xxxxxxxxxxxxx
> Betreff: Re: [foxboro] HLBL font size.
>=20
>=20
>=20
> Gabriel,
>=20
> I don't believe that the .r file actually has anything beyond=20
> character 60
> on each line. If you do a "strings HLBLCODE.r > lookat" type=20
> extraction,
> you can see the best case of what can be displayed.
>=20
> Regards,
>=20
> Doug Lloyd
> DGL Controls
>=20
> -----Original Message-----
> From: foxboro-bounce@xxxxxxxxxxxxx=20
> [mailto:foxboro-bounce@xxxxxxxxxxxxx]On
> Behalf Of ODWYER_GABRIEL@xxxxxxxxx
> Sent: Thursday, December 12, 2002 9:53 AM
> To: foxboro@xxxxxxxxxxxxx
> Subject: [foxboro] HLBL font size.
>=20
> Hello everybody,
> Does anybody know if there is a way to decrease the font size=20
> for viewing
> the HLBL code of an indepedent block when looking at the block =
default
> display in Display Manager ?
> If the lines of code are beyond a certain length ( ~ 60=20
> characters) then
> you run out of viewing area at the right hand side.
> Thanks,
> Gabriel O'Dwyer.
>=20
>=20
>=20
> ______________________________________________________________
> _________
> This mailing list is neither sponsored nor endorsed by=20
> Invensys Process
> Systems (formerly The Foxboro Company). Use the info you=20
> obtain here at
> your own risks. Read=20
http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: =
mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
to unsubscribe: =
mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
=20
=20
_______________________________________________________________________
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
=20
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: =
mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
to unsubscribe: =
mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
=20
_______________________________________________________________________
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: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
- Follow-Ups:
- [foxboro] AW: AW: HLBL font size.
- From: Sascha Wildner
Other related posts:
- » [foxboro] AW: HLBL font size.
- [foxboro] AW: AW: HLBL font size.
- From: Sascha Wildner