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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 844
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 614
L-force | PLC Designer
Compiler Errors and Warnings
DMS 3.2 EN 02/2011 TD29 613
4204
"Closing bracket with no corresponding opening bracket"
Insert an opening bracket or remove the closing one.
4205
"No comma allowed after ')'"
Remove comma after closing bracket.
4206
"Label in brackets not allowed"
Shift jump label so that it is outside of the brackets.
4207
"'N' modifier requires operand of type 'BOOL','BYTE','WORD' or 'DWORD'"
The N modifier requires a data type, for which a boolean negation can be executed.
4208
"Conditional Operator requires type 'BOOL'"
Make sure that the expression gives out a boolean result or use a type conversion.
4209
"Function name not allowed here"
Replace the function call by a variable or a constant.
4210
"'CAL', 'CALC' and 'CALN' require a function block instance as operand"
Declare an instance of the function block which you want to call.
4211
"Comments are only allowed at the end of line in IL"
Shift the comment to the end of the line or to an extra line.
Przeglądanie stron 614
1 2 ... 610 611 612 613 614 615 616 617 618 619 620 ... 843 844

Komentarze do niniejszej Instrukcji

Brak uwag