How Can I run multiple independant sessions of LabVIEW on one pc?

I have tried to accomplish this by creating a second LabVIEW.exe named LabVIEW2.exe. Then I run the original and launch my application, run LabVIEW2.exe and I get a new splash screen but no new instance of LabVIEW in the Task Manager. I have seen this work before on different computers running all the same software. Any suggestions........

> Can you provide any more info
> about the computers that did this?
Some applications on Windows will open a new instance each time their
EXE is opened or double clicked on. Since LV is able to multitask many
different VIs and applications, and it is typically useful to reuse
subVIs, so it was decided that these actions would just open the already
running LV. If you want to run more than one LV, rename it. Whenever
you are wanting to open a VI into a particular LV, you really can't
trust double clicking. The OS decides which app to launch or connect
to, and it is rather difficult to predict what the outcome will be. For
this reason, either drag-n-drop the VI/LLB to the EXE, or use open from
within the EXE.
Greg McKaskle

Similar Messages

  • How can I print multiple copies of same photo onto one page on iPhoto 9.5.1?

    How can I print multiple copies of same photo onto one page on iPhoto 9.5.1? I was able to do it on the old iPhoto, but can't seem to be able to do it on the new iPhoto. Grrr...

    Photos does the same thing.... Only workaround I can come up with is to create a template in Pages and copy & paste.

  • How can I select multiple photos without tapping on each one individually

    How can I select multiple photos without tapping on each one individually?

    Op: without tapping on each one individually
    tap all the photos you want to delete.
    Note what the OP is asking.

  • How can I create multiple sales orders with reference to one contract?

    Hello Gurus,
    Can you please how can I create multiple sales orders with reference to one contract?
    thanks!
    Rakesh

    hi
    Lets consider example
    In your contract for line item 1 you have entered qty 100
    You careated sales order with 70 quantity, and now you want to creat another sales order for 30
    For this first you need to check what is your item category in contract (VA42)
    Goto VOV7
    SPRO - IMG  - Sales and distribution - Sales - Sales document item - Define item categories - Go to change mode
    Make the completion rule = B Item is completed after full quantity has been referenced

  • How can I scan multiple pages from the ADF to one pdf file?

    I wirelessly scan double-sided multiple-page documents, typically 37 pages, using an ADF (Automatic Document Feeder) from my HP Officejet Pro 8600 N911g to my MacBook Pro. The scanner works fine except it tries to save the files as 37 separate files and either it or the MacBook runs out of memory as it turns it into a massive file, 300mb or so. How can I get it to just scan it as one file? I have the quality setting at 300dpi.
    Webbo51
    This question was solved.
    View Solution.

    Hello again webbo51,
    Thanks for the information I requested.
    I am going to add a screen shot of what you should be seeing when scanning with the HP software.
    You must have PDF selected to be able to scan a multiple page document into one folder.
    Once you select PDF, you will see the option to Save as one file.
    Please feel free to write me back if you have any other questions.
    Thanks again for your time.
    Cheers, 
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • How can I delete multiple emails in the mailbox in one time?

    How can I delete multiple emails in one time in the mailbox?

    When inside a folder, listing your emails, tap the Edit button, then select as many emails as you want to then tap trash.

  • How can I run two independant LabView applications from the same computer, without taking a performance hit?

    I have two identical, but independant test stations, both feeding data back to a Data Acquisition Computer running LabView 6.1. Everything is duplicated at the computer as well, with two E-series multifunction I/O cards (one for each test station) and two instances of the same LabView program for acquiring and analysing the data. The DAQ computer has a Celeron processor w/ 850Mhz clock and 512MB memory, and is running on Windows NT.
    I have noticed that when I run both the applications simultaneously, I take a substantial performance hit in terms of processing speed (as opposed to running just one program). Why does this happen and how can I prevent it? (In t
    his particular case, it may be possible to combine both the tests into one program since they are identical, but independant, simultaneous control of two different LabView programs is a concept I need to prove out).
    Thanks in advance for any tips, hints and spoon feedings (!)....

    Depending on your application, you may or may not be able to improve things.
    Firstly, each task requires CPU time, so a certain performance difference is guaranteed. Making sure you have a "wait until ms" in every while loop helps in all but the most CPU intensive programs.
    Secondly, if you are
    1) streaming data to disk
    2) Acquiring lots of data over the PCI bus
    3) Sending lots of data o ver the network
    you can have bottlenecks elsewhere than in your program (limited Disk, PCI or Network bandwidth).
    Avoid also displaying data which doesn`t need to be displayed. An array indicator which only shows one element still needs a lot of processing time if the array itself is large.... Best is to set the indicator invisible if this is the case.
    I think
    it would be best if you could give some more information about the amount of data being acquired, processed and sent. Then maybe it will be more obvious where you can optimise things. If you are running W2000, try activating the task manager while the program(s) are sunning to see where the bottleneck is.
    Shane
    Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)

  • How can I run multiple midlets in parallel via the raspberry pi cmd line interface?

    I am trying to run multiple midlets at the same time on my raspberry pi.
    From netbeans point of view I am able to deploy and run them. But for my applications I want to auto start multiple midlets on the raspberry pi.
    On the cmd line interface of java me 8 I have commands to install a midlet and run a midlet.
    But i am not able to start multiple midlets.
    Can someone explain to me how I can do this?

    Hi!
    Could you please clarify a bit: do you want auto-start behavior of your applications or be able to start them manually via CLI?
    Because "auto start" means that applications are started by Java once you start Java itself and in order to make it happen you shall mark your applications appropriately (check MEEP spec for "MIDlet-<n>-Type" application attribute value "autostart"). If this is the case, have you added this attribute?
    If you want to run them manually you should be ale to do so via CLI just the same way as you start one application (via "ams-run" command).
    Either way, could you also please clarify what are the symptoms of the problem? E.g. on CLI what are the messages you receive back (if start is unsuccessful what is the error message etc).
    In addition please mind that there is limit on number of simultaneous VM tasks. If I'm not mistaken by default it is 6: 2 of them are used by system code and each running MIDlet consumes 1 VM task. If you want to increase it please change the value of "MAX_ISOLATES" property in jwc_properties.ini file. The maximum supported value is 16
    Regards,
    Andrey

  • How can I run multiple instances of an app in netbeans?

    Hi,
    I would like to run multiple instances of an app in netbeans, this is essential when making GUI changes and you want to compare them with the older version.
    Thanks in advance,

    It is still true that Netbeans cannot launch the same project twice, even with the latest 7.2 and JavaFX Beta version. When trying to "run" the second instance, Netbeans tries to rebuild the project jar file but can't delete it because it is "locked" by the first instance.
    For JavaFX projects, I start one instance by double-clicking the jar file (in the project's dist folder), then use Netbeans to launch the second instance. For comparing your app's old vs. new screens, save the old app version by copying the project folder to another place and use the double-click jar to launch the old app, then proceed to revise the new app version and launch it under Netbeans. That's how you run one version "outside" another version.

  • How can i run multiple instances of Photoshop EXE at the same time on windows 7

    Alright. You may ask why do you need multiple ?
    Assume that i have 10000 PSD files in 10 different folders
    I have a script that just save as them as PNG
    And these files are each 3000x3000 px
    My computer has 8 cores and 1 photoshop exe is only using 1 cpu core
    Also i have SSD raid system it has 750 mb read write per second
    So right now i am wasting my time with running only 1 photoshop exe instead of at least 4

    I'm not aware of a way to run multiple instances or different versions of photoshop at the same time on windows.
    Assuming of course they are all installed on the same operating system.
    On mac versions you can running two different versions of photoshop at the same time, but i don't think that's possible on windows where it
    appears that only one version of photoshop can run at a time.

  • How can i send multiple Key note files attached in one e-mail

    I've problem with mail attachment. I want to send multiple files from keynote as 4 attached in one mail. Anyone know how? Do I've to wasting time send it one by one? Your kind advice will be a lot appreciated. Thank you ;)

    You can only email one file at a time from the app. Unless you can copy and paste all four files into the email, you can't do it in the Mail App either. There is a third party app called Group Email with Attachments that will allow you to do this. You will have to be running iOS 4 to attach documents I believe.
    Message was edited by: Demo

  • How can i run multiple libraries simultaneously ?

    i work in music & post production, i tend to keep my listening music on my 60 gig ipod, & keep my main itunes library for sound fx & production masters...
    i understand i can create & change libraries but is there a way or app that will give me access to multiple libraries simultaneously ? id like 3 .. each accessing different drives without having to save, close, load or dump anything. ????

    I've found this:
    http://dougscripts.com/itunes/itinfo/ituneslibrarymanager.php
    But I'm having trouble determining whether they can run simultaneously. But, it's something for you to look into, at least.
    CG

  • How can I send multiple subcon PPMs to APO since one PV must be in the PIR?

    We often have two or three production versions for a single subcontracting material. For example, PV 01-1 from now until June, then PV 02-1 from June until November. To create the PPM in APO via CFM1/CFM2 we must have one PV in the subcontracing PIR. This means we can only send the currently active PV 01-1 to APO and we can not plan with 02-1 in the future! I know I can manually create this in APO or I can temporarily change the PIR, send the PPM, and then change the PIR back but I would like an automatic process for this.
    Why can't I leave the PV blank in the PIR and that would mean to send ALL PPMs? This is essentially how R/3 planning works... if you leave the PV blank in the PIR it will automatically choose the PV with the correct date ranges.
    I'm sure many people have had this issue but SAP offers no solution. Does anyone know of a user exit or have any ideas on how to resolve this?
    Thanks,
    Eric Strehlow

    Hi Vinodkumar,
    You have desribed the way that I run my process. However, for subcontracting we must also put the PV into the PIR or the PPM creation will have no link from PV to Vendor and therefore it will not create a PPM.
    In R/3 planning, we leave the PV blank in the PIR so the system will automatically choose the correct PV based on the validity dates. I would like to leave the PV blank in the PIR and have APO create PPMs for all Vendors that this material is extended to for each PV. But as far as I know this is not possible. Then APO planning can choose the correct PPM based on validity dates.
    Thanks,
    Eric

  • How can I run a CVI panel in labview ???

    Seems simple enough... I want to create a DLL to be called from my labview VI using the "call library function". The DLL will have a panel that the user can navigate around and push buttons to invoke callbacks.
    Seems simple enough, but when I try this the buttons do not work. If I try to compile the DLL with the "real time only" runtime support, then it does not like the "LoadPanel, DiscardPanel, RunUserInterface", etc...  vital commands to run a panel.
    So what gives? anyone know how to create a DLL with an operable panel to be called from within a labview VI?
    I guess I should clarify, the callbacks are CVI callbacks.
    Much thanks in advance...

    Use LoadPanelEx instead of LoadPanel.
    And enable this in the setup:
    George Zou
    http://webspace.webring.com/people/og/gtoolbox

  • How can I have multiple fields on the left and one large field on the right?

    I'm trying to conserve space on a form.  I have five "pass/fail" fields on the left and would like a large free text field to the right.  This will be an area to comment on the "pass/fail" section.  When I add the multi-line text box, it moves all my "pass/fail" mulitple selection boxes.
    Any advice?

    Sorry FormsCentral doesn't allow a fields to spam over multiple rows.
    Gen

Maybe you are looking for

  • Firefox crashing when playing Zynga games (farmville, frontierville, farmtown, etc) and shuts down computer

    See box below for example of error report. Flash is installed. Gateway Windows Vista. Is it a loading issue or needs more size added to Firefox while playing games? Shuts down Firefox and crashes computer. Application Basics Name Firefox Version 3.6.

  • Rmiregistry: Port already in use error

    Hi, I'm running the following comand to start a registry service listening on port 1099. I'll start and stop it several times with control-C and everything will work fine but if I do this a few times, it will get to the point that when I try to start

  • ITunes just downloaded and upgraded itself without my consent!!

    iTunes just downloaded and upgraded itself without my consent while I was at work. Is this a new Apple policy ? Am I no longer owner of my own machine ? Isn't it up to me when and if I want to upgrade something ? /Tommy

  • Info about the AIR-AP1042 device

    I'm looking for a couple of pieces of info on the AIR-AP1042 access point. I need a mesh setup for a small multiple story hotel. No too complicated or far reaching.  Mostly wood frame construction. I haven't been able to get a gander at pictures from

  • Can't find esekeyd in AUR or official

    I've been trying to set my mute/volume buttons to mute and change the volume (alsa) and I found a post saying to use esekeyd but when I try to install I can't find it... any help please ? also I'm using tint2 and I would like a volume icon next to my