05-09-2014 06:53 AM
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?
05-12-2014 11:32 AM
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,