LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems calling external code into LabVIEW using Call Library Function.

Here is the problem; I am not a very experienced programmer, (atleast with C etc.), and I need to get this program, (attached), into LabVIEW which means make a .dll so that I can use a Call library function to streamline the information from the program into LabVIEW. I have turned this simple counting program (attached), into a dll but it doesen’t run the number into LabVIEW like I want to, (I want it to count and put the number in an array in labVIEW). Attached is the dll and Call Library Function but I also don’t understand how to program the parameters in the Call Library Function so that it will work. Any advice would be much appreciated:

Thanks,

Brian
0 Kudos
Message 1 of 2
(2,429 Views)
Hello,
You need refer to the help in Labview "Refer to the Configuring the Call Library Function Node section of Chapter 2, Shared Libraries (DLLs), of the Using External Code in LabVIEW manual for more information about using the Call Library Node to call code from text-based programming languages."
There are detail instruction in it step-by-step.
Message 2 of 2
(2,423 Views)