LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically Recognize Network Devices...

Hello,

 

I am using the NI cDAQ-9184 Network Device. When I first start my computer I need to go to NI MAX, find the device in Network Devices and do a Self-Test before opening my VI and using the device with Labview. Is there a way that I can have my computer automatically recognize the device (so I don't have to keep going through NI MAX every time I want to use it)?

 

Thanks in advance,

Cassidee

0 Kudos
Message 1 of 2
(3,299 Views)

Hi Cassidee,

 

Typically this happens if the network cDAQ is not recognized as being reserved for the current host. You will need to reserve the network device for your machine before you use it in LabVIEW. To do this programmatically, add the DAQmx Reserve Network Device VI to your LabVIEW code.

http://zone.ni.com/reference/en-XX/help/370469AA-01/lvdaqmx/mxreservenetworkdevice/

 

The following community example shows how to reserve and unreserved network devices in LabVIEW:

https://decibel.ni.com/content/docs/DOC-25703

 

I hope this is able to resolve your issue!

 

Regards,

Kelsey Johnson

Applications Engineer

National Instruments

0 Kudos
Message 2 of 2
(3,230 Views)