ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cross platform web app development labview

I had developed a VI for reading a serial port from window 32 bit machine & then displaying data on labview GUI. It is working fine

Now can I further developed a cross platform web app which can work on both window & macosX?

Message 1 of 3
(3,596 Views)

@Vindhyachal.Takniki wrote:

I had developed a VI for reading a serial port from window 32 bit machine & then displaying data on labview GUI. It is working fine

Now can I further developed a cross platform web app which can work on both window & macosX?


Web Apps aren't really a thing for desktop OSes...only for mobile (e.g. iOS / Android etc.). In any case, your app communicates with hardware (RS-232) and this is unlikely to be supported in browsers/browser engines. You can get a license for LabVIEW on OSX to develop a Mac version of your application. You could also write a simple hardware layer specific to each and then embed a web-browser in the GUI which could then be common/cross-platform (although saying that, LabVIEW embeds .NET or ActiveX...not sure if there is an equivalent available on OSX).


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 3 of 3
(3,545 Views)