IF_CobotControllerFeedback

Overview

Type:

Function block

Available as of:

V1.0.1.0

Inherits from:

-

This chapter provides information on:

Task

The function block is used to retrieve data from the Lexium Cobot.

Description

The interface provides several methods and properties to establish a TCP connection to a Lexium Cobot controller and to retrieve feedback data. The interface is implemented by the function block FB_CobotControllerFeedback.

Methods

Name

Description

Connect

Establishing a connection to the TCP server of a Lexium Cobot controller without using TLS encryption.

ConnectTLS

Establishing a connection to the TCP server of a Lexium Cobot controller using TLS encryption.

Disconnect

Disconnecting an established connection from the TCP server of a Lexium Cobot controller.

Properties

Name

Data type

Accessing

Description

etConnectionState

ET_ConnectionState

Read

Specifies the connection state of the function block to the Lexium Cobot controller.

rstData

REFERENCE TO ST_FeedbackData

Read

Specifies the data structure in which the robot feedback data is provided.

The robot feedback data is updated when new data is available from the Lexium Cobot controller during each call of the function block.

xTLSUsed

BOOL

Read

TRUE: A connection to the TCP server of a Lexium Cobot controller using TLS encryption is established.