ConfigDisplayLocalize()

ConfigDisplayLocalize() 1:

Adjusts the display name for a trend value. The transferred key is embedded in the TF8550 function Plastic.Localize().

Syntax:

METHOD ConfigDisplayLocalize : HRESULT
VAR_INPUT
    iObj:           I_Base;
    sKey:           STRING(255);
    bAppend:        BOOL;
END_VAR

ConfigDisplayLocalize() 2: Inputs

Name

Type

Description

iObj

I_Base

Object whose name is to be adjusted.

sLocalization

T_MaxString

Localization key to be displayed.

bAppend

BOOL

Passed localization key is to be appended to the existing display name.

ConfigDisplayLocalize() 3: Outputs

Name

Type

Description

ConfigDisplayLocalisation

HRESULT

Return value with feedback on the success of the execution

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT 4026 >= v3.1.4026.19
TwinCAT 4024 >= v3.1.4024.71

PC or CX (x64, x86)

Tc3_PlasticBaseApplication (>= v12.14.0.0)