LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need Solution for Sub VI Missing

Hi all,

I am new to this Labview environment, Could you please help me to solve the issue am facing in labview program. Recently i got a sample application code when i open this file i got some errors like

Poly VI 'MB Serial Master Query (Poly).vi': Sub VI is missing 

Sub VI 'ADO Connection Create.vi': Sub VI is missing

Further i am not able to run the program, Please guide me to solve the problem. I don't know this issue may be a small one but am not able to give a correct solution.

Awaiting for your valuable feedback.

 

Regards,

Santhoshkumar.

0 Kudos
Message 1 of 7
(5,642 Views)

For Modbus you are probably missing this library: http://www.ni.com/example/29756/en/

 

Regards, Jens

 

 

Kudos are welcome...
0 Kudos
Message 2 of 7
(5,610 Views)

The ADO vi is from a database toolkit. Probably NI's database connectivity toolkit.

0 Kudos
Message 3 of 7
(5,607 Views)

Already installed this library even though this error might occur. Is there any alternate solution to solve the problem? 

0 Kudos
Message 4 of 7
(5,592 Views)

If you are sure it's installed (and where), LabVIEW might look for the files in the wrong place. When lv searches for the vi's, press the browse button and navigate to the vi manually. You might need to repeat this a few times. When all files are located, and the project is saved, next time you should not have to do it again.

 

Another option might be that the original programmer made these vi's and store them in the libraries. That means they are simply lost... It's unlikely though, most of us don't bother making polymorphic vi's for one time use.

0 Kudos
Message 5 of 7
(5,587 Views)

About Modbus. You should download this library http://www.ni.com/example/29756/en/  (download link http://ftp.ni.com/pub/devzone/epd/nimodbus121.zip)

It contains a "NI Modbus.llb" library that contains poly VI 'MB Serial Master Query (Poly).vi' and others.

0 Kudos
Message 6 of 7
(4,964 Views)

Thank you very much for the File sharing. It helped me fixed the issue just now.

0 Kudos
Message 7 of 7
(1,719 Views)