|
|
WinDaq Control > Methods > Start |
Start
Applies to: |
WINDAQ Active X Control |
Description: |
Start to eavesdrop - initializes the control. |
Syntax: |
WinDaq1.Start |
Example: |
Private Sub Start_Click() WinDaq1. EventLevel = 10 WinDaq1.Start End Sub
Private Sub Stop_Click() WinDaq1. Stop End Sub
Private Sub WinDaq_ NewData (ByVal Count As Integer) DQChart1. Chart (WinDaq1. GetDataStream(FormatBinary)) End Sub |