LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to open a LabView VI in a Webbrowser or an HTML-File?

I want to know if it is possible to run a LABVIEW vi (Version 7.0) in a Webbrowser or a HTML-File.

Are there Browser Plugins or other possibilities to create Self - running VI`s ?
0 Kudos
Message 1 of 5
(3,045 Views)
LV from Version 6.1 up has the capabilities to support remote panels via a WEB Browser: See the tutorials under
http://zone.ni.com/devzone/learningcenter.nsf/03f7c60f17aad210862567a90054a26c/2ad405a06ebed71586256c4e00621c73?OpenDocument

http://zone.ni.com/devzone/conceptd.nsf/webmain/8BC90A5F744A482886256BA000681713?opendocument

All you need is the LV Runtime Engine installed on the machine where you want to view the running vi.
Additionally you can create standalone running vi's with the LV Application Builder which creates LV executables. These executables are also compatible with the remote panel functionality.

Regards

Stephan A.
0 Kudos
Message 2 of 5
(3,045 Views)
Thanks for the help.

Another question for the RemotePanel with the Webserver.

Is there a possibility that more than one person can control the FrontPanel of the same VI at the same time?
0 Kudos
Message 3 of 5
(3,045 Views)
Hi,

the control access to a remote vi is limited to one person at the same time due to safety reasons.
Subsequent requests are queued.

Regards

Stephan A.
0 Kudos
Message 4 of 5
(3,045 Views)
Thank you for your Help.
0 Kudos
Message 5 of 5
(3,045 Views)