Calling-a-C-built-DLL-in-LabVIEW-

所属分类:LabView编程
开发工具:LabView
文件大小:162KB
下载次数:13
上传日期:2013-07-20 10:32:37
上 传 者987346616
说明:  很清楚的讲解了LabVIEW的DLL的调用,
(This example is designed to illustrate the concept of using external code in LabVIEW. )

文件列表:
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers (0, 2013-07-20)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\LabVIEW_code_and_DLL (0, 2013-07-20)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\LabVIEW_code_and_DLL\GenSort.dll (206848, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\LabVIEW_code_and_DLL\GenSort.lib (2648, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\LabVIEW_code_and_DLL\GenSortRandC.vi (18228, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll (0, 2013-07-20)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\CVI Stuff (0, 2013-07-20)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\CVI Stuff\GenSort.dll (206848, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\CVI Stuff\GenSort.lib (2648, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\CVI Stuff\GenSortRand.c (1665, 2004-01-12)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\CVI Stuff\GenSortRand.cws (2866, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\CVI Stuff\GenSortRand.prj (3904, 2008-04-04)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\VS2008 (0, 2013-07-20)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\VS2008\GenSort.cpp (1722, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\VS2008\GenSort.sln (884, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\VS2008\GenSort.suo (8704, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\VS2008\GenSort.vcproj (6257, 2008-04-09)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\VS2008\StdAfx.cpp (294, 2004-04-01)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\VS2008\StdAfx.h (802, 2004-04-01)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff (0, 2013-07-20)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\GenSort.cpp (1699, 2004-04-01)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\GenSort.dsp (4309, 2004-04-01)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\GenSort.dsw (539, 2004-04-01)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\GenSort.ncb (50176, 2004-04-02)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\GenSort.opt (48640, 2004-04-02)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\GenSort.plg (1739, 2004-04-01)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\StdAfx.cpp (294, 2004-04-01)
Calling a C-built DLL in LabVIEW to Generate and Sort an Array of Numbers\Source_code_for_dll\Visual C++ Stuff\StdAfx.h (802, 2004-04-01)

This example is designed to illustrate the concept of using external code in LabVIEW. This example contains a LabVIEW program that Generates and Sorts an array of numbers by calling a C-built DLL using LabVIEW's Call Library Function Node. This example also contains the C source code that the DLL was built from. It contains a .c file and a .prj file that can be build in LabWindows/CVI, as well as a .cpp file and all of the project files necessary to build this in Microsoft Visual C++. If you see a broken arrow when you open the LabVIEW VI, double-click on the Call Library Function Node and relink to the exact path of the DLL. This example was written in conjunction with the document "Can LabVIEW C?", which compares the functionality of C and LabVIEW. Specifically, this example demonstrates that LabVIEW will always allow a developer to use the proper tools by using third party code. Requirements: LabVIEW 8.0 or later or LabVIEW Evaluation Software is required to view and run the LabVIEW examples. Any C compiler to is required view and execute the C code. If you do not have a C compiler, feel free to download the LabWindows/CVI Evaluation Software to run the C code and to try the premium C environment for measurement and automation applications.

近期下载者

相关文件


收藏者