10-14-2005 06:03 AM
10-14-2005 07:20 AM
Hi alanhomer,
Where will the GENESIS code be running? If it runs on a Unix server, then it can remain in that format. If it will be running under Windows, then it has to be converted and functional before you include it as part of Labview.
What is executing the code? Is it the host PC? This will determine if you have to create an executable, a dll, an image, and so on. Labview can work with any of these. However, how to implement the solution in LV will be based on how the solution is ported to the PC (Windows) or if it is run from a Unix machine.
Ray
10-14-2005 07:43 AM
Thanks, the code will be ran from a windows PC so it looks as though I will have to modify the code then. The host PC will be executing the code.
Thanks again.
Alan
10-14-2005 08:52 AM
Hi Alan,
When you have code running from Windows, there are a few scenarios to choose from. The two most common are running executables (.exe) or calling libraries (.dll). I am sure that you are familiar with both. I simply want to mention that LabVIEW handles the two in a different fashion. You can experiment with both and decide how you wish to proceed.
Executables: LV calls the executable by using "System Exec.vi"
DLL's: LV calls the functions using "Call Library Function.vi"
I personally prefer using the dll.
10-14-2005 12:10 PM
10-18-2006 02:24 PM - edited 10-18-2006 02:24 PM
Message Edited by KellyH on 10-18-2006 02:25 PM