01-23-2009 11:30 AM
Hello everyone! I’m hoping to get some guidance/help here in this forum. I’m self taught in Lab View. Mostly I modify existing VI’s that other departments where I work develop. I have specific requirements I need from these VI’s, but do not need the entire .llb. I’ll go through the code and pull out what I need for the Lab.
I’m finding assistance very difficult for LabView (I’m running 8.2 here at work). It’s frustrating to know exactly what you want to accomplish and not be able to make it happen. I’m having no problems modifying my VI’s to spit out exactly what I need in the format I want. What I am having problems with is packaging up many tests and VI’s to run as one test (running the VI’s one after another instead of manually running each).
I also want to take the test results of each test and save these to a preformatted spreadsheet. The other departments do this perfect. I wish they’d share how they are doing this. No one has given me a good explaination in over three years
Is there anyone out there willing to work with a young engineer? I’m not to the point where I can create the VI’s from scratch. I’m intensely curious about Lab View, just extremely frustrated right now. What I need is a guru to point me in the right direction.
Thanks all for the help in advance. In the mean time, I’ll keep reading and trying J
01-23-2009 11:49 AM
HI Chris,
Provided you are willing to work at it I don't think that a private LV Guru is required.*
The contributors to this forum (for the most part) have been through the challenge of learning LV in isolation. You should feel free to ask question specific to the challenges you are facing and start a new htread for each Q. Now don't think you will be able to post a project spec and expect someone to develop it for you. But if you don't know how to do something, then code up what you can, and include it with your Q. If you are serious and keep it up, you'll be a LV Guru before long.
Ben
* There are many organizations that provide one-on-one tutoring if you have a budget. We offer that type of service which has been come to be called "Dial-a-Ben" in our office. But don't go running to finance for a PO. First give this forum a chance to shows its power.
Its a lot cheeper, and once you get involved, it can be fun.
01-23-2009 11:52 AM - edited 01-23-2009 11:53 AM
Chris23892 wrote:What I am having problems with is packaging up many tests and VI’s to run as one test (running the VI’s one after another instead of manually running each).
That is what subVI's are for! You can call a VI as a function from another VI. This will make the called VI run as a 'subVI'.
To do this, in your function palette, click 'select VI'. Then browse for the VI you want to call. You can then place this in your block diagram accordingly.
You will have to wire the terminals of the VI if you have not done so yet.
Chris23892 wrote:I also want to take the test results of each test and save these to a preformatted spreadsheet.
Use the 'Write to Spreadsheet File' function in the File I/O palette.
01-23-2009 12:01 PM
I'll through together a sample example. I'd probably get fired or sued if I posted some of the actual code.
Just a note...I'm working on modifing a project now that has over 700 VI's in the .llb for this particular functional tester. It probably would not be feasiable to work on a real project in the open.
I'll have a specific example up in a new thread hopefully this afternoon.
Thanks everyone for the help 🙂
01-23-2009 12:22 PM
Is there anyone out there willing to work with a young engineer?
Stick around, ask questions and prepare to be amazed at how many people are willing to work with you! Just show your work, be specific in your descriptions and questions and continue to demonstrate a willingness to work for the knowledge you seek.
Jim
01-26-2009 10:51 AM
Hi Chris23892,
I highly recommend visiting this page, How Can I Learn LabVIEW?, whenever you get the chance. And definitely take advantage of our LabVIEW Community, they're here to help!