Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

cDAQ-9185 ip address

Solved!
Go to solution

Hello everybody,

I am currently developping an application based on cDAQ-9185 chassis. The function DAQmxGetDeviceAttribute ("cDAQ9185-221E537", DAQmx_Dev_TCPIP_EthernetIP, buffer) returns the IP address. Is it possible to configure this ip address?

 

Thanks in advance for your support.

Best regards,

James

0 Kudos
Message 1 of 6
(1,704 Views)
Solution
Accepted by james_007

Hello! 

In MAX, expand "Network Devices" and click on the cDAQ. If it is not showing up, right click on Network Devices and click "Find Network DAQmx devices". You will want the device to be on the same subnet as the computer.

 

Click on the cDAQ and then click "Reserve Chassis" found at the top of the window. Once the chassis is reserved, click on the "Network Settings" tab found at the bottom. From the drop down menu, select "Static IP Address"- you can change the IP address from there. Once you click save you should be all set! 

Page 19 of the user manual goes over the initial setup- you can find that linked here.

 

Hope this helps!

 

Apex Waves Logo.png

Message 2 of 6
(1,678 Views)
Solution
Accepted by james_007

If you want to do it programmatically, you'll likely have to dig into the NI System Configuration library instead of DAQmx. DAQmx is for use of NI DAQ devices, while the NI System Configuration API is for discovering and configuring all sorts of NI devices.

Rolf Kalbermatter
My Blog
Message 3 of 6
(1,651 Views)
Solution
Accepted by james_007

Thank you all,

It works now.

Regards,

James

0 Kudos
Message 4 of 6
(1,633 Views)

Tried this a couple of times. Something is missing and I'm not sure what. IP subnet is correct. Connecting over either either isolated switch or crossover cable shows the same results as being on the rest of the network - no connection and no way to connect to the unit. This is for both a cDAQ-9189 and a cDAQ-9185 chassis'.

 

Is there any support from NI at all now or did the new owner fire everyone?

 

Bob Taylor

Northrop Grumman Mission Systems, Baltimore, MD

0 Kudos
Message 5 of 6
(1,228 Views)

Bob,

Check your driver version- NI-DAQmx 17.1 is the earliest supported version. You will want to directly connect the device to your computer using ethernet port 1, and assign a static IP address and proper subnet mask on the host computer. Once the device is configured you can move it to the desired network location and reset your host computer network configuration.
 
If you cannot connect to the device on the network after you configured it, there may be a firewall or switch blocking it.
 
 
Apex Waves Logo.png
0 Kudos
Message 6 of 6
(1,211 Views)