Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Multiple DAQ

Solved!
Go to solution

Hello All, we are currently using a USB-6255 for voltage recording to a csv file with our LabVIEW license on a development laptop. Our goal is to build a pc with the PCIe DAQ and use that as our final build. I am currently using the DAQ assist to generate the voltage calls for the program and would like to create a .exe file to use on the built PC. Is there anyway I can setup the voltage calls to the PCIe DAQ without it being connected the computer with the LabVIEW license, or am I going to have to install LabVIEW on the built pc with the PCIe cards to assign the values?

0 Kudos
Message 1 of 3
(757 Views)
Solution
Accepted by topic author WSMR_TTS

You can create a "Simulated Device" in MAX from which you can develop you code.  With that said, I very highly recommend getting away from the DAQ Assistant.  You will be much better off being able to use the DAQmx API to create the required task.  I even go so far as to use a configuration file (ini or JSON) that I use to create the task, giving me the flexibility required if a new device is used or we need to use a different channel for whatever reason.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(739 Views)

Thank you very much, getting away from using the DAQ assist and saving configurations helped out.

0 Kudos
Message 3 of 3
(683 Views)