Jump to content

HTML file


jackky

Recommended Posts

Posted

Hi everyone. I have completed my labview program and now I am requested to convert the file into HTML file.

I would like to ask for help. What Is HTML and how can I convert it ?

Hope to hear from you all soon. Thanks . 

Posted

HI @JKSH , my project is about remote lab, need to remote my laboratory equipment through internet, so my supervisor asked me to convert my completed vi program to HTML file so that I can connect and control through internet. How should I do this??

Posted

HI @JKSH , my project is about remote lab, need to remote my laboratory equipment through internet, so my supervisor asked me to convert my completed vi program to HTML file so that I can connect and control through internet. How should I do this??

 

You have two options:

  1. Create a LabVIEW Remote Panel: http://www.ni.com/tutorial/4791/en/http://www.ni.com/tutorial/4791/en/ , OR
  2. Set up a Windows Remote Desktop connection, to let your supervisor log into your PC: http://windows.microsoft.com/en-au/windows/connect-using-remote-desktop-connection#connect-using-remote-desktop-connection=windows-7

 

Option #1 is more secure.

 

Note: Option #2 doesn't use a HTML file, while Option #1 does. However, you don't convert your program into HTML. Instead, you create a HTML file to let your supervisor control your LabVIEW program through the Internet. You must still run your LabVIEW program on your local PC.

  • Like 1
  • 2 years later...
Posted

Is the web publish tool only can publish the source vi ?   Can I publish the vi that in the EXE?  I want the exe is running and I can use the web brower to watch or control the interface. How to do this please?

Posted

Web publishing does work in an EXE, but has many limitations and requires silverlight which is deprecated and only is supported in IE among other limitations.

There are many 3rd party solutions for controlling a VI from a web page, and a couple 1st party that have issues.

My personal favorite is this one, which the source is fully available.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.