Components of a DSC Module Application
- Updated2025-11-07
- 1 minute(s) read
A LabVIEW Datalogging and Supervisory Control (DSC) Module application typically consists of three components: front panels that you use to view and interact with data, shared variables that represent I/O data, and supervisory programs that implement custom I/O logic.
Note Some advanced DSC Module applications implement a fourth component, a system
configuration management program, that programmatically configures the DSC Module
application.
You can organize the components of a DSC Module application in a LabVIEW project.
The Shared Variable Engine (SVE) manages and provides access to shared variables. All DSC Module applications use both LabVIEW and the SVE.
Refer to the following sections for specific information on each components.