LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

export to website

Hi,

 

In what format we can export labview?

 

I want to upload my labview to a website. Is this possible? How?

 

Someone with experience?

 

 

Thanks

0 Kudos
Message 1 of 13
(3,464 Views)

Hi jancan,

 

what exactly do you want to "export"?

 

- An image of your frontpanel?

- Do you want remote access to your frontpanel through a browser?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 13
(3,443 Views)

Hi, 

 

We monitor temperature and humidity with a K8047 Velleman kit and a sensor.

We have built a frontpanel that shows real time values and we want to show these real time values on my rontpanel on the website.

Is this possible?

 

Just so everyone can see and download these data.

 

 

Thank you in advance!!!

 

0 Kudos
Message 3 of 13
(3,409 Views)
What you want is very doable. The approach I would use is for the LabVIEW to serve as the data acquisition back end. It would send the temp and humidity to the webserver which would store it in its database. The server would then handle everything else.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 13
(3,394 Views)

Hi Mike 

 

Thank you for your help.

We have a server. Have you specific actions or things we need to do with our labVIEW program to get it on the server?

 

Thank you!!

0 Kudos
Message 5 of 13
(3,354 Views)
Check out the http client VIs to send data to the server. The server would then insert the data into its database.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 6 of 13
(3,333 Views)

Hi  Mike

 

I'm sorry, I'm quiet new to labVIEW. Is this what we should built?

 

https://lavag.org/uploads/monthly_07_2012/post-2800-0-48660600-1342386173.jpg

 

 

 

Thanks for your help!!!

 

 

0 Kudos
Message 7 of 13
(3,319 Views)

No need to over complicate things, there are built-in VIs for POSTing data to a web script:

HTTPClient-POST.png


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 8 of 13
(3,292 Views)
Thanks Sam!

The http client VIs provide all the standard operations like POST and GET. If you know basic http request operations, or have access to someone with those skills, making the connection is pretty straightforward.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 9 of 13
(3,283 Views)

Thank you very much Sam! 

 

I'm going to try this! 🙂

 

What do you mean with "built this wa-ith name/value pairs"?

 

 

0 Kudos
Message 10 of 13
(3,268 Views)