10-01-2013 09:44 AM
I am new to Labview Programming, and everyone should forgive me if my questions are considered funny. I have two questions, and there are:
1. How do I deploy or run a Labview 2013 application which is an application for data acquisition/logging and uses USB-62xx device as the DAQ device?
2. How do I insert a company logo or picture on my Labview 2013 application?
I would be most grateful if anyone could really help me with answers and possible resources I could check online.
Regards.
Solved! Go to Solution.
10-01-2013 10:44 AM - last edited on 02-05-2025 04:30 PM by Content Cleaner
As you are using LabVIEW 2013 then check out the online training - it's the best place for you to start, and will only cost you time. Otherwise, inside the help files there are a load of fundamentals, and that will give you a lot of information. The question you have asked is so wide as to be almost impossible to answer. Check out https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019SH7SAM&l=en-US for information on some of the online training, and to quote http://www.ni.com/labview/whatsnew/ "Every copy of LabVIEW includes free basic and, now, advanced LabVIEW training." so start with that, it will get you a long way. If you don't have access to the development environment, then https://www.ni.com/docs/en-US/bundle/labview/page/user-manual-welcome.html will take you to the online help files if that's where you would rather start.
For your actual questions:
Question 1 - what do you have at the moment? What is the DAQ device doing - vaguely at least, which model is it? Is this an exe you're building, or are you running it as a project on the PC with LabVIEW? Do you have a VI to begin with? Do you have a project? Where are you at? My instinct is, you are at the very begninning, so try the help files that ship with LabVIEW, and the onl;ine training I've mentioned above.
Question 2 - As a picture control, it will make sense and be almost as easy as dropping it into a word processor document once you've been through the fundamentals and getting started information.
10-01-2013 01:04 PM
@Tebefia wrote:
I am new to Labview Programming, and everyone should forgive me if my questions are considered funny. I have two questions, and there are:
1. How do I deploy or run a Labview 2013 application which is an application for data acquisition/logging and uses USB-62xx device as the DAQ device?
2. How do I insert a company logo or picture on my Labview 2013 application?
I would be most grateful if anyone could really help me with answers and possible resources I could check online.
Regards.
1) If you have application builder you can make your program an EXE and then run it. On a fresh machine you will need all the drivers and runtime engine needed. This depends on what things you used in the application but is likely DAQmx, and the LabVIEW 2013 runtime engine.
2) A picture control can be used, but if you just want a static image, (like a label that doesn't change when running) then just copy and past the image to the front panel, or even the block diagram.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
10-01-2013 01:06 PM
I humbly thank you both for your kind responses and advise. God Bless.
10-01-2013 06:20 PM
Hello I am also new using LabVIEW,
I recommend to use decorations palette if you want to give more formality to your front panel including top or botton banners, for example. Also you can modify the background by inserting an image or even usign images as buttons.
Related to the .exe just pay attention when you build and deploy, so you can include source files, assign a directory, etc.
If you are having issues related to drivers, software, hardware always check on MAX (Measurement and Automation Explorer) to look if you need any update or so.
I know that your questions were answered, but I wanted to share some very simple tips.
10-02-2013 07:15 AM
VictorD, thanks for your response. It sure helps too.