06-23-2016 05:43 AM
Is it possible to programatically connect to a simulated cDAQ chassis? I do not see a way to configure the ip address in Max.
Solved! Go to Solution.
06-23-2016 06:05 AM
There is no IP address because it is simulated.
You can use the simulated module channels in your DAQmx code.
When you connect to a real cDAQ, you configure the IP address for it,
then change your channel assignments to point to the real channels.
steve