Migrating to a development environment

NI Vision Assistant

Migrating to a development environment

Creating a LabVIEW VI

You can create a LabVIEW VI using Vision Assistant. Refer to LabVIEW VI Creation (Tools»Create LabVIEW VI) for more information about creating a LabVIEW VI.

Creating C Code

You can create C code using Vision Assistant. Refer to C Code Creation (Tools»Create C Code) for more information about creating C code.

Creating a Builder File

A Builder file is a tab-delimited ASCII text file that contains the processing functions and relevant parameters for a script that you created and saved in Vision Assistant. You can implement the algorithm defined by the Builder file in Visual Basic using the NI Vision machine vision and image processing libraries.

Complete the following steps to save a Builder file:

  1. Select Tools»Builder File.
  2. Browse to the location in which you want to save the Builder file.
  3. Type a File name.
  4. Click Save.

To view a Builder file, open it in a text editor, word processor, or spreadsheet.

Related Topics

Creating C Code

Creating a LabVIEW VI

Script Window

Scripting