05-12-2022 06:36 AM
What is the difference between LabView Community and LabView Community NXG?
Which version should you use?
05-12-2022 07:02 AM
Hi posty,
@Posty wrote:
What is the difference between LabView Community and LabView Community NXG?
The "NXG" is the difference… 🙂
"NXG" stands for "next generation", but is now deprecated and not (really) supported anymore.
@Posty wrote:
Which version should you use?
Use the "classic" LabVIEW (without NXG)…
05-12-2022 07:58 AM
Ahhh, NXG... I wanted to love it, but in the end, it was just too incomplete and there were conscious design choices that I didn't agree with. I actually wish they could've continued with it, but I think they bit off way more than they could chew. 😞
05-12-2022 10:10 AM
@GerdW wrote:
Hi posty,
@Posty wrote:
What is the difference between LabView Community and LabView Community NXG?
The "NXG" is the difference… 🙂
"NXG" stands for "next generation", but is now deprecated and not (really) supported anymore.
To be more precise, LabVIEW NXG is deprecated.
The NXG technology is continued for products like G Web Module and SystemLink.
05-12-2022 12:25 PM
wiebe@CARYA wrote:
@GerdW wrote:
Hi posty,
@Posty wrote:
What is the difference between LabView Community and LabView Community NXG?
The "NXG" is the difference… 🙂
"NXG" stands for "next generation", but is now deprecated and not (really) supported anymore.
To be more precise, LabVIEW NXG is deprecated.
The NXG technology is continued for products like G Web Module and SystemLink.
And there is a G Web Development Software Community Edition!
Works great with LabVIEW Community Edition to web-enable your applications. 😀
05-13-2022 10:20 AM
@MilanR wrote:
wiebe@CARYA wrote:
@GerdW wrote:
Hi posty,
@Posty wrote:
What is the difference between LabView Community and LabView Community NXG?
The "NXG" is the difference… 🙂
"NXG" stands for "next generation", but is now deprecated and not (really) supported anymore.
To be more precise, LabVIEW NXG is deprecated.
The NXG technology is continued for products like G Web Module and SystemLink.
And there is a G Web Development Software Community Edition!
Works great with LabVIEW Community Edition to web-enable your applications. 😀
LabVIEW Community Edition is 32-bit.
G Web Development Software Community Edition is 64-bit.
Will they work together?
Also, what is a good beginning tutorial for learning G Web?
05-13-2022 11:22 AM
LabVIEW Community Edition is 32-bit.G Web Development Software Community Edition is 64-bit.
Will they work together?
Yep! When you build an application in GWeb the output is a web application made of HTML, JS, and CSS. Web applications are not platform-specific. When using LabVIEW Community edition it is common to create a LabVIEW Web Service in your project and add the build web application to the web service to be the Web UI.
Also, what is a good beginning tutorial for learning G Web?
Particularly if working with LabVIEW Community Edition and G Web Development Software Community Edition I like the MAKE-ing with LabVIEW and Raspberry PI series. It's using LabVIEW NXG Web Module but the experience with G Web is pretty much identical.
05-13-2022 11:44 AM
@MilanR wrote:
Also, what is a good beginning tutorial for learning G Web?
Particularly if working with LabVIEW Community Edition and G Web Development Software Community Edition I like the MAKE-ing with LabVIEW and Raspberry PI series. It's using LabVIEW NXG Web Module but the experience with G Web is pretty much identical.
I have a Raspberry Pi 3B somewhere.
Is all LabVIEW development done on a Windows PC and deployed to the Raspberry Pi?
Or does LabVIEW need to be installed on the Raspberry Pi.
That tutorial expects a lot more experience with the Pi than I have.
05-13-2022 12:16 PM
Is all LabVIEW development done on a Windows PC and deployed to the Raspberry Pi?
Or does LabVIEW need to be installed on the Raspberry Pi.
That tutorial expects a lot more experience with the Pi than I have.
Development is done on a PC and deployed to Raspberry PI. It's also not required to use a Raspberry PI, you can both develop and run on your PC. I was just guessing at your use-case for community edition. For more general resources on G Web Development Software you can check out the Awesome WebVIs list.
05-13-2022 12:29 PM
@MilanR wrote:
Is all LabVIEW development done on a Windows PC and deployed to the Raspberry Pi?
Or does LabVIEW need to be installed on the Raspberry Pi.
That tutorial expects a lot more experience with the Pi than I have.
Development is done on a PC and deployed to Raspberry PI. It's also not required to use a Raspberry PI, you can both develop and run on your PC. I was just guessing at your use-case for community edition. For more general resources on G Web Development Software you can check out the Awesome WebVIs list.
When the LabVIEW VI in that tutorial is deployed to the Raspberry Pi, does LabVIEW RunTime Engine need to be installed on the Pi?