10-20-2009 09:58 PM
大家好!
我使用labview 编程控制 agilent8960 GSM的呼叫设置,使用LV自带的GPIB实例发送指令,但是只能识别 *RST 等几个指令,但是仪器总是会显示 "query UNTERMINATED".
我参考了8960的编程手册,输入控制指令,全部都是出错的,这是我发的指令:
请问我如何用上面的指令通过NI的GPIB控制8960呢
Solved! Go to Solution.
10-21-2009 03:08 AM
10-21-2009 08:23 PM
First of all, try post in English here, or you can go here to post in Chinese.
Second, your problem looks like something wrong with your message ending method. You should check to see whether your instrument's message is ended by EOI line or by a EOS in message or by the number of message bytes, then configure the GPIB device to use the exactly same method as the instrument.