IF_RobotWarmStart - GetMode (Method)

Overview

Type:

Method

Available as of:

V2.12.1.0

This chapter provides information on:

Task

Reading the warm start mode of the robot.

Description

With the method GetMode(…), the mode with which a robot warm start is performed can be read. If no warm start mode has been explicitly set, ET_WarmStartMode.Default is returned.

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

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.

Return Value

Data type

Description

ET_WarmStartMode

Configured warm start mode of the robot.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

Ok

Ok

0

Ok

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Ok

Reading the warm start mode was successful.