Executing One or More Sections of Code Using Structures
- Updated2026-08-05
- 1 minute(s) read
Certain structures in LabVIEW include subdiagrams. You can use these structures to execute the code on a specific subdiagram in specific circumstances.
A subdiagram is a section of code inside the structure. The following structures contain multiple subdiagrams:
- Case structure
- Event structure
- Sequence structure
- Disable structures:
- Diagram Disable structure
- Conditional Disable structure
- Type SpecializationType Specialization structure
Refer to the following to understand how to use these structures and how to interact with structures on the block diagram.