IF_RobotConfiguration - GetTrackingStopParameters (Method)

Overview

Type:

Method

Available as of:

V2.16.0.0

This chapter provides information on:

Task

Reading the configured parameters for a stop and an emergency stop of the tracking system.

Description

The method GetTrackingStopParameters(...) returns the configured stop parameters for a stop and an emergency stop of the tracking system.

Interface

Input

Data type

Description

i_etTrackingSystem

ET_CoordinateSystem

ID of the tracking system.

Valid values are: ET_CoordinateSystem.Tracking1ET_CoordinateSystem.Tracking30.

A tracking system with the ID must be configured.

Output

Data type

Description

q_etDiag

GD.ET_Diag

General, library-independent statement on the diagnostic.

A value not equal to ET_Diag.Ok corresponds to a diagnostic message.

q_etDiagExt

ET_DiagExt

POU-specific output for the diagnostic.

q_etDiag = ET_Diag.Ok -> Status message

q_etDiag <> ET_Diag.Ok -> Diagnostic message

q_sMsg

STRING[80]

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

q_lrStopDeceleration

LREAL

Deceleration (modification of velocity) in case a stop is issued of the tracking system specified by the input i_etTrackingSystem.

q_lrStopRamp

LREAL

Ramp (modification of deceleration) in case a stop is issued of the tracking system specified by the input i_etTrackingSystem.

q_lrEmergencyDeceleration

LREAL

Deceleration (modification of velocity) in case an emergency stop is issued of the tracking system specified by the input i_etTrackingSystem.

q_lrEmergencyRamp

LREAL

Ramp (modification of deceleration) in case an emergency stop is issued of the tracking system specified by the input i_etTrackingSystem.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

Ok

0

Ok

OK

TrackingStopParametersMissing

217

The stop parameters for a tracking system are not set.

InputParameterInvalid

CoordinateSystemInvalid

117

The coordinate system is invalid.

InputParameterInvalid

CoordinateSystemNotConfigured

172

The coordinate system is not configured.

UnexpectedProgramBehavior

UnexpectedFeedback

13

A feedback value was invalid.

CoordinateSystemInvalid

Enumeration name:

CoordinateSystemInvalid

Enumeration value:

117

Description:

The coordinate system is invalid.

Issue

Cause

Solution

The parameters were not read.

The value transferred at the input i_etTrackingSystem does not represent a tracking system.

Verify that at the input i_etTrackingSystem a configured tracking system is transferred, and correct if necessary.

CoordinateSystemNotConfigured

Enumeration name:

CoordinateSystemNotConfigured

Enumeration value:

172

Description:

The coordinate system is not configured.

Issue

Cause

Solution

The parameters were not read.

The value transferred at the input i_etTrackingSystem does not represent a configured tracking system.

Verify that at the input i_etTrackingSystem a configured tracking system is transferred, and correct if necessary.

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Ok

The parameters were read successfully.

TrackingStopParametersMissing

Enumeration name:

TrackingStopParametersMissing

Enumeration value:

217

Description:

The stop parameters for a tracking system are not set.

The parameters were read successfully, but no parameters were set for this tracking system, yet.

UnexpectedFeedback

Enumeration name:

UnexpectedFeedback

Enumeration value:

13

Description:

A feedback value was invalid.

The parameter was not read. An invalid feedback value was returned.