04-09-2007 09:39 AM
04-10-2007
08:56 AM
- last edited on
10-03-2025
11:01 AM
by
Content Cleaner
Hello Ken,
From your post it looks like you are trying to migrate some of the virtual channels and task configurations you had from your Windows environment to your Linux system. Were the channels/task configured in Measurement and Automation Explorer (MAX)?
With NI-DAQmx for Linux, National Instruments has introduced the NI-DAQmx Configuration Utility (daqmxconfig) to allow you to import and export your hardware configuration as text files which are easily modified and read manually using text editors and spreadsheet applications. These files are in an INI-style format and describe the hardware configuration including plug-in devices, SCXI, SCC, and TEDS.
Have a nice day!
Regards,
Sandra T.
Applications Engineer | National Instruments
04-11-2007 08:51 AM
04-12-2007 04:58 PM
04-13-2007 10:34 AM
Ken
Here is a suggestion (I haven't actually tried it so I am not positive it works). With DAQmx 8.0 and greater you can export from Windows/MAX into tab delimited and ini format as well as .nce format. So I would export to the ini format and then try and import that into your Linux system. I warn you that if your devices don't match you will run into some problems, but now that it is an ini file you can edit that file by hand. Let me know if this works.
StuartG