Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Mass deployment

The company I work for normally produces 1 custom machine at a time, but the project I working on will produce 100's of identical machines.  I will be using a cDAQ with either an Ethernet or USB connection.  In the past if I ever duplicated something, MAX had to be setup for the new chassis (unique serial number).

 

Is there a way to do this automatically? 

0 Kudos
Message 1 of 2
(3,666 Views)

Hi,

 

This should be possible.  Here is some documentation on loading MAX Configurations programmatically:  

http://digital.ni.com/public.nsf/websearch/BBB5B94C038267DF8625723E00030559?OpenDocument

http://digital.ni.com/public.nsf/allkb/18F175033B0909248625760B007F857A

 

The MAX Configuration stores any configurations you have made in MAX, including any tasks or channels you have created.

 

 

Something else you may find useful in developing your application, is finding information about your hardware programmatically.  For instance, here is an example that can return a reference to a specific DAQ device, in this case the USB-6501:

http://digital.ni.com/public.nsf/allkb/835D17D9681A42808625754500080FFF

 

 

Regards,

0 Kudos
Message 2 of 2
(3,626 Views)