05-15-2024 09:07 AM
I am working on a network with multiple computers, but only one that had LabVIEW and NI MAX installed. I am making a program that can write to NI 9482 which is mounted on NI cDAQ-9184. On the computer with LabVIEW and NI MAX, I made sure to unreserve the network device and make sure that the program does the reservation itself, I am able to run a successful self-Test, and my program works as intended.
My issue lies with trying to install this program on other computers in the network. I created an executable, then an installer that I made sure had all of the required additional installers and the Hardware configuration file. But when I install and run my program I get Error -88705, that the device is not present in the system. So I checked NI MAX which was installed with my program installer, and I found that the device shows up and the status is "Connected - Running" although it says the device is not reachable. The self test also fails.
What can I do to be able to communicate with the devices from any computer on the network?
Thank you.
05-15-2024 11:54 AM
More information would be helpful here.
I suggest starting with:
05-16-2024 09:22 AM
Here is some info about my working and non working systems. Please let me know if anything else would be helpful.
Thank you!
Working System:
Non Working System:
05-20-2024 04:02 PM
Are all computers and the cDAQ on the same subnet? I've had strange behavior before when something's set to DHCP and I can see it in MAX but it won't connect. Usually MAX gives a hint if that's the case though because it says Inconsistent IP settings, which I don't see in your screenshots.