IF_SoftwareLimit - ExecuteLimits (Method)

Overview

Type:

Method

Available as of:

1.0.0.0

This chapter provides information on:

oTask

oDescription

oInterface

oDiagnostic Messages

Task

The method verifies if the set software limits are active.

Description

The method verifies if one of the limits that was set via the method SetLimits is active.

The method must be called by the user cyclically.

Interface

Output

Data type

Description

q_etDiag

GD.ET_Diag

General library-independent statement on the diagnostic.

A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message.

q_etDiagExt

ET_DiagExt

POU-specific output on the diagnostic.

q_etDiag = GD.ET_Diag.Ok -> Status message

q_etDiag <> GD.ET_Diag.Ok -> Diagnostic message

q_sMsg

STRING[80]

Event-triggered message that gives additional information on the diagnostic state.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

NoLimitsDuringHomingActive

232

While the operation mode Homing is active, no limit monitoring will be executed.

OK

Ok

0

Ok

InputParameterInvalid

InterfaceInvalid

114

An interface is invalid.

InterfaceInvalid

Enumeration name:

InterfaceInvalid

Enumeration value:

114

Description:

An interface is invalid.

Issue

Cause

Solution

The software limits have not been executed successfully.

An interface of a configured drive is invalid.

Please inform the support team about this detected behavior.

NoLimitsDuringHomingActive

Enumeration name:

NoLimitsDuringHomingActive

Enumeration value:

232

Description:

While the operation mode Homing is active, no limit monitoring will be executed.

The software limits have not been executed.

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Ok

The software limits have been executed successfully.