Lenze PLC Designer PLC Designer (R2-x) Uživatelský manuál Strana 617

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 844
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 616
L-force | PLC Designer
Compiler Errors and Warnings
DMS 3.2 EN 02/2011 TD29 615
4256
"'NOT' requires 'BOOL' operand"
Make sure that the condition following the ‘NOT’ is a boolean expression.
4257
"Variable of 'FOR' statement must be of type 'INT'"
Make sure that the counter variable is of an integer or bitstring data type (e.g. DINT,
DWORD).
4258
"Expression in 'FOR' statement is no variable with write access"
Replace the counter variable by a variable with write access.
4259
"Start value in 'FOR' statement is no variable with write access"
The start value in the ‚FOR' instruction must be compatible to the type of the counter
variable.
4260
"End value of 'FOR' statement must be of type 'INT'"
The end value in the ‚FOR' instruction must be compatible to the type of the counter
variable.
4261
"Increment value of 'FOR' statement must be of type 'INT'"
The incremental value in the ‚FOR' instruction must be compatible to the type of the
counter variable.
4262
"'EXIT' outside a loop"
Use 'EXIT' only within 'FOR', 'WHILE' or 'UNTIL' instructions.
Zobrazit stránku 616
1 2 ... 612 613 614 615 616 617 618 619 620 621 622 ... 843 844

Komentáře k této Příručce

Žádné komentáře