LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

G development with labview

hello everybody.

I managed to do a small web application with G web Development software, right now I want to make a simple UI with G web development software for a pre-made Labview program. 

how can I communicate between the LabVIEW and G web? 

thank you. 

0 Kudos
Message 1 of 2
(745 Views)

When using NXG in a WebVI, I had it communicate to classic LabVIEW using File IO stuff.  Basically having one program write a file, and then having the WebVI read the files contents.  But since then I heard that WebSockets is a pretty easy way to do communication to and from a web application.  There is a WebSocket toolkit for LabVIEW and NXG had a WebSocket API.  I'm unsure if the G Web Development has one or not.

0 Kudos
Message 2 of 2
(660 Views)