AdsConnection.CreateVariableHandle Method

Generates a unique handle for an ADS variable.

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

Syntax

C#

public uint CreateVariableHandle(
    string variableName
)

Parameters

variableName

Type: System.String
Name of the ADS variable

Return Value

Type: UInt32
The handle of the ADS Variable.

Implements

IAdsHandle.CreateVariableHandle(String)

Reference

AdsConnection Class

TwinCAT.Ads Namespace