Method Category for Write Access to
Content
This category contains the following methods:
Writes the table of all values of all variants of the TDC. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_VALUE_TAB |
ETTDC_REFS_TABTYPE |
Table of variants, parameter names, and references |
Writes a table of parameter values to a variant. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |
I_VALUE_TAB |
ETPAR_REF_TABTYPE |
Table of parameter names and references |
Transfers the value from a variable to the TDC. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETPAR_NAME |
Parameter name |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |
I_PATH |
STRING (OPTIONAL) |
Path within the parameter |
I_PARAM_VALUE |
ANY |
Variable from which value is to be transferred |
Transfers the value from a REF memory area to the TDC. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETPAR_NAME |
Parameter name |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |
I_PATH |
STRING (OPTIONAL) |
Path within the parameter |
E_PARAM_REF |
REF TO DATA |
REF to the variable from which the value is to be transferred |