
Silver Series OIT 45 Watlow Addendum
Address indexing allows a screen object to display and set the value of different memory locations
depending on the value in the index. In this example we use LW-9200 as the address index. Whatever
value the index is set to is added to the address in the data transfer (and recipe display) objects. When
the index value is zero, the first recipe is used. When the index is 10 the second recipe is used. When the
index is 20 the third recipe is used. A multi-state switch is used to set the value of the index when the
user selects the recipe.
Note: You can also use the address index to create one screen that displays data for
one loop at a time with a multi-state switch or option list that allow users to switch
from one loop to another.
(Lp 1 Set Point)
Address = RW 0 + index
(Lp 1 Hi Alarm)
Address = RW 2 + index
(Lp 1 Heat PB)
Address = RW 4 + index
(Lp 1 Integral)
Address = RW 6 + index
(Lp 1 Derivative)
Address = RW 8 + index
Address = LW 9200
“Recipe 1” = State 0 = 0
“Recipe 2” = State 1 = 10
“Recipe 3” = State 2 = 20
Comentarios a estos manuales