ReadVals

<< Click to Display Table of Contents >>

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

ReadVals


 

Reads multiple tag values in bulk.

 


syntax

AxIPLink1.ReadVals(

         Count,

         TagPaths,

         &Values,

         &Results,

         DataSource

         )

 


Parameters

 

Count

 

Type:

Numeric

 

Specifies the number of tags to read.

 

TagPaths

 

Type:

String()

 

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

 

&Values

 

Type:

Object

 

The read values are returned as an array. This is only valid when the return value is True.

 

&Results

 

Type:

Object

 

The quality of each tag is returned as a Boolean. It is only valid when the return value is True.

 

DataSource

 

Type:

Numeric

 

0 – client cache value. 1 – server cache value. 2 – device value.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


 


 


reference