ST_AdsAddress

ADS data structure used in the AXIS_REF and containing the ADS communication parameters of an axis needed for direct ADS communication. Normally this structure does not have to be populated. The user can use it to stored information for controlling an axis on another target system or via a special port number.

TYPE ST_AdsAddress
STRUCT
    NetId   : STRING(23);
    Port    : UINT;
    Channel : UINT;
END_STRUCT
END_TYPE

Name

Type

Description

NetId

STRING(23)

AmsNetId of the target system

Port

UINT

Port number

Channel

UINT

Channel number