FC_EtResultToString

Overview

Type:

Function

Available as of:

V1.0.0.0

Inherits from:

Implements:

Task

Convert an enumeration element of type ET_Result to a variable of type STRING.

Functional Description

Using the function FC_EtResultToString, you can convert an enumeration element of type ET_Result to a variable of type STRING.

Interface

Input

Data type

Description

i_etResult

ET_Result

Enumeration with the result.

Return Value

Data type

Description

STRING(80)

The ET_Result converted to text.

If i_etResult is indeterminable the return value is:

Unknown Result: <Value of the input i_etResult>