Posted Thu, 11 Jul 2024 11:55:30 GMT by Shevchenko, Volodimir
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
Posted Thu, 11 Jul 2024 13:23:22 GMT by Shevchenko, Volodimir
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

You must be signed in to post in this forum.