LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Web publishing details

Hello.

I have created a VI and I need to be able to show it on a website. I have used the web publish tool to create an .html file. It looks like the html file has something embedded in it to she the front panel of the VI.

When a user connects to my site to see the VI, do they have to download anything on their computer to be able to do so?

How much bandwidth is used when the labview VI communicates with the NI servers?

The IT people at my University are fussy about bandwidth usage so I am trying to determine if this method of showing the VI data will be an option.
0 Kudos
Message 1 of 5
(2,721 Views)

They will need to download the LabVIEW runtime engine in the event they don't have that already installed.  If they don't have it, the browser will instruct them to download it.  It may take a few minutes, but they only have to do that the first time.

 

I don't know how much bandwidth the actual communication would take.  Do they need to control it, monitor it consistently, or just get periodic static updates?  The last option should take the least amount of bandwidth.  Although I think the bandwidth used by LabVIEW should be the least of the worries of the university IT people.  I'm sure they have lots more resource hogs with being downloading/sharing music, videos, porn .....

0 Kudos
Message 2 of 5
(2,718 Views)

How much bandwidth is used when the labview VI communicates with the NI servers?

 

Not sure what you mean by "NI Servers".  Your VI doesn't communicate with NI.com (unless you specifically tell it to).

 

The server embedded in your program communicates with the browser that connected in.

 

To do that, it takes a lot less bandwidth than you might think.

 

Get yourself a packet sniffer or look at the connection stats in your OS, but I don't think there will be a problem.

 

In any case, it's better to ask forgiveness than permission. 

 

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 3 of 5
(2,713 Views)

Well how big is the labview runtime engine that they will have to install?

 

How does the embedded thing really work? Is the data from my VI sent to a NI server and then back to my web page?

 

 

0 Kudos
Message 4 of 5
(2,699 Views)

LabVIEW Run-Time

 

There is a special web server that you run on the pc where the VI resides (see Tools>Options).

 

There is a tutorial for publishing a VI to the web. Open the on-line help and search for the topic 'Web>publishing VIs'.

0 Kudos
Message 5 of 5
(2,692 Views)