LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

vi program

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

0 Kudos
Message 1 of 14
(3,387 Views)

Many people on this forum will not open a docx file. Create a screenshot or attach the VI.

=====================
LabVIEW 2012


0 Kudos
Message 2 of 14
(3,379 Views)
0 Kudos
Message 3 of 14
(3,356 Views)

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.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 14
(3,351 Views)

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.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 14
(3,350 Views)

I attached the VI.

 

0 Kudos
Message 6 of 14
(3,345 Views)

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.

0 Kudos
Message 7 of 14
(3,340 Views)

Only this part it is very necessary.

 

0 Kudos
Message 8 of 14
(3,335 Views)

Hello sameera,

                     Make a sub VI that works accordingly and place that VI in the vaccant position and make necessary connections.

 

Regards,

              danil33

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
Message 9 of 14
(3,309 Views)

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.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 10 of 14
(3,302 Views)