Micromod MOD: 30ML Display Script Guide Manuel d'utilisateur Page 79

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 98
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 78
MOD 30ML Display Guide
Application Examples
The script for this example is shown in the next figure:
Figure 5 .18.
Script for
accessing
multiple
TuneLists
DEFAULTS:
{
MANUAL_PRESSED:
{
IF OPMS != 3 THEN
{
OPMS = 0;
#LINE5 = “OP”;
#LINE6.SRC = OP;
}
}
AUTO_PRESSED:
{
IF OPMS != 3 THEN
{
OPMS = 1:
}
}
SCROLL_PRESSED:
{
IF SCRLCNT >= 2 THEN
SCRLCNT = 0;
ELSE SCRLCNT=SCRLCNT + 1;
CASE SCRLCNT OF
{
0:
#LINE5 ="OP";
#LINE6.SRC= OP;
BREAK;
1:
#LINE5 = "SP";
#LINE6.SRC = SP ;
BREAK;
2:
#LINE5 = “TUN”;
#LINE6.SRC = “TUNE_REQ”;
BREAK;
}
}
Continued on following page….
5 - 25
Vue de la page 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 97 98

Commentaires sur ces manuels

Pas de commentaire