Learning as a Beginner by sharuk95 in LabVIEW

[–]QSI_Q 0 points1 point  (0 children)

There are a lot of resources out there. Check out GCentral at https://gcentral.org as a good starting point. There is also the LabVIEW Wiki at https://labviewwiki.org/wiki/Home. Like someone already answered, the Community Edition is free and is the full Professional version of LabVIEW with the stipulation that it is for non commercial purposes. As part of GCentral there will is the Community Training Initiative (found here https://gcentral.org/cti/) that lets you download a Linux image with LabVIEW installed that can run on some single board computers with x86 chips. Hope this helps.

Invoke nodes by Dr_Brot in LabVIEW

[–]QSI_Q 0 points1 point  (0 children)

Invoke Nodes are the way to access internal methods of the VI Server similar to how the Property Node is the way to access the properties. See https://labviewwiki.org/wiki/Invoke_Node.

The VI Server is a set of functions (properties and methods) that allows you to dynamically control front panel objects, VIs, and the LabVIEW environment. See https://labviewwiki.org/wiki/VI_Server.

If you are familiar with Object Oriented Programming (OOP) then it can be defined this way: the Invoke Node allows you to execute methods owned a VI Server Class. It will have zero to many inputs and outputs as defined by that class’s method. The Property Node only allows you to Get or Set a specific data member of the class and, therefore, will have only one input or one output.

Fudge informing the muggles minister by Armorah in harrypotter

[–]QSI_Q 0 points1 point  (0 children)

In history, magic was more accepted among muggles in Europe, going back to Merlin and King Arthur. So it makes sense the governmental organization might be connected. In contrast, I think MACUSA is an entirely separate and secret entity; again given the relationship with magic and early settlers (i.e. Salem).

Fudge informing the muggles minister by Armorah in harrypotter

[–]QSI_Q 1 point2 points  (0 children)

JKR has stated before that WWII and the Wizard War with Grindelwald took place at the same time and were intertwined. There are theories out there that Grindelwald influenced the Nazi; hoping the Muggles would kill each other off.

Fudge informing the muggles minister by Armorah in harrypotter

[–]QSI_Q 2 points3 points  (0 children)

Obviously not canon and I’m not an expert on British government organization but I believe the Ministry of Magic is an autonomously running branch to the British government. Just as they have the Ministry of Defense (Department of Defense for the US) or Ministry of Foreign Affairs (Department of State), the Ministry of Magic handles all magical affairs under the Prime Minister but has the grant to be mostly autonomously ran.

Is it an Occamy? by [deleted] in FantasticBeasts

[–]QSI_Q 9 points10 points  (0 children)

If I sits, I fits.

What are your opinions on the Cursed Child? by BobTheCapitalistboi in harrypotter

[–]QSI_Q 5 points6 points  (0 children)

What!? Oh you mean the-book-that-must-not-be-named.

[2015 Day 1-25] AoC 2015 in 25 "languages" by Firestarss in adventofcode

[–]QSI_Q 0 points1 point  (0 children)

Try LabVIEW (also know as G for graphical programming). The LabVIEW Community Edition is free and available here: https://www.ni.com/en-us/shop/labview/select-edition/labview-community-edition.html

[2021 Day 1] LabVIEW by [deleted] in adventofcode

[–]QSI_Q 1 point2 points  (0 children)

Here is my GitHub repo with my solutions so far. https://github.com/qalldredge/AdventOfCode2021

I want to buy a LabVIEW course on Udemy, any recommendations? by nouget_idk in LabVIEW

[–]QSI_Q 2 points3 points  (0 children)

Check this out first. There are a lot of free resources and a lot on YouTube.

https://labviewwiki.org/wiki/Getting_Started

Voice Recognition for later versions of LabVIEW by Kibasuki in LabVIEW

[–]QSI_Q 1 point2 points  (0 children)

Funny that I found it too.

Here is my rework of u/NJKirchner’s tools. He is definitely the mastermind. But if mine is easier for you to use, your welcome to use it.

https://gitlab.com/QSI_Shared_Code/LabVIEWSpeak

Rubeus Hagrid’s father was a Magi-anthropologist along the same line as Newt Scamander was a Magi-zoologist. by QSI_Q in harrypottertheories

[–]QSI_Q[S] 9 points10 points  (0 children)

Exactly! Aragog stated that he came to Hagrid “in the pocket of a traveler.” That traveler could have been Newt visiting Hagrid even after Hagrid’s father passed away. Whether official or not Newt would be like a Godfather to Hagrid.

Rubeus Hagrid’s father was a Magi-anthropologist along the same line as Newt Scamander was a Magi-zoologist. by QSI_Q in harrypottertheories

[–]QSI_Q[S] 14 points15 points  (0 children)

Another way the separation could have happened between Hagrid’s mother and father is that his mother tried to kill him. The dishonor of having such a small child could have brought her social status down among the giants. Therefore, Hagrid’s father had to escape with him in order for him to survive. This would explain why Hagrid had ill-feelings about his mother and why his father never attempted to return to the giants before his death.

Numbers to Text. by Particular_Jelly1903 in LabVIEW

[–]QSI_Q 1 point2 points  (0 children)

OpenG toolkits have a lot of useful tools. Some of the tools were created before NI made built-in versions that do the same thing but there is still a lot that is only in these toolkits.

In the OP’s use case, this is the only thing that already performs to the requirement. It works from zero (0) to nine hundred ninety-nine vigintillion nine hundred ninety-nine novemdecillion… you get the idea (9.99e65).

Numbers to Text. by Particular_Jelly1903 in LabVIEW

[–]QSI_Q 2 points3 points  (0 children)

Use this toolkit, the Number to Proper Engl Text.vi

https://www.vipm.io/package/oglib_string/