WUELUG18: Break down those silos!

WUELUG18: Break down those silos!

Bereits zum 18. Mal traf sich die Würzburger LabVIEW User Group, diesmal in Nürnberg, unter dem Motto “Wenn Siemens wüsste was Siemens weiß”. Passend zum Thema versuchten wir, möglichst viele LabVIEW-Freund:innen aus den verschiedenen Siemens-Organisationen (Siemens Energy, Siemens Healthineers, Siemens Mobility, Siemens AG) zu diesem Austausch zusammenzubringen, aber natürlich waren auch alle anderen WUELUGer:innen ganz herzlich willkommen.

Read more »
NI Connect Munich 2022

NI Connect Munich 2022

After a three-year hiatus, NI is back in Europe with NI Connect Munich, the most important in-person event hosted by NI. A trade fair and conference in one, the event allowed us to reunite with our #LabVIEWfriends, meet customers and potential future clients, and receive our long-awaited Center of Excellence certificate!

Read more »
HSE Way of Working

HSE Way of Working

Individuals prefer an individual WoW (way oworking). Maybe especially software developers like to implement their personal perfect solution for a given problem. Some like it straight, others like it elegant and the third praise the KISS principle as the ultimate game-changer. But in the end, what we really need to find is a good way to work together.

Read more »
Separate Compiled Code From Source

Separate Compiled Code From Source

Usually, LabVIEW stores the compiled code used to run a VI together with the graphical code of the VI in the same file. LabVIEW automatically recompiles all changed VIs together with all callers, modifying a lot more files than were actually touched. Your SCC won’t like that! Luckily, there’s an option to separate the compiled code from the graphical source code.

Read more »
VI Scripting: Add Glyph to VI Icon

VI Scripting: Add Glyph to VI Icon

Using LabVIEW’s VI Scripting features, it is surprisingly easy to create tools that increase development efficiency and enforce coding guidelines. For example, having groups of associated VIs stand out on your block diagrams makes maintenance a lot easier. VI Scripting allows you to add glyphs to VI icons programmatically with very little overhead.

Read more »