AdsClient.WriteAnyAsync Method

Overload List

 

Name

Description

AdsClient.WriteAnyAsync Method 1:

WriteAnyAsync(UInt32, Object, CancellationToken)

Writes an object synchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

AdsClient.WriteAnyAsync Method 2:

WriteAnyAsync(UInt32, Object, .Int32., CancellationToken)

Writes an object asynchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

AdsClient.WriteAnyAsync Method 3:

WriteAnyAsync(UInt32, UInt32, Object, CancellationToken)

Write the value of an Anytype (Primitive type) asynchronously.

AdsClient.WriteAnyAsync Method 4:

WriteAnyAsync(UInt32, UInt32, Object, .Int32., CancellationToken)

Write the value of an Anytype (Primitive type) asynchronously.

Reference

AdsClient Class

TwinCAT.Ads Namespace