📄 readme.txt
字号:
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 C and LabVIEW's funcitonality. Specifically, this example demonstrates that LabVIEW will always allow a developer to use the proper tools by using third party code.
Requirements:
LabVIEW 7.0 or LabVIEW 7.0 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 7.0 Evaluation Software to run the C code and to try the premium C environment for measurement and automation applications.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -