[foxboro] AW: HLBL problem
- From: "Sieling, Marcel" <Marcel.Sieling@xxxxxxxxxxxxxxxx>
- To: <foxboro@xxxxxxxxxxxxx>
- Date: Tue, 23 Dec 2008 12:02:44 -0500
Steve,
you wrote:
>Along with some of the other suggestions, I have experienced problems with
>labels when they exist near comments.
>
>For example:
>(* operator comment *)
><<quit>>
For some reason which I do not know operator comments can not directly follow
labels of any kind and vice versa. This does not apply for other comments (/*
*/ or {}). If you enter an empty statement (just a line with a semikolon only)
between the operator comment and the label the compiler feels fine. Try it out.
Best regards -
Marcel Sieling
Senior Application Consultant
Invensys Systems GmbH
Emanuel-Leutze-Str. 11
40547 Duesseldorf Germany
T: +49-211-5966-302
F: +49-163-99-5966302
M: +49-163-5966302
mailto:marcel.sieling@xxxxxxxxxxxxxxxx
http://www.foxboro-deutschland.de <http://www.foxboro-deutschland.de/>
________________________________
Von: foxboro-bounce@xxxxxxxxxxxxx im Auftrag von steve.shimp@xxxxxxxxxxxxxx
Gesendet: Di 23.12.2008 17:29
An: foxboro@xxxxxxxxxxxxx
Betreff: Re: [foxboro] HLBL problem
Along with some of the other suggestions, I have experienced problems with
labels when they exist near comments.
For example:
(* operator comment *)
<<quit>>
I have had strange compile errors because of things like this. Typically
we aren't worried about operator comments, so if you change the comment to
a C style comment, the problem will go away.
/* operator comment */
<<quit>>
Steve
foxboro-bounce@xxxxxxxxxxxxx wrote on 12/23/2008 10:00:47 AM:
>
> Hi list,
>
> I have a strange problem with a smal IND sequence. The code has been used
> unchanged for a long time. My collegue added a " WAIT 1;" and got a
compile
> error:
> #ERROR : label 'quit3' not declared
>
> #ERROR : label 'quit' not declared
>
> #ERROR : label 'quit2' not declared
>
> These three labels have been part of the code from the beginning and the
> code was compiled without errors long time ago. Now all of a sudden the
> labels (ie <<quit>>) ,which have not been changed, are causing a problem?
> I've retyped the label name and have checked all of the references to the
> labels but cannot find anything wrong. Any one experienced a similar
> problem?
>
> Thanks & 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
_______________________________________________________________________
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
* Confidentiality Notice:
This e-mail and any associated files are intended solely for the individual or
entity to whom they are addressed. Please do not copy it or use it for any
purposes, or disclose its contents to any other person. Further, this e-mail
and any associated files may be confidential and further may be legally
privileged. This email is from the Invensys Process Systems business unit of
Invensys plc which is a company registered in England and Wales with its
registered office at Portland House, Bressenden Place, London, SW1E 5BF
(Registered number 166023). For a list of European legal entities within the
Invensys Process Systems business group, please click here
http://www.invensys.com/legal/default.asp?top_nav_idw&nav_id&prev_idw.
If you have received this e-mail in error, you are on notice of its status.
Please notify us immediately by reply e-mail and then delete this message from
your system. Thank you for your co-operation. You may contact our Helpdesk on
+44 (0)20 7821 3859 / 2105 or email inet.hqhelpdesk@xxxxxxxxxxxxx This e-mail
and any attachments thereto may be subject to the terms of any agreements
between Invensys (and/or its subsidiaries and affiliates) and the recipient
(and/or its subsidiaries and affiliates).
_______________________________________________________________________
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
Other related posts:
- » [foxboro] AW: HLBL problem - Sieling, Marcel