From the course: Learning LabVIEW

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Functions

Functions - LabVIEW Tutorial

From the course: Learning LabVIEW

Start my 1-month free trial

Functions

- [Instructor] If you want your VI to be more than just a nice looking front panel, you'll need to give it functionality by adding code to the block diagram. You can access the functions pallet by right clicking anywhere on the block diagram. This pallet looks similar to the controls pallet we get on the front panel, but it contains a very different collection of components. You won't find decorative controls and indicators here. The pallet is organized into categories. The top programming category contains all of the general purpose functions and programming structures, and this is where you'll likely spend most of your time. There are other categories to organize more specialized functions related to measurement IO, instrument IO, mathematics, and so on. If you install additional LabVIEW modules and toolkits, they'll often create additional categories down here. Now to demonstrate building a block diagram, let's…

Contents