<< 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. |
This event occurs when a value or the state of a value changes. The value status is True if communication with the PLC is normal. If an error occurs in PLC, the value status becomes False. If an error occurs in PLC, the tag value from the last time normal communication occurred is stored in Value.
|
reference