Lenze PLC Designer PLC Designer (R2-x) Instrukcja Użytkownika Strona 616

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 844
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 615
L-force | PLC Designer
Compiler Errors and Warnings
614 DMS 3.2 EN 02/2011 TD29
4212
"Accumulator is invalid before conditional statement"
The accu is not defined. This happens if an instruction is preceeding which does not
submit a result (e.g. 'CAL').
4213
"'S' and 'R' require 'BOOL' operand"
Use a boolean variable at this place.
4250
"Another 'ST' statement or end of POU expected"
The line does not start with a valid ST instruction.
4251
"Too many parameters in function '<name>'"
There are more parameters given than are declared in the definition of the function.
4252
"Too few parameters in function '<name>'"
There are less parameters given than are declared in the definition of the function.
4253
"'IF' or 'ELSIF' require 'BOOL' expression as condition"
Make sure that the condition for IF or ELSIF is a boolean expression.
4254
"'WHILE' requires 'BOOL' expression as condition"
Make sure that the condition following the ‘WHILE’ is a boolean expression.
4255
"'UNTIL' requires 'BOOL' expression as condition"
Make sure that the condition following the ‘UNTIL’ is a boolean expression.
Przeglądanie stron 615
1 2 ... 611 612 613 614 615 616 617 618 619 620 621 ... 843 844

Komentarze do niniejszej Instrukcji

Brak uwag