IM 01C25R03-01E
A-30
APPENDIX 3. INPUT SELECTOR (IS) BLOCK
When SELECT TYPE is “Average”
The block calculates the average of the valid inputs and transmits it to OUT. The number of inputs used to calculate
its value is indicated in SELECTED.
SELECTION
IN_1 = 23
SELECT_TYPE = Average
STATUS_OPTS
MIN_GOOD = 1
SELECTED = 8
OUT = 25.48
(IN_1+···+IN_8)/8 = 25.48
IN_2 = 34.5
IN_3 = 45
IN_4 = 2.34
IN_5 = 23.6
IN_6 = 15.5
IN_7 = 32.5
IN_8 = 27.4
DISABLE_1 = OFF
DISABLE_2 = OFF
DISABLE_3 = OFF
DISABLE_4 = OFF
DISABLE_5 = OFF
DISABLE_6 = OFF
DISABLE_7 = OFF
DISABLE_8 = OFF
OP_SELECT = 0
FA0309.EPS
Figure A3.9 Example (8)
When SELECT TYPE is “Latched Good”
The valid input with the smaller input number is selected as an output and is held until it becomes invalid. When it
becomes invalid, the next valid input will be selected as an output regardless of the magnitude of the value. Even if
an input with the input number smaller than that of the currently selected input recovers, the current selection is held.
Assuming that IN_2 is the valid input with the smallest input number, the order of input selection is IN_2
→
IN_3
→
...
→
IN_8
→
IN_1
→
....
If the power is turned OFF and then ON with SELECT TYPE set to “Latched Good,” input selection starts with the
IN that was selected before the power was turned OFF.