Common TCP Server

<< Click to Display Table of Contents >>

Navigation:  Project > Servers >

Common TCP Server

Previous pageReturn to chapter overviewNext page

Common TCP server lets you implement user-defined protocol in your project. To create a new Common TCP server select the menu item Common TCP. You’ll see the following window:

 

Commontcpserver

 

List of properties:

Property

ST script field*

Description

Name

 

Name of the Common TCP server.

IP or DNS

ipaddress

IP address or DNS of the Common TCP server.

Port

port

Port of the Common TCP server.

*This field is used in ST scripts. For example, Servers.Server1.port = 502. In this script command server's port changed into 502. Also for all servers you can use fields:

connect - connect to the server.

connected - check connection of the server.

lostconnection - check lost or not connection of the server.