SumSymbolRead.Read Method

Reads the combined (Sum) Symbols and returns them as value array.

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

Syntax

C#

public Object[] Read()

Return Value

Type: .Object.
The value array.

Implements

ISumRead.Read.

Exceptions

Exception

Condition

AdsSumCommandException

SumSymbolRead failed!

Remarks

The return values are automatically marshalled to their appropriate .NET types. This method throws Exceptions, when the Read access fails.

Reference

SumSymbolRead Class

TwinCAT.Ads.SumCommand Namespace

ISumRead.TryRead(.Object.., .AdsErrorCode..)

ISumRead.ReadAsync(CancellationToken)