Micromod MOD: 30ML Display Script Guide Manual de usuario Pagina 91

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 98
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 97 98

Comentarios a estos manuales

Sin comentarios