Jump to content

LabSocket System: The Easy Way to Extend LabVIEW to the Web


Recommended Posts

Hello all.

For those looking to easily extend their LabVIEW application to the browser (including mobile devices like the iPad and iPhone), I'm pleased to announce the LabSocket System (http://labsocket.com).

The system operates as follows. On startup, it automatically performs a screenscape of the LabVIEW front panel and posts HTML and JavaScript code representing the front panel objects to a web server. Then, it continuously synchronizes the properties of the elements in the LabVIEW front panel with the front panel representations in the browser. The WebSocket communication standard is used for bi-directional communication with the browser. A simple system overview is shown below.

A Swiss LabVIEW developer has recently used the LabSocket System to create a ski competition judging application named SportJury. The application includes five instances of a client VI which run on a central PC and are each extended by the LabSocket system to a Safari browser on an iPod touch device. This arrangement allows five judges to enter event scores on the iPods and have the data appear in the LabVIEW client code running on a PC. The LabVIEW code updates the browser displays to guide the judges through the judging process. A server program also running on the PC and written in LabVIEW, is used for score aggregation.

More information about LabSocket, including videos, a downloadable demo of the system and information about SportJury, is available at the URL above. For commercial applications, the system can also be ordered on-line at a competitive price.

Please let me know if you have any comments or questions about the system.

Regards,

John Bergmans

Bergmans Mechatronics LLC

LabSocket System Overview

System%20Overview.jpg

Link to comment
  • 3 weeks later...

For the next few days, a live demo of LabSocket in action will be available at: http://labsocket.com...o/gui_demo.php. This demo shows the ability of the LabSocket system to represent a number of different GUI elements and to dynamically control the properties of these elements in the browser.

Supported browsers are listed here: http://labsocket.com...ormsandBrowsers

If you have an application for the LabSocket system, but need to use an older browser, don't worry. The system can easily be upgraded to use the Kaazing WebSocket Gateway (http://www.kaazing.com) which has an emulation mode for browsers dating back to IE6.

Regards,

John Bergmans

Bergmans Mechatronics LLC

Link to comment

Join the conversation

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

Guest
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.