02-20-2017 10:05 AM
Hello
I would like to try using LabView 2009 on Scientific Linux. The installation seems to be Ok 🙂
I would like to test using USB-6501 on this LabView, which version of niDAQmx I have to install ??
Thanks
keb
02-20-2017 11:42 AM
Hi,
Can you share the Kernel Version ?
Thanks,
Manoj
02-20-2017
02:58 PM
- last edited on
11-18-2024
07:34 PM
by
Content Cleaner
Hi Keb,
In order to interface with a USB-6501 in LabVIEW 2009 on Scientific Linux, you'll want to check out DAQmx Base 3.6:
Nick
Applications Engineer
02-21-2017 02:12 AM
my kernel version is 2.6.32-642.3.1.i686
02-21-2017 02:44 AM
hello
daqmx3.6 doesn't work.
Task configuration utily aborted and labview is closed.
This error message
"libnipalu.so failed to initialize
Perhaps you need to run updateNIDrivers
Aborted"
I already run "updateNIDrivers"
02-21-2017
09:49 AM
- last edited on
11-18-2024
07:34 PM
by
Content Cleaner
keb,
Have you tried looking at the installation FAQs on the readme?
README for NI-DAQmx Base 3.6.0 - https://download.ni.com/support/softlib/multifunction_daq/nidaqmxbase/3.6/Linux/README.txt
It's possible one of those steps could help.
In addition, it looks like this driver tries to install a couple of things (can be found in the readme) and maybe they aren't going through which is why it asks to update the driver. Specifically, I think we've seen this before with VISA.
Problem with NI-DAQmx Base 3.4 on Scientific Linux - https://forums.ni.com/ni/board/crawl_message?board.id=250&message.id=64832
Hopefully looking into some of these things might help.
02-21-2017 10:02 AM
Hello
I made a new installation and it seems to be OK ! 🙂
thanks
02-21-2017 10:04 AM
is there tutorials to learn of to program with this drivers and vis ?
02-21-2017 10:54 AM
NIKAL(Not sure about other KALs) provides you APIs to be used in your application to make NI Devices work. Sample code is also available over there.
Thanks,
02-21-2017
11:39 AM
- last edited on
11-18-2024
07:36 PM
by
Content Cleaner
Hey keb,
Here are some things that I found helpful.
Where Can I Find NI-DAQmx Base Examples? - https://www.ni.com/en/support/documentation/supplemental/18/ni-daqmx-base-example-locations-in-windo...
Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications - https://www.ni.com/en/support/documentation/supplemental/06/learn-10-functions-in-ni-daqmx-and-handl...
Interactive Control Panel for USB-6501, USB-6008, and USB-6009 using DAQmx Base - https://www.ni.com/en/support/documentation/supplemental/18/archived--interactive-control-panel-for-...
Hope this helps!