ISumSymbolRead Interface

Interface ISumSymbolRead Implements the ISumCommand

Namespace:  TwinCAT.Ads.SumCommand
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.116+a71ced3

Syntax

C#

public interface ISumSymbolRead : ISumCommand

The ISumSymbolRead type exposes the following members.

Properties

 

Name

Description

ISumSymbolRead Interface 1:

Executed

Gets a value indicating whether this ISumCommand was already executed. (Inherited from ISumCommand.)

ISumSymbolRead Interface 2:

Failed

Gets a value indicating whether this ISumCommand failed. (Inherited from ISumCommand.)

ISumSymbolRead Interface 3:

Result

Gets the AdsErrorCode of the main SumCommandBase ADS Request (Inherited from ISumCommand.)

ISumSymbolRead Interface 4:

SubResults

Gets the sub results of the single Sub Requests. (Inherited from ISumCommand.)

ISumSymbolRead Interface 5:

Succeeded

Gets a value indicating whether this ISumCommand is succeeded. (Inherited from ISumCommand.)

Methods

 

Name

Description

ISumSymbolRead Interface 6:

Read

Reads the Values.

ISumSymbolRead Interface 7:

ReadAsync

Reads Symbol values as an asynchronous operation.

ISumSymbolRead Interface 8:

TryRead

Reads the specified symbols.

Extension Methods

 

Name

Description

ISumSymbolRead Interface 9:

ISumSymbolRead Interface 10:

PollValues(IObservable.Unit.)

Overloaded.

Polls a series of symbols via a ISumSymbolRead command. The SumCommand will read all contained values with every trigger. (Defined by ValueSymbolExtensions.)

ISumSymbolRead Interface 11:

ISumSymbolRead Interface 12:

PollValues(TimeSpan)

Overloaded.

Polls a series of symbols via a ISumSymbolRead command. The SumCommand will read all contained values with every trigger. (Defined by ValueSymbolExtensions.)

Reference

TwinCAT.Ads.SumCommand Namespace

TwinCAT.Ads.SumCommand.ISumCommand