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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 98
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 97 98

Komentarze do niniejszej Instrukcji

Brak uwag