ET_Result

Overview

Type:

Enumeration

Available as of:

V1.0.2.0

Description

The enumeration ET_Result values indicate the result of operations executed by the function blocks of this library.

The conversion operator TO_STRING is supported for this enumeration type.

Enumeration Elements

Name

Value (UDINT)

Description

Ok

0

The function block is being executed successfully.

Failed

1

The operation was not completed successfully.

NotReady

2

The requested operation cannot be executed in the present state.

TcpClientError

3

An error is detected by the referenced instance of the TCP client function block.

InputOutOfRange

4

The value of one of the given input parameters is outside of the valid range. Refer to the result message to get detailed information about the concerned input parameter.

InputInvalid

5

At least one of the given input parameters is invalid.

InternalError

16#FFFF

Internal error

Used By

  • FB_ProxyHandlerBase

  • FB_ProxyHandlerHttpConnect