EasyManuals Logo

YOKOGAWA WT230 User Manual

YOKOGAWA WT230
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
Page #216 background imageLoading...
Page #216 background image
13-26 IM 760401-01E
GPIBError:
Call DisplayGPIBError(sts, msg)
GpibHarmonics = 1
Exit Function
Readdata:
sts = ilrsp(Dev, spr) 'Serial Poll
If (sts < 0) Then
GoTo GPIBError
End If
If ((spr And &H41) <> &H41) Then
cnt = cnt - 1
Return
End If
'Read out numerical data till END
msg = "OD" + term
sts = ilwrt(Dev, msg, Len(msg))
If (sts < 0) Then
GoTo GPIBError
End If
List1.AddItem "Measurement - " + CStr(cnt)
List1.ListIndex = List1.ListIndex + 1
Do While qrytemp <> "END"
qrytemp = Space$(200)
sts = ilrd(Dev, qrytemp, Len(qrytemp))
If (sts < 0) Then
GoTo GPIBError
End If
qrytemp = Left(qrytemp, InStr(qrytemp, term) - 2)
If (qrytemp = "END") Then
Exit Do
End If
List1.AddItem qrytemp
List1.ListIndex = List1.ListIndex + 1
Loop
Dummy = DoEvents()
qrytemp = Space$(200)
List1.AddItem ""
List1.ListIndex = List1.ListIndex + 1
Return
End Function
---------------------------------------------------------------------------------------------------
13.6 Sample Program (Output of Harmonic Measurement Data)

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the YOKOGAWA WT230 and is the answer not in the manual?

YOKOGAWA WT230 Specifications

General IconGeneral
BrandYOKOGAWA
ModelWT230
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals