This is an old revision of the document!


LabVIEW Basics - 02 | The Editor

Prerequisites


Hardware


None.

Software


  • LabVIEW

Procedure


Embed Video

  • The Front Panel is your application's user interface.
    • User interface elements called Controls and Indicators are available on the Controls Palette
  • The Block Diagram is your applications code.
    • Code elements including Primitives, VIs, and Express VIs are available on the Functions Palette
  • You can run your application by clicking the Run Button
  • You can force your application to terminate by clicking the Abort Button
    • Note: The abort button should be used as a last resort if your program does not exit cleanly.