SR_<Robot T-Series Name> - GetDigitalTwinConfigData (Method)

Overview

Type:

Method

Available as of:

V2.4.0.0

This chapter provides information on:

Functional Description

By calling the method, the configuration data for the OPC/UA data structure of the Lexium T Robot can be read.

Interface

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

ROB.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_stData

DTC.ST_ConfigDataRobotTSeries

Read out data that have been configured to emulate this robot in EcoStruxure Machine Expert Twin.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

Ok

0

Ok

ExecutionAborted

RobotNotInitialized

89

The robot is not initialized.

ExecutionAborted

DigitalTwinConfigDataNotSet

128

Configuration data for EcoStruxure Machine Expert Twin have not been set.

Ok

Enumeration name:

Ok

Enumeration value:

0

Plain text:

Ok

Reading the parameters of the configured robot was successful.

RobotNotInitialized

Enumeration name:

RobotNotInitialized

Enumeration value:

89

Plain text:

The robot is not initialized.

Issue

Cause

Solution

Reading the EcoStruxure Machine Expert Twin configuration parameters was not successful.

The robot is not initialized.

Verify that robot has been initialized successfully.

DigitalTwinConfigDataNotSet

Enumeration name:

DigitalTwinConfigDataNotSet

Enumeration value:

128

Plain text:

Configuration data for EcoStruxure Machine Expert Twin have not been set.

Issue

Cause

Solution

Reading the EcoStruxure Machine Expert Twin configuration parameters was not successful.

The EcoStruxure Machine Expert Twin configuration parameters have not been set.

Verify that the method SetDigitalTwinConfigData has been called successfully.