Sample Projects

Workers sample projects are provided to help you demonstrate the usage of the Workers API and development tools. The sample projects can be found through LabVIEW under File >> Create Project. Under the Create Project menu (see below) you will find the Workers sample projects.

Fundamentals Sample Project

The Workers Fundamentals sample project demonstrates the basic functionality of the framework, the Workers palette API and the Workers tools, and is supplied with a support guide. This sample project is the recommended starting point for those new to Workers.

Continuous Measurement and Logging Sample Project

This sample project was created to provide a side-by-side comparison with the original ‘Continuous Measurement and Logging’ sample project that ships with LabVIEW. It demonstrates how the same functionality is achieved using Workers as it is using the classic LabVIEW QMH.

Common Base Class Sample Project

This sample project demonstrates how to add common functionality to your Workers by inheriting your Workers from a custom base class that contains common code such as a Common Cases.vi, common error handling, etc. Basic knowledge of LVOOP is recommended to understand this sample project. This sample project is supplied with a support guide.

Support guides for the sample projects can be found within the sample projects themselves, as an accompanying PDF document.

Last updated