AdsConnection.WriteSymbol Method

Overload List

 

Name

Description

AdsConnection.WriteSymbol Method 1:

WriteSymbol(ITcAdsSymbol, Object)

Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. Array and structures are not supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol.

AdsConnection.WriteSymbol Method 2:

WriteSymbol(String, Object, Boolean)

Writes the passed object value to the specified ADS symbol.The parameter type must have the same layout as the ADS symbol.

Reference

AdsConnection Class

TwinCAT.Ads Namespace