WriteVal

<< Click to Display Table of Contents >>

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

WriteVal


 

Write a value to a tag.

 


syntax

AxIPLink1.WriteVal(

         TagPath,

         Value

         )

 


Parameters

 

TagPath

 

Type:

String

 

Tag path, e.g. U01.F01.T01

 

Value

 

Type:

General purpose

 

The value to write.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


 


reference