I'm new to programming instruments...
In the manual it says "A message is read from the Output Queue by addressing the SourceMeter to talk after the
appropriate query is sent". What is the code I need to use in VB in order to "address the SourceMeter to talk"?
Part of my code goes like this:
Call ibwrt(udDevice, ":sens:func 'Volt:DC'")
Call ibwrt(udDevice, ":form:elem Voltage")
Call ibwrt(udDevice, ":read?")
Call ibrd(udDevice, sBuffer)
That code crashes unless I put a 0.6s delay between Call ibwrt(udDevice, ":read?") and Call ibrd(udDevice, sBuffer)