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

  • 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 90
MOD 30ML Display Guide
Application Examples
Sequence Display
Script (continued)
{
CMD = CMDSET;
DELTA = 1;
}
ELSE IF DELTA THEN
{
DELTA = 0;
CMDSET = 0;
}
}
}
It is also necessary to add new State Tables to display the sequence steps, status, and
mode. The next figure shows the new State Tables, which should be added to the bottom
of the existing State Table file in the ST block. The names in the State Table stepD can
be changed and expanded to fit the particular application.
Figure 5 .30.
New State Tables
for sequence
display
modeD, 3, "???"
{
0, "MAN";
1, "AUT";
}
cmdD, 8, "????????"
{
0, "NONE";
1, "RUN";
3, "STOP";
2, "RESET";
}
stepD, 8, "????????"
{
1, "READY";
2, "FILL";
3, "HEAT";
4, "COOK";
5, "COOL";
6, "DRAIN";
}
statusD, 8, "????????"
{
0, "HOLDING";
1, "RUN";
2, "RESET";
3, "FROZEN";
}
5 - 37
Vue de la page 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 97 98

Commentaires sur ces manuels

Pas de commentaire