05-14-2012 11:20 PM
Solved! Go to Solution.
05-15-2012 02:04 AM
Hi,
Did you try to boot it in savemode too?
Also grant Access for Measurement and Automation Explorer in the Windows Firewall.
Christian
05-15-2012 06:17 AM
Have you tried connecting with all other network connections (wifi, bluetooth) disabled? Might require a reboot. We have seen MAX have trouble finding devices that are not connected via the only network connection.
Matt
05-15-2012 06:14 PM
To add the device manually you need to select "Remote Device (not on the local subnet)" not "Remote VISA System". The cRIO should try and default to a link local IP address (169.254.x.x Range) if it can't communicate with a DHCP server. This will likely be the case with the cRIO connected directly to the computer.
If your computer isn't on an agreeing IP and subnet mask its likely that the cRIO wouldn't show up unless you add it manually. You don't want to set them up as the same as the cRIO as they need individual IP addresses. I would recommend setting the subnet masks the same and adding one to the last number of the cRIO's IP address, which should allow it to show up in MAX.
Very useful document for this kind of a situation: http://digital.ni.com/public.nsf/allkb/abe4bc247e8ac9bc8625734e005cab42?OpenDocument
05-15-2012 08:53 PM - edited 05-15-2012 08:55 PM
@Zach-H wrote:
To add the device manually you need to select "Remote Device (not on the local subnet)" not "Remote VISA System". The cRIO should try and default to a link local IP address (169.254.x.x Range) if it can't communicate with a DHCP server. This will likely be the case with the cRIO connected directly to the computer.
If your computer isn't on an agreeing IP and subnet mask its likely that the cRIO wouldn't show up unless you add it manually. You don't want to set them up as the same as the cRIO as they need individual IP addresses. I would recommend setting the subnet masks the same and adding one to the last number of the cRIO's IP address, which should allow it to show up in MAX.
Very useful document for this kind of a situation: http://digital.ni.com/public.nsf/allkb/abe4bc247e8ac9bc8625734e005cab42?OpenDocument
When I tried to add it as a "Remote Device (not on the local subnet)," I got the error message "The device at this address is not supported by the drivers installed on this host." I checked that my version of NI-RIO 4.0 is compatible with the cRIO-9073.
Also, I ran through the link you provided, and the steps did not remedy the problem. When I ran the cRIO with the CONSOLE OUT switch ON, I was able to get lots of information from the cRIO in the command prompt in Windows. This makes me think that there are no problems with the cRIO, but with the software I have installed on Windows. I'm not sure what else I can try to install, though.
05-15-2012 08:54 PM - edited 05-15-2012 08:54 PM
@Christian_M wrote:
Hi,
Did you try to boot it in savemode too?
Also grant Access for Measurement and Automation Explorer in the Windows Firewall.
Christian
Yes, I have tried both of those and they did not work.
05-15-2012 08:56 PM - edited 05-15-2012 08:56 PM
@Matthew Williams wrote:
Have you tried connecting with all other network connections (wifi, bluetooth) disabled? Might require a reboot. We have seen MAX have trouble finding devices that are not connected via the only network connection.
Matt
I have a desktop, and it has no wifi capabilities, and bluetooth is off.
05-16-2012 02:40 AM
Do you have LabVIEW Realtime installed?
Christian
05-16-2012 09:14 AM
To see the cRIO you will also need to have the LabVIEW Real-Time Module installed. Versions of Toolkits/Modules have to be the same as the version of LabVIEW they're being used with. In your case, if you're on LabVIEW 2011 SP1, then you should install the 2011 SP1 Real-Time module. If you haven't yet installed it you'll likely need to repair the NI-RIO driver after you install the module. Because you're on 2011 SP1, your other option would be to upgrade your RIO driver to 4.1 after the install instead of repairing 4.0.
05-17-2012 01:31 PM
For some reason I thought that came with the installation of LabVIEW... it ended up working out after the installation. Thanks so much for your help!