Rockwell-automation AutoMax Enhanced Ladder Language Reference Manual Instrukcja Użytkownika Strona 283

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 352
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 282
AĆ11
Element and bit variable names can each be a maximum of 16 characters (AćZ, 0ć9,
and _), not including the delimiter (. or [ ]). Valid ranges for constants used to reference
bits are 0ć15 for integers and 0ć31 for double integers.
I
MPORTANT
You can force only simple variables. You cannot force elementĆindexed or bitĆindexed
variables. For example, you cannot force variables like: vat.13, array_var[11],
array_var[index_name], array_var[11].12 or array_var[index_name].bit_name.
A.3 Global and Local Variables (Scope)
A property of a variable is its scope. A variable's scope can be either local or global.
A.3.1 Local Variables
Local variables are those that can only be used in the program in which they are
defined. No other programs can reference them. If you type in the first letter of a
variable name using lower case, the default scope will be local. The names of local
variables appear in lower case.
Przeglądanie stron 282
1 2 ... 278 279 280 281 282 283 284 285 286 287 288 ... 351 352

Komentarze do niniejszej Instrukcji

Brak uwag