ConfigDisplayLocalisation()
Adjusts the display name for a trend value.
Syntax:
METHOD ConfigDisplayName : HRESULT
VAR_INPUT
iObj: I_Base;
sLocalisation: STRING(255);
bAppend: BOOL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
iObj | I_Base | Object whose name is to be adjusted |
sLocalization | STRING(255) | Localization key to be displayed |
bAppend | BOOL | Passed localization key is to be appended to the existing display name. |
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 v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.5.0) |