FC_EtRobotTSeriesComponentToString - General Information

Overview

Type:

Function

Available as of:

V2.0.0.0

Versions:

Current version

This chapter provides information on:

Task

Converting an enumeration element of the type ET_RobotTSeriesComponent from this library to a string.

Description

Every enumeration element has a name or value. The return value of the function is the name of the enumeration element.

Interface

Input

Data type

Description

i_etComponent

ET_RobotTSeriesComponent

The ET_RobotTSeriesComponent value that has to be converted.

Output

Data type

Description

q_etDiag

GD.ET_Diag

General library-independent statement on the diagnostic.

A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message.

q_etDiagExt

ET_DiagExt

POU-specific output on the diagnostic.

q_etDiag = GD.ET_Diag.Ok -> Status message

q_etDiag <> GD.ET_Diag.Ok -> Diagnostic message

Return Value

Data type

Description

STRING[80]

Name of the enumeration element that was transferred at the input i_etComponent.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

Ok

0

Successful

InputParameterInvalid

RobotTSeriesComponentInvalid

90

The Lexium T Robot component is invalid.

InputParameterInvalid

RobotTSeriesComponentUnknown

91

The Lexium T Robot component is indeterminable.

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Successful

Reading the ET_RobotTSeriesComponent value as text was successful.

RobotTSeriesComponentInvalid

Enumeration name:

RobotTSeriesComponentInvalid

Enumeration value:

90

Description:

The Lexium T Robot component is invalid.

Issue

Cause

Solution

Reading the ET_RobotTSeriesComponent value as text was not successful.

The value transferred at the input i_etName is indeterminable.

At the input i_etName, a value of ET_RobotTSeriesComponent must be transferred.

RobotTSeriesComponentUnknown

Enumeration name:

RobotTSeriesComponentUnknown

Enumeration value:

91

Description:

The Lexium T Robot component is indeterminable.

Issue

Cause

Solution

Reading the ET_RobotTSeriesComponent value as text was not successful.

The value transferred at the input i_etName is indeterminable.

At the input i_etName, a value of ET_RobotTSeriesComponent must be transferred.