Implementing a LabVIEW Custom Code Generator
- Updated2025-10-28
- 2 minute(s) read
Implementing a LabVIEW Custom Code Generator
You can create a VI to implement a custom code generator callback for a LabVIEW code module. The translator validates the order and types of controls and indicators connected to the connector pane. You can store all the callback VIs in a single directory that the translator references when creating the code modules. You can implement one or more callbacks in a custom code generator.
Enable the LabVIEW option on the Code Module Settings tab of the ATML Test Description Translator Configuration dialog box and use the Directory Containing Custom Code Generator VIs control to specify the directory that contains the callback VIs.
The ATML Toolkit includes an example that demonstrates how the translator uses custom code generator VIs to create complete LabVIEW code modules. The translator calls custom code generator VIs during translation or during an incremental update.