ValueStateChanged

<< Click to Display Table of Contents >>

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

ValueStateChanged

 

Occurs when the value and value quality change.

 


syntax

Private Sub AxIPLink1_ValueStateChanged(sender As Object,e As AxIPLINKLib6._DClientIPLinkEvents_ValueStateChangedEvent) Handles AxIPLink1.ValueStateChanged

 


Return Value

 

e.tagPath

 

Type:

String

 

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

 

e.value

 

Type:

Void

 

The tag value.

 

e.state

 

Type:

Void

 

The state of the value.

True - Normal. False - Abnormal.

 


hmtoggle_plus1Explanation

 


reference