03-21-2012 05:40 AM
hi everybody
I am doing a program, that i create a task for a cdaq card but i connected it using USB,
now i am going to change the cdaq, to a new cdaq that i connect ussing ehternet, my queston is, if i want to create a new trask for this card, how can i do??
is the same way that if i connect by usb??
or changes all the programation...?
thanks!
03-23-2012 08:18 AM
Hi Alan,
I never created a Task inside the program, I usually create them on MAX, but I believe it is about the same thing. Make sure the cDAQ chassis is recognized in MAX. Once it is found, you can provide each module a name (as in "Dev1" for USB devices), and then I believe you can use this given name to create any task you want.
03-24-2012 06:52 PM
The ethernet cDAQ chasis will be recognized in MAX just like any other DAQ device connected to your computer.
(as rodmar said) once it is recognized in MAX, you program it the same as your USB device. Depending on your module and task you may even be able to keep your code identical and just change the physical channel to your ethernet cDAQ device.