Micromod MOD: 30ML Display Script Guide Instrukcja Użytkownika Strona 70

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 98
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 69
MOD 30ML Display Guide
Application Examples
Script for Two-Key
Ramping
(continued)
ELSE
DWNCOUNT = DWNCOUNT + 1;
IF SCRLCNT == 0 THEN
OP = OP - 0.1;
IF SCRLCNT == 1 THEN
SP = SP - 0.1;
IF !TUNING THEN RETURN;
}
/* Determine if UP or DOWN key being held: */
UP_HELD:
{
UPHLD = 1;
RETURN;
}
DOWN_HELD:
{
DWNHLD = 1;
RETURN;
}
/* Reset local inputs for next use: */
UP_RELEASED:
{
UPHLD = 0;
RETURN;
}
DOWN_RELEASED:
{
DWNHLD = 0;
RETURN;
}
}
The next figure illustrates the new inputs required for this script (note that this is in
ADDITION to those illustrated in Example 1):
5 - 16
Przeglądanie stron 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 97 98

Komentarze do niniejszej Instrukcji

Brak uwag