LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

web based app in labview without runt time

Hi everyone... I want to ask you for help. I have developed an application for reading and archiving of data from different devices. My problem is that : I want this application to be visible unless the local computer and from the web (other pc's , tabs ,smartpfones etc.), I read a lot about WEB publishing tools and a Web services but .... nothing: (..... So my idea is how I could do some configuration of the application to reach my app. from outside network by entering the IP+port+name_of_app or something else in my browser(without installed RUN Time Engine). thank in advance.

0 Kudos
Message 1 of 7
(2,556 Views)

Hi plehar4e!

 

For this purpose you can use Web Services in LabVIEW. Here is an article about this tool: http://www.ni.com/white-paper/7350/en

 

Here is the FAQ of the Web Services: http://www.ni.com/white-paper/7747/en

 

And here you can fine a webcast, that shows how to get stared: http://zone.ni.com/wv/app/doc/p/id/wv-810

 

If you have any questions, please feel free to post them.

 

Best Regards, 

CLA, CLED
0 Kudos
Message 2 of 7
(2,514 Views)

Hi plehar4e!

 

Could you use my suggestions to solve this issue?

 

Do you have any other questions?

 

If yes, feel free to post them.

 

Bes Regards,

CLA, CLED
0 Kudos
Message 3 of 7
(2,465 Views)

: ((Unfortunately these links I've read but I have no success. Would you show me on my attached example application how can I share it in  the WEB-network.

accessible to all. 

 

thanks in advance 

0 Kudos
Message 4 of 7
(2,411 Views)

Dear plehar4e!

 

First of all you have to crate a project in LabVIEW.

 

Here you can find a free, 3 hour LabVIEW training, how you can do this: http://zone.ni.com/wv/app/doc/p/id/wv-3631

 

In the video, I linked you previously, you could find an introduction, how Web Services work: http://zone.ni.com/wv/app/doc/p/id/wv-810

After 3 minutes introduction, my college is showing how to share the variables you crated in LabVIEW.

Plase try to follow the steps he is making.

 

Best Regards,

CLA, CLED
0 Kudos
Message 5 of 7
(2,377 Views)

 

 

Hello again.

 

First thanks for the quick response. I'm glad there are people like you.

 

About the trainning Videos  - I've seen them. My idea is that i want to avoid is a bit more "user friendly". My application will be read parameters from a database. The example I have attached is a test app  just to figure out how to write my static IP into your browser and access the application in the same way as it seems. This test case is reading any register from device by IP address and port. I had to do a project and then I did the following steps: SAVE it , Build and Deploy ... My idea now is can I enter :     http 😕 / 192.168.0.102 (my IP) / testttsp /       from another PC to load my application I've done in the same view that I have designed.

 

I'm sorry if I somehow become tedious or impertinent for which I apologize in advance.

 

Thank you with best regards

D Bochev

 

0 Kudos
Message 6 of 7
(2,361 Views)

Hi plehar4e!

 

I think you need LabVIEW Web UI builder.

Here you can find some hints about this sw.

 

Overview: http://www.ni.com/white-paper/11602/en

FAQ: http://www.ni.com/white-paper/7747/en

Feature In-Depth: http://www.ni.com/white-paper/12129/en

Example codes: http://www.ni.com/uibuilder/developer.htm

 

Using Web UI Builder you can create UIs, that use the Web Services, you create from your LabVIEW code.

This is described here: http://www.ni.com/white-paper/7350/en

 

Please go through the hints, have a look on this tool.

 

Best Regards,

CLA, CLED
0 Kudos
Message 7 of 7
(2,354 Views)