AdsServer.ServerAddress Property

The AMS address of this server.

Namespace:  TwinCAT.Ads.Server
Assembly:  TwinCAT.Ads.Server (in TwinCAT.Ads.Server.dll) Version: 6.0.328+39e3229

Syntax

C#

public virtual AmsAddress? ServerAddress { get; }

Property Value

Type: AmsAddress

Remarks

The Address consists of AmsNetId and AmsPort. While the AmsNetId is defined by the System, where the AmsTcpIpRouter is running, the AmsPort is specified by the AdsServer constructor. By default, the router is running on the same system, but can be configured by RouterEndPoint.

Reference

AdsServer Class

TwinCAT.Ads.Server Namespace

TwinCAT.Ads.AmsNetId

TwinCAT.Ads.AmsPort

AmsConfiguration.RouterEndPoint