Skip to content

Instantly share code, notes, and snippets.

@425J
425J / create-opkg-feed.md
Last active March 24, 2024 12:50
Bash script for creating custom OPKG feeds

Bash script for creating custom OPKG feeds

If after installing NI Linux Real-Time Offline Installation Support you find that the folder C:\Program Files\National Instruments\RT Feeds\ is missing some IPK files, you can use the following script (let's name it create-opkg-feed) to create a custom package index with selected IPKs. This index can be used as an extension of NILRT Offline Installation Support.

How to use it

  1. Place the create-opkg-feed script along with the IPK files for which you want to create an index in a single folder within the NILRT system. This could be, for example, the folder /home/lvuser/custom_feeds/.
  2. Run the script to generate the index file. The created file will be appropriately prepared so that NI MAX does not hide it.
  3. The generated files are Packages, Packages.gz, and Packages.stamps. Among these files, there is no PGP signature file (*.asc), which is typically required by NI MAX. Therefore, to avoid improper functioning of the application d
@425J
425J / LabVIEW.ini
Created September 24, 2023 14:49
Baseline LabVIEW.ini
[LabVIEW]
--------------------------------------------
DragAdjustWires=False
PopupMenus.ElevateCreation=False
--------------------------------------------
SaveFloaterLocations=True
PaletteStyle="NamedIcons"
InlineSubVIEnabled=False
MaxUndoSteps=99
--------------------------------------------
@425J
425J / LabVIEW Run-Time Checker.md
Last active September 24, 2023 14:33
Check if required LabVIEW RTE is installed

LabVIEW Run-Time Checker

Use this *.bat script to check if required LabVIEW Run-Time is installed.

ℹ️ Info
The character used in echo commands is ASCII ESC. The ESC character, along with the appropriate color code, is used to change the color of the text displayed in the console.