05-25-2021 06:15 AM
How can we transfer a graphic created on LabVIEW to data dashboard? Currently, I want to view the graph I created in LabVIEW on the data dashboard. Thanks in advance for your help.
I want to display a graph like the above graph in an android application.
05-25-2021
07:39 AM
- last edited on
10-14-2025
04:49 PM
by
Content Cleaner
Data dashboard is discontinued. Use Web-VIs.
05-25-2021 07:48 AM
Actually, my aim is to display the graph we have created in Labview in an android application. How can I do that?
05-25-2021 07:51 AM
@sefanoulis7 wrote:
Actually, my aim is to display the graph we have created in Labview in an android application. How can I do that?
His answer is correct. Use the WebVIs to create a web based page that can be displayed using any browser.
05-25-2021 07:54 AM
Understood thanks. So how can I do Web-VIs I don't know much. Can you share a link?
05-25-2021 08:03 AM
Currently the WebVIs are availabel using LabVIEW NXG and the web module. The web module is a separate add-on toolkit. You simply develop the web page you want using the limited, but adeqaute set of support LabVIEW primatives.You generally will need to get your data from somewhere so you will probably use LabVIEWs web service VIs within the current generation LabVIEW. Once you build your web page(s) using the NXG web module you will deploy that to a web server. You can use NIs web server or any other web server such as appache to host the web pages. Your main application written in LabVIEW will use the web service VIs (web sockets are another alternative) to supply the data for your web pages. This could be streaming data or static data. Depends on your specific needs.
05-25-2021
08:12 AM
- last edited on
10-14-2025
04:50 PM
by
Content Cleaner
@sefanoulis7 wrote:
Understood thanks. So how can I do Web-VIs I don't know much. Can you share a link?
I provided a link. But here's another one [original link no longer available]. There are more, just google "LabVIEW Web VIs" or "NXG Web module"
05-25-2021 08:17 AM
I'm trying Web-VIs right now. I will let you know if there is any improvement.
05-25-2021 08:39 AM
This link also explains how to do it, but I'm staying at step 6 (https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHeGCAW&l=en-TR).
The button shown here does not work for me. It looks like the button above. But preview in browser button works.