IAdsSymbolicAccess.TryWriteValue.T. Method (String, T)

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

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

Syntax

C#

AdsErrorCode TryWriteValue<T>(
    string symbolPath,
    T value
)

Parameters

symbolPath

Type: System.String
Name of the ADS symbol.

value

Type: T
Object holding the value to be written to the ADS symbol

Type Parameters

T

The value type.

Return Value

Type: AdsErrorCode
AdsErrorCode.

Reference

IAdsSymbolicAccess Interface

TryWriteValue Overload

TwinCAT.Ads Namespace

IAdsSymbolicAccess.WriteValue.T.(String, T)

IAdsSymbolicAccess.TryWriteValue.T.(String, T)