Syntax
PointEvent.Value
Description
Variant. Returns the value of the point that triggered the event.
Example
Sub Main()
Dim PointEvent as CimEmPointEvent
Set PointEvent = CimGetEMEvent().PointEvent()
PointSet "OUTPUT_POINT", PointEvent.Value + 100
end sub
More information
CIMPLICITY Extensions to Basic