Implementing a LabWindows/CVI Custom Code Generator
- Updated2025-10-28
- 2 minute(s) read
Implementing a LabWindows/CVI Custom Code Generator
You can build a dll that exports all the custom code generator callback functions the translator references when creating the code modules. You can implement one or more callbacks in a custom code generator.
Enable the LabWindows/CVI option on the Code Module Settings tab of the ATML Test Description Translator Configuration dialog box and use the Path to Custom Code Generator DLL control to specify the file path to the dll that contains all the callback functions.
The ATML Toolkit includes an example that demonstrates how the translator uses the custom code generator dll to create complete LabWindows/CVI code modules. The translator calls a custom code generator dll during translation or during an incremental update.