Jump to content

DavidLee1997

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DavidLee1997's Achievements

Member

Member (2/4)

4

Reputation

  1. I am running into the same issue. I am using Ubuntu 22.04 LTS and LabVIEW 2023Q3. So far, I have been unable to use any of the Digilent supplied VIs in Linux. Even trying to create a call library node causes LabVIEW to crash. I am able to open Waveforms and connect to my device (Digital Discovery) just fine.
  2. Copying my notes here, just in case someone else finds them useful (and so I can find them later!): File Group 0: examples: DigilentWF: This folder and its files should be copied to the /usr/local/natinst/LabVIEW-[version]/examples/ directory. From the examples source folder, type the Command: sudo cp -r DigilentWF/ /usr/local/natinst/LabVIEW-[version]/examples/ exbins: The file in this folder should be copied to the /usr/local/natinst/LabVIEW-[version]/examples/exbins/ directory. From the exbins source folder, type the Command: sudo cp DigilentWF.bin3 /usr/local/natinst/LabVIEW-[version]/examples/exbins/ help: The files in this folder need to be copied to the /usr/local/natinst/LabVIEW-[version]/help/ directory. From the help source folder, type the Command: sudo cp *.* /usr/local/natinst/LabVIEW-[version]/help/ vi.lib DigilentWF: This folder and its files should be copied to the /usr/local/natinst/LabVIEW-[version]/vi.lib/ directory. From the vi.lib source folder, type the Command: sudo cp -r DigilentWF/ /usr/local/natinst/LabVIEW-[version]/vi.lib/ File Group 1: These files need to be copied to the /usr/local/natinst/LabVIEW-[version]/menus/Categories/Measurement/ folder. From the source folder, type the Command: sudo cp *.mnu /usr/local/natinst/LabVIEW-[version]/menus/Categories/Measurement/
  3. I am trying to install the Digilent Waveforms VIs package using VIPM in Linux (Ubuntu 22.04 LTS, LabVIEW 2023Q3). I keep getting install errors. There is a preinstall.vi file in the package, which when opened, is looking in the Windows Registry to confirm that Waveforms is installed. Since I have a Linux machine, how do I get past this so that I can install the VIs? Thank you!
×
×
  • Create New...