Micromod MOD: 30ML Display Script Guide Bedienungsanleitung Seite 70

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 98
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 97 98

Kommentare zu diesen Handbüchern

Keine Kommentare