WriteVals

<< Click to Display Table of Contents >>

Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library > IPLinkClient Library Reference > Method >

WriteVals


 

Writes values to multiple tags at once.

 


syntax

AxIPLink1.WriteVals(

         Count,

         TagPaths,

         Values,

         &Results

         )

 


Parameters

 

Count

 

Type:

Numeric

 

Specifies the number of tags to write.

 

TagPaths

 

Type:

String()

 

Specify the tag path as an array. (Array tags cannot be specified.)

 

Values

 

Type:

Object

 

Specify the values to be written as an Object array.

 

&Results

 

Type:

Object

 

The writing result for each tag is returned as a Boolean. It is only valid when the return value is True.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


 


 


reference