Academic Company Events NI Developer Zone Support Solutions Products & Services Contact NI MyNI
KnowledgeBase

Category(s) Selected [start over]

Document Languages
: Chinese (Simplified) [remove] ,
Software
: LabWindows/CVI Development Systems [remove] ,
11-20 of 78
KnowledgeBase [see results below]. To refine your results, select another category.
Software
Base Package (19)
Full Development System (52)
Question Type
Bug Fix/ Error Message/ Error Code (5)
FAQ (13)
Install/Config (6)
Programming (49)
Specifications/ Documentation (4)
Unexpected Behavior/ Bad Reading (1)

Sort by:
11-20 of 78
|
在LabWindows/CVI中获取本地计算机的IP地址 主要软件: LabWindows/CVI Development Systems>>Full Development System 主要软件版本: 8. URL: http://digital.ni.com/public.nsf/allkb/9E6864845A74745748257229000B762F
在LabWindows/CVI中怎样使用InstallCtrlCallback函数? h> #include "test.h" static int panelHandle; int CVICALLBACK YourFunctionName (int panelHandle, int controlID, int event, void *callbackData, int eventData1, int eventData2); /* Prototype for the callback function you want to install */ int main () { if ((panelHandle = LoadPanel (0, "test. URL: http://digital.ni.com/public.nsf/allkb/EECB5DAA0CDDEFD44825722800488CD3
为什么我定制的CVI函数似乎无法改变它的参数的值? 我定制的CVI函数似乎只能临时的改变它的参数的值。通过变量窗口(在debug模式下,对代码进行步调),我发现在函数内部,值发生改变了,但一旦退出函数,参数就还原为在函数调用之前的值。为什么会这样? URL: http://digital.ni.com/public.nsf/allkb/774B92D4BB168A9A482572270035C1BD
从 CVI (Win32) 中生成的DLL文件中导出能应用于Borland C++ 或 Visual C++的变量 编译器处理从DLL文件导出变量的方式是不同的。如果使用下面的代码在CVI中生成DLL文件,(使用 qualifiers 的方法而不是 #include 文件的方法),怎样在Borland C++ 或 Visual C++的程序中使用这些变量呢?global.c的内容:#include ltcvirte.h> /* Needed if linking in URL: http://digital.ni.com/public.nsf/allkb/42D758E205BDA21D482572270034D9F3
哪个CVI格式和输入输出库函数会引起标准输入输出(stdio)窗口出现? 如果您使用下面任何的函数,将会导致标准输入输出窗口跳出: SetStdioWindowVisibility KeyHit GetKey FmtOut ScanIn Any ot the folllowing using 0 or 1 as the file handle: FmtFile ScanFile URL: http://digital.ni.com/public.nsf/allkb/07E4C161B0EAEC3C482572270034BD98
在CVI中,是否支持一个有冲突变量的函数? #include #include float average(int num, ...); main() { float x; x = average(10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10); printf("\nThe first average is %f.", x); x = average(5, 121, 206, 76, 31, 5); printf("\nThe second average is %f.", x); } float average(int num, ... URL: http://digital.ni.com/public.nsf/allkb/3CABF0FB71AC3698482572270035B2CA
对一个标准的输入/输出窗口临时重定向到一个文件 我如何才能把标准输入输出窗口暂时重定向到一个文件? URL: http://digital.ni.com/public.nsf/allkb/D825AA1D804159014825722700352110
在LabWindows/CVI使用DataSocket读取字符串数组时遇到的问题 我在LabWindows/CVI使用DataSocket读取字符串数组,然后会获得一个错误:“The VARIANT does not contain a SAFEARRAY.”我是按照 Function Panel Help中关于建立DataSocket读和DataSocket写的步骤进行的。 URL: http://digital.ni.com/public.nsf/allkb/0881A7C57419322F4825721E002BD978
如何在CVI中使用Windows SDK? 我想要在LabWindows/CVI中使用Windows SDK. 哪里可以得到相关的资料? URL: http://digital.ni.com/public.nsf/allkb/3466DEB18CBF8D604825721E0030125D
使LabWindows/CVI的一个用户界面的面板透明 我想使我的LabWindows/CVI用户界面的面板(panel)透明,让用户可以看到窗口之下的东西。当我使用SetPanelAttribute函数,试图把面板的背景设置为透明的时候,我得到了如下错误。 URL: http://digital.ni.com/public.nsf/allkb/2FE574BBC261FBAB48257210002884F5
Sort by:
11-20 of 78
|