04-04-2012 08:52 AM
Hello Everyone,
I work with program ask to find Open program on deskbar.vi
but I could not find it, how can I creat this vi or replace it with another?
Thanks
Sameera
04-04-2012 09:33 AM
Many people on this forum will not open a docx file. Create a screenshot or attach the VI.
04-05-2012 01:42 AM
Yes, thanks.
04-05-2012 01:56 AM
Post the vi you are trying to open I guess that may be calling a sub vi created and saved in a desktop when it was coded originally. Ignore the vi while loading and see where that vi is used.
04-05-2012 01:57 AM
Hi Sameera,
your VI is searching for a subVi but can't find it.
- When the VI comes from an NI example it should know how to find the subVI (unless you're missing some toolkits).
- When the VI comes from the forum you should ask the one who posted the VI for all needed subVIs.
04-05-2012 02:16 AM
I attached the VI.
04-05-2012 02:42 AM
samera wrote:I work with program ask to find Open program on deskbar.vi
but I could not find it, how can I creat this vi or replace it with another?
Unless you know exactly what the subVI is supposed to do, you cannot recreate it. Replacing it with some other random VI would also not make sense.
You need to contact whoever gave you this code. From the looks of it, there are many other parts missing.
Alternatively, you can use the existing code and try to eliminate the missing subVIs, eliminating certain non-essential features in the process.
04-05-2012 02:59 AM
Only this part it is very necessary.
04-05-2012 05:50 AM
Hello sameera,
Make a sub VI that works accordingly and place that VI in the vaccant position and make necessary connections.
Regards,
danil33
04-05-2012 05:55 AM
I would recommend you to go to the place/person from where you got the code and get that sub vi. Its makes no sense to create a vi to which you do not know the operation of that vi.