ET_Result

Overview

Type:

Enumeration

Available as of:

V1.0.0.0

Description

The enumeration ET_Result contains the possible values that indicate the result of operations executed by the POUs of this library.

Enumeration Elements

Name

Value

(UDINT)

Description

Ok

0

No error has been detected.

InitialzeAsyncMgr

1

Initialization of the AsyncManager is in progress.

ObtainingDiagnosticData

2

Gathering the diagnostic data is in progress.

CreatingFileInProgress

3

Creation of the file is in progress.

InitAsyncManagerFailed

100

An error has been detected during initialization of the AsyncManager.

ExecAsyncJobFailed

101

An error has been detected during the execution of the asynchronous task.

TimeoutObtainingDiagnosticData

102

The time limit for gathering the diagnostic data, defined by GVL.G_timTimeoutGetDiagData, has been exceeded.

InputInvalid

103

At least one of the given input parameters is invalid. Detailed information is provided by the output q_sResultMsg of the associated POU.

OperationFailed

104

A non-specified error has been detected during the execution of the associated POU.

FileOperationFailed

105

An error has been detected during the file operation.

TimeoutCreatingFile

106

The time limit for creating the file, defined by timTimeoutCreateFile, has been exceeded.

NotReadyForExecution

107

The function block is not ready for execution. A preceding operation was unsuccessful.

AnotherInstanceOfFbExistsInApp

108

Another instance of the FB_GetDiagnosticData is already instantiated. Only one instance is allowed in the application.

Used By

oFB_GetDiagnosticdata

oFC_EtResultToString