Jump to content

Using LabView with foreign GUI


skfink

Recommended Posts

Hi,

I would like to use LabView for the Hardware Interface and also for Internet and WLan because everything is allready prepared for that, but I would like to have for some other Applications a special GUI written by Delphi, because the probabilities are much bigger with Delphi.

So is it possibel to save the LabView Program as a dll?

Or is there another way?

Link to comment
Hi,

So is it possibel to save the LabView Program as a dll?

Hi

There is no problem to build LabVIEW program as dll.

When you are using Build Application or Shared Library (DLL)... you can compile your program to exe or dll. You must only select what you want.

bogdani

Link to comment

but how do I know the function that I have to call in Delphi (in my case)? First I thought that the function description would be in the *.h file but it's not.

Of course I could just gess the syntax by using the dll name as function name and fill the paramaters in order as I created them in LabView, but would be better to have a decent description.

And how do I have to handle clusters? Is that a Record in Delphi? There are also other types that could be a problem, like a notifier.

Link to comment
  • 2 weeks later...

<RTFM>

Open LabVIEW, use menu: Help >> VI, Function & How To Help ...

Once LabVIEW help opens go to:

Creating VIs and SubVIs >> Building Stand-Alone Applications or Shared Libraries (DLLs)

Or just search on "DLL"

There are about a dozen articles there to help you do apps & DLLS

</RTFM>

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.