AdsClient.TryWriteValue Method (String, Object)

Writes the passed object value to the specified ADS symbol.The parameter type must have the same layout as the ADS symbol.

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

Syntax

C#

public AdsErrorCode TryWriteValue(
    string name,
    Object value
)

Parameters

name

Type: System.String
Name of the ADS symbol.

value

Type: System.Object
Object holding the value to be written to the ADS symbol

Return Value

Type: AdsErrorCode
AdsErrorCode.

Implements

IAdsSymbolicAccess.TryWriteValue(String, Object)

Reference

AdsClient Class

TryWriteValue Overload

TwinCAT.Ads Namespace