LabVIEW Learning _03_ Programming Fundamentals

Source: Internet
Author: User
Tags aliases save file

LabVIEW Program Design basics
The process of programming with LabVIEW is simply the process of drawing a program flow diagram.

LabVIEW Program Design (Project browser)

New Project

mode ①: In the upper left corner of the menu bar, select file → new Item

mode ②: In The new dialog box, select Project, and then click the OK button

After saving the project to complete the above project creation ("file" → "save"), there are three files in the saved project directory

project name. Lvproj: is a project file that is used to save file references, configuration information, deployment information, program generation information, etc. in the project;
project name. Aliases: Is a mapping relationship file for a computer and an IP address that is created automatically by LabVIEW and creates a new . aliases file each time the project is opened;
project name. Lvlps: is used to save the project configuration file held by this computer (save the project and save the file).
(PS: In the project development process, the files used only the . lvproj file, the other two files are the development environment of their own management files, after the deletion of the project's operation and performance will not have an impact )

after the project is created, it is necessary to add the vi ...

Components of VI

All LabVIEW Applications (VI) include the front panel (front panel), program block diagram, and Icon \ Connector (icon\connector) three parts:

front panel (front panel)
The front panel is the graphical user interface, VI's Virtual instrument panel (specifically switches, knobs, graphics and other control objects and display objects, etc.)

Program Block Diagram (block)
VI Graphical source program, VI Programming, control and manipulation (wiring terminals, functions, structures, etc.) defined in the front panel of the various input, output functions

icon \ Connector (icon\connector)
VI has hierarchical and structured features. A vi width as a subroutine (Sub VI, SUBVI) is called by other VI , and the icon \ Connector is equivalent to a variety of graphical parameters

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.