-
RE: DAQ6510/7701/USB vba Excel Error 1115
colleagues corrected the line
myStatus = commSend(instDMM6500) , "FUNC ""VOLT"", (@1:2)")
to
myStatus = commSend(instDMM6500, "FUNC ""VOLT"", (@101:102)")
voltmeter poll started
Sorry for broken English -
DAQ6510/7701/USB vba Excel Error 1115
Hello,
I have a question DAQ6510/7701/USB
it is necessary to interrogate the voltmeter two channels 7701 for voltage limit 0.1 V
when passing a string:
myStatus = commSend(instDMM6500, "*RST") - goes well
myStatus = commSend(instDMM6500, "FUNC ""VOLT"", (@1:2)")
Public Function commSend(myInst As VisaComLib.FormattedIO488, sndBuffer As String)
' Wrapper function for instrument Writes
myInst.WriteString (sndBuffer) - DAQ6510 error 1115
commSend = 0
End Function
take the forum as an examplev
installed KIOL-850C10_signedJun2023
Many Thanks
Volodymyr