08-16-2007 08:58 AM
08-16-2007
09:00 AM
- last edited on
03-05-2025
09:23 PM
by
Content Cleaner
Of course. If you have the professional version of LabVIEW, it includes the application builder. It is also available for purchase separately. See here.
08-16-2007 09:09 AM
08-16-2007 09:12 AM
08-16-2007 09:14 AM
It think you mean to say that you can't run it on a pc without LabVIEW.
You don't mention what exactly the problem is when you try to run the exe. You should always select to create an installer. This will include the necessary run-time engine. You also need to include in the installer any hardware drivers such as NI-GPIB, NI-VISA, DAQmx, etc. that your application needs.
08-17-2007 02:27 AM
08-17-2007 02:54 AM
Yes you can. Search for srvany on the net. You can even include the service creation in the installer with LV 8.2 easily.
@chefcommander wrote:
THX it works withe the installer:)
but i want to run it not in a window.
Can i run it as windows-service in the background, like for example a virus-scanner?
so that i see it for example as a symbol in the task-border from windows? or I don´t see anythink from the programm
THX
08-17-2007 07:55 AM
08-17-2007 08:28 AM
@DFGray wrote:
You may have problems with this, since the LabVIEW runtime actively checks for an open front panel. If there are no open front panels, it exits, even if there is running code in the background. Please try this, since my last experience with this kind of stuff was in LabVIEW 7.1. It may have changed. If it is a problem, the solution is simple. Move the open front panel window off screen. You can use VI server to determine the bounds of your display(s) and your window bounds and calculate how far to move it or you can just move it far into negative space (e.g. -10,000, -10,000). Use VI server for the move, as well.