Home > Common Problem > body text

What is vi package manager

藏色散人
Release: 2022-01-24 14:41:45
Original
14602 people have browsed it

vi package manager refers to JKI Software's VIPM, which can build code reuse programs to reduce project costs; VIPM can easily manage multiple projects, multiple computers, and multiple development members and share reusable VIs.

What is vi package manager

#The operating environment of this article: Windows 10 system, VIPM Community, Dell G3 computer.

What is vi package manager?

JKI Software's VI Package Manager (VIPM) can build code reuse programs to reduce project costs. For multiple projects, multiple computers, and multiple developers, VIPM can easily manage and share reusable VIs.

And VIPM has 3 versions, which can support a team of 1 to 100 development engineers. They are:

  • VIPM Professional

  • VIPM Enterprise

  • VIPM Community

The functions of each version are briefly described as follows:

VIPM Professional can create VI packages, and colleagues and customers who install any VIPM version can share the package. This version also tracks the VI packages used by LabVIEW projects, so you can easily switch between projects and ensure that the correct version of the package is installed.

VIPM Enterprise has all the functions of VIPM Professional and can manage VI Package Repository through the network. Whenever a new packet is added to the database, other VIPM users on the network will be notified and can easily find and install it in LabVIEW.

VIPM Community is a free version, and packages can be installed through the Internet and the VI Package Repository owned by the company.

Each VI Package Repository Client License corresponds to 1 group of VIPM Client to connect to the company's VI Package Repository and download packages.

What is vi package manager

Currently NI is promoting the concept of package manager, so

During the process of developing any program, we often face many parts that need to be written repeatedly. Such as data reading, data writing...etc. If the concept of modular programming can be applied, the program development process can be modularized, and commonly used functions can be made into reusable "modules" for subsequent use. You can save time, and more time can be used to come up with more ideas and improve the quality of life.

So, there are at least two advantages of modular program development:

  • The program can be applied repeatedly, and there is no need to develop it again every time a project is done;

  • If the program is modified in the future, just modifying the modular program will mean modifying multiple projects at the same time.

For more related knowledge, please visit the FAQ column!

The above is the detailed content of What is vi package manager. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template