From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Very basic question

Hi, I'm very new to labview. I need help for implementing a labview
testset. I receive a program in labview and i have modifies it. The program
is prgname.vi. Is the .vi the source or the compile program. I saw that it
is possible to compile a stand alone program. Do i have to install a run
time like visual basic or the program will be all by himself. Does any body
know a good introduction web site. I have to put it at work very fast.

Thank you all
0 Kudos
Message 1 of 5
(2,371 Views)
The file you got is the "source". That file should have a user interface, and a block diagram (unless this was removed). In order to run it, you must have the proper LV version to open it, and run it. Then, if you do have the labview application builder, you will be able to create an executable. You can take this to another computer and run it there, but with the need of the labview run-time engine in the particular machine.

Hope this helps.

Aguila
0 Kudos
Message 2 of 5
(2,371 Views)
Thank you .
I will have to modify this program. Do you know a good introduction web
site.


"Aguila" a ecrit dans le message de news:
5065000000050000000B6E0000-1017707437000@exchange.ni.com...
> The file you got is the "source". That file should have a user
> interface, and a block diagram (unless this was removed). In order to
> run it, you must have the proper LV version to open it, and run it.
> Then, if you do have the labview application builder, you will be able
> to create an executable. You can take this to another computer and run
> it there, but with the need of the labview run-time engine in the
> particular machine.
>
> Hope this helps.
>
> Aguila
0 Kudos
Message 3 of 5
(2,371 Views)
The first place to start learning LabVIEW is with the tutorial that comes with it. I pulled this link http://www.eelab.usyd.edu.au/labview/titlepage.html out of an earlier posting to the forum. You should be able to find others by doing a web search.
0 Kudos
Message 4 of 5
(2,371 Views)
New users may find our new tutorial series handy. Still under
construction and more coming soon, but your feedback is appreciated

http://www.mech.uwa.edu.au/jpt/tutorial/index.html
0 Kudos
Message 5 of 5
(2,371 Views)