Jump to content

Run LV Dev Env on host & RT target simultaneously


Recommended Posts

Often you find the need two run an instance of the LabVIEW development environment on the host PC and the RT target simultaneously. This is useful for debugging a client-server applications where you need to debug the client and server simultaneously. This is very easy to do in Windows. Take a look at the following FAQ: How to run multiple instances of LabVIEW

You can create two batch files that will each open a new instance of LabVIEW...

L_Drive_LabVIEW.bat

subst l: "C:\Program Files\National Instruments\LabVIEW 7.0"

start l:\labview

M_Drive_LabVIEW.bat

subst m: "C:\Program Files\National Instruments\LabVIEW 7.0"

start m:\labview

When you reboot, the L:\ and M:\ drives will disappear. Or you can use the /d switch to delete the temporary drives. Use the /? switch for more info on the SUBST command.

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.