Warning Messages
The list of ASCET warning messages is split in several parts. Warning messages that are, by default, promoted to an error message, are marked with the following icons: ![]()
| ||
Part 1: WB*
Message Code | Warning Message | See also | ||
WBdl11 | no export of <%1> --- used local in <%2> instead | |||
WBdl2 | %1 "%2" (using <%3> specification) is not defined
| |||
WBdl30 | Method sequence call should not be used inside a statement block | |||
WBdl31 | A statement block should not have a control-flow pin | Statement Blocks (BDE) Statement Blocks (SWC) | ||
WBdl5 | ignored all sequence calls of state machine <%1> | |||
WBdl6 | ignored incomplete call <%1> at block <%2> | |||
WBdl61 | ignored incomplete connection at block <%1> | |||
WBdl7 | ignored return block of <%1> | |||
WBdl70 | ignored local variable block <%1> | |||
WBdl71 | ignored argument block <%1> | |||
WBdl72 | ignored control flow at block <%1> | Control Flow Operators (BDE) Control Flow Operators (SWC) Control Flow (ESDL) | ||
WBdl73 | ignored break block, due to missing return value | Break Operator (BDE, SWC) Break (ESDL) | ||
WBdl74 | ignored block of method <%1> during generation of diagram <%2> | |||
WBdl8 | literal value <%1> does not fit type <sdisc> – limited to <%2> | Adding and Editing a Literal (BDE) | ||
WBdl81 | literal value <%1> does not fit type <udisc> – limited to <%2> | |||
WBdl9 | empty sequence call at block <%1> | Sequence Calls (BDE) Sequence Calls (SWC) | ||
WBdl91 | Specified temporary variable not used at block <%1> |
See also
EXAMPLE