02-18-2022 05:02 AM
Dear NI Experts,
I am a LabVIEW Community v2021 user. I can do simple Labview programme.
I've found that there is a new G Web Community version.
Thank you in advance.
Solved! Go to Solution.
02-18-2022 09:09 AM
To summarize, download the Community version of the G Web Development software and try it out. There are examples included and online, along with tutorials.
02-18-2022 10:10 AM
Thank you! Very clear explanation! 😀
02-23-2022 11:50 AM
MQTT is a communications protocol that's often used for IOT devices (but I've used it in more general scenarios).
LabVIEW can easily do MQTT with add-on software. Use the VIPM tool (VI Package Manager) to look for MQTT add-ons. I use the one by Francoise Normandin.
I don't know of a MQTT add-on for G Web software. In my experience, I've used MQTT to communicate on the backend, not to frontend software such as what you would create with G Web. That's not to say you can't do it, but I don't think it's as common a use case as, for example, a bunch of devices wanting to send data to a database backend, which can then publish data to a frontend with JSON or another data format.
02-26-2022 04:05 PM
Yes, I also feel that a Windows exe program will be much faster than a web browser with the same MQTT functionality.
I will stick on Labview 2020 and see what I can do!
I have also installed those MQTT addon from within VIPM.