Lenze PLC Designer PLC Designer (R2-x) Manuale Utente Pagina 486

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 844
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 485
L-force | PLC Designer
IEC Operators and additional norm extending functions
484 DMS 3.2 EN 02/2011 TD29
Example in IL:
LD Var1
BITADR
ST Var2
Stop!
After an Online Change there might be changes concerning the data on certain
addresses. Please regard this in case of using pointers on addresses.
9.7.4 Content Operator
PLC Designer IEC operator: A pointer can be dereferenced by adding the content
operator "^" after the pointer identifier.
Example in ST:
pt:POINTER TO INT;
var_int1:INT;
var_int2:INT;
pt := ADR(var_int1);
var_int2:=pt^;
Stop!
After an Online Change there might be changes concerning the data on certain
addresses. Please regard this in case of using pointers on addresses.
Vedere la pagina 485
1 2 ... 481 482 483 484 485 486 487 488 489 490 491 ... 843 844

Commenti su questo manuale

Nessun commento