03-18-2020 10:39 AM
I went back and looked at our original test setup that's similar to what I'm building and there are several NI DAQmx tasks that I don't have in the new system.
Is there a way to export/import from one to the other?
Jay
03-18-2020 11:05 AM
There is a File >> Export option on the menu. That should work, but I've rarely used it.
You could also note the settings on one PC, and create from scratch on the other PC.
You could also create DAQmx tasks within a project, so when you copy the project from one PC to another, the DAQ task settings carry along with the project. However, I haven't done that before to know how those settings get built into an EXE assuming you are using Built applications.
03-18-2020 12:46 PM
Thanks! Adding those DAQmx tasks did the trick!
Jay