AdsClient.TryReadState Method

Reads the ADS status and the device status from an ADS server. Unlike the ReadState method this method does not call an exception on failure. Instead an AdsErrorCode is returned. If the return value is equal to AdsErrorCode.NoError the call was successful.

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

Syntax

C#

public AdsErrorCode TryReadState(
    out StateInfo stateInfo
)

Parameters

stateInfo

Type: TwinCAT.Ads.StateInfo.
The ADS statue and device status.

Return Value

Type: AdsErrorCode
AdsErrorCode of the ADS read state call. Check for NoError to see if call was successful.

Implements

IAdsStateProvider.TryReadState(StateInfo.)

Exceptions

Exception

Condition

ObjectDisposedException

ClientNotConnectedException

Remarks

Not all ADS Servers support the State ADS Request

Reference

AdsClient Class

TwinCAT.Ads Namespace