kb:labview:tools:vipm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:labview:tools:vipm [2023/08/19 07:11] – alexander.elbert | kb:labview:tools:vipm [2025/01/15 17:20] (current) – ↷ Links adapted because of a move operation 117.99.213.102 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== VI Package Manager ====== | ====== VI Package Manager ====== | ||
- | //VI Package Manager (VIPM) is a community and tool that helps you find, download, share, & manage LabVIEW Add-ons.// | + | //VI Package Manager (VIPM) is a community and tool that helps you find, download, create, share, & manage LabVIEW Add-ons.// |
+ | |||
+ | <WRAP center round tip 100%> | ||
+ | HSE Internal: [[organization: | ||
+ | </ | ||
===== Resources ===== | ===== Resources ===== | ||
* https:// | * https:// | ||
- | * https://www.vipm.io/ | + | * https:// |
* https:// | * https:// | ||
+ | ---- | ||
===== FAQ ===== | ===== FAQ ===== | ||
Line 21: | Line 27: | ||
You can define VIs to be called during install/ | You can define VIs to be called during install/ | ||
+ | |||
+ | === Connecting to LabVIEW === | ||
+ | |||
+ | VIPM connects to LabVIEW via the VI-Server TCP port (default: 3363). If experiencing problems, make sure to adhere to the settings as described on [[https:// | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | === internal_deps === | ||
+ | |||
+ | When VIP Builder thinks he needs to add dependencies, | ||
+ | |||
+ | {{: | ||
+ | |||
+ | I was able to solve it, be opening the .vipb file and refreshing the dependency list. | ||
+ | |||
+ | Looking at the .vipb with notepad++ showed changes in this entries, but I couldn' | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | ... | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
===== Linux ===== | ===== Linux ===== | ||
+ | |||
+ | ==== Download ==== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | |||
==== Installation ==== | ==== Installation ==== | ||
- | Download the VIPM release for Linux: | + | [[https://support.vipm.io/hc/en-us/ |
+ | |||
+ | $ sudo nano / | ||
+ | $ fs.file-max = 2000000 | ||
+ | $ sudo sysctl -p | ||
+ | |||
+ | Restart your system or re-login. | ||
Create two folders | Create two folders | ||
Line 32: | Line 78: | ||
$ sudo mkdir /etc/JKI | $ sudo mkdir /etc/JKI | ||
- | Change the owner of the folders to your current user, to gain write access | + | Change the owner of the folders to your current user, to gain write access |
$ sudo chown $USER -R / | $ sudo chown $USER -R / | ||
$ sudo chown $USER /etc/JKI | $ sudo chown $USER /etc/JKI |
kb/labview/tools/vipm.1692429116.txt.gz · Last modified: 2023/08/19 07:11 by alexander.elbert