You are on page 1of 11

Welcome!

Workshop
1 of 7
Project Explorer Right Click!

Use LabVIEW Projects to:


• Group LabVIEW files and non-LabVIEW files
• Create build specifications (i.e. stand-alone applications)
• Deploy or download files to targets (i.e. FPGA target)

2
When to use the Project Explorer
• Many subVIs or related files
• Will be creating an executable or distributing the files to
others
• Using remote targets or shared variables

3
Project Explorer
• Can create new VI, virtual folder, control, library, variable,
class, etc by right-clicking on My Computer >> New
• Can add an existing file or folder by right-clicking on My
Computer >> Add

4
Demonstration:
Adding Folders and Files to a Project
Mechanical Actions of Boolean Objects
 Switch when pressed
 Switch when released
 Switch until released

 Latch when pressed


 Latch when released
 Latch until released
Purpose of Mechanical Actions of
Booleans
Switch- like a light switch; stays at new value
Latch- like a circuit breaker; once the new value is
read by LabVIEW, it returns to its old value.

Until Released Cases: Difference between Switch


and Latch is that LabVIEW must read the new
value for the Latch. For the switch, LabVIEW
may not “see” the new value if the button press
is very short . The latch will return to the old
value only after LabVIEW reads it
Mechanical Actions of Booleans Example
Open example in Example Finder:
• Help» Find Examples…
• Click Search tab
• Type “mechanical”
• Locate Mechanical
Action of Booleans
VI in search results
Mechanical Actions of Booleans Example
Nigel Says - Project Explanation
• Build upon the project with each workshop
• Homework from each Proficiency Workshop
• Homework from each CLAD Add-On Workshop
Homework
• Begin workshop project with Proficiency HW 1
• Supplement the assignment with CLAD Add-On
1 HW

You might also like