Connection Generation#

Generating a connection to a remote computer via RDP. The result of the block is a data string that is identical to the contents of the .rdp file.

Server[Text] Server for connection. Specify the IP address or domain.
Port[Number] Port for connection. If an empty value is specified, the default port (3389) will be used.
Username[Text] Username for authentication.
Password[Text/SecureString] Password for authentication.
Connection String[Text] Data string for connecting to the remote computer. The content of the string is identical to the contents of .rdp files.
Display Settings

Allows you to choose the size in which the remote computer's screen will be initialized.

Possible values:

  • Full screen - full-screen mode;
  • "Width"x"Height" - other screen size values.
Printer RedirectionWhen enabled, local printers will be redirected to the remote machine.
Clipboard RedirectionWhen enabled, the local clipboard will be available on the remote machine.
Connection Quality

Connection quality.

Possible values:

  • Auto - automatically determine connection quality;
  • Maximum - all features will be enabled;
  • Normal - features "Font Smoothing", "Desktop Composition", "Visual Styles" will be enabled;
  • Minimum - all features will be disabled.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.