Type: |
Function block |
Available as of: |
V1.0.1.0 |
Inherits from: |
- |
This chapter provides information on:
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.
Name |
Description |
---|---|
Establishing a connection to the TCP server of a Lexium Cobot controller without using TLS encryption. |
|
Establishing a connection to the TCP server of a Lexium Cobot controller using TLS encryption. |
|
Disconnecting an established connection from the TCP server of a Lexium Cobot controller. |
Name |
Data type |
Accessing |
Description |
---|---|---|---|
etConnectionState |
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. |