Micromod MOD: 30ML Display Script Guide Manual do Utilizador Página 91

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 98
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 97 98

Comentários a estes Manuais

Sem comentários