Creating Analysis Modules for Custom Rules
- Updated2025-07-23
- 1 minute(s) read
NI recommends that you copy an analysis module template from the <TestStand>\Components\Analyzer\Templates\<Environment> directory to the <TestStand Public>\Components\Analyzer\<YourRuleName> directory, where <Environment> is LabVIEW, CVI, CSharp, or VC, or LabVIEW NXG and <YourRuleName> is the descriptive name or the unique ID of the custom rule. NI recommends also using your company name as part of the directory name to avoid potential conflicts with other custom analysis modules. After you copy the template files, search for the text Template in each source file and follow the instructions in the file.
Related Information
- Search Directories
- Accessing Rule Configuration Data in Rule Configuration Modules and Analysis Modules
- Accessing Rule Settings in Analysis Modules
- Creating Custom Rules in the TestStand Sequence Analyzer
You can customize the TestStand Sequence Analyzer by creating custom rules and analysis modules.
- Debugging Analysis Modules and Rule Configuration Modules