Beckhoff CX1100-000x Instrukcja Użytkownika Strona 24

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 66
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 23
Product overview
22 Embedded PC
e_CX1100_NaviSwitch_MIDDLE_TOPLEFT
Further details on the function can be read in the TwinCAT documentation. The function can be used in a program as
follows: (The declaration and linking are as given in the example above)
CASE F_CXNaviSwitch(Taster) OF
e_CX1100_NaviSwitch_IDLE :; (* do nothing *)
e_CX1100_NaviSwitch_MIDDLE :call_select; (* select item *)
e_CX1100_NaviSwitch_TOP :call_prev_item; (* previous menue item *)
e_CX1100_NaviSwitch_RIGHT :call_inc_value; (* increase value *)
e_CX1100_NaviSwitch_BOTTOM :call_next_item; (* next menue item *)
e_CX1100_NaviSwitch_LEFT :call_dec_value; (* decrease value *)
END_CASE;
Further evaluation of the switch inputs is then done later in the program.
Przeglądanie stron 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 65 66

Komentarze do niniejszej Instrukcji

Brak uwag