Jump to content

LabVIEW on Mini Laptops


jbrohan

Recommended Posts

Hello

I'm very interested to try and leverage the new low cost PC's in various monitoring applications that we make in LV. The issue that I face is that I've a licensse to use LV on Windows, but not on Linux and It's easier to choose a Windows based computer than the more natural Linux one because of the issues of acquiring a new version of LV.

Recently I've begun using the option in the build application where a small caller application calls a llb library with the LV source code. Is it possible to have a generic small loader app and avoid the expense of a whole development version of LV for Linux and just use the code I make for the Win versions?

Do others face the same issues? How have you approached a solution?

John

Link to comment

QUOTE (jbrohan @ Jun 9 2008, 11:40 AM)

Hello

I'm very interested to try and leverage the new low cost PC's in various monitoring applications that we make in LV. The issue that I face is that I've a licensse to use LV on Windows, but not on Linux and It's easier to choose a Windows based computer than the more natural Linux one because of the issues of acquiring a new version of LV.

Recently I've begun using the option in the build application where a small caller application calls a llb library with the LV source code. Is it possible to have a generic small loader app and avoid the expense of a whole development version of LV for Linux and just use the code I make for the Win versions?

Do others face the same issues? How have you approached a solution?

John

Some windows programs are runable under linux using Wine. But I guess it would require a lot of tweaking with labview applications, do use a lot of IOs?

Link to comment

QUOTE (jbrohan @ Jun 9 2008, 11:40 AM)

Recently I've begun using the option in the build application where a small caller application calls a llb library with the LV source code. Is it possible to have a generic small loader app and avoid the expense of a whole development version of LV for Linux and just use the code I make for the Win versions?

I don't think this will work, you most likely need to recompile the code (esp. if you have special OS disabled structures), I doubt that the Runtime can do recompile of such items.

Ton

Link to comment

QUOTE (tcplomp @ Jun 9 2008, 02:08 PM)

I don't think this will work, you most likely need to recompile the code (esp. if you have special OS disabled structures), I doubt that the Runtime can do recompile of such items.

Ton

No, the runtime cannot recompile the code.

When a VI is saved, the compiled code is saved with it. It can only be re-compiled using the development environment. This means that if anyone wants to offer "cross-platform" VIs, they still need to provide several versions, even if the source code behind them is identical.

It's not a situation which sits well with me regarding NI's multi-platform claims and marketing, but it's just the way it is. There ARE technical reasons for having it that way, so maybe Aristos can shed some more light on it....

Shane.

Link to comment

QUOTE (jbrohan @ Jun 9 2008, 12:40 PM)

How have you approached a solution?

At least the eee should be available with XP. It's more expensive than Linux, but still much cheaper than any other laptop. I've been thinking of using it for the same purposes, but didn't get into checking it yet.

Buying a single LabVIEW for Linux license will only be worth it if you're going to have a lot of these stations, since the cost will not be just the license, but also the integration and management (e.g. SCC, cross-platform bugs, etc.).

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.