IF_FastMove - SetTuningData (Method)

Overview

Type:

Method

Available as of:

V2.11.0.0

Versions:

Current version

This chapter provides information on:

Task

Set the tuning data.

Description

The method is used to load tuning values.

Interface

Input

Data type

Description

i_pabyTuningData

POINTER TO ARRAY[1...Gc_udiSizeOfFastMoveTuningData] OF BYTE

Pointer to the tuning data that should be loaded into the SchneiderElectricRobot function block

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.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

Ok

0

Successful

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Successful

The call of the method was successful.