ET_Result - General Information

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

Description

OK

0

Success

NullInputs

1

All inputs are zero.

NumberOfPointsInvalid

2

An invalid number of points has been provided.

PointsIdentical

3

Two points have the same coordinates.

NullDeterminant

7

The determinant of the provided matrix is zero.

NonSymmetricMatrix

8

The matrix is not symmetric.

PlaneInvalid

10

The selected plane value is invalid.

OrientationConventionInvalid

11

The selected orientation convention is invalid.

SingularOrientation

12

The provided orientation is singular.

OnlyOnePointProvided

14

A list of points containing a single point was provided.