Lenze PLC Designer PLC Designer (R2-x) Manuel d'utilisateur Page 616

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 844
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 615
1 2 ... 611 612 613 614 615 616 617 618 619 620 621 ... 843 844

Commentaires sur ces manuels

Pas de commentaire