Dear All!
I want to use visual basic to build a htm which used to indicate the value of knob from labview through Datasocker.
But it can't work properly, the code as follow.
Private Sub CWKnob1_PointerValueChanged(ByVal Pointer As Long, Value As Variant)
CWKnob1.Value = CWDataSocket9.Data
End Sub
Is the code has problem?
Thank you very much