LabVIEW 2021 Public Beta

cancel
Showing results for 
Search instead for 
Did you mean: 

[DAQmx Base] works on OSX/intel (Catalina)

Updating the installation script to target LV2021 and execute it with sudo privileges.

 

#!/usr/bin/env bash

folder="DAQmx Base Files"

nidir="/Applications/National Instruments"
lvdir="$nidir/LabVIEW 2021 64-bit"

if [ -d "$lvdir" ]; then
echo "Installing NI-DAQmx Base to LabVIEW 2021..."
cp -r ./"$folder"/ "$lvdir"/
echo "Completed succesfully!"
exit 0

else
echo "LabVIEW 2021 not found in default directory." >&2
exit 1

fi

 

Works with USB 6009!

Should work the same on Big Sur

0 Kudos
Message 1 of 2
(876 Views)

EXCELLENT!

 

That is very good to know.

 

-Scott

 

LabVIEW ChampionLabVIEW Channel Wires

0 Kudos
Message 2 of 2
(769 Views)