IAdsSymbolicAccess.WriteValue Method

Overload List

 

Name

Description

IAdsSymbolicAccess.WriteValue Method 1:

WriteValue(ISymbol, Object)

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

IAdsSymbolicAccess.WriteValue Method 2:

WriteValue.T.(ISymbol, T)

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

IAdsSymbolicAccess.WriteValue Method 3:

WriteValue(String, Object)

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

IAdsSymbolicAccess.WriteValue Method 4:

WriteValue.T.(String, T)

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

Reference

IAdsSymbolicAccess Interface

TwinCAT.Ads Namespace