ET_Result

Overview

Type:

Enumeration

Available as of:

V1.0.0.0

Description

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

Enumeration Elements

Name

Description

OK

No error has been detected.

GPL_lrLengthToCutMinFactorInvalid

The global parameter GPL.lrLengthToCutMinFactor is outside the value range.

InitializingMasterFailed

The conversion of the input i_Master was unsuccessful.

InitializingSlaveFailed

The conversion of the input i_Slave was unsuccessful.

InitializingTriggerRefFailed

The initialization of the touch probe input was unsuccessful.

ReadingTaskCycleFailed

Reading the task cycle time was unsuccessful.

SlaveAxisNotHomed

The slave axis is not referenced.

SlaveAxisNotStandstill

The slave axis is not in the PLCopen state standstill.

MasterAxisIsNoModuloAxis

The master axis is not a modulo axis.

MasterAxisNotHomed

The master axis is not referenced.

MasterAxisNotStandstill

The master axis is not in the PLCopen state standstill.

WarmstartPositionOutsideSyncPhase

The warmstart position is outside the synchronous phase. Also refer to Warm Start Mode ContinueWithOffsetCurve.

ConnectingAxisMovementMonitorFailed

The Connect method of AxisMovementMonitor was unsuccessful.

SetPosAxisMovementMonitorFailed

The SetPosition method of AxisMovementMonitor was unsuccessful.

TouchProbeHandlingError

The initialization of the touch probe handler was unsuccessful.

FifoBufferFull

The FIFO buffer exceeds the limit. It is not possible to add detected touch probes.

FifoBufferEmpty

The FIFO buffer is empty. It is not possible to retrieve the product length.

SlaveIsNoFiniteAxis

This slave is not configured as a linear axis.

RestPositionInvalid

The parameter lrRestPosition is outside the value range.

SyncEndpointInvalid

The parameter lrSyncEndPosition is outside the value range.

StopDecelerationInvalid

The parameter lrStopDeceleration is outside the value range.

VelocityInvalid

The parameter lrVelocity is outside the value range.

AccDecInvalid

The parameter lrAccDec is outside the value range.

JerkInvalid

The parameter lrJerk is outside the value range.

TouchProbeWindowInvalid

The parameter lrTouchProbeWindow is outside the value range.

SlopeInvalid

The parameter lrSlope is outside the value range.

LengthToCutInvalid

The input i_lrLengthToCut is outside the value range.

TPDistToSyncPointInvalid

The parameter lrTpDistToSyncPoint is outside the value range.

RestPositionFactorInvalid

The parameter lrRestPositionFactor is outside the value range.

McStopError

An error has been detected in the PLCopen function block MC_Stop. Also refer to the M262 Synchronized Motion Control Library Guide.

McMoveAbsoluteError

An error has been detected in the PLCopen function block MC_MoveAbsolute. Also refer to the M262 Synchronized Motion Control Library Guide.

McMoveAbsoluteAborted

The PLCopen function block MC_MoveAbsolute has been aborted.

McCamInError

An error has been detected in the PLCopen function block MC_CamIn. Also refer to the M262 Synchronized Motion Control Library Guide.

McCamInAborted

The PLCopen function block MC_CamIn has been aborted.

FcEvaluateCamError

An error has been detected in the function FcEvaluateCam.