LabVIEW C Generator Module

Source Files Page (C Code Generation Properties Dialog Box)

  • Updated2023-02-21
  • 1 minute(s) read

Requires: C Generator

Use this page of the C Code Generation Properties dialog box to specify the VI for which you want to generate C code.

This page includes the following components:

  • Project Files—Displays the tree view of items under the target in the Project Explorer window.
  • Exported VI—Specifies the VI for which you want to generate C code. Click the arrow button next to the Exported VI listbox to add the selected VI from the Project Files listbox. When you add a VI as the exported VI, LabVIEW also generates C code for the dependencies of the exported VI.
  • Always Included—Specifies the dynamic VIs, which are VIs that LabVIEW dynamically calls through the VI Server, always to include in the generated C files, even if the top-level VI does not contain references to the files.

    If you select the Reload for each call or Load and retain on first call option in the VI Call Configuration dialog box for a subVI, you must add that subVI to the Always Included listbox.

Log in to get a better experience