How can I run a LabVIEW app as a service in 8.2

I have need to run a LabVIEW created Executable as a Service using LabVIEW 8.2. I have heard 8.2 can host it but I cannot find any docs on this. Any help would be appreciated. SvcAny was not an option that worked.

I would suggest trying to add the exe to the services under Control Panel >> Administrative Tools >> Services.  This should cause the exe to launch as a service.
Brian R.
District Sales Manager
Washington DC
National Instruments

Similar Messages

  • How can I run a labview executable file inside a VI

    How can i add and run a labview executable file inside the vi and grab the output of the executable file to be used in the vi?
    mytestautomation.com
    ...unleashed the power, explore and share ideas on power supply testing
    nissanskyline.org
    ...your alternative nissan skyline information site

    Hi cmdrb,
    to run an executable you use SystemExec function.
    To get the output of your (LabVIEW-made) executable you need to program some data transfer means: you may use network functions or file functions. In both cases your "LabVIEW executable" needs to provide that options…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How can I run a gui app from an su shell?

    Hello,
    I login to my mac as a non-admin account.  I then open a terminal and su to my admin account for anything requiring it.  I am trying to run a gui app from the terminal window, but get this error, and the app does not open:
    $ /usr/local/bin/wireshark
    2011-08-14 06:54:29.327 defaults[18406:903]
    The domain/default pair of (kCFPreferencesAnyApplication, AppleAquaColorVariant) does not exist
    2011-08-14 06:54:29.346 defaults[18407:903]
    The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor) does not exist
    ./sync_osx_look.sh: line 40: gtkrc: Permission denied
    (process:18396): Gdk-WARNING **: locale not supported by C library
    (wireshark-bin:18396): Gtk-WARNING **: Locale not supported by C library.
              Using the fallback 'C' locale.
    (wireshark-bin:18396): Gtk-WARNING **: cannot open display:
    I know I can "switch user" but this is cumbersome as it requires typing a password each time, and I need to have applications side-by-side for easy access and testing.  Any thoughts?
    Thanks.

    I use LaunchAsRoot to run GUI apps as the root user, while logged in to my admin account.
    Another way is to use Applescript.  Here's what I do to run Console as root:
    do shell script "/Applications/Utilities/Console.app/Contents/MacOS/Console > /dev/null 2>&1 &" with administrator privileges

  • How can I run a labview 7.2 vi in labview 8.2

    We have several versions of labview running different test and control functions in our facility. There are labview 7.2 VIs in a production setting I wish to reproduce in the test lab. Can I convert them to run on 8.2 or do I have to recreate them in 8.2. I tried to open one in 8.2 and got multiple SubVI's that were not in my program library.. most dealing with AI manipulation.

    And make sure you have backup copies of your 7.x code. Once you load and save in 8.2, it is a lot of work to get them back to 7.x.
    Note I used 7.x because I am unaware of LabVIEW version 7.2 even existing. 7.1.1 was the last release prior to 8.0
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • How can I design my LabVIEW app to behave differently based on installed components?

    Howdy all,
    I've got a program that is complete, and offers some basic service. Advanced users will have the option of additional functionality. When users decide to use this program, they decide what capabilities they want - whether it provides just the base functionality, or if it has the advanced functionalities. The additional functionality relies on the installation of an additional LabVIEW component. In this case, the base package requires simply the LabVIEW(7) runtime engine. However the additional functionalities are vision related and require the installation of the IMAQ Vision 7 Development Module. I would like my program to detect the installation of the vision module
    on the user's computer, and give the user access to these vision functions ONLY if the vision pack is installed. (ie, I don't want to have two versions of the program - the user only installs one complete version, but some components will be hidden if they don't have the vision module)
    Currently, this program checks the Window's system32 directory for the presence of the imaq.dll and the nivision.dll. Right now, this system *sort of* works on most computers, but if the user has their windows installed in a non-standard windows directory (say they installed windows to "windoze" or something other than the standards like "Windows" and "Winnt")
    Does anyone know of a way to programmatically detect the installation of the Vision module? What I'm doing right now would work in 95% of the cases (I think) if I could nail down the root windows directory (which I'm pretty sure is stored in the registry for all Windows versions, but the name of the key depends on the version of windows, a
    nd I would rather not go down that road)
    Any help, stories about similar situations, etc., would be appreciated.

    Vitrick and Andre -
    Even better might be to use one of the Windows API calls
    "GetSystemDirectory" or "GetWindowsDirectory" located in the KERNEL32.DLL.
    See MSDN for documentation of the calls.
    Regards,
    James
    "andre@carya" wrote in message
    news:4059b191@newsgroups....
    > Hello Vitrick,
    >
    > With just a quick look at your problem I think you are looking for the
    > windows system variables found in the "My computer>settings>enviromental
    > variables", mine is called windir. Sometimes It's called %WINDOWS% I
    think.
    >
    > I don't know exactly how to implement these variables.
    >
    > Greetz,
    >
    > Andr�
    > "Victrick" schreef in bericht
    > news:[email protected]...
    > > Howdy all,
    > >
    > > I've got a program that is complete, and offers some basic service.
    > > Advanced users will have the option of additional functionality. When
    > > users decide to use this program, they decide what capabilities they
    > > want - whether it provides just the base functionality, or if it has
    > > the advanced functionalities. The additional functionality relies on
    > > the installation of an additional LabVIEW component. In this case,
    > > the base package requires simply the LabVIEW(7) runtime engine.
    > > However the additional functionalities are vision related and require
    > > the installation of the IMAQ Vision 7 Development Module. I would
    > > like my program to detect the installation of the vision module on the
    > > user's computer, and give the user access to these vision functions
    > > ONLY if the vision pack is installed. (ie, I don't want to have two
    > > versions of the program - the user only installs one complete version,
    > > but some components will be hidden if they don't have the vision
    > > module)
    > >
    > > Currently, this program checks the Window's system32 directory for the
    > > presence of the imaq.dll and the nivision.dll. Right now, this system
    > > *sort of* works on most computers, but if the user has their windows
    > > installed in a non-standard windows directory (say they installed
    > > windows to "windoze" or something other than the standards like
    > > "Windows" and "Winnt")
    > >
    > > Does anyone know of a way to programmatically detect the installation
    > > of the Vision module? What I'm doing right now would work in 95% of
    > > the cases (I think) if I could nail down the root windows directory
    > > (which I'm pretty sure is stored in the registry for all Windows
    > > versions, but the name of the key depends on the version of windows,
    > > and I would rather not go down that road)
    > >
    > > Any help, stories about similar situations, etc., would be
    > > appreciated.
    >
    >

  • How can I build portable Labview apps?

    I need to take a older Labview VIs and port to customers without LabView on their Windows NT, 2000 and XP machines. The VIs are in LV 5.1.1. I need an explaination for pedestrians.

    You will need either LabVIEW with App Builder or the LabVIEW Professional Development System (which comes with App Builder).
    From the Tools menu in LabVIEW, choose 'Build Application or Shared Library...' to launch App Builder. You will be prompted to select the name and location of your EXE, along with which VIs you want to be included. Usually, you just add one VI which has been designed as a user interface, and App Builder will automatically include its subVIs. Click Build, and you've got an EXE.
    To use your newly created program on a PC without LabVIEW, you'll need the free LabVIEW runtime that goes with your version (avai
    lable at ni.com). App Builder allows you the option of making an installer that will automatically install this runtime for you.

  • Can I run a CLDC app on the toolkit ?

    Hi,
    How can I run a CLDC app on the Sun Java Wireless Toolkit? All the documentation seems to talk about running MIDlets only.
    -Sankar

    Well I've never heard of 'VirtualDVD', but I've used MTR on this MBP. PPC apps will run on the Intel machines using the Rosetta emulation. This process is invisble to the user, and while there is a performance hit, frankly, I've yet to notice anything significant.
    What will not run on the Intel machines are Classic apps.
    Regards
    TD

  • How can I disable the Photos app from automatically running when I plug in my iPhone?

    How can I disable the Photos app from automatically running when I plug in my iPhone?
    I have no intention of ever using Photos, in fact, having to abandon Aperture takes me one step close to moving back to Windows, but I digress.
    I just want to NOT have to kill the Photos app every time I plug in my phone.
    Thanks.

    I am still seeing the option Image Capture, like shown in the screenshot that Rysz posted.   But it is another example of the hide-and-seek Apple likes to play with us.
    The option has to be set for each device individually. With the device connected to USB, you have to click the tiny disclosure triangle in the lower left corner of the sidebar to reveal the option.
    I was perfectly happy with the program I paid for (Aperture), and now to maintain the functionality I have to pay for another application (LightRoom) to get the functionality that I paid for in Aperture.
    Aperture 3.6 is working well with Yosemite. I will use it, as long as I have a Mac, that will run Yosemite or a compatible system.
    Have you looked at Capture One?  It looks much more similar to Aperture than Lightroom.

  • How can i run .app executable  file

    Hi,
    While i was searching for my topic on google code, i found one project and i download that.
    But its "MyProject.app" with yellow cplored xcode sumbol and i can not run this file.
    Does any one know that how can i run this type of file. i want to run this project.
    And another question. I want to create executable file from my project like exe on windows. Is there any way to create this type of file????
    Thanks.

    vavdiyaharesh wrote:
    Hey,
    When i double click on .app file it quit and show me message like "The application project140 quit unexpectedly"........."
    So is there any problem in .app file?
    On your machine sure sounds like it.
    How can i create exe file and how can i pass -0 to compiler ..iu don;t see any option in xcode for that.....
    giove me solution...
    I think you'd be better off taking some training, or at least working through some of Apple's tutorials.
    http://developer.apple.com/documentation/developertools/conceptual/XcodeQuickTou r/qtintro/chapter_1_section1.html
    Thanks.
    You're welcome.

  • I developed app in mac 10.6.8 with xcode 3.2.6.how can i run this app in ipad device

    i developed app in mac 10.6.8 with xcode 3.2.6.how can i run this app in ipad device

    actually i planned to get  provisioning profiles from apple by paying 99$ in following website
    https://developer.apple.com/programs/start/ios/ and followed by
    https://developer.apple.com/programs/start/standard/.
    but in last link,following thing were mentioned at bottom -
    Technical Requirements
    You must have an Intel-based Mac running OS X 10.8 Mountain Lion or later to develop and distribute iOS apps and Mac apps.
    but i\m using mac running OS X 10.6.8 snow leopard.
    Doubt:can't i run my app in ipad device?\
    Thank's in advance..

  • Hi I am new on the Mac, I need help, how can I run my apps from my library on my Mac Pro?  All my apps I was used in my iPad, thanks guys!!!!

    Hi I am new on the Mac, I need help, how can I run my apps from my library on my Mac Pro?  All my apps I was used in my iPad, thanks guys!!!!

    The Mac OS X and iOS versions are separate products

  • How can i run or test my app build in factory unlocked iphone

    i am iphone developer i purchased iphone 5 but its factory unlocked my question is how can i test my iphone app developed recently now i wants to build my ipa in iphone how can i test ?is that possible to run iphone ipa file in unlocked iphone

    You must to purchase a developer program $99 per year to run in device.

  • How can I run the "Find my Iphone" app in my Itunes?

    How can I run the "Find my Iphone" app in my Itunes?

    Find my iPhone App can only run in iPhone and not iTunes.  If you have activated iCloud and set Find my iPhone to ON, you can sign in to https://www.icloud.com to run Find My iPhone there.

  • How can I obtain the Pages app which I previously purchased from the App store for Snow Leopard? The only download now available is for Mountain Lion which my computer can't run. Thanks

    How can I obtain the Pages app which I previously purchased from the App store for Snow Leopard? The only download now available is for Mountain Lion which my computer can't run. Thanks

    Try Amazon but look for the iWork suite of software. It's only sold separately as Pages, Keynote, and Numbers from the App Store.

  • How can I re-set the App Store so the Updates will again appear under the Updates tab?

    Hi,
    I am running a Macbook Pro (retina). Lately when I launch App Store and click on Updates the software updates for the software on the Macbook do not show up under the Updates tab. However, when I go to the Purchased tab I see there Update buttons next to programs that have updates ready to download.
    How can I re-set the App Store so the Updates will again appear under the Updates tab?
    Many Thanks,
    David

    Wanna know this too

Maybe you are looking for