一个关于labview开发wince应用时 在wince上找不到visa资源的问题
时间:10-02
整理:3721RD
点击:
本人小菜鸟,请教一个关于wince上开发labview的问题,发帖前搜了很多,发现遇到这个问题的很多,但是都没有很好的解决,
用labview的visa函数,运行时前面板上不能显示串口相关的控件。有的说用兼容串口函数但是都没有给出具体实验例子 ,求高手大牛指点一二!本人扣扣1115977570!求赐教
用labview的visa函数,运行时前面板上不能显示串口相关的控件。有的说用兼容串口函数但是都没有给出具体实验例子 ,求高手大牛指点一二!本人扣扣1115977570!求赐教
You can add a VISA resource name control to the front panel of a VI, but the control is not visible when you run the application on the target.
To enter the resource name in an application, you can use a string control instead of the VISA resource name control. Use the VISA Find Resource function to return a list of available resources to the string control.
To display the value of the VISA resource name control in an application, wire a string indicator to the VISA resource name control.
自带帮助文档有解释。就是不能显示的。 自己看自后一句话,用字符串替代。