This method adds a name mapping to a value of type DM_LogicalDataSpec. The name mapping is defined by a reference to a table and to two columns, one containing the original data value and the other the mapped name. The table is not read when this method is called. Reading the table and checking whether it exists happen during the training run.
Method syntax
>>-logData..DM_addNmp--(--nmpName--,--tabName--,--valueCol--,---> >--dispValueCol--)---------------------------------------------><
Function syntax
>>-DM_addNmp--(--logData--,--nmpName--,--tabName--,--valueCol--,--> >--dispValueCol--)---------------------------------------------><
The return value is of type DM_LogicalDataSpec
IDM1210E: The name mapping "Variable1" already exists.
IDM1209E: One or more values are NULL. To add a name mapping, all values must be set.