ads-client | Beckhoff TwinCAT ADS client library for Node.js
    Preparing search index...

    Interface AdsClientConnection

    Active client connection

    interface AdsClientConnection {
        connected: boolean;
        isLocal?: boolean;
        localAdsPort?: number;
        localAmsNetId?: string;
        targetAdsPort?: number;
        targetAmsNetId?: string;
    }
    Index

    Properties

    connected: boolean

    Connection status of the client, true if connected

    isLocal?: boolean

    True if connected to local TwinCAT system (loopback)

    localAdsPort?: number

    Local ADS port of the client

    localAmsNetId?: string

    Local AmsNetId of the client

    targetAdsPort?: number

    Target ADS port

    targetAmsNetId?: string

    Target AmsNetId