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

  • 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 482
L-force | PLC Designer
IEC Operators and additional norm extending functions
DMS 3.2 EN 02/2011 TD29 481
9.6.5 EQ
PLC Designer IEC operator: Equal to
A Boolean operator that returns the value TRUE when the operands are equal. The
operands can be BOOL, BYTE, WORD, DWORD, SINT, USINT, INT, UINT, DINT, UDINT,
REAL, LREAL, TIME, DATE, TIME_OF_DAY, DATE_AND_TIME and STRING.
Example in IL:
LD 40
EQ 40
ST Var1 (* Result is TRUE *)
Example in ST:
VAR1 := 40 = 40;
Example in FBD:
9.6.6 NE
PLC Designer IEC operator: Not equal to
A Boolean operator that returns that value TRUE when the operands are not equal.
The operands can be BOOL, BYTE, WORD, DWORD, SINT, USINT, INT, UINT, DINT,
UDINT, REAL, LREAL, TIME, DATE, TIME_OF_DAY, DATE_AND_TIME and STRING.
Example in IL:
LD 40
NE 40
ST Var1 (* Result is FALSE *)
Example in ST:
VAR1 := 40 <> 40;
Vue de la page 482
1 2 ... 478 479 480 481 482 483 484 485 486 487 488 ... 843 844

Commentaires sur ces manuels

Pas de commentaire