用过Labviw的各位大侠救命啊~~~supervisor要我写一套VI来control一个device: HP 83712B Synthesized CW Generator.(其实就是一个signal generator, input values就是frequency和power)
但是以前从来都没有学过labview的啊...他说两天就要看我的结果...哭死了..
连很多基础的知识都还不清楚,居然就要写I/O interface.
他的意思是说,让user在LV的front panel上面输入input freq和input power, 然后send 到那个Singal generator上面并且显示;(write)
然后再把这两个在仪器上面display出来的data由LV的front panel display出来.(Read)
可是我都不知道应该从哪里入手???
哪位以前IA用过labview control equiment的? 救命啊~~~
感谢感谢!!!
先弄清楚device与pc 连接方式,RS232, GPIB or VXI
labview's help 有一些现成的VI with corresponding write and read process, make the consistence of the I/O configuration between hardware and software. 有时候稍做修改基本上可以搞定了.如果出现一些error code, 查一下labview user manual或者一下网上资料。good luck!