LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
smmarlow

Support for HTML5 and SVG in Web Publishing Tool

Status: New

The web format wars are over, and the plug-ins have lost.  Microsoft has relented and will support HTML5 and SVG in IE9, and has admitted that Silverlight's role will change to that of a Windows phone development platform.  Silverlight support on iPhone/iPad/Andoid/Chrome OS will likely never be fully formed, and will wither on the vine. 

 

New javascript/ecmascript engines that are much faster, and make use of multicore environments have arrived and work well.  The addiition of WebSockets means your browser can now open a tcp/ip socket.  I have done this, as I am sure others have, as well.  Drop an old-fashioned tcp/ip listener into your diagram, return the WebSocket handshake, and presto: you can now stream data directly to/from your browser.  WebSockets provides an "onmessage" event handler function which you can define.  Combine this with the SVG DOM, and you can transform SVG elements until your heart is content.  Two-way streaming of data between your browser and plain-old tcp/ip?  Goodbye web services, we knew you well. Good riddance, plugins.

 

I have built my own SVG UI objects using Inkscape (free), and wrote a script (notepad/Inkscape script editor, also free) to handle WebSockets communication without a gateway.  I have a simple LV class built on the TCP/IP functions that will stream data to/from a browser which is pointing to an SVG "webpanel" that I also built using Inkscape.  So far I have a simple waveform graph, buttons, LED's, progress bars, etc.  I have tested my Inkscape webpanels in Firefox 4.0 Beta and Google Chrome 9 and it works like a champ, and is very fast.  The old-fashioned LV webserver will serve up SVG files with the addition of a mime type. 

 

Screenshot_5.png

 

 

An alternative to SVG is the HTML5 <canvas> tag, which allows the rendering of graphics drawn using java/ecma script.  There is a free-for-personal-use script library called RGraph Library that you can download with lots of example code.  Here is RGraph/LabVIEW in action in Chrome 9:

 

 

Screenshot_7.png

 

 

So what is my idea?  

 

0. Ditch Silverlight.

 

1. Convert all of the nice-looking UI panel objects in the Web UI Builder from Microsoft XAML to SVG and distribute them with the  LabVIEW professional development license.  I am programmer first, and I admit my web panel objects don't look too good.

 

2. Design a script library for handling WebSockets communcation (or add native support for WebSockets to the Shared Variable Engine) and manipulating/updating the SVG UI objects from streamed WebSockets data.  Make this library open source.

 

3. Create a standard open protocol for streaming LabVIEW data that sits on top of WebSockets and is free and open.

 

4. Publish documentation for the SVG UI elements so users and thrid parties can create new UI objects.  Make use of the creativity of the community at large!

 

5. Modernize the Web Publishing Tool so that it will optionally output an HTML5 and/or SVG document that accepts streaming I/O from WebSockets.  The user could choose from compatible SVG elements to use in place of front panel elements on the VI being published.

 

6. Create a Web UI SVG element exchange for registered NI users to upload/download elements for free.

 

7.  Work toward the long term goal of adding SVG Import/Export to the control editor (with better editing tools), or make the CTL format of custom controls SVG/XML.

 

27 Comments
smmarlow
Member

Looks like the program that people wanted for the their tablets.  It appears limited to view-only (no controls, only indicators?).  Nice to see it is free.

ProJoeSchmoe
Member

What would really be nice is that on the Chrome Platform, since web applications can run entirely from the native client, we could take the C# from the Web UI and run it in the Chrome Browser wholesale.

lordsathish
Active Participant
Native client is supposed to be cross platform. I think it would be lot of work to move web ui builder which is based out of silver light to native client.
s_g_s
Member

With more and more users shifting to platforms that are not windows based, it is high time for NI to move to a web interface that is based on standards rather than plugins that need to be installed (and often can not be installed). html5 seems here to stay, and is supported on all major platforms. PLEAASE NI, when can I finally control my LV VIs running home automation on a linux box 24/7 without having to boot up that pc?

Igor_Titov
Member

Actually, there is a solution for what you want!

Did you have a look at WebPager?

 

WebPager on NI Tools Network.png

=========================
Igor Titov, ex-CLA
ex-Labicom.net, ex-CERN, etc.
smmarlow
Member

Webpager requires a purchase. No thanks.

pablo2008
Member

Hi,

 

I'm newest in this theme, so maybe my question it is not so clever. Is it possible not to use WebSocket?

 

My idea it's to use Labview WebServices and communication with REST/JSON. I think in that way you don't have to change or add nothing in your LabView Vi's (only create as a WebService). 

 

Also, i would like to ask (if it's possible) to send me your SVG's design (It would be a great favor).

 

Best Regards,

 

Pablo