05-30-2022 09:35 AM
Hello everybody, how can i make a WEB UI from NXG to communicate with a LabVIEW code controlling cRIO 9074.
example if i have a thermocouple that i want to see its reading on graph so i made a code with labview but i want the user interface be web based as if i sent the link of this WEB UI to anyone will be able to see the thermocouple readings.
Solved! Go to Solution.
05-30-2022 09:55 AM
Hi Srag,
@Srag.Zhran wrote:
Hello everybody, how can i make a WEB UI from NXG to communicate with a LabVIEW code controlling cRIO 9074.
So you want to combine the latest software technology (WebUI from NXG - you know NXG itself is deprecated?) with some old and (also) deprecated hardware? You know you need to use some older LabVIEW (not NXG) versions to fully support the cRIO9074?
Are you able to write a VI, running on your Windows computer, to fill the WebUI with data? (Just to learn about your programming skills: when you are able to solve this youmight be able to convert that VI to run on your cRIO…)
05-30-2022 10:01 AM
I already have a separate laptop that have LabVIEW 2018 to support cRIO 9074, and yes I'm able to write a VI that will fill the WebUI
05-31-2022 10:12 AM
The Web portion of LabVIEW NXG Web Module does continue to exist as a standalone product called G Web Development Software which includes a tool to help migrate your LabVIEW NXG Web Module projects to G Web Development Software projects.
There are examples included such as Call LabVIEW Web Service that may be useful for an application creating a WebUI for a LabVIEW application.
05-31-2022 10:20 AM
Thank you so much .
I already installed G web development, but still lost can you tell me simple steps to connect between simple VI on labview 2021 and web UI made by G web development.