LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

llb viewer for Windows

Hello All,
 
     Are there any plans for an ".llb" viewer for Windows for LabView versions after 7.1?
 
     Sorry for the multi-posting 🙂
     I found an interesting example program for dyno control that might help sell my boss on LabView, but without away to display it... Is installing a demo of LabView the only way to proceed?
 
Thanks,
Brian

Message Edited by bserviss on 01-31-2006 03:30 PM

0 Kudos
Message 1 of 6
(3,335 Views)
LabVIEW 8 has an LLB manager.

As for your example program is this source code that you have or an application? If it's the latter you just need the run-time engine which you can download for free from the NI site. Just download the version that matches the LabVIEW version that was used to create the application.
Message 2 of 6
(3,314 Views)
Another way for someone to view a LabVIEW application is to use the Remote Panel feature. Since 6.1, you can publish a VI as HTML that can be viewed or controlled in a browser. The client pc will need to load the LabVIEW run-time engine.
Message 3 of 6
(3,308 Views)
You can't view VIs in the run time engine, but if you have the development environment on another computer, or you can save the VI to a previous version, then you can write a small VI which will call and run another VI dynamically and build that VI into an application. Then, you will be able to run compiled VIs from a computer which only has the RTE.

___________________
Try to take over the world!
Message 4 of 6
(3,289 Views)

Hello Again,

The application is a dyno example using DaqMX and requiring the Labview full development system 7.1.

Link: http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=030595CA584E0C35E0440003BA7CCD71&p_...

 

I installed both runtimes for 7.1 and 8.0 with no luck.

 

I really appreciate the quick and knowledgeable replies.

 

Thanks,

Brian

0 Kudos
Message 5 of 6
(3,272 Views)
You don't quite understand. In order to use just the run-time, you have to create an exe from the source code. In LabVIEW, an exe is created with the application builder. Then, in order to run the exe, both DAQmx and the LabVIEW run-time must be installed.
Message 6 of 6
(3,265 Views)