<< Click to Display Table of Contents >> Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library > IPLinkClient Library Reference > Events > ValueBitOn |
Occurs when the bit is turned ON.
syntax
Private Sub AxIPLink1_ValueBitOn(sender As Object,e As AxIPLINKLib6._DClientIPLinkEvents_ValueBitOnEvent)Handles AxIPLink1.ValueBitOn
Return Value
e.tagPath |
||
|
Type: |
String |
|
Tag path, e.g. U01.F01.T01 |
e.value |
||
|
Type: |
Void |
|
The tag value. |
This event occurs when the bit turns on. The value stored in Value is guaranteed to always be the value at the time of successful communication. If the tag is a numeric type, 0 (zero) is recognized as Off, and any other value is interpreted as On. If it is a string, it will first be converted to a number and then treated the same as a numeric type.
|
reference