Author Topic: Compiler error messages: where do you look them up?  (Read 5322 times)

ET

  • Guest
Compiler error messages: where do you look them up?
« on: January 10, 2012, 06:21:30 PM »
Where can I look up compiler error messages generated in Plus+1 GUIDE?
e.g.
     *** ERROR 188 ***  [chpargu1]   SCREEN PORT NOT DEFINED {Data.Btn1.Enabled}
     DP600T!TOP!Application!ButtonsStd!ButtonsStdAr (0,0)
The Sauer Danfoss website, and GUIDE help files seem to lack such a resource.

Quax76

  • Guest
Re: Compiler error messages: where do you look them up?
« Reply #1 on: January 12, 2012, 09:41:48 AM »
The error message ist displayed after the ***ERROR Nr ***
In your case, it seems that you have defined (drawed) a Btn1, which should be enabled when one (or some) cases are true.
This error messages says you, that the signal you wired to the enable rider of Btn1 is not defined at the layout area, or is not connected to the screen page bus.
If you have changed something on this bus, remember that Plus1 is case sensitive!