ConfigDisplayName()

ConfigDisplayName() 1:

Adjusts the display name for a trend value.

Syntax:

METHOD ConfigDisplayName : HRESULT
VAR_INPUT
    iObj:           I_Base;
    sName:          STRING(255);
    bAppend:        BOOL;
END_VAR

ConfigDisplayName() 2: Inputs

Name

Type

Description

iObj

I_Base

Object whose name is to be adjusted

sName

STRING(255)

String to be displayed

bAppend

BOOL

Passed string is to be appended to the existing display name.

ConfigDisplayName() 3: Outputs

Name

Type

Description

ConfigDisplayName

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)