6.10.2.4.15. Value range: Changed values

At project en_10253_3_ats.prj the values of the value range variable AUS have been changed.

Original values: 'S', 'seamless', 'W', 'welded'

Changed values: 'N', 'seamless', 'G', 'welded'

The following illustration shows the old and new values in the Variable Manager.

Perform following adjustments:

  1. Initial situation: When changing a value range value, there is no adjustment in the right table.

  2. Insert a target variable by clicking on Target variable to insert a target variable. Select the variable From in the list field.

  3. Insert the following formula under Variable assignment:

    IF(AUS.EQ.'S')THEN
     AUS = 'N'
    ELSE
     AUS = 'G'
    ENDIF

  4. If you now make changes to the Off variable on the left, these are automatically applied to the table on the right.

  5. If the behavior is correct, click Confirm all assignments [Verify all mappings].