LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

deploying vi

Solved!
Go to solution
I have my vi.exe and my installer. they both function perfectly. I would like to place this vi on one of my test computers with an NI USB-6251 daq box. the installer looks for daq files not on that system. is there a procedure for deploying to a standalone system without installing a full version of LabVIEW? or do I need to add something to my installer? or maybe I'm having some other issue. Thanks. 
0 Kudos
Message 1 of 3
(2,804 Views)
Solution
Accepted by topic author testech68

I'm not quite sure what you are asking, but it sounds like you need to include the DAQmx driver with your installer.

 

Once you verify that it is included, you want to install it before you hook up your hardware. This way the hardware can be recognized with the recently installed DAQmx driver.

Chris Van Horn
Applications Engineer
Message 2 of 3
(2,801 Views)

You will need to install a copy of DAQmx.  Depending on your application and version of DAQmx, you may also be able to get by with the smaller DAQmx Runtime.  Easiest way is have your installer take care of this.  If you have defined any tasks, channels or scales in MAX, you will also need to configure your installer to take care of importing MAX settings from your development machine.

Message 3 of 3
(2,790 Views)