beautypg.com

Micromod MOD: 30ML Display Script Guide User Manual

Page 80

background image

MOD 30ML Display Guide

Application Examples

Display script for
multiple tuning
lists (Continued)

…continued from previous page:

ACTIVE:

{

IF TUNING == FALSE THEN

CASE TUNE_REQ OF

{

0:

BREAK;

1:

TUNELIST = TL_CTRL;

TUNE;

BREAK;

2:

TUNELIST = TL_ALARM;

TUNE;

BREAK;

DEFAULT:

TUNELIST = 0;

BREAK;

}

TUNE_REQ = 0;

}

}

Check to see that TUNING is false (no
tune list is already up).

If value of attribute TUNELIST is 1, bring up the Control
tuning display

Reset input to 0

5 - 26