IF_TrackingSource - SetOptionalParameters (Method)

Overview

Type:

Method

Available as of:

V3.6.5.0

This chapter provides information on:

Task

Set optional parameters for the tracking source.

Description

The method can be used to apply a set of optional tracking parameters for the tracking source.

For further information, refer to Minimizing the Influence of a Tracking System on the Trajectory of a Robot.

Interface

Input

Data type

Description

i_stParameters

ST_TrackingParameters

Parameters that must be applied to the tracking source.

Output

Data type

Description

q_etDiag

GD.ET_Diag

General library-independent statement on the diagnostic.

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

q_etDiagExt

ET_DiagExt

POU-specific output on 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.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

OK

0

Ok

InputParameterInvalid

AccelerationZeroThresholdRange

211

The value of lrAccelerationZeroThreshold is out of range.

AccelerationZeroThresholdRange

Enumeration name:

AccelerationZeroThresholdRange

Enumeration value:

211

Description:

The value of lrAccelerationZeroThreshold is out of range.

Issue

Cause

Solution

Setting the optional tracking parameters was not successful.

The value transferred at the input i_stParameters.lrAccelerationZeroThreshold is out of range.

At the input i_stParameters.lrAccelerationZeroThreshold, a value greater than or equal to 0.0 or equal to -1.0 must be transferred.

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Ok

Setting the optional tracking parameters was successful.