07-02-2008 03:10 PM
I have a working program. I am using a pre-programmed Excel file as a template to store data in my program. Right now I have it set such that I have a browse control which gives me the path to the test template.
It has been working ok for me, the problem I am facing is people edit the template and that kind of messes the way the spreadsheet reads the data.
This is one of the problems. But the point I am trying to make is, Is there a way I can store a support file in my code, so that I do not have to give a path for it every time?
http://digital.ni.com/public.nsf/allkb/2EBA44FCF6EF0F5686256A41005DA1F5
is one of the way to do it. This is when I am making an application out of it.
Moving on I need to recall a lot of different settings for Oscilloscopes and signal generators. It would really help if I can store a few of these setup files in my program.
07-02-2008 03:22 PM
07-02-2008 03:29 PM
I do not mind extra files. The templates are programmed
quite a bit. To do tht part in
Also Excel spreadsheet is just an example. I also need to recall files like
scope setups which have different extensions and can not be read by labview
directly, but there are tektronix drivers available which can read them.
I hope this is what you were asking Mike...![]()
07-02-2008 03:43 PM
07-02-2008 04:05 PM
07-02-2008 05:24 PM - edited 07-02-2008 05:24 PM

07-02-2008 06:46 PM
07-02-2008 09:14 PM
Here it is in LV8.0