EXPERT_ERR_TYPE: Type for Error Variable of EXPERT Function Block

Enumerated Type Description

The enumeration data type ENUM contains the different types of detected error with the following values:

Enumerator

Value

Description

EXPERT_NO_ERROR

00 hex

No error detected.

EXPERT_UNKNOWN

01 hex

The reference EXPERT is incorrect or not configured.

EXPERT_UNKNOWN_PARAMETER

02 hex

The parameter reference is incorrect.

See PARAMETER_TYPE section for valid parameters.

EXPERT_INVALID_PARAMETER

03 hex

The value of the parameter is incorrect.

For example, Preset Value is <TH1 or <TH0.

EXPERT_COM_ERROR

04 hex

Communication error was detected with the EXPERT module.

EXPERT_CAPTURE_NOT_CONFIGURED

05 hex

Capture is not configured.

It is impossible to get a captured value.