What's New in LabVIEW? Everything!
The LabVIEW you know is changing. May 2017 marks a key inflection point in the history of LabVIEW. We will introduce new features and technologies that will fundamentally improve how you engineer your systems while we continue to update the same LabVIEW that you know and love today. See what these innovations mean for you and how you can use them in your next application.
Project Templates: Making the Most of Code Reuse
Explore the benefits of using LabVIEW Project Templates. You can expect increased efficiency through code reuse as well as the coherence established when all members of a development team use similar code. Not only will you look at existing project templates, you will learn how to create your own!
Principles and Tools for Moving to Agile DevelopmentWhether you are growing a new team of LabVIEW developers with the freedom to define your process or you are part of a larger organization that is tied to traditional waterfall approaches to software development, you will learn concrete ideas to help move your team to a more Agile process. This session will include the concepts, a few use cases, and tool recommendations.
But I Heard that LabVIEW Does Not Work with Git or Hg?
Many companies are making the move to a distributed version control system. However, doing so LabVIEW requires planning, good architecture, and an understanding of the tools. This session will introduce the basic workflow and it will equip you with the process to successfully push your code to a DVCS and “merge” files from a team of developers. And finally, it will point to you other existing resources to reinforce your success with LabVIEW and Git or Hg.
The Right and Wrong Way to Use Settings in LabVIEW Classes
So you are diving into using Classes in LabVIEW and you discover that there are many settings for classes. What should you use and how can these setting improve your overall design? Learn about access scope, dynamic dispatch override options, reentrancy settings and more!
Doing Code Reviews
Developing code consistently across a team is one of the keys to building efficiently maintainable code in any programming language, including LabVIEW. We will look at some ideas on how to build a team specific style guide, what should go in it and how to apply it.
Modularity: Bringing Order Into Chaos
Creating modular code is one of the bedrock principles of software development because it fundamentally enforces logical boundaries in your code base that lead to inherent organization, efficient development, and stable distributions. In this session we will briefly define code modularity, understand the motivation behind it, learn some principles to enforce it, and look at common pitfalls that violate it.
Code Smells: Sniffing out Poorly Written Code
Technically your code works. It implements the required functionality, but you know something isn't quite right and you prefer not to show the block diagram to others. This session will introduce you to real world “code smells" - those frequently-taken shortcuts that result in poor readability, maintainability and scalability. You'll learn how to identify common code smells and discuss strategies to eliminate them.
Best Practices in Upgrading LabVIEW Code
This session will delve into the considerations for upgrading LabVIEW code, not just the technical know-how but also the determining factors for deciding to upgrade in the first place. We’ll explore the differences in complexity between upgrading components vs. an entire system as well as cover how to integrate source code control into this process. The session will also talk about the LabVIEW release timelines and expectations you should have for moving into future versions of LabVIEW.