05-15-2009 12:52 AM
05-15-2009 02:53 PM
Hey Vilas,
You'll use the DAQmx pallete in the Measurement I/O pallete to find all of the Vis needed to replace your FP Read.vi and FP Write.vi functions. They'll be polymorphic VIs like DAQmx Read.vi, DAQmx Write.vi, etc....
The DAQ Assistant is an express VI used to easily configure analog or digital inputs or outputs but is not highly recommended due to the software overheard it contains. It's more efficient programming to do the lower lever programming with the DAQmx functions.
I'm not too familiar with the saving process for FP configurations but I know you can save hardware configurations using Measurement and Automation Explorer.
Let me know if you need more information or if I didn't address your questions correctly.
Thanks,
05-15-2009 05:59 PM
Hello Aaron,
Thanks a lot for your reply. I don't want to save FP configurations, but I want to save cDAQ9172 - AO/DO/AI/DI configurations. I use these modules to operate mass flow controllers (very similar to valves). I just need to save the inputs I give to all of these Analog/digital input/output modules, so that next time when I open the program, I need not give all the inputs again.
I know that in field point, this is done using IAK file.
Thank you,
Vilas
05-18-2009 08:10 AM
You can save your hardware and tasks/channels configurations in Measurement and Automation Explorer. This will keep everything in order and allow you to put that same configuration on other machines. It's always best practice though to go through after you've deployed the configuration file to make sure that the hardware and everything is properly configured.
Thanks,