FC_MultiConcat2 - General Information

Overview

Type:

Function

Available as of:

V1.2.3.0

Versions:

Current version

Task

The function FC_MultiConcat2 concatenates up to four given strings to a single, composite string.

Description

The function concatenates the input strings according to their sequence to a composite STRING with a maximum length of 320 characters.

Interface

Input

Data type

Description

i_sString1

STRING[80]

String 1

i_sString2

STRING[80]

String 2

i_sString3

STRING[80]

String 3

By default, the input i_sString3 is set to an empty string.

i_sString4

STRING[80]

String 4

By default, the input i_sString4 is set to an empty string.

Output

Data type

Description

q_etResult

ET_Result

Provides diagnostic and status information as an enumeration value.

q_sResultMsg

STRING [80]

Provides additional diagnostic and status information as a text message.

Return Value

Data type

Description

STRING[320]

The composite string.

Diagnostic Messages

The following elements of ET_Result are used for q_etResult.

Name

Data type

Value

Description

Ok

UDINT

0

Operation completed successfully.