The LabVIEW NXG Web Module enables the creation of web applications in G. Take WebVIs to the next level at this session and learn from some of NI's web technology experts about applying custom styles, flexible layouts, and 3rd party JavaScript libraries.
See our session at NIWeek 2019 on May 20, 2019 from 4:30pm - 5:30pm in Meeting Room 12B and add it to your schedule in the NIWeek 2019 app. You can access this page and the presentation materials from the url: https://bit.ly/webvi2019
The following are reference urls discussed during the Customizing Your WebVIs presentation:
A recording of the NIWeek 2019 Customizing Your WebVIs presentation can be found on the LabVIEW Wiki.
Hi,
i am working on small project using LVNXG web module to that will read csv file/s from an FTP link and will display a web based dashboard on the webvi/internet. the issue is, I could not find vi for file management like we can do in Labview read/write spreadsheet files.
1- is there any way to solve this issue using Labview NXG web module???
2- I have created a vi which could read spreadsheet and show on dashboard/front panel. is there any way to link/communication between 2 vi (one vi from labview and one webvi, so that webvi could show dashboard on internet)
thanks in advance...
Hi AsadRaza,
This document is on material from the NI Week session on the topics of CSS and JavaScript customization with WebVIs. The best place to ask general questions related to WebVIs is the LabVIEW Discussion Forums board. More people will see your question in the LabVIEW Discussion Forum than on a specific document or via private message.
Given that, I think a good starting point would be to use the CallLabVIEWWebService Example from the WebVI Examples. Specifically you will want to see how the AddCORSHeader.vi is used in the example as discussed in the example's README. Hopefully that helps and if you have further questions make sure to post in the LabVIEW Discussion Forums.