SumSymbolWrite.Write Method

Writes the specified values.

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

Syntax

C#

public void Write(
    Object[] values
)

Parameters

values

Type: .System.Object.
The values.

Exceptions

Exception

Condition

AdsSumCommandException

SumSymbolWrite failed!

Remarks

The values will be marshalled automatically to their appropriate ADS types.

Reference

SumSymbolWrite Class

TwinCAT.Ads.SumCommand Namespace

SumSymbolWrite.TryWrite(.Object., .AdsErrorCode..)

SumSymbolWrite.WriteAsync(.Object., CancellationToken)