|
|
WinDaq Control > Methods > Stop |
Stop
Applies to: |
WINDAQ Active X Control |
Description: |
|
Syntax: |
WinDaq1.Stop |
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 |