LabWindows/CVI

Running Function Panels

Use the Run Function Panel command to execute the code in the generated code box. When you select Run Function Panel, the following actions take place:

  • LabWindows/CVI automatically inserts the header file for the library or instrument driver into the Interactive Execution window if it is not already there.
  • LabWindows/CVI generates temporary variables for blank scalar output controls.
  • LabWindows/CVI copies the generated function(s) to the Interactive Execution window.
  • LabWindows/CVI executes the code. During execution, the <<Running>> menu appears in the upper left corner of the function panel menu bar.
  • LabWindows/CVI displays the new values for output, return values, and global variable controls.