3 selection, 1 op_select handling, Selection -4 17.3.1 – Yokogawa YVP110 User Manual

Page 90: Op_select handling -4

Advertising
background image

<17. IS Function Block>

17-4

IM 21B04C01-01E

17.3 Selection

The following processing is performed after completing input processing. If the number of valid inputs is less

than the value of MIN_Good, no input selection is made.

17.3.1 OP_SELECT Handling

When a value other than “0” (that is, 1 to 8) is selected for OP_SELECT:
The IS block selects the input of the number specified by OP_SELECT regardless of the setting of SELECT_

TYPE, propagates the value of that input to OUT, and transmits the input number to SELECTED.

IN_1 = 23

SELECT_TYPE = Minimum

STATUS_OPTS
MIN_GOOD = 1

SELECTION

SELECTED = 3

OUT = 45

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 = 3

F1703.ai

Figure 17.3 Example (2)

In the above example, SELECT_TYPE is set to Minimum. However, because OP_SELECT specifies the value

and number of IN_3, the value and number of this specified IN are transmitted to OUT and SELECTED.

* Note: Even if the IN specified by OP_SELECT is an invalid input (the corresponding DISABLE parameter is ON or the IN’s status is

“bad”), the value and status of that IN are transmitted to OUT.

Advertising