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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 844
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 271
L-force | PLC Designer
Editors in PLC Designer
270 DMS 3.2 EN 02/2011 TD29
Neither variable a nor b will be exported to the symbol file:
{ flag noread, nowrite on }
VAR
a : INT;
b : INT;
END_VAR
{flag off}
VAR
{ flag noread, nowrite on}
a : INT;
b : INT;
{flag off}
END_VAR
The pragma operates additively on all subsequent variable declarations.
Example: (all POUs in use will be exported with read and write permission)
a : afb;
...
FUNCTION_BLOCK afB
VAR
b : bfb {flag nowrite};
c : INT;
END_VAR
...
FUNCTION_BLOCK bfB
VAR
d : INT {flag noread};
e : INT {flag nowrite};
END_VAR
„a.b.d": Will not be exported
„a.b.e": Will be exported only with read permission
„a.c": Will be exported with read and write permission.
Przeglądanie stron 271
1 2 ... 267 268 269 270 271 272 273 274 275 276 277 ... 843 844

Komentarze do niniejszej Instrukcji

Brak uwag