EasyManua.ls Logo

YOKOGAWA WT210

YOKOGAWA WT210
316 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
14-53
IM 760401-01E
Communication Commands 2 (System of Commands Complying to the IEEE 488.2-1992 Standard)
14
Private Sub Command5_Click()
Dim sts As Integer
If (StartFlag = 1) Then
Exit Sub
End If
StartFlag = 1
Text1.Text = "START"
List1.Clear
List1.AddItem "NOT MAKE"
Text1.Text = "END"
StartFlag = 0
End Sub
---------------------------------------------------------------------------------------------------
Private Sub Command6_Click()
Dim sts As Integer
If (StartFlag = 1) Then
Exit Sub
End If
StartFlag = 1
Text1.Text = "START"
List1.Clear
List1.AddItem "NOT MAKE"
Text1.Text = "END"
StartFlag = 0
End Sub
---------------------------------------------------------------------------------------------------
Private Sub Form_Load()
StartFlag = 0 'Clear Start Flag
Dev = -1 'Clear device id
addr = 1 'GPIB Address = 1
Command1.Caption = "Sample1(GPIB)" + Chr(13) + "Get Normal Data"
Command2.Caption = "Sample2(GPIB)" + Chr(13) + "Get Harmonics Data"
Text1.Text = ""
End Sub
---------------------------------------------------------------------------------------------------
14.7 Sample Program (Initialization, Error, and Execution Functions)

Table of Contents

Related product manuals