Skip to main content
Skip table of contents

CDRFLEx.connect_rt_control

Features

This function connects to robot controller via Real-time External Control.

Parameter

Parameter Name

Data Type

Default Value

Description

strIPAddr

string

192.168.137.100

IP Address

usPort

unsigned int

12345

Port Number

Note

  • Real-time external control uses udp/ip communication.
  • This channel is independent from the original tcp/ip api. It doesn’t care control authority.

Caution

  • Currently, 1 and 1 communication is allowed.

Return

Value

Description

1

The condition is True

0

The condition is False

Example

CPP
Drfl.connect_rt_control(); //connect udp


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.