03-19-2008 03:51 PM
03-20-2008 06:11 AM
03-25-2008 12:36 PM
03-26-2008 02:40 AM
08-05-2008 06:40 AM
Hi all,
I too have fortran source code which I would like to use in LabVIEW. I have the .for and the .obj files. I'm not a fortran user. I've seen that it is reasonable simple to interface directly with Fortran code in MatLab using the .mex functions. Don't worry I hate MatLab too, although I do have a copy. If it's so easy to do in MatLab then it has to be even easier in LabVIEW, surely.
Can anyone tell me what to do?
Thanks,
Jay.
08-06-2008 05:17 PM
Hey Battler,
You could use the Call Library Function Node to do this.
For more information on this, refer to How Do I Call a Dynamic Link Library (DLL) from LabVIEW?
Hopefully this helps!!
08-07-2008 03:54 AM
Hi there,
The Call Library function requires that the fortran code be in the form of a .dll. I am not new to LabVIEW (infact I am an ex-employee;-)) but I have no clue when it comes to Fortran or C. I have uncompiled (.for) and compiled (.obj) fortran code. How do I compile into a .dll? Do I need to creat a c code header file (.h)? How do I go about it?
Thanks again.
08-08-2008 03:36 PM