I am trying to take Vpp readings from a HP 54710A oscilloscope. I can get 3 readings to come back ok, but communications always hangs on the 4th attempt, forcing me to power cycle the scope and ctrl+alt+delete out of my app.
i'm writing it in VB using a NI AT-GPIB under W98 with the correct drivers, etc. I try also to communicate directly via the 32bit driver window that lets me enter commands directly to the driver, with the same results. The commands i'm using are:
ibwrt ":measure:vpp;results?"
ibrd 12
it works GREAT for 2-3 reads, then just hangs the system completely. i am initializing the system with ibdev and system header off prior to use. Any ideas?? i'm complet
ely stumped. thanks a bunch --karsten. karst@iastate.edu