LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Lab view program

Hi,

I want to transfer a program file made in Labview from one computer to the other. How I shall do that.

Message 1 of 8
(2,945 Views)

@Hifsa wrote:

Hi,

I want to transfer a program file made in Labview from one computer to the other. How I shall do that.


What is this file?  An executable?  A VI?  And why did you post in the TestStand board?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 8
(2,915 Views)

Do you want to do this programmatically? And using LabVIEW?

 

Presumably for either a VI or an exe, the simplest way is going to involve something like a USB stick or a network drive, but depending on details and reasons for wanting to do it, you might need other bits and pieces (like the LabVIEW runtime, etc). Presumably you're looking for more than just "copy and paste the file onto the other computer".


GCentral
0 Kudos
Message 3 of 8
(2,838 Views)

Thanks for your concern.

Actually, I am doing data acquisition from a hardware by a Labview program. It is on a university computer and everyone messes with it and each time when I try to run it gives me error. Now I want to transfer that labview program into my computer. I have installed Labview on my computer already. I tried to transfer the program from the folder via USB to my computer but it does not run and seems like I am missing something I don't know to get copied from the actual computer to make it run on my computer.

0 Kudos
Message 4 of 8
(2,805 Views)

Saving and choosing to duplicate hierarchy might help you with this task.

 

Otherwise, you can open the files view in the project Explorer (by default it shows in Item View mode) and see where else you need files from.

 

It may be that some drivers or 3Rd party packages are being used - installing those on your own computer might be a simpler choice.


GCentral
0 Kudos
Message 5 of 8
(2,791 Views)

Besides LabVIEW, you will also need to install any extra tool kits that you program uses like NI-DAQmx or whatever they are calling it now.

 

Also remember clicking the "broken arrow" and trying to run a broken program, LabVIEW will tell you what is missing and/or what VI's are not executable.  

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 6 of 8
(2,773 Views)

You will need to transfer not only vi (and its subVIs), but also actual hardware, make sure OS installs drivers, install used NI toolkits, and configure this hardware (set name or address in your program).

Then read errrors program gives you and fix them.

 

Question "how to trasfer the file from one pc to another" made me look like this

jackie-chan

Use a flash drive!

0 Kudos
Message 7 of 8
(2,758 Views)

@RTSLVU wrote:

Besides LabVIEW, you will also need to install any extra tool kits that you program uses like NI-DAQmx or whatever they are calling it now.

 

Also remember clicking the "broken arrow" and trying to run a broken program, LabVIEW will tell you what is missing and/or what VI's are not executable.  


Caveat:  Sometimes clicking on the broken arrow fixes it and you run the program instead!  I forget what the circumstances are, but it's bitten me more than once.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 8 of 8
(2,735 Views)