AdsClient.Write Method (UInt32, UInt32)

Triggers a 'Write' call to the ADS device at the specified address.

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

Syntax

C#

public void Write(
    uint indexGroup,
    uint indexOffset
)

Parameters

indexGroup

Type: System.UInt32
The index group.

indexOffset

Type: System.UInt32
The index offset.

Implements

IAdsReadWrite2.Write(UInt32, UInt32)

Reference

AdsClient Class

Write Overload

TwinCAT.Ads Namespace